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
/
utils.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
add YUVJ411P
Michael Niedermayer
2013-05-21
1
-0
/
+4
*
swscale: RGBA64 output
Paul B Mahol
2013-05-12
1
-2
/
+2
*
Revert "sws: support endianness conversion for AV_PIX_FMT_RGBA64"
Michael Niedermayer
2013-05-12
1
-2
/
+2
*
sws: support endianness conversion for AV_PIX_FMT_RGBA64
Paul B Mahol
2013-05-12
1
-2
/
+2
*
lavu: add FF_CEIL_RSHIFT and use it in various places.
Clément Bœsch
2013-05-09
1
-5
/
+5
*
libswscale: GBRAP input & output and GBRAP16 input support
Paul B Mahol
2013-05-08
1
-3
/
+3
*
Merge commit '9cfa21c8c2b81146aab574f55c93f27e5c2d435c'
Michael Niedermayer
2013-05-07
1
-2
/
+2
|
\
|
*
swscale: support endianness conversion for AV_PIX_FMT_XYZ12
Janne Grunau
2013-05-06
1
-0
/
+2
*
|
Merge commit 'c1eb3e7fecdc270e03a700d61ef941600a6af491'
Michael Niedermayer
2013-05-07
1
-1
/
+12
|
\
\
|
|
/
|
*
swscale: add support for endianness only conversion
Janne Grunau
2013-05-06
1
-1
/
+12
*
|
Merge commit '2b677ffca54a5fbef9c8860841c32f28ecd68f70'
Michael Niedermayer
2013-05-05
1
-8
/
+9
|
\
\
|
|
/
|
*
swscale: Add av_cold attributes to init functions missing them
Diego Biurrun
2013-05-04
1
-8
/
+9
|
*
swscale: Disallow conversion to GBRP16
Martin Storsjö
2013-02-11
1
-2
/
+2
*
|
Avoid incorrect deprecated pixel format warning.
Reimar Döffinger
2013-05-05
1
-1
/
+2
*
|
lavu: add planar 16 bit and 8 bit rgb with alpha
Paul B Mahol
2013-05-03
1
-0
/
+3
*
|
sws: share xyzgamma tables.
Michael Niedermayer
2013-05-01
1
-3
/
+10
*
|
sws: support xyz input
Michael Niedermayer
2013-04-28
1
-0
/
+37
*
|
sws: remove hack to support partial convert / xyz bswaping
Michael Niedermayer
2013-04-28
1
-2
/
+0
*
|
sws: enable xyz12, this for now is just for swaping between le and be
Michael Niedermayer
2013-04-28
1
-0
/
+2
*
|
sws: Skip ff_yuv2rgb_c_init_tables() when the output is YUV
Michael Niedermayer
2013-04-16
1
-0
/
+2
*
|
sws/fill_rgb2yuv_table: use ROUNDED_DIV
Michael Niedermayer
2013-04-16
1
-14
/
+14
*
|
sws/fill_rgb2yuv_table: increase precission to 32bit
Michael Niedermayer
2013-04-16
1
-13
/
+17
*
|
sws/fill_rgb2yuv_table: avoid 2 divisions
Michael Niedermayer
2013-04-16
1
-2
/
+2
*
|
sws/x86: update RENAME(rgb24toyv12)() to using the user provided rgb2yuv table
Michael Niedermayer
2013-04-15
1
-2
/
+12
*
|
sws/x86: update rgba->yuv to use user supplied table
Michael Niedermayer
2013-04-15
1
-0
/
+12
*
|
sws/x86: update rgb/bgr->yuv code to use provided coefficient table
Michael Niedermayer
2013-04-15
1
-0
/
+19
*
|
sws: init input_rgb2yuv_table depending on yuv colorspace
Michael Niedermayer
2013-04-15
1
-1
/
+53
*
|
Merge commit '7b41c24c5fa221b55a9302efaf1a9eeb38b12551'
Michael Niedermayer
2013-02-10
1
-0
/
+1
|
\
\
|
|
/
|
*
sws: dont enable chrSrcHSubSample for planar RGB
Michael Niedermayer
2013-02-09
1
-0
/
+3
*
|
Merge commit 'd6d5ef5534d582f9dbaf18ac2605cf5bb72cd821'
Michael Niedermayer
2013-02-10
1
-1
/
+0
|
\
\
|
|
/
|
*
sws: GBRP9, GBRP10, and GBRP16 output support
Michael Niedermayer
2013-02-09
1
-8
/
+8
*
|
Merge commit '05b0998f511ffa699407465d48c7d5805f746ad2'
Michael Niedermayer
2013-01-28
1
-2
/
+2
|
\
\
|
|
/
|
*
swscale: GBRP output support
Michael Niedermayer
2013-01-27
1
-1
/
+12
*
|
sws: dont enable chrSrcHSubSample for planar RGB
Michael Niedermayer
2013-01-26
1
-0
/
+4
*
|
sws: GBRP9, GBRP10 GBRP12 GBRP14 output support
Michael Niedermayer
2013-01-26
1
-10
/
+10
*
|
sws: GBRP output support
Michael Niedermayer
2013-01-26
1
-1
/
+11
*
|
sws: Check for unsupported combination of ED/FULL_CHR flags
Michael Niedermayer
2013-01-19
1
-5
/
+12
*
|
sws: Enable full chroma resolution when needed for ED dither
Michael Niedermayer
2013-01-19
1
-0
/
+14
*
|
sws: rgb/bgr 4/8 error diffusion dither
Michael Niedermayer
2013-01-19
1
-1
/
+6
*
|
sws: Support error diffusion dither for mono output
Michael Niedermayer
2013-01-18
1
-0
/
+6
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-01-05
1
-2
/
+4
|
\
\
|
|
/
|
*
swscale: fix NULL checking in sws_alloc_context()
Xi Wang
2013-01-04
1
-2
/
+4
*
|
Merge commit 'fa8fcab1e0d31074c0644c4ac5194474c6c26415'
Michael Niedermayer
2012-11-01
1
-10
/
+11
|
\
\
|
|
/
|
*
x86: mmx2 ---> mmxext in function names
Diego Biurrun
2012-10-31
1
-10
/
+11
*
|
Merge commit 'a65bdceb060628881578afb29df4eb222421381f'
Michael Niedermayer
2012-10-31
1
-35
/
+49
|
\
\
|
|
/
|
*
x86: mmx2 ---> mmxext in variable names
Diego Biurrun
2012-10-31
1
-34
/
+46
*
|
Merge commit '652f5185945c8405fc57aed353286858df8d066f'
Michael Niedermayer
2012-10-31
1
-3
/
+3
|
\
\
|
|
/
|
*
x86: mmx2 ---> mmxext in comments and messages
Diego Biurrun
2012-10-31
1
-3
/
+3
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-10-30
1
-0
/
+18
|
\
\
|
|
/
|
*
pixfmt: support more yuva formats
Luca Barbato
2012-10-30
1
-0
/
+18
[next]