summaryrefslogtreecommitdiffstats
path: root/libswscale
Commit message (Expand)AuthorAgeFilesLines
* swscale: fix compile on mingw32Peter Belkner2011-05-141-0/+2
* 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-134-47/+86
|\ \ | |/
| * configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun2011-05-121-2/+0
| * swscale: fix YUV420P 9/10bit support.Ronald S. Bultje2011-05-116-56/+173
* | sws-PPC: fix after VOFW change.Michael Niedermayer2011-05-122-6/+6
* | Use VOFW 21503 as a default value for all types of the CPUsami_stuff2011-05-121-4/+0
* | swscale: remove fork bug that i missed in the merge.Michael Niedermayer2011-05-111-4/+0
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-111-0/+4
|\ \ | |/
| * AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-05-101-33/+33
| * Add pixel formats for 9- and 10-bit yuv420p.Oskar Arvidsson2011-05-104-1/+70
* | 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-084-29/+120
* | 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: Dither for unscaled 10->8bit per channelMichael Niedermayer2011-05-061-3/+89
* | swscale: dont reshuffle bytesMichael Niedermayer2011-05-061-1/+1
* | rgb24toyv12: break out in the middle before out of array reads.Michael Niedermayer2011-05-051-0/+3
* | swscale: fix src typeMichael Niedermayer2011-05-041-1/+1
* | Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45'Michael Niedermayer2011-05-011-33/+33
|\ \
| * | AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-04-301-33/+33
| |/
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-291-1/+1
|\ \ | |/
| * libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementationPeter Ross2011-04-286-3/+113
| * sws: remove disabled cruft.Anton Khirnov2011-04-195-69/+0
* | Correctly support pal8 with alpha in libswscale, fix png pal8 with alpha.Baptiste Coudurier2011-04-273-0/+13
* | Set alpha of palettes to 0xff.Baptiste Coudurier2011-04-271-6/+6
* | Rename y400a to gray8a.Baptiste Coudurier2011-04-274-10/+10
* | Fix runtime CPU detection in libswscale.tateu2011-04-273-8/+9
* | lsws: prevent overflow in sws_init_context()Stefano Sabatini2011-04-251-1/+1
* | Patch from Packman (OpenSuse - packages) to silence rpmlint.Manfred Tremmel2011-04-251-0/+2
* | Check mmap() return against correct valueunknown author2011-04-251-0/+4
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-201-1/+1
|\ \ | |/
| * lavc: remove the FF_API_SET_STRING_OLD cruft.Anton Khirnov2011-04-191-1/+1
| * Bump major versions of all libraries.Anton Khirnov2011-04-181-2/+2
| * swscale: fix "ISO C90 forbids mixed declarations and code" warningJanne Grunau2011-04-151-6/+4
| * swscale: fix compilation with --enable-runtime-cpudetectJanne Grunau2011-04-152-53/+80
| * swscale: correct include path to fix ppc altivec buildJanne Grunau2011-04-151-1/+1
| * swscale: simplify rgb2rgb templatingLuca Barbato2011-04-142-302/+1
| * swscale: simplify initialization codeJosh Allmann2011-04-141-7/+2
OpenPOWER on IntegriCloud