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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-09-13swscale: Remove two bogus assertsDiego Biurrun
2012-09-07x86: more specific checks for availability of required assembly capabilitiesDiego Biurrun
2012-08-31x86: Split inline and external assembly #ifdefsDiego Biurrun
2012-08-04x86: build: replace mmx2 by mmxextDiego Biurrun
2012-07-30swscale: bury one more piece of inline asm under HAVE_INLINE_ASM.Ronald S. Bultje
2012-07-23swscale: add missing HAVE_INLINE_ASM check.Ronald S. Bultje
2012-04-13swscale: K&R formatting cosmetics (part II)Diego Biurrun
2012-03-06swscale: make filterPos 32bit.Ronald S. Bultje
2012-02-23swscale: fix underflows in firstline calculations for extreme resizes.Ronald S. Bultje
2012-02-13swscale: Remove unused variable alpMmxFilter.Diego Biurrun
2012-02-13swscale: handle gray16 as a "planar" YUV format (Y-only, of course).Ronald S. Bultje
2012-02-13swscale: use yuv2packed1() functions for unscaled chroma also.Ronald S. Bultje
2012-02-07swscale: split C output functions into separate file.Ronald S. Bultje
2012-02-07swscale: Split C input functions into separate file.Ronald S. Bultje
2012-02-01swscale: remove obsolete comment.Ronald S. Bultje
2012-01-30swscale: more generic check for planar destination formats with alphaPaul B Mahol
2012-01-09swscale: RGB4444 and BGR444 inputPaul B Mahol
2012-01-05swscale: remove unused U/V arguments from yuv2rgb_write().Ronald S. Bultje
2012-01-04swscale: remove obsolete comment.Ronald S. Bultje
2012-01-04swscale: don't show full-chroma-int warning for non-RGB output.Ronald S. Bultje
2011-12-18swscale: fix overflows in vertical scaling at top/bottom edges.Ronald S. Bultje
2011-12-18swscale: fix overflow in gray16 vertical scaling.Ronald S. Bultje
2011-12-17swscale: fix integer overflows in RGB pixel writing.Mans Rullgard
2011-12-17swscale: fix overflows in output of RGB48 pixels.Ronald S. Bultje
2011-12-17swscale: fix overflows in RGB rounding constants.Ronald S. Bultje
2011-12-11Remove extraneous semicolonsMans Rullgard
2011-11-27swscale: fix signed overflow in yuv2mono_X_c_templateMans Rullgard
2011-11-24swscale: add support for planar RGB input.Ronald S. Bultje
2011-10-22swscale: decide whether to use yuv2plane1/X on a per-plane basis.Ronald S. Bultje
2011-10-22swscale: reintroduce full precision in 16-bit output.Ronald S. Bultje
2011-10-22Split up yuv2yuvX functionsKieran Kunhya
2011-10-22Split out yuv2yuv1 luma and chroma in order to make them generic DSP functionsKieran Kunhya
2011-10-21sws/pixfmt/pixdesc: add support for yuv420p9le/be.Ronald S. Bultje
2011-09-23Fix unnecessary shift with 9/10bit vertical scalingKieran Kunhya
2011-08-18swscale: split hScale() function pointer into h[cy]Scale().Ronald S. Bultje
2011-08-12swscale: use 15-bit intermediates for 9/10-bit scaling.Ronald S. Bultje
2011-08-02Revert "swscale: use 15-bit intermediates for 9/10-bit scaling."Ronald S. Bultje
2011-08-02swscale: use 15-bit intermediates for 9/10-bit scaling.Ronald S. Bultje
2011-07-09swscale: error dithering for 16/9/10-bit to 8-bit.Ronald S. Bultje
2011-07-09swscale: fix overflow in 16-bit vertical scaling.Ronald S. Bultje
2011-07-09swscale: fix crash in 8-bpc bilinear output without alpha.Ronald S. Bultje
2011-07-09swscale: fix 16-bit horizontal scaling underflow.Ronald S. Bultje
2011-07-04Remove unused static tables and static inline functions.Diego Biurrun
2011-07-01swscale: for >8bit scaling, read in native bit-depth.Ronald S. Bultje
2011-06-30swscale: fix another yuv range conversion overflow in 16bit scaling.Ronald S. Bultje
2011-06-30swscale: Unbreak build with --enable-smallMohamed Naufal
2011-06-30swscale: fix yuv range correction when using 16-bit scaling.Ronald S. Bultje
2011-06-29swscale: implement >8bit scaling support.Ronald S. Bultje
2011-06-28swscale: change prototypes of scaled YUV output functions.Ronald S. Bultje