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
*
swscale/yuv2rgb: clip cy, avoid division by 0 with 0 contrast
Michael Niedermayer
2013-10-17
1
-4
/
+4
*
swscale/yuv2rgb: make sure yuvTable is set to NULL after deallocation
Michael Niedermayer
2013-09-16
1
-2
/
+1
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-08-29
1
-6
/
+6
|
\
|
*
cosmetics: Place arch initialization calls in alphabetical order
Diego Biurrun
2013-08-29
1
-6
/
+6
*
|
Merge commit '3aa682f25324d811ec284edc808eb71a46eae950'
Michael Niedermayer
2013-08-29
1
-1
/
+1
|
\
\
|
|
/
|
*
swscale: consistent names for arch-specific acceleration functions
Diego Biurrun
2013-08-29
1
-1
/
+1
*
|
Merge commit 'c2503d9c8ab42ea55922e9f5a10c8bfbbbfeaf19'
Michael Niedermayer
2013-08-29
1
-2
/
+2
|
\
\
|
|
/
|
*
swscale: ppc: Hide arch-specific initialization details
Diego Biurrun
2013-08-29
1
-2
/
+2
*
|
Merge commit 'a519583991c38d38503ab08357716513facc5725'
Michael Niedermayer
2013-08-29
1
-2
/
+2
|
\
\
|
|
/
|
*
swscale: x86: Hide arch-specific initialization details
Diego Biurrun
2013-08-28
1
-2
/
+2
*
|
Merge commit 'aa2ba8c99e5708884a56aea9c1d96e014866f8a3'
Michael Niedermayer
2013-08-16
1
-20
/
+13
|
\
\
|
|
/
|
*
swscale: Move extern declarations for tables to swscale_internal.h
Diego Biurrun
2013-08-15
1
-13
/
+8
*
|
swscale: RGBA64 output
Paul B Mahol
2013-05-12
1
-0
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-05-06
1
-6
/
+6
|
\
\
|
|
/
|
*
swscale: Use alpha from the right row in yuva2rgba_c
Martin Storsjö
2013-05-06
1
-6
/
+6
*
|
Merge commit '6c5eac9a603a91a707d030d96ba97e2ef6b3ce50'
Michael Niedermayer
2013-05-06
1
-8
/
+8
|
\
\
|
|
/
|
*
swscale: Remove unnecessary backslashes
Martin Storsjö
2013-05-06
1
-8
/
+8
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-02-10
1
-1
/
+1
|
\
\
|
|
/
|
*
sws: disable yuv2rgb warning for planar rgb.
Michael Niedermayer
2013-02-09
1
-1
/
+2
*
|
sws: disable yuv2rgb warning for planar rgb.
Michael Niedermayer
2013-01-26
1
-1
/
+2
*
|
yuv2rgb: fix integer overflow in fill_gv_table()
Michael Niedermayer
2012-10-24
1
-1
/
+1
*
|
yuv2rgb: fix integer overflow in fill_table
Michael Niedermayer
2012-10-24
1
-1
/
+1
*
|
yuv2rgb: fix declared array sizes, so they match actuals.
Michael Niedermayer
2012-10-11
1
-6
/
+6
*
|
Merge commit '716d413c13981da15323c7a3821860536eefdbbb'
Michael Niedermayer
2012-10-08
1
-45
/
+45
|
\
\
|
|
/
|
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-47
/
+47
*
|
Merge commit 'd488c3bcbaf7ddda42597e014deb661a7e9e2112'
Michael Niedermayer
2012-08-29
1
-16
/
+48
|
\
\
|
|
/
|
*
yuv2rgb: handle line widths that are not a multiple of 4.
Ronald S. Bultje
2012-08-28
1
-16
/
+48
*
|
yuv2rgb: implement 15/16bit ordered dither
Michael Niedermayer
2012-07-17
1
-12
/
+56
*
|
yuv2rgb: remove assert() the codepath is not invalid
Michael Niedermayer
2012-06-07
1
-3
/
+0
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-02-23
1
-418
/
+465
|
\
\
|
|
/
|
*
swscale: K&R formatting cosmetics (part I)
Diego Biurrun
2012-02-21
1
-421
/
+472
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-02-09
1
-2
/
+0
|
\
\
|
|
/
|
*
Remove Sun medialib glue code.
Diego Biurrun
2012-02-08
1
-2
/
+0
*
|
yuv2rgb: better check if source format have alpha
Paul B Mahol
2012-01-28
1
-2
/
+2
*
|
sws: Move yuv2rgb clipping into the tables.
Michael Niedermayer
2012-01-11
1
-12
/
+10
*
|
sws: Fix warning: ‘abase’ may be used uninitialized in this function
Michael Niedermayer
2011-11-18
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-10-22
1
-2
/
+2
|
\
\
|
|
/
|
*
swscale: fix signed shift overflows in ff_yuv2rgb_c_init_tables()
Mans Rullgard
2011-10-21
1
-2
/
+2
*
|
swscale: remove sws_format_name()
Stefano Sabatini
2011-05-30
1
-1
/
+3
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-05-30
1
-74
/
+0
|
\
\
|
|
/
|
*
swscale: Remove disabled code.
Diego Biurrun
2011-05-29
1
-74
/
+0
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-05-25
1
-17
/
+11
|
\
\
|
|
/
|
*
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
*
|
libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementation
Peter Ross
2011-03-26
1
-0
/
+38
|
/
*
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
[next]