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-31sws: fallback to mmx2 when yuv2yuvX_sse3() cannot be used.Michael Niedermayer
2011-10-31sws: print a warning on unaligned input on SSE2+Michael Niedermayer
2011-10-31sws: increase stride alignment requirement for the warning print code.Michael Niedermayer
2011-10-24sws: replace long by x86_reg in x86 asmMichael Niedermayer
2011-10-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-24sws: add yuv2yuvX_sse3()Michael Niedermayer
2011-10-24sws-test: Fix data alignmentMichael Niedermayer
2011-10-23sws: fix assert failureMichael Niedermayer
2011-10-23sws: x86_32 fixMichael Niedermayer
2011-10-23sws: add yuv2yuvX() back and updated to the just 1 plane APIMichael Niedermayer
2011-10-23sws: factorize v*Filter useMichael Niedermayer
2011-10-23sws: port to thw new 1 plane API and add back yuv2yuv1_ar().Michael Niedermayer
2011-10-23sws: better MOVNTQ macroMichael Niedermayer
2011-10-23sws cleanup yuv2planeX_10_c_template()Michael Niedermayer
2011-10-23sws: remove nonsensical code that leaked in from libavMichael Niedermayer
2011-10-23sws: drop unused codeMichael Niedermayer
2011-10-23swscale: add missing colons to x86 assembly yuv2planeX.Ronald S. Bultje
2011-10-23swscale: disable functions that do not yet workMichael Niedermayer
2011-10-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-22swscale: update altivec yuv2planeX asm to new per-plane API.Ronald S. Bultje
2011-10-22swscale: make yuv2yuvX_10_sse2/avx 8/9/16-bits aware.Ronald S. Bultje
2011-10-22yuv2planeX10 SIMDKieran Kunhya
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-22sws: fix warning: new qualifiers in middle of multi-level non-const cast are ...Michael Niedermayer
2011-10-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-21swscale: fix signed shift overflows in ff_yuv2rgb_c_init_tables()Mans Rullgard
2011-10-21sws/pixfmt/pixdesc: add support for yuv420p9le/be.Ronald S. Bultje
2011-10-21swscale: prevent overflow in coefficient calculation.Ronald S. Bultje
2011-10-18swscale: prevent overflow during initializationRonald Bultje
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