summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAge
...
* 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
* swscale: simplify initialization codeJosh Allmann2011-04-14
* swscale: further cleanup swscale.cJosh Allmann2011-04-14
* swscale: partially move the arch specific code leftLuca Barbato2011-04-14
* swscale: move away x86 specific code from rgb2rgbLuca Barbato2011-04-14
* swscale: Factorize FAST_BGR2YV12 definition.Luca Barbato2011-04-13
* Add unconditional return statement to yuva420_rgb32_MMX() / yuva420_bgr32_MMX().Diego Biurrun2011-04-11
* swscale: postpone sws_getContext removal until next major bump.Anton Khirnov2011-04-06
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau2011-03-16