Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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