index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libswscale
/
yuv2rgb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cosmetics: Place arch initialization calls in alphabetical order
Diego Biurrun
2013-08-29
1
-6
/
+6
*
swscale: consistent names for arch-specific acceleration functions
Diego Biurrun
2013-08-29
1
-1
/
+1
*
swscale: ppc: Hide arch-specific initialization details
Diego Biurrun
2013-08-29
1
-2
/
+2
*
swscale: x86: Hide arch-specific initialization details
Diego Biurrun
2013-08-28
1
-2
/
+2
*
swscale: Move extern declarations for tables to swscale_internal.h
Diego Biurrun
2013-08-15
1
-13
/
+8
*
swscale: Use alpha from the right row in yuva2rgba_c
Martin Storsjö
2013-05-06
1
-6
/
+6
*
swscale: Remove unnecessary backslashes
Martin Storsjö
2013-05-06
1
-8
/
+8
*
sws: disable yuv2rgb warning for planar rgb.
Michael Niedermayer
2013-02-09
1
-1
/
+2
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-47
/
+47
*
yuv2rgb: handle line widths that are not a multiple of 4.
Ronald S. Bultje
2012-08-28
1
-16
/
+48
*
swscale: K&R formatting cosmetics (part I)
Diego Biurrun
2012-02-21
1
-421
/
+472
*
Remove Sun medialib glue code.
Diego Biurrun
2012-02-08
1
-2
/
+0
*
swscale: fix signed shift overflows in ff_yuv2rgb_c_init_tables()
Mans Rullgard
2011-10-21
1
-2
/
+2
*
swscale: Remove disabled code.
Diego Biurrun
2011-05-29
1
-74
/
+0
*
swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.
Ronald S. Bultje
2011-05-24
1
-17
/
+11
*
libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementation
Peter Ross
2011-04-28
1
-0
/
+38
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Change the type of Y table to pointer to void in fill_table().
Benoit Fouet
2010-07-12
1
-1
/
+2
*
Add av_ prefix to bswap macros
Måns Rullgård
2010-07-10
1
-2
/
+2
*
Move internal scale context fields initialization from
Stefano Sabatini
2010-06-01
1
-0
/
+24
*
alternative LGPL-licensed, MMX-optimized YUV to RGB conversion routines
Diego Biurrun
2010-05-04
1
-1
/
+1
*
HAVE_MMX2 implies HAVE_MMX, so checking the latter is enough.
Diego Biurrun
2010-03-26
1
-1
/
+1
*
Add support to BGR444/RGB444 foreign endian output in libswscale.
Janusz Krzysztofik
2010-03-06
1
-2
/
+8
*
Cosmetics: fix vertical alignment.
Benoit Fouet
2010-03-05
1
-2
/
+2
*
libswscale: Extend the unaccelerated path of the unscaled yuv2rgb special
Janusz Krzysztofik
2010-03-05
1
-0
/
+49
*
Support BGR555, BGR565, RGB555 and RGB565 foreign endian output in
Alexis Ballier
2010-03-04
1
-2
/
+12
*
Apply consistency nit.
Stefano Sabatini
2010-02-25
1
-1
/
+1
*
Add function to translate SWS_CS_* to coefficient array
David Conrad
2010-02-05
1
-0
/
+7
*
Use av_get_bits_per_pixel() for computing the bits per pixel of the
Stefano Sabatini
2010-01-24
1
-1
/
+1
*
User friendly warning message that gives out names of source and target formats
Zuxy Meng
2010-01-19
1
-1
/
+1
*
Define out currently unused static functions.
Zuxy Meng
2010-01-18
1
-1
/
+6
*
Const correctness for src pointer. Remove all constness related warnings in
Zuxy Meng
2010-01-15
1
-6
/
+6
*
Cosmetics:
Ramiro Polla
2009-08-16
1
-2
/
+3
*
Remove 'offset' argument from PUTRGB* macros since it's unneeded and caused
Kostya Shishkov
2009-08-09
1
-66
/
+66
*
The AltiVec code in libswscale no longer is under GPL.
Diego Biurrun
2009-07-05
1
-1
/
+1
*
YUV into RGB48 BE/LE conversion support
Kostya Shishkov
2009-06-02
1
-0
/
+39
*
Remove useless duplicated code in yuv2rgb_c_32, yuva2rgba_c and yuva2argb_c
Cédric Schieli
2009-04-27
1
-9
/
+0
*
Move yuv2rgb code to subdirs.
Ramiro Polla
2009-03-26
1
-52
/
+1
*
Simpler and more elegant fix to the x86_32/OSX+PIC build failure
Cédric Schieli
2009-03-24
1
-8
/
+2
*
Fix build failure on x86_32 Mac OS X with PIC enabled
Cédric Schieli
2009-03-21
1
-2
/
+10
*
Add YUVA420P -> RGBA/BGRA/ARGB/ABGR unscaled converters
Cédric Schieli
2009-03-20
1
-10
/
+91
*
Do not assume long is same width as x86 register.
Ramiro Polla
2009-03-18
1
-0
/
+1
*
Consistently use ff_ prefixes for internal symbols.
Diego Biurrun
2009-03-18
1
-7
/
+7
*
Fix ff_bfin_yuv2rgb_get_func_ptr() vs. sws_ff_bfin_yuv2rgb_get_func_ptr() name
Diego Biurrun
2009-03-17
1
-1
/
+1
*
Add an alpha parameter to the YUV2RGBFUNC macro to ease the upcoming yuva2rgb...
Cédric Schieli
2009-03-16
1
-12
/
+12
*
Fix braindead and broken way to calculate abase, fixes regression tests on
Reimar Döffinger
2009-03-01
1
-1
/
+1
*
When converting from a non alpha format to an alpha format, defaults
Cédric Schieli
2009-02-28
1
-2
/
+3
*
Rename yuv2rgb2.c --> yuv2rgb.c.
Diego Biurrun
2009-02-24
1
-0
/
+683
*
Remove GPL version of yuv2rgb.c that has been replaced by an LGPL substitute.
Diego Biurrun
2009-02-24
1
-780
/
+0
*
Prefix visible YUV2RGB functions with sws_
Kostya Shishkov
2009-02-09
1
-5
/
+5
[next]