index
:
ffmpeg
master
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
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libswscale
/
swscale_internal.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Do not include log.h in avutil.h
Mans Rullgard
2011-07-03
1
-0
/
+1
*
Do not include pixfmt.h in avutil.h
Mans Rullgard
2011-07-03
1
-0
/
+1
*
swscale: for >8bit scaling, read in native bit-depth.
Ronald S. Bultje
2011-07-01
1
-1
/
+1
*
swscale: implement >8bit scaling support.
Ronald S. Bultje
2011-06-29
1
-0
/
+10
*
swscale: Add Doxygen for hyscale_fast/hScale.
Ronald S. Bultje
2011-06-29
1
-0
/
+45
*
swscale: Add Doxygen for yuv2planar*/yuv2packed* functions.
Ronald S. Bultje
2011-06-28
1
-0
/
+98
*
swscale: change prototypes of scaled YUV output functions.
Ronald S. Bultje
2011-06-27
1
-25
/
+15
*
swscale: remove unused xInc/srcW arguments from hScale().
Ronald S. Bultje
2011-06-26
1
-2
/
+2
*
swscale: fix JPEG-range YUV scaling artifacts.
Michael Niedermayer
2011-06-14
1
-2
/
+2
*
libavutil/swscale: YUV444P10/YUV444P9 support.
Ronald S. Bultje
2011-06-10
1
-0
/
+12
*
swscale: add yuv2planar/packed function typedefs.
Ronald S. Bultje
2011-06-07
1
-34
/
+40
*
swscale: integrate yuv2nv12X_C into yuv2yuvX() function pointers.
Ronald S. Bultje
2011-06-07
1
-6
/
+0
*
swscale: remove alp/chr/lumSrcOffset.
Ronald S. Bultje
2011-06-07
1
-4
/
+0
*
swscale: split swscale.c in unscaled and generic conversion routines.
Ronald S. Bultje
2011-06-03
1
-0
/
+7
*
swscale: split out x86/swscale_template.c from swscale.c.
Ronald S. Bultje
2011-06-03
1
-0
/
+4
*
swscale: split out ppc _template.c files from main swscale.c.
Ronald S. Bultje
2011-06-03
1
-5
/
+2
*
swscale: split out unscaled altivec YUV converters in their own file.
Ronald S. Bultje
2011-06-03
1
-0
/
+2
*
sws: replace all long with int.
Anton Khirnov
2011-05-28
1
-9
/
+9
*
swscale: fix crash in bilinear scaling.
Ronald S. Bultje
2011-05-28
1
-0
/
+2
*
swscale: fix compile on ppc.
Ronald S. Bultje
2011-05-26
1
-3
/
+4
*
swscale: remove VOF/VOFW.
Ronald S. Bultje
2011-05-26
1
-8
/
+0
*
swscale: split chroma buffers into separate U/V planes.
Ronald S. Bultje
2011-05-26
1
-9
/
+18
*
swscale: replace formatConvBuffer[VOF] by allocated array.
Ronald S. Bultje
2011-05-26
1
-1
/
+1
*
swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.
Ronald S. Bultje
2011-05-24
1
-5
/
+0
*
swscale: fix YUV420P 9/10bit support.
Ronald S. Bultje
2011-05-11
1
-1
/
+1
*
Add pixel formats for 9- and 10-bit yuv420p.
Oskar Arvidsson
2011-05-10
1
-0
/
+10
*
libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementation
Peter Ross
2011-04-28
1
-2
/
+8
*
swscale: Factorize FAST_BGR2YV12 definition.
Luca Barbato
2011-04-13
1
-0
/
+2
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Y400A (gray alpha) input support in libswscale
Baptiste Coudurier
2010-09-27
1
-1
/
+3
*
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
[prev]
[next]