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
2011-06-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-07swscale: add yuv2planar/packed function typedefs.Ronald S. Bultje
2011-06-07swscale: integrate yuv2nv12X_C into yuv2yuvX() function pointers.Ronald S. Bultje
2011-06-07swscale: remove alp/chr/lumSrcOffset.Ronald S. Bultje
2011-06-07sws: make dither_scale constMichael Niedermayer
2011-06-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-03swscale: split swscale.c in unscaled and generic conversion routines.Ronald S. Bultje
2011-06-03swscale: split out x86/swscale_template.c from swscale.c.Ronald S. Bultje
2011-06-03swscale: split out ppc _template.c files from main swscale.c.Ronald S. Bultje
2011-06-03swscale: split out unscaled altivec YUV converters in their own file.Ronald S. Bultje
2011-06-03swscale: reintroduce sws_format_name() symbolStefano Sabatini
2011-06-02swscale: dither for planar yuv outputsMichael Niedermayer
2011-05-30swscale: remove sws_format_name()Stefano Sabatini
2011-05-29Merge remote-tracking branch 'qatar/master' into masterMichael Niedermayer
2011-05-29Commits that could not be pulled earlier due to bugs.Michael Niedermayer
2011-05-28swscale: replace formatConvBuffer[VOF] by allocated array.Ronald S. Bultje
2011-05-28sws: replace all long with int.Anton Khirnov
2011-05-28swscale: fix crash in bilinear scaling.Ronald S. Bultje
2011-05-26swscale: fix compile on ppc.Ronald S. Bultje
2011-05-26swscale: remove VOF/VOFW.Ronald S. Bultje
2011-05-26swscale: split chroma buffers into separate U/V planes.Ronald S. Bultje
2011-05-26swscale: replace formatConvBuffer[VOF] by allocated array.Ronald S. Bultje
2011-05-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-25swscale: dont loose bits on planar >8bit yuv ind gray nput.Michael Niedermayer
2011-05-24swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.Ronald S. Bultje
2011-05-13Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-12swscale: fix YUV420P 9/10bit support.Ronald S. Bultje
2011-05-12Use VOFW 21503 as a default value for all types of the CPUsami_stuff
2011-05-10Add pixel formats for 9- and 10-bit yuv420p.Oskar Arvidsson
2011-05-08swscale: 9,10 bits pixel format output supportBaptiste Coudurier
2011-04-28libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementationPeter Ross
2011-04-27Correctly support pal8 with alpha in libswscale, fix png pal8 with alpha.Baptiste Coudurier
2011-04-27Rename y400a to gray8a.Baptiste Coudurier
2011-04-14Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-13swscale: Factorize FAST_BGR2YV12 definition.Luca Barbato
2011-04-11Add pixel formats for 9- and 10-bit yuv420p.Oskar Arvidsson
2011-04-03Fix yuvj420p scaling artefact, issue1108.Michael Niedermayer
2011-03-30Fix typo from e3a84542.Michael Niedermayer
2011-03-30SWSCALE: Increase maximim with from 5120 to 21504Frank Barchard
2011-03-26libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementationPeter Ross
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-09-28Y400A (gray alpha) input support in libswscaleBaptiste Coudurier
2010-07-24More const-correctness fixes to avoid warnings.Reimar Döffinger
2010-07-20Restore vertical alignment in some definesRamiro Polla
2010-05-13Revert r31153. It failed to build on:Ramiro Polla
2010-05-11Use int instead of long to pass width parameters in non-public functions.Ramiro Polla
2010-03-06Avoid duplication of usePal() macro.Stefano Sabatini
2010-03-06Add support to BGR444/RGB444 foreign endian output in libswscale.Janusz Krzysztofik
2010-03-05libswscale: Extend the unaccelerated path of the unscaled yuv2rgb specialJanusz Krzysztofik
2010-03-04Support BGR555, BGR565, RGB555 and RGB565 foreign endian output inAlexis Ballier