summaryrefslogtreecommitdiffstats
path: root/libswscale
Commit message (Expand)AuthorAgeFilesLines
* sws: replace all long with int.Anton Khirnov2011-05-2815-410/+410
* swscale: fix crash in bilinear scaling.Ronald S. Bultje2011-05-283-78/+66
* swscale: Remove unused variables in x86 code.Diego Biurrun2011-05-271-4/+0
* swscale: delay allocation of formatConvBuffer().Ronald S. Bultje2011-05-271-1/+1
* swscale: fix build with --disable-swscale-alpha.Ronald S. Bultje2011-05-271-4/+4
* swscale: fix non-bitexact yuv2yuv[X2]() MMX/MMX2 functions.Ronald S. Bultje2011-05-271-4/+6
* swscale: fix compile on ppc.Ronald S. Bultje2011-05-264-34/+45
* swscale: fix compile on x86-32.Ronald S. Bultje2011-05-261-1/+1
* swscale: use av_clip_uint8() in yuv2yuv1_c().Ronald S. Bultje2011-05-261-17/+3
* swscale: remove VOF/VOFW.Ronald S. Bultje2011-05-262-16/+7
* swscale: split chroma buffers into separate U/V planes.Ronald S. Bultje2011-05-265-265/+359
* swscale: replace formatConvBuffer[VOF] by allocated array.Ronald S. Bultje2011-05-263-7/+6
* rgb2rgb: remove duplicate mmx/mmx2/3dnow/sse2 functions.Ronald S. Bultje2011-05-262-35/+41
* swscale: reindent h[cy]scale_fast() and updateDitherTables().Ronald S. Bultje2011-05-261-131/+132
* swscale: reformat x86/swscale_template.c.Ronald S. Bultje2011-05-261-852/+868
* swscale: remove duplicate mmx/mmx2 functions if they are identical.Ronald S. Bultje2011-05-261-1/+12
* swscale: remove if (c->dstFormat) branch from yuv2packed[12X]().Ronald S. Bultje2011-05-261-136/+234
* swscale: remove if(full_chr_int) from yuv2packed1().Ronald S. Bultje2011-05-262-10/+0
* swscale: remove if(accurate_rnd) branch from functions.Ronald S. Bultje2011-05-261-16/+42
* swscale: revive SWS_CPU_CAPS until next major bump.Anton Khirnov2011-05-261-0/+16
* swscale: Remove commented-out printf cruft.Diego Biurrun2011-05-264-10/+0
* 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: 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
* Fix 9/10 bit in swscale.Kieran Kunhya2011-05-231-4/+4
* 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: 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
* 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
* 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
* 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
* 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
OpenPOWER on IntegriCloud