summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAge
* 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 if(bitexact) branch from functions.Ronald S. Bultje2011-05-24
| * swscale: remove if(canMMX2BeUsed) conditional.Ronald S. Bultje2011-05-24
| * swscale: remove swScale_{c,MMX,MMX2} duplication.Ronald S. Bultje2011-05-24
| * swscale: use emms_c().Ronald S. Bultje2011-05-24
| * swscale: remove dead macro WRITEBGR24OLD.Ronald S. Bultje2011-05-24
| * swscale: remove AMD3DNOW "optimizations".Ronald S. Bultje2011-05-24
| * swscale: remove duplicate code in ppc/ subdirectory.Ronald S. Bultje2011-05-24
| * swscale: remove duplicated x86/ functions.Ronald S. Bultje2011-05-24
| * swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.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: Switch to ronalds yuv2yuvX16inC_template() its very similar to bapts...Michael Niedermayer2011-05-25
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-24
|\|
| * Fix 9/10 bit in swscale.Kieran Kunhya2011-05-23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-22
|\|
| * swscale: point out an alternative to sws_getContextClément Bœsch2011-05-21
| * [PATCH] Update pixdesc_be fate refs after adding 9/10bit YUV420P formats.Ronald S. Bultje2011-05-14
* | swscale: fix compile on mingw32Peter Belkner2011-05-14
* | swscale: 10l forgot git add this change from ronald.Ronald S. Bultje2011-05-14
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-14
|\|
| * swscale: properly inline bits/endianness in yuv2yuvX16inC().Ronald S. Bultje2011-05-13
| * swscale: fix clipping of 9/10bit YUV420P.Ronald S. Bultje2011-05-13
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-13
|\|
| * configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun2011-05-12
| * swscale: fix YUV420P 9/10bit support.Ronald S. Bultje2011-05-11
* | sws-PPC: fix after VOFW change.Michael Niedermayer2011-05-12
* | Use VOFW 21503 as a default value for all types of the CPUsami_stuff2011-05-12
* | swscale: remove fork bug that i missed in the merge.Michael Niedermayer2011-05-11
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-11
|\|
| * AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-05-10
| * Add pixel formats for 9- and 10-bit yuv420p.Oskar Arvidsson2011-05-10
* | swscale: Fix scaling for unscaled dithered planar convertions.Michael Niedermayer2011-05-10
* | swscale: use Nbit code to handle !is16BPS(c->srcFormat) && is16BPS(c->dstFormat)Michael Niedermayer2011-05-10
* | swscale: Support dither in is16BPS(c->srcFormat) && !is16BPS(c->dstFormat)Michael Niedermayer2011-05-10
* | swscale: support unscaled planar Nbit->8bit with non native endian source.Michael Niedermayer2011-05-10
* | swscale: fix unscaled yuv422p16be -> yuv422p10leMichael Niedermayer2011-05-10
* | swscale: make DITHER_COPY() support non native endian sourceMichael Niedermayer2011-05-10
* | swscale: factor shift out of DITHER_COPY().Michael Niedermayer2011-05-09
* | swscale: factorize DITHER_COPY()Michael Niedermayer2011-05-09
* | swscale: implement Nbit->non native endian 16bit. Fixes v210.Michael Niedermayer2011-05-09
* | 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: Dither for unscaled 10->8bit per channelMichael Niedermayer2011-05-06
* | swscale: dont reshuffle bytesMichael Niedermayer2011-05-06
* | rgb24toyv12: break out in the middle before out of array reads.Michael Niedermayer2011-05-05
* | swscale: fix src typeMichael Niedermayer2011-05-04