summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAge
* sws: replace all long with int.Anton Khirnov2011-05-28
* swscale: fix crash in bilinear scaling.Ronald S. Bultje2011-05-28
* swscale: Remove unused variables in x86 code.Diego Biurrun2011-05-27
* swscale: delay allocation of formatConvBuffer().Ronald S. Bultje2011-05-27
* swscale: fix build with --disable-swscale-alpha.Ronald S. Bultje2011-05-27
* swscale: fix non-bitexact yuv2yuv[X2]() MMX/MMX2 functions.Ronald S. Bultje2011-05-27
* swscale: fix compile on ppc.Ronald S. Bultje2011-05-26
* swscale: fix compile on x86-32.Ronald S. Bultje2011-05-26
* swscale: use av_clip_uint8() in yuv2yuv1_c().Ronald S. Bultje2011-05-26
* swscale: remove VOF/VOFW.Ronald S. Bultje2011-05-26
* swscale: split chroma buffers into separate U/V planes.Ronald S. Bultje2011-05-26
* swscale: replace formatConvBuffer[VOF] by allocated array.Ronald S. Bultje2011-05-26
* rgb2rgb: remove duplicate mmx/mmx2/3dnow/sse2 functions.Ronald S. Bultje2011-05-26
* swscale: reindent h[cy]scale_fast() and updateDitherTables().Ronald S. Bultje2011-05-26
* swscale: reformat x86/swscale_template.c.Ronald S. Bultje2011-05-26
* swscale: remove duplicate mmx/mmx2 functions if they are identical.Ronald S. Bultje2011-05-26
* swscale: remove if (c->dstFormat) branch from yuv2packed[12X]().Ronald S. Bultje2011-05-26
* swscale: remove if(full_chr_int) from yuv2packed1().Ronald S. Bultje2011-05-26
* swscale: remove if(accurate_rnd) branch from functions.Ronald S. Bultje2011-05-26
* swscale: revive SWS_CPU_CAPS until next major bump.Anton Khirnov2011-05-26
* swscale: Remove commented-out printf cruft.Diego Biurrun2011-05-26
* swscale: Remove orphaned, commented-out function declaration.Diego Biurrun2011-05-26
* swscale: Eliminate rgb24toyv12_c() duplication.Michael Niedermayer2011-05-26
* 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
* Fix 9/10 bit in swscale.Kieran Kunhya2011-05-23
* 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: properly inline bits/endianness in yuv2yuvX16inC().Ronald S. Bultje2011-05-13
* swscale: fix clipping of 9/10bit YUV420P.Ronald S. Bultje2011-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
* 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
* libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementationPeter Ross2011-04-28
* sws: remove disabled cruft.Anton Khirnov2011-04-19
* lavc: remove the FF_API_SET_STRING_OLD cruft.Anton Khirnov2011-04-19
* Bump major versions of all libraries.Anton Khirnov2011-04-18
* swscale: fix "ISO C90 forbids mixed declarations and code" warningJanne Grunau2011-04-15
* swscale: fix compilation with --enable-runtime-cpudetectJanne Grunau2011-04-15
* swscale: correct include path to fix ppc altivec buildJanne Grunau2011-04-15
* swscale: simplify rgb2rgb templatingLuca Barbato2011-04-14