summaryrefslogtreecommitdiffstats
path: root/libswscale
Commit message (Expand)AuthorAgeFilesLines
* swscale: Do not loose precission on yuv values after rgb->yuv.Michael Niedermayer2011-05-265-82/+87
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-262-19/+7
|\
| * swscale: Remove orphaned, commented-out function declaration.Diego Biurrun2011-05-261-8/+0
| * swscale: Eliminate rgb24toyv12_c() duplication.Michael Niedermayer2011-05-263-51/+8
* | swscale: document SWS_CPU_CAPS*Michael Niedermayer2011-05-251-0/+1
* | Revert removial of SWS flags from e66149e714006d099d1ebfcca3f22ca74fc7dcf4Michael Niedermayer2011-05-251-0/+7
* | swscale: remove duplicatiopn of rgb24toyv12_c()Michael Niedermayer2011-05-253-47/+9
* | Return -1 on invalid input instead of crashing.Jean-Tiare Le Bigot2011-05-251-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-2518-2045/+384
|\ \ | |/
| * swscale: unbreak the build on non-x86 systems.Ronald S. Bultje2011-05-241-2/+6
| * swscale: remove if(bitexact) branch from functions.Ronald S. Bultje2011-05-241-23/+11
| * swscale: remove if(canMMX2BeUsed) conditional.Ronald S. Bultje2011-05-241-91/+8
| * swscale: remove swScale_{c,MMX,MMX2} duplication.Ronald S. Bultje2011-05-243-302/+28
| * swscale: use emms_c().Ronald S. Bultje2011-05-242-5/+3
| * swscale: remove dead macro WRITEBGR24OLD.Ronald S. Bultje2011-05-241-56/+0
| * swscale: remove AMD3DNOW "optimizations".Ronald S. Bultje2011-05-242-35/+2
| * swscale: remove duplicate code in ppc/ subdirectory.Ronald S. Bultje2011-05-242-794/+3
| * swscale: remove duplicated x86/ functions.Ronald S. Bultje2011-05-241-196/+16
| * swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.Ronald S. Bultje2011-05-2416-340/+171
* | Merge swscale bloatupMichael Niedermayer2011-05-2511-4608/+6916
* | 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-254-24/+52
* | swscale: Switch to ronalds yuv2yuvX16inC_template() its very similar to bapts...Michael Niedermayer2011-05-251-45/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-241-4/+4
|\ \ | |/
| * Fix 9/10 bit in swscale.Kieran Kunhya2011-05-231-4/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-221-0/+1
|\ \ | |/
| * swscale: point out an alternative to sws_getContextClément Bœsch2011-05-211-0/+1
| * [PATCH] Update pixdesc_be fate refs after adding 9/10bit YUV420P formats.Ronald S. Bultje2011-05-141-49/+0
* | 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
OpenPOWER on IntegriCloud