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-03-16Merge remote-tracking branch 'qatar/release/0.8' into release/0.10Michael Niedermayer
2012-03-09swscale: make filterPos 32bit.Ronald S. Bultje
2012-01-12sws: Remove unneeded YUV cliping from yuv2rgb_X_c_template()Michael Niedermayer
2012-01-11sws: Move yuv2rgb clipping into the tables.Michael Niedermayer
2012-01-10Revert "swscale: fix integer overflows in RGB pixel writing."Michael Niedermayer
2012-01-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-09swscale: RGB4444 and BGR444 inputPaul B Mahol
2012-01-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-05swscale: remove unused U/V arguments from yuv2rgb_write().Ronald S. Bultje
2012-01-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-11Remove extraneous semicolonsMans Rullgard
2011-12-03swscale: Fix all cast qualifier warnings:Michael Niedermayer
2011-11-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-27swscale: fix signed overflow in yuv2mono_X_c_templateMans Rullgard
2011-11-26swscale: remove duplicate code from yesterdays merge.Michael Niedermayer
2011-11-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-24swscale: add support for planar RGB input.Ronald S. Bultje
2011-11-19sws: update copyright datesMichael 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-23sws: fix assert failureMichael 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 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-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-21sws/pixfmt/pixdesc: add support for yuv420p9le/be.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-09-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-23Fix unnecessary shift with 9/10bit vertical scalingKieran Kunhya
2011-09-14swscale: drop redundant code.Michael Niedermayer
2011-09-01sws: fix a huge amount of incompatible pointer type arguments warnings.Clément Bœsch
2011-08-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-18swscale: split hScale() function pointer into h[cy]Scale().Ronald S. Bultje