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
2011-10-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov
2011-10-12sws: support yuv444p9/10 output.Anton Khirnov
2011-10-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-11swscale: use aligned move for storage into temporary buffer.Ronald S. Bultje
2011-10-09sws: gbr24p input supportMichael Niedermayer
2011-10-09swscale: Fix prototypes of *toyv12 so they can be used with planar rgb input.Michael Niedermayer
2011-10-03Enable conversions to YUV444P9/YUV444P10, they seem to work fine.Reimar Döffinger
2011-09-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-25ppc: fix some pointer to integer castsMans Rullgard
2011-09-25Compile x86/swscale_template with -mno-red-zone.Reimar Döffinger
2011-09-24Add new pix_fmt RGBA64Jean First
2011-09-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-23Fix unnecessary shift with 9/10bit vertical scalingKieran Kunhya
2011-09-20Hack around gcc 4.6 breaking asm using call.Reimar Döffinger
2011-09-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-15swscale: fix byte overreads in SSE-optimized hscale().Ronald S. Bultje
2011-09-14swscale: drop redundant code.Michael Niedermayer
2011-09-14swscale: add 14bit support to the "MMX/SSE2/SSSE3/SSE4 versions for horizonta...Michael Niedermayer
2011-09-14swscale: remove unused and forgotten file.Michael Niedermayer
2011-09-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-13sws: implement MMX/SSE2/SSSE3/SSE4 versions for horizontal scaling.Ronald S. Bultje
2011-09-05swscale: Fix unused asm and enable itMichael Niedermayer
2011-09-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-03lavf,lavc,sws: add {avcodec,avformat,sws}_get_class() functions.Anton Khirnov
2011-09-02Remove unused variables.Reimar Döffinger
2011-09-01sws: fix a huge amount of incompatible pointer type arguments warnings.Clément Bœsch
2011-08-25sws: use shift for chroma sample up convertionMichael Niedermayer
2011-08-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-18swscale: split hScale() function pointer into h[cy]Scale().Ronald S. Bultje
2011-08-14sws: remove hScale16NX_c()Michael Niedermayer
2011-08-14sws: remove hScale16N() and use ronalds reformated version of it.Michael Niedermayer
2011-08-14sws: remove unneeded code from last mergeMichael Niedermayer
2011-08-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-13swscale: add dithering to yuv2yuvX_altivec_realLuca Barbato
2011-08-12swscale: use 15-bit intermediates for 9/10-bit scaling.Ronald S. Bultje
2011-08-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-05lsws: remove optimization debug logs in sws_init_context()Stefano Sabatini
2011-08-05lsws: use array for storing the supported in/out informationStefano Sabatini
2011-08-04lsws: remove deprecated and unused stuff after the 0->1 major bumpStefano Sabatini
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-08-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-30Do not convert RGB buffer at once when stride does not fit exact samples.Kostya Shishkov
2011-07-28lsws: apply logging factorization in sws_scale_init()Stefano Sabatini
2011-07-27lsws: remove redundant macros isSupportedIn/OutStefano Sabatini
2011-07-27lsws: factorize some logging code in sws_init_context()Stefano Sabatini
2011-07-25lsws: fix weird indentStefano Sabatini
2011-07-25lsws: use array for storing the supported in/out informationStefano Sabatini
2011-07-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer