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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
swscale: remove misplaced comment.
Ronald S. Bultje
2011-06-14
1
-1
/
+0
*
swscale: split out RGB48 output functions from yuv2packed[12X]_c().
Ronald S. Bultje
2011-06-14
1
-88
/
+235
*
swscale: fix JPEG-range YUV scaling artifacts.
Michael Niedermayer
2011-06-14
1
-5
/
+5
*
libavutil/swscale: YUV444P10/YUV444P9 support.
Ronald S. Bultje
2011-06-10
1
-1
/
+13
*
swscale: split YUYV output out of yuv2packed[12X]_c().
Ronald S. Bultje
2011-06-09
1
-44
/
+137
*
swscale: extract monowhite/black output from yuv2packed[12X]_c().
Ronald S. Bultje
2011-06-09
1
-59
/
+113
*
swscale: de-macro'ify RGB15/16/32 input functions.
Ronald S. Bultje
2011-06-09
1
-109
/
+169
*
swscale: rearrange code.
Ronald S. Bultje
2011-06-09
1
-83
/
+83
*
swscale: change 48bit RGB input macros to inline functions.
Ronald S. Bultje
2011-06-09
1
-44
/
+71
*
swscale: change 9/10bit YUV input macros to inline functions.
Ronald S. Bultje
2011-06-09
1
-23
/
+41
*
swscale: extract gray16 output functions from yuv2packed[12X]().
Ronald S. Bultje
2011-06-09
1
-55
/
+142
*
swscale: use standard clipping functions.
Ronald S. Bultje
2011-06-09
1
-33
/
+20
*
swscale: merge macros that are used only once.
Ronald S. Bultje
2011-06-09
1
-10
/
+4
*
swscale: fix function declarations in swscale.c.
Ronald S. Bultje
2011-06-09
1
-33
/
+34
*
swscale: remove unused function.
Ronald S. Bultje
2011-06-08
1
-29
/
+0
*
swscale: remove duplicate conversion routine in swScale().
Ronald S. Bultje
2011-06-07
1
-73
/
+53
*
swscale: integrate yuv2nv12X_C into yuv2yuvX() function pointers.
Ronald S. Bultje
2011-06-07
1
-15
/
+12
*
swscale: extract SWS_FULL_CHR_H_INT conditional into init code.
Ronald S. Bultje
2011-06-07
1
-39
/
+21
*
swscale: cosmetics.
Ronald S. Bultje
2011-06-07
1
-2
/
+1
*
swscale: remove alp/chr/lumSrcOffset.
Ronald S. Bultje
2011-06-07
1
-125
/
+76
*
swscale: un-special-case yuv2yuvX16_c().
Ronald S. Bultje
2011-06-07
1
-28
/
+35
*
swscale: split swscale.c in unscaled and generic conversion routines.
Ronald S. Bultje
2011-06-03
1
-839
/
+0
*
swscale: cosmetics.
Ronald S. Bultje
2011-06-03
1
-260
/
+236
*
swscale: integrate (literally) swscale_template.c in swscale.c.
Ronald S. Bultje
2011-06-03
1
-1
/
+930
*
swscale: split out x86/swscale_template.c from swscale.c.
Ronald S. Bultje
2011-06-03
1
-37
/
+2
*
swscale: split out ppc _template.c files from main swscale.c.
Ronald S. Bultje
2011-06-03
1
-10
/
+2
*
swscale: remove indirections in ppc/swscale_template.c.
Ronald S. Bultje
2011-06-03
1
-1
/
+1
*
swscale: split out unscaled altivec YUV converters in their own file.
Ronald S. Bultje
2011-06-03
1
-15
/
+5
*
swscale: remove unused COMPILE_TEMPLATE_ALTIVEC.
Ronald S. Bultje
2011-06-02
1
-3
/
+0
*
sws: replace all long with int.
Anton Khirnov
2011-05-28
1
-26
/
+26
*
swscale: split chroma buffers into separate U/V planes.
Ronald S. Bultje
2011-05-26
1
-30
/
+38
*
swscale: remove swScale_{c,MMX,MMX2} duplication.
Ronald S. Bultje
2011-05-24
1
-10
/
+5
*
swscale: remove AMD3DNOW "optimizations".
Ronald S. Bultje
2011-05-24
1
-22
/
+0
*
swscale: remove duplicate code in ppc/ subdirectory.
Ronald S. Bultje
2011-05-24
1
-3
/
+1
*
swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.
Ronald S. Bultje
2011-05-24
1
-109
/
+25
*
Fix 9/10 bit in swscale.
Kieran Kunhya
2011-05-23
1
-4
/
+4
*
swscale: properly inline bits/endianness in yuv2yuvX16inC().
Ronald S. Bultje
2011-05-13
1
-4
/
+25
*
swscale: fix clipping of 9/10bit YUV420P.
Ronald S. Bultje
2011-05-13
1
-17
/
+18
*
swscale: fix YUV420P 9/10bit support.
Ronald S. Bultje
2011-05-11
1
-33
/
+142
*
Add pixel formats for 9- and 10-bit yuv420p.
Oskar Arvidsson
2011-05-10
1
-1
/
+22
*
libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementation
Peter Ross
2011-04-28
1
-0
/
+57
*
sws: remove disabled cruft.
Anton Khirnov
2011-04-19
1
-8
/
+0
*
swscale: fix "ISO C90 forbids mixed declarations and code" warning
Janne Grunau
2011-04-15
1
-6
/
+4
*
swscale: simplify initialization code
Josh Allmann
2011-04-14
1
-7
/
+2
*
swscale: further cleanup swscale.c
Josh Allmann
2011-04-14
1
-57
/
+0
*
swscale: partially move the arch specific code left
Luca Barbato
2011-04-14
1
-15
/
+10
*
swscale: Factorize FAST_BGR2YV12 definition.
Luca Barbato
2011-04-13
1
-2
/
+0
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
100l fix if condition
Baptiste Coudurier
2010-09-27
1
-1
/
+1
*
Y400A (gray alpha) input support in libswscale
Baptiste Coudurier
2010-09-27
1
-2
/
+40
[next]