summaryrefslogtreecommitdiff
path: root/libswscale/utils.c
Commit message (Expand)AuthorAge
* Merge commit '7b41c24c5fa221b55a9302efaf1a9eeb38b12551'Michael Niedermayer2013-02-10
|\
| * sws: dont enable chrSrcHSubSample for planar RGBMichael Niedermayer2013-02-09
* | Merge commit 'd6d5ef5534d582f9dbaf18ac2605cf5bb72cd821'Michael Niedermayer2013-02-10
|\|
| * sws: GBRP9, GBRP10, and GBRP16 output supportMichael Niedermayer2013-02-09
* | Merge commit '05b0998f511ffa699407465d48c7d5805f746ad2'Michael Niedermayer2013-01-28
|\|
| * swscale: GBRP output supportMichael Niedermayer2013-01-27
* | sws: dont enable chrSrcHSubSample for planar RGBMichael Niedermayer2013-01-26
* | sws: GBRP9, GBRP10 GBRP12 GBRP14 output supportMichael Niedermayer2013-01-26
* | sws: GBRP output supportMichael Niedermayer2013-01-26
* | sws: Check for unsupported combination of ED/FULL_CHR flagsMichael Niedermayer2013-01-19
* | sws: Enable full chroma resolution when needed for ED ditherMichael Niedermayer2013-01-19
* | sws: rgb/bgr 4/8 error diffusion ditherMichael Niedermayer2013-01-19
* | sws: Support error diffusion dither for mono outputMichael Niedermayer2013-01-18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-05
|\|
| * swscale: fix NULL checking in sws_alloc_context()Xi Wang2013-01-04
* | Merge commit 'fa8fcab1e0d31074c0644c4ac5194474c6c26415'Michael Niedermayer2012-11-01
|\|
| * x86: mmx2 ---> mmxext in function namesDiego Biurrun2012-10-31
* | Merge commit 'a65bdceb060628881578afb29df4eb222421381f'Michael Niedermayer2012-10-31
|\|
| * x86: mmx2 ---> mmxext in variable namesDiego Biurrun2012-10-31
* | Merge commit '652f5185945c8405fc57aed353286858df8d066f'Michael Niedermayer2012-10-31
|\|
| * x86: mmx2 ---> mmxext in comments and messagesDiego Biurrun2012-10-31
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-30
|\|
| * pixfmt: support more yuva formatsLuca Barbato2012-10-30
* | sws: rgb has no range, avoid random results if the user tries to mess with it...Michael Niedermayer2012-10-28
* | sws: loose the minimum dimension checksMichael Niedermayer2012-10-27
* | sws: improve error messagesMichael Niedermayer2012-10-27
* | sws: fix extreem downscalingMichael Niedermayer2012-10-27
* | sws_getGaussianVec: check variance and qualityMichael Niedermayer2012-10-27
* | sws_allocVec: check length validityMichael Niedermayer2012-10-27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-15
|\|
| * swscale: try to use mmap only if availableMans Rullgard2012-10-15
| * avutil: add yuva422p and yuva444p formatsLuca Barbato2012-10-12
* | sws: do not use av_pix_fmt_descriptors directlyPaul B Mahol2012-10-12
* | Merge commit '9953ff3cd844eb5f6d8dfce98cad94b78a0fc7dc'Michael Niedermayer2012-10-12
|\|
| * sws: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-12
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
|\|
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-09
|\|
| * swscale: Provide the right alignment for external mmx asmMartin Storsjö2012-09-09
| * x86: Replace checks for CPU extensions and flags by convenience macrosDiego Biurrun2012-09-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-31
|\|
| * x86: Split inline and external assembly #ifdefsDiego Biurrun2012-08-31
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-09
|\|
| * x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard2012-08-09
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-04
|\|
| * x86: build: replace mmx2 by mmxextDiego Biurrun2012-08-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-23
|\|
| * swscale: Mark all init functions as av_coldDiego Biurrun2012-07-23
| * swscale: place inline assembly bilinear scaler under HAVE_INLINE_ASM.Ronald S. Bultje2012-07-22
* | sws: handle non native rgb<->rgb convertionsMichael Niedermayer2012-07-17