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
Commit message (
Expand
)
Author
Age
Files
Lines
*
swscale: remove fork bug that i missed in the merge.
Michael Niedermayer
2011-05-11
1
-4
/
+0
*
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-05-11
1
-0
/
+4
|
\
|
*
AVOptions: make default_val a union, as proposed in AVOption2.
Anton Khirnov
2011-05-10
1
-33
/
+33
|
*
Add pixel formats for 9- and 10-bit yuv420p.
Oskar Arvidsson
2011-05-10
4
-1
/
+70
*
|
swscale: Fix scaling for unscaled dithered planar convertions.
Michael Niedermayer
2011-05-10
1
-11
/
+30
*
|
swscale: use Nbit code to handle !is16BPS(c->srcFormat) && is16BPS(c->dstFormat)
Michael Niedermayer
2011-05-10
1
-10
/
+1
*
|
swscale: Support dither in is16BPS(c->srcFormat) && !is16BPS(c->dstFormat)
Michael Niedermayer
2011-05-10
1
-9
/
+3
*
|
swscale: support unscaled planar Nbit->8bit with non native endian source.
Michael Niedermayer
2011-05-10
1
-1
/
+5
*
|
swscale: fix unscaled yuv422p16be -> yuv422p10le
Michael Niedermayer
2011-05-10
1
-2
/
+5
*
|
swscale: make DITHER_COPY() support non native endian source
Michael Niedermayer
2011-05-10
1
-12
/
+13
*
|
swscale: factor shift out of DITHER_COPY().
Michael Niedermayer
2011-05-09
1
-9
/
+10
*
|
swscale: factorize DITHER_COPY()
Michael Niedermayer
2011-05-09
1
-34
/
+22
*
|
swscale: implement Nbit->non native endian 16bit. Fixes v210.
Michael Niedermayer
2011-05-09
1
-3
/
+9
*
|
swscale: 9,10 bits pixel format output support
Baptiste Coudurier
2011-05-08
4
-29
/
+120
*
|
Fix function pointer type to match function it is assigned.
Reimar Döffinger
2011-05-07
1
-1
/
+1
*
|
Store pointers in a less messy way in SWSContext.
Reimar Döffinger
2011-05-07
1
-2
/
+2
*
|
swscale: Dither for unscaled 10->8bit per channel
Michael Niedermayer
2011-05-06
1
-3
/
+89
*
|
swscale: dont reshuffle bytes
Michael Niedermayer
2011-05-06
1
-1
/
+1
*
|
rgb24toyv12: break out in the middle before out of array reads.
Michael Niedermayer
2011-05-05
1
-0
/
+3
*
|
swscale: fix src type
Michael Niedermayer
2011-05-04
1
-1
/
+1
*
|
Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45'
Michael Niedermayer
2011-05-01
1
-33
/
+33
|
\
\
|
*
|
AVOptions: make default_val a union, as proposed in AVOption2.
Anton Khirnov
2011-04-30
1
-33
/
+33
|
|
/
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-29
1
-1
/
+1
|
\
\
|
|
/
|
*
libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementation
Peter Ross
2011-04-28
6
-3
/
+113
|
*
sws: remove disabled cruft.
Anton Khirnov
2011-04-19
5
-69
/
+0
*
|
Correctly support pal8 with alpha in libswscale, fix png pal8 with alpha.
Baptiste Coudurier
2011-04-27
3
-0
/
+13
*
|
Set alpha of palettes to 0xff.
Baptiste Coudurier
2011-04-27
1
-6
/
+6
*
|
Rename y400a to gray8a.
Baptiste Coudurier
2011-04-27
4
-10
/
+10
*
|
Fix runtime CPU detection in libswscale.
tateu
2011-04-27
3
-8
/
+9
*
|
lsws: prevent overflow in sws_init_context()
Stefano Sabatini
2011-04-25
1
-1
/
+1
*
|
Patch from Packman (OpenSuse - packages) to silence rpmlint.
Manfred Tremmel
2011-04-25
1
-0
/
+2
*
|
Check mmap() return against correct value
unknown author
2011-04-25
1
-0
/
+4
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-20
1
-1
/
+1
|
\
\
|
|
/
|
*
lavc: remove the FF_API_SET_STRING_OLD cruft.
Anton Khirnov
2011-04-19
1
-1
/
+1
|
*
Bump major versions of all libraries.
Anton Khirnov
2011-04-18
1
-2
/
+2
|
*
swscale: fix "ISO C90 forbids mixed declarations and code" warning
Janne Grunau
2011-04-15
1
-6
/
+4
|
*
swscale: fix compilation with --enable-runtime-cpudetect
Janne Grunau
2011-04-15
2
-53
/
+80
|
*
swscale: correct include path to fix ppc altivec build
Janne Grunau
2011-04-15
1
-1
/
+1
|
*
swscale: simplify rgb2rgb templating
Luca Barbato
2011-04-14
2
-302
/
+1
|
*
swscale: simplify initialization code
Josh Allmann
2011-04-14
1
-7
/
+2
|
*
swscale: further cleanup swscale.c
Josh Allmann
2011-04-14
2
-57
/
+54
|
*
swscale: partially move the arch specific code left
Luca Barbato
2011-04-14
4
-2308
/
+3859
|
*
swscale: move away x86 specific code from rgb2rgb
Luca Barbato
2011-04-14
6
-2235
/
+3256
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-14
3
-4
/
+2
|
\
\
|
|
/
|
*
swscale: Factorize FAST_BGR2YV12 definition.
Luca Barbato
2011-04-13
3
-4
/
+2
|
*
Add unconditional return statement to yuva420_rgb32_MMX() / yuva420_bgr32_MMX().
Diego Biurrun
2011-04-11
1
-0
/
+4
*
|
Add pixel formats for 9- and 10-bit yuv420p.
Oskar Arvidsson
2011-04-10
4
-1
/
+61
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-07
1
-3
/
+3
|
\
\
|
|
/
|
*
swscale: postpone sws_getContext removal until next major bump.
Anton Khirnov
2011-04-06
1
-3
/
+3
|
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
21
-84
/
+84
[next]