aboutsummaryrefslogtreecommitdiffstats
path: root/libswscale/swscale.c
Commit message (Expand)AuthorAgeFilesLines
* swscale: 10l forgot git add this change from ronald.Ronald S. Bultje2011-05-141-3/+4
* Merge remote branch 'qatar/master'Michael Niedermayer2011-05-141-17/+18
|\
| * swscale: properly inline bits/endianness in yuv2yuvX16inC().Ronald S. Bultje2011-05-131-4/+25
| * swscale: fix clipping of 9/10bit YUV420P.Ronald S. Bultje2011-05-131-17/+18
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-131-26/+50
|\|
| * swscale: fix YUV420P 9/10bit support.Ronald S. Bultje2011-05-111-33/+142
| * Add pixel formats for 9- and 10-bit yuv420p.Oskar Arvidsson2011-05-101-1/+22
| * libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementationPeter Ross2011-04-281-0/+57
| * sws: remove disabled cruft.Anton Khirnov2011-04-191-8/+0
| * swscale: fix "ISO C90 forbids mixed declarations and code" warningJanne Grunau2011-04-151-6/+4
| * swscale: simplify initialization codeJosh Allmann2011-04-141-7/+2
| * swscale: further cleanup swscale.cJosh Allmann2011-04-141-57/+0
| * swscale: partially move the arch specific code leftLuca Barbato2011-04-141-15/+10
* | swscale: Fix scaling for unscaled dithered planar convertions.Michael Niedermayer2011-05-101-11/+30
* | swscale: use Nbit code to handle !is16BPS(c->srcFormat) && is16BPS(c->dstFormat)Michael Niedermayer2011-05-101-10/+1
* | swscale: Support dither in is16BPS(c->srcFormat) && !is16BPS(c->dstFormat)Michael Niedermayer2011-05-101-9/+3
* | swscale: support unscaled planar Nbit->8bit with non native endian source.Michael Niedermayer2011-05-101-1/+5
* | swscale: fix unscaled yuv422p16be -> yuv422p10leMichael Niedermayer2011-05-101-2/+5
* | swscale: make DITHER_COPY() support non native endian sourceMichael Niedermayer2011-05-101-12/+13
* | swscale: factor shift out of DITHER_COPY().Michael Niedermayer2011-05-091-9/+10
* | swscale: factorize DITHER_COPY()Michael Niedermayer2011-05-091-34/+22
* | swscale: implement Nbit->non native endian 16bit. Fixes v210.Michael Niedermayer2011-05-091-3/+9
* | swscale: 9,10 bits pixel format output supportBaptiste Coudurier2011-05-081-27/+108
* | swscale: Dither for unscaled 10->8bit per channelMichael Niedermayer2011-05-061-3/+89
* | swscale: dont reshuffle bytesMichael Niedermayer2011-05-061-1/+1
* | Correctly support pal8 with alpha in libswscale, fix png pal8 with alpha.Baptiste Coudurier2011-04-271-0/+11
* | Set alpha of palettes to 0xff.Baptiste Coudurier2011-04-271-6/+6
* | Rename y400a to gray8a.Baptiste Coudurier2011-04-271-3/+3
* | Fix runtime CPU detection in libswscale.tateu2011-04-271-7/+0
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-141-2/+0
|\|
| * swscale: Factorize FAST_BGR2YV12 definition.Luca Barbato2011-04-131-2/+0
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | Add pixel formats for 9- and 10-bit yuv420p.Oskar Arvidsson2011-04-101-1/+22
* | fix runtime-cpu-detect bug in swscaleDarren Horrocks2011-04-051-0/+7
* | Fix compilation failure with runtime cpudetect (Ticket #22)Michael Niedermayer2011-03-281-3/+3
* | libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementationPeter Ross2011-03-261-0/+57
|/
* 100l fix if conditionBaptiste Coudurier2010-09-271-1/+1
* Y400A (gray alpha) input support in libswscaleBaptiste Coudurier2010-09-271-2/+40
* swscale: remove useless temporary variableRamiro Polla2010-09-161-5/+3
* swscale: factorize plane copying code out of 2 functionsRamiro Polla2010-09-161-27/+23
* indentRamiro Polla2010-09-111-4/+4
* swscale: remove unused codeRamiro Polla2010-09-111-7/+0
* swscale: fix internal rgb->yv12 chroma conversion used by the main scaler pathRamiro Polla2010-09-061-3/+3
* swscale: simplify selection of optimizations to compile.Ramiro Polla2010-08-251-23/+25
* swscale: Always define COMPILE_xxx to either 0 or 1.Ramiro Polla2010-08-251-12/+28
* swscale: fix unaligned accesses in (RGB|BGR)32_1 to YUV conversionMåns Rullgård2010-08-231-12/+16
* swscale: remove unused macro parameter in BGR2UV templateMåns Rullgård2010-08-231-7/+7
* validate input data and linesizesRamiro Polla2010-08-181-0/+24
* Add missing comma, fix rgb2yuv_table[SWS_CS_SMPTE240M] coefficients.Stefano Sabatini2010-07-241-1/+1
* Add some comments to the rgb2yuv_table, clarifying the standard whereStefano Sabatini2010-07-241-6/+6