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-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-03swscale: integrate (literally) swscale_template.c in swscale.c.Ronald S. Bultje
2011-06-03swscale: split out x86/swscale_template.c from swscale.c.Ronald S. Bultje
2011-06-02swscale: dither for planar yuv outputsMichael Niedermayer
2011-06-02swscale: Fix use of uninitialized valuesMichael Niedermayer
2011-05-30Add const to fix "cast discards qualifiers" warnings.Reimar Döffinger
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: use av_clip_uint8() in yuv2yuv1_c().Ronald S. Bultje
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: remove if(full_chr_int) from yuv2packed1().Ronald S. Bultje
2011-05-28swscale: Remove commented-out printf cruft.Diego Biurrun
2011-05-27swscale: dont loose precission on RGB/BGR48 input, that is dont drop half the...Michael Niedermayer
2011-05-27swscale: Do not loose precission on yuv values after rgb->yuv.Michael Niedermayer
2011-05-26swscale: use av_clip_uint8() in yuv2yuv1_c().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-26swscale: remove if(full_chr_int) from yuv2packed1().Ronald S. Bultje
2011-05-26swscale: Remove commented-out printf cruft.Diego Biurrun
2011-05-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-25Merge swscale bloatupMichael Niedermayer
2011-05-25swscale: MMX optim of hscale16()Michael Niedermayer
2011-05-25swscale: dont loose bits on planar >8bit yuv ind gray nput.Michael Niedermayer
2011-05-24swscale: unbreak the build on non-x86 systems.Ronald S. Bultje
2011-05-24swscale: remove swScale_{c,MMX,MMX2} duplication.Ronald S. Bultje
2011-05-14swscale: fix compile on mingw32Peter Belkner
2011-05-13Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-12swscale: fix YUV420P 9/10bit support.Ronald S. Bultje
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-05-07Fix function pointer type to match function it is assigned.Reimar Döffinger
2011-05-07Store pointers in a less messy way in SWSContext.Reimar Döffinger
2011-05-05swscale: fix src typeMichael Niedermayer
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-15swscale: partially move the arch specific code leftLuca 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-26libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementationPeter Ross
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-15Fix MMX rgb24 to yuv conversion with gcc 4.6Mans Rullgard
2011-02-13Fix MMX rgb24 to yuv conversion with gcc 4.6Mans Rullgard
2011-01-18Replace ASMALIGN() with .p2alignMans Rullgard
2010-09-28Y400A (gray alpha) input support in libswscaleBaptiste Coudurier
2010-08-24swscale: fix unaligned accesses in (RGB|BGR)32_1 to YUV conversionMåns Rullgård
2010-07-19Another try at fixing swscale on win64, as per r31153.Anton Mitrofanov
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