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
*
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
*
|
sws: rgb has no range, avoid random results if the user tries to mess with it...
Michael Niedermayer
2012-10-28
1
-0
/
+6
*
|
sws: loose the minimum dimension checks
Michael Niedermayer
2012-10-27
1
-1
/
+1
*
|
sws: improve error messages
Michael Niedermayer
2012-10-27
1
-1
/
+5
*
|
sws: fix extreem downscaling
Michael Niedermayer
2012-10-27
1
-2
/
+2
*
|
sws_getGaussianVec: check variance and quality
Michael Niedermayer
2012-10-27
1
-1
/
+6
*
|
sws_allocVec: check length validity
Michael Niedermayer
2012-10-27
1
-1
/
+6
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-10-15
1
-3
/
+5
|
\
\
|
|
/
|
*
swscale: try to use mmap only if available
Mans Rullgard
2012-10-15
1
-3
/
+5
|
*
avutil: add yuva422p and yuva444p formats
Luca Barbato
2012-10-12
1
-0
/
+2
*
|
sws: do not use av_pix_fmt_descriptors directly
Paul B Mahol
2012-10-12
1
-1
/
+1
*
|
Merge commit '9953ff3cd844eb5f6d8dfce98cad94b78a0fc7dc'
Michael Niedermayer
2012-10-12
1
-9
/
+18
|
\
\
|
|
/
|
*
sws: do not use av_pix_fmt_descriptors directly.
Anton Khirnov
2012-10-12
1
-10
/
+16
*
|
Merge commit '716d413c13981da15323c7a3821860536eefdbbb'
Michael Niedermayer
2012-10-08
1
-142
/
+142
|
\
\
|
|
/
|
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-111
/
+111
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-09-09
1
-7
/
+7
|
\
\
|
|
/
|
*
swscale: Provide the right alignment for external mmx asm
Martin Storsjö
2012-09-09
1
-2
/
+4
|
*
x86: Replace checks for CPU extensions and flags by convenience macros
Diego Biurrun
2012-09-08
1
-11
/
+9
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-08-31
1
-6
/
+6
|
\
\
|
|
/
|
*
x86: Split inline and external assembly #ifdefs
Diego Biurrun
2012-08-31
1
-6
/
+6
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-08-09
1
-1
/
+1
|
\
\
|
|
/
|
*
x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h
Mans Rullgard
2012-08-09
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-08-04
1
-6
/
+6
|
\
\
|
|
/
|
*
x86: build: replace mmx2 by mmxext
Diego Biurrun
2012-08-03
1
-6
/
+6
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-07-23
1
-6
/
+8
|
\
\
|
|
/
|
*
swscale: Mark all init functions as av_cold
Diego Biurrun
2012-07-23
1
-1
/
+3
|
*
swscale: place inline assembly bilinear scaler under HAVE_INLINE_ASM.
Ronald S. Bultje
2012-07-22
1
-5
/
+5
*
|
sws: handle non native rgb<->rgb convertions
Michael Niedermayer
2012-07-17
1
-1
/
+2
[next]