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