summaryrefslogtreecommitdiff
path: root/libswscale/swscale_template.c
Commit message (Expand)AuthorAge
* swscale: remove unused and forgotten file.Michael Niedermayer2011-09-14
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-04
|\
| * swscale: integrate (literally) swscale_template.c in swscale.c.Ronald S. Bultje2011-06-03
| * swscale: split out x86/swscale_template.c from swscale.c.Ronald S. Bultje2011-06-03
* | swscale: dither for planar yuv outputsMichael Niedermayer2011-06-02
* | swscale: Fix use of uninitialized valuesMichael Niedermayer2011-06-02
* | Add const to fix "cast discards qualifiers" warnings.Reimar Döffinger2011-05-30
* | Merge remote-tracking branch 'qatar/master' into masterMichael Niedermayer2011-05-29
|\|
| * sws: replace all long with int.Anton Khirnov2011-05-28
| * swscale: use av_clip_uint8() in yuv2yuv1_c().Ronald S. Bultje2011-05-26
| * swscale: split chroma buffers into separate U/V planes.Ronald S. Bultje2011-05-26
| * swscale: replace formatConvBuffer[VOF] by allocated array.Ronald S. Bultje2011-05-26
| * swscale: remove if(full_chr_int) from yuv2packed1().Ronald S. Bultje2011-05-26
| * swscale: Remove commented-out printf cruft.Diego Biurrun2011-05-26
* | Commits that could not be pulled earlier due to bugs.Michael Niedermayer2011-05-29
* | swscale: use av_clip_uint8() in yuv2yuv1_c().Ronald S. Bultje2011-05-28
* | swscale: replace formatConvBuffer[VOF] by allocated array.Ronald S. Bultje2011-05-28
* | swscale: remove if(full_chr_int) from yuv2packed1().Ronald S. Bultje2011-05-28
* | swscale: Remove commented-out printf cruft.Diego Biurrun2011-05-28
* | swscale: dont loose precission on RGB/BGR48 input, that is dont drop half the...Michael Niedermayer2011-05-27
* | swscale: Do not loose precission on yuv values after rgb->yuv.Michael Niedermayer2011-05-26
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-25
|\|
| * swscale: unbreak the build on non-x86 systems.Ronald S. Bultje2011-05-24
| * swscale: remove swScale_{c,MMX,MMX2} duplication.Ronald S. Bultje2011-05-24
* | Merge swscale bloatupMichael Niedermayer2011-05-25
* | swscale: MMX optim of hscale16()Michael Niedermayer2011-05-25
* | swscale: dont loose bits on planar >8bit yuv ind gray nput.Michael Niedermayer2011-05-25
* | swscale: fix compile on mingw32Peter Belkner2011-05-14
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-13
|\|
| * swscale: fix YUV420P 9/10bit support.Ronald S. Bultje2011-05-11
| * Add pixel formats for 9- and 10-bit yuv420p.Oskar Arvidsson2011-05-10
| * libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementationPeter Ross2011-04-28
| * swscale: partially move the arch specific code leftLuca Barbato2011-04-14
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Fix MMX rgb24 to yuv conversion with gcc 4.6Mans Rullgard2011-02-13
* | swscale: 9,10 bits pixel format output supportBaptiste Coudurier2011-05-08
* | Fix function pointer type to match function it is assigned.Reimar Döffinger2011-05-07
* | Store pointers in a less messy way in SWSContext.Reimar Döffinger2011-05-07
* | swscale: fix src typeMichael Niedermayer2011-05-04
* | Correctly support pal8 with alpha in libswscale, fix png pal8 with alpha.Baptiste Coudurier2011-04-27
* | Rename y400a to gray8a.Baptiste Coudurier2011-04-27
* | Add pixel formats for 9- and 10-bit yuv420p.Oskar Arvidsson2011-04-10
* | Fix yuvj420p scaling artefact, issue1108.Michael Niedermayer2011-04-03
* | libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementationPeter Ross2011-03-26
* | Fix MMX rgb24 to yuv conversion with gcc 4.6Mans Rullgard2011-02-14
|/
* Replace ASMALIGN() with .p2alignMans Rullgard2011-01-18
* Y400A (gray alpha) input support in libswscaleBaptiste Coudurier2010-09-27
* swscale: fix unaligned accesses in (RGB|BGR)32_1 to YUV conversionMåns Rullgård2010-08-23
* Another try at fixing swscale on win64, as per r31153.Anton Mitrofanov2010-07-18
* Revert r31153. It failed to build on:Ramiro Polla2010-05-12