| Commit message (Expand) | Author | Age | Files | Lines |
* | sws: replace all long with int. | Anton Khirnov | 2011-05-28 | 15 | -410/+410 |
* | swscale: fix crash in bilinear scaling. | Ronald S. Bultje | 2011-05-28 | 3 | -78/+66 |
* | swscale: Remove unused variables in x86 code. | Diego Biurrun | 2011-05-27 | 1 | -4/+0 |
* | swscale: delay allocation of formatConvBuffer(). | Ronald S. Bultje | 2011-05-27 | 1 | -1/+1 |
* | swscale: fix build with --disable-swscale-alpha. | Ronald S. Bultje | 2011-05-27 | 1 | -4/+4 |
* | swscale: fix non-bitexact yuv2yuv[X2]() MMX/MMX2 functions. | Ronald S. Bultje | 2011-05-27 | 1 | -4/+6 |
* | swscale: fix compile on ppc. | Ronald S. Bultje | 2011-05-26 | 4 | -34/+45 |
* | swscale: fix compile on x86-32. | Ronald S. Bultje | 2011-05-26 | 1 | -1/+1 |
* | swscale: use av_clip_uint8() in yuv2yuv1_c(). | Ronald S. Bultje | 2011-05-26 | 1 | -17/+3 |
* | swscale: remove VOF/VOFW. | Ronald S. Bultje | 2011-05-26 | 2 | -16/+7 |
* | swscale: split chroma buffers into separate U/V planes. | Ronald S. Bultje | 2011-05-26 | 5 | -265/+359 |
* | swscale: replace formatConvBuffer[VOF] by allocated array. | Ronald S. Bultje | 2011-05-26 | 3 | -7/+6 |
* | rgb2rgb: remove duplicate mmx/mmx2/3dnow/sse2 functions. | Ronald S. Bultje | 2011-05-26 | 2 | -35/+41 |
* | swscale: reindent h[cy]scale_fast() and updateDitherTables(). | Ronald S. Bultje | 2011-05-26 | 1 | -131/+132 |
* | swscale: reformat x86/swscale_template.c. | Ronald S. Bultje | 2011-05-26 | 1 | -852/+868 |
* | swscale: remove duplicate mmx/mmx2 functions if they are identical. | Ronald S. Bultje | 2011-05-26 | 1 | -1/+12 |
* | swscale: remove if (c->dstFormat) branch from yuv2packed[12X](). | Ronald S. Bultje | 2011-05-26 | 1 | -136/+234 |
* | swscale: remove if(full_chr_int) from yuv2packed1(). | Ronald S. Bultje | 2011-05-26 | 2 | -10/+0 |
* | swscale: remove if(accurate_rnd) branch from functions. | Ronald S. Bultje | 2011-05-26 | 1 | -16/+42 |
* | swscale: revive SWS_CPU_CAPS until next major bump. | Anton Khirnov | 2011-05-26 | 1 | -0/+16 |
* | swscale: Remove commented-out printf cruft. | Diego Biurrun | 2011-05-26 | 4 | -10/+0 |
* | swscale: Remove orphaned, commented-out function declaration. | Diego Biurrun | 2011-05-26 | 1 | -8/+0 |
* | swscale: Eliminate rgb24toyv12_c() duplication. | Michael Niedermayer | 2011-05-26 | 3 | -51/+8 |
* | swscale: unbreak the build on non-x86 systems. | Ronald S. Bultje | 2011-05-24 | 1 | -2/+6 |
* | swscale: remove if(bitexact) branch from functions. | Ronald S. Bultje | 2011-05-24 | 1 | -23/+11 |
* | swscale: remove if(canMMX2BeUsed) conditional. | Ronald S. Bultje | 2011-05-24 | 1 | -91/+8 |
* | swscale: remove swScale_{c,MMX,MMX2} duplication. | Ronald S. Bultje | 2011-05-24 | 3 | -302/+28 |
* | swscale: use emms_c(). | Ronald S. Bultje | 2011-05-24 | 2 | -5/+3 |
* | swscale: remove dead macro WRITEBGR24OLD. | Ronald S. Bultje | 2011-05-24 | 1 | -56/+0 |
* | swscale: remove AMD3DNOW "optimizations". | Ronald S. Bultje | 2011-05-24 | 2 | -35/+2 |
* | swscale: remove duplicate code in ppc/ subdirectory. | Ronald S. Bultje | 2011-05-24 | 2 | -794/+3 |
* | swscale: remove duplicated x86/ functions. | Ronald S. Bultje | 2011-05-24 | 1 | -196/+16 |
* | swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*. | Ronald S. Bultje | 2011-05-24 | 16 | -340/+171 |
* | Fix 9/10 bit in swscale. | Kieran Kunhya | 2011-05-23 | 1 | -4/+4 |
* | swscale: point out an alternative to sws_getContext | Clément Bœsch | 2011-05-21 | 1 | -0/+1 |
* | [PATCH] Update pixdesc_be fate refs after adding 9/10bit YUV420P formats. | Ronald S. Bultje | 2011-05-14 | 1 | -49/+0 |
* | swscale: properly inline bits/endianness in yuv2yuvX16inC(). | Ronald S. Bultje | 2011-05-13 | 1 | -4/+25 |
* | swscale: fix clipping of 9/10bit YUV420P. | Ronald S. Bultje | 2011-05-13 | 1 | -17/+18 |
* | configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS. | Diego Biurrun | 2011-05-12 | 1 | -2/+0 |
* | swscale: fix YUV420P 9/10bit support. | Ronald S. Bultje | 2011-05-11 | 6 | -56/+173 |
* | AVOptions: make default_val a union, as proposed in AVOption2. | Anton Khirnov | 2011-05-10 | 1 | -33/+33 |
* | Add pixel formats for 9- and 10-bit yuv420p. | Oskar Arvidsson | 2011-05-10 | 4 | -1/+70 |
* | libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementation | Peter Ross | 2011-04-28 | 6 | -3/+113 |
* | sws: remove disabled cruft. | Anton Khirnov | 2011-04-19 | 5 | -69/+0 |
* | lavc: remove the FF_API_SET_STRING_OLD cruft. | Anton Khirnov | 2011-04-19 | 1 | -1/+1 |
* | Bump major versions of all libraries. | Anton Khirnov | 2011-04-18 | 1 | -2/+2 |
* | swscale: fix "ISO C90 forbids mixed declarations and code" warning | Janne Grunau | 2011-04-15 | 1 | -6/+4 |
* | swscale: fix compilation with --enable-runtime-cpudetect | Janne Grunau | 2011-04-15 | 2 | -53/+80 |
* | swscale: correct include path to fix ppc altivec build | Janne Grunau | 2011-04-15 | 1 | -1/+1 |
* | swscale: simplify rgb2rgb templating | Luca Barbato | 2011-04-14 | 2 | -302/+1 |