summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAgeFilesLines
* 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
* swscale: simplify initialization codeJosh Allmann2011-04-141-7/+2
* swscale: further cleanup swscale.cJosh Allmann2011-04-142-57/+54
* swscale: partially move the arch specific code leftLuca Barbato2011-04-144-2308/+3859
* swscale: move away x86 specific code from rgb2rgbLuca Barbato2011-04-146-2235/+3256
* swscale: Factorize FAST_BGR2YV12 definition.Luca Barbato2011-04-133-4/+2
* Add unconditional return statement to yuva420_rgb32_MMX() / yuva420_bgr32_MMX().Diego Biurrun2011-04-111-0/+4
* swscale: postpone sws_getContext removal until next major bump.Anton Khirnov2011-04-061-3/+3
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-1921-84/+84
* use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau2011-03-161-1/+1
* replace FFMPEG with LIBAV in FFMPEG_CONFIGURATIONJanne Grunau2011-03-161-1/+1
* Merge libavcore into libavutilReinhard Tartler2011-02-152-2/+1