index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libswscale
/
swscale_internal.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
More const-correctness fixes to avoid warnings.
Reimar Döffinger
2010-07-24
1
-2
/
+2
*
Restore vertical alignment in some defines
Ramiro Polla
2010-07-20
1
-12
/
+12
*
Revert r31153. It failed to build on:
Ramiro Polla
2010-05-12
1
-9
/
+9
*
Use int instead of long to pass width parameters in non-public functions.
Ramiro Polla
2010-05-11
1
-9
/
+9
*
Avoid duplication of usePal() macro.
Stefano Sabatini
2010-03-06
1
-0
/
+1
*
Add support to BGR444/RGB444 foreign endian output in libswscale.
Janusz Krzysztofik
2010-03-06
1
-2
/
+4
*
libswscale: Extend the unaccelerated path of the unscaled yuv2rgb special
Janusz Krzysztofik
2010-03-05
1
-0
/
+2
*
Support BGR555, BGR565, RGB555 and RGB565 foreign endian output in
Alexis Ballier
2010-03-04
1
-4
/
+8
*
Add 3 more RGB makros that allow specifying RGB in bytes and any rgb/bgr.
Michael Niedermayer
2010-01-26
1
-0
/
+16
*
Rename isRGB() and isBGR() as their meaning is confusing.
Michael Niedermayer
2010-01-26
1
-2
/
+2
*
Use av_get_bits_per_pixel() for computing the bits per pixel of the
Stefano Sabatini
2010-01-24
1
-38
/
+2
*
Split swscale.c into scaler code (swscale.c) and utility code (utils.c).
Ramiro Polla
2010-01-24
1
-0
/
+17
*
Move array specifiers outside DECLARE_ALIGNED() invocations
Måns Rullgård
2010-01-22
1
-1
/
+1
*
Document some more of SwsContext.
Ramiro Polla
2010-01-20
1
-26
/
+54
*
Prefer enum PixelFormat to int as the parameter type of
Stefano Sabatini
2010-01-16
1
-1
/
+1
*
Document some of SwsContext.
Ramiro Polla
2010-01-16
1
-11
/
+18
*
Reuse h{lum,chr}Filter{,Pos} variables for MMX2 fast_bilinear horizontal scaler.
Ramiro Polla
2010-01-16
1
-4
/
+0
*
Const correctness for src pointer. Remove all constness related warnings in
Zuxy Meng
2010-01-15
1
-1
/
+1
*
Move fast bilinear scaler code to the existing h[yc]scale_fast() functions.
Ramiro Polla
2009-12-21
1
-2
/
+2
*
Rename function pointers used to convert from the input pixel format to the
Ramiro Polla
2009-12-21
1
-7
/
+7
*
Check if chroma horizontal scaler is needed in sws_init_swScale().
Ramiro Polla
2009-12-21
1
-0
/
+2
*
Remove unused fields from SwsContext.
Ramiro Polla
2009-12-21
1
-1
/
+0
*
Indentation.
Ramiro Polla
2009-12-20
1
-8
/
+8
*
Set horizontal scaler's range conversion in context in sws_init_swScale().
Ramiro Polla
2009-12-20
1
-0
/
+3
*
Set horizontal scaler's src offsets in context in sws_init_swScale().
Ramiro Polla
2009-12-20
1
-0
/
+4
*
Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt().
Lars Täuber
2009-09-05
1
-12
/
+12
*
More indentation changes leftover from r29522:
Ramiro Polla
2009-08-16
1
-32
/
+32
*
Cosmetics:
Ramiro Polla
2009-08-16
1
-1
/
+1
*
MMX2 horizontal scaler: Determine code size at runtime.
Ramiro Polla
2009-08-13
1
-0
/
+2
*
Rename "funny" code to "mmx2 filter" code.
Ramiro Polla
2009-08-13
1
-2
/
+2
*
Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN
Måns Rullgård
2009-07-26
1
-1
/
+1
*
Remove unused variables.
Ramiro Polla
2009-07-21
1
-1
/
+0
*
Remove dependency from swscale_internal.h to lavu/internal.h, it is no longer
Ramiro Polla
2009-07-09
1
-1
/
+0
*
Use enum PixelFormat in sws_format_name() prototype
Måns Rullgård
2009-07-01
1
-1
/
+1
*
Add libavutil/internal.h #include, required for the DECLARE_ALIGNED macro.
Diego Biurrun
2009-06-11
1
-0
/
+1
*
Use DECLARE_ALIGNED macro instead of gcc __attribute__.
Pavel Pavlov
2009-06-04
1
-29
/
+29
*
Partial (low bits ignored, no direct transcoding into other RGB formats) support
Kostya Shishkov
2009-06-02
1
-1
/
+3
*
Let SwScaler know that RGB48 BE/LE is 16-bits per component format.
Kostya Shishkov
2009-05-19
1
-0
/
+2
*
Make SwScaler recognize RGB48 BE/LE colourspaces (not support though).
Kostya Shishkov
2009-05-19
1
-0
/
+3
*
Add missing const qualifiers to AltiVec function parameters where appropriate.
Diego Biurrun
2009-05-09
1
-2
/
+2
*
Change VOFW for x86 to 5120, it allows larger images to be scaled and was
Michael Niedermayer
2009-05-05
1
-1
/
+6
*
Planar 16bit 420 422 444 YUV support (output is only supported in some
Michael Niedermayer
2009-04-21
1
-1
/
+16
*
Add macro to check for 16bit per sample.
Michael Niedermayer
2009-04-21
1
-0
/
+4
*
add isBE()
Michael Niedermayer
2009-04-20
1
-0
/
+1
*
Do not use abgrToA for both luma and alpha channel in hyscale.
Cédric Schieli
2009-04-14
1
-0
/
+2
*
whitespace cosmetics: Reindent a few lines and break a few excessively long l...
Diego Biurrun
2009-04-12
1
-12
/
+15
*
swscale: Use function pointers for swScale functions.
Ramiro Polla
2009-04-04
1
-0
/
+51
*
Move bfin specific code to its subdir.
Ramiro Polla
2009-03-27
1
-0
/
+1
*
Move yuv2rgb code to subdirs.
Ramiro Polla
2009-03-26
1
-0
/
+4
*
Add alpha channel scaling
Cédric Schieli
2009-03-20
1
-0
/
+5
[next]