| Commit message (Expand) | Author | Age | Files | Lines |
* | swscale: split out x86/swscale_template.c from swscale.c. | Ronald S. Bultje | 2011-06-03 | 1 | -37/+2 |
* | swscale: split out ppc _template.c files from main swscale.c. | Ronald S. Bultje | 2011-06-03 | 1 | -10/+2 |
* | swscale: remove indirections in ppc/swscale_template.c. | Ronald S. Bultje | 2011-06-03 | 1 | -1/+1 |
* | swscale: split out unscaled altivec YUV converters in their own file. | Ronald S. Bultje | 2011-06-03 | 1 | -15/+5 |
* | swscale: remove unused COMPILE_TEMPLATE_ALTIVEC. | Ronald S. Bultje | 2011-06-02 | 1 | -3/+0 |
* | sws: replace all long with int. | Anton Khirnov | 2011-05-28 | 1 | -26/+26 |
* | swscale: split chroma buffers into separate U/V planes. | Ronald S. Bultje | 2011-05-26 | 1 | -30/+38 |
* | swscale: remove swScale_{c,MMX,MMX2} duplication. | Ronald S. Bultje | 2011-05-24 | 1 | -10/+5 |
* | swscale: remove AMD3DNOW "optimizations". | Ronald S. Bultje | 2011-05-24 | 1 | -22/+0 |
* | swscale: remove duplicate code in ppc/ subdirectory. | Ronald S. Bultje | 2011-05-24 | 1 | -3/+1 |
* | swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*. | Ronald S. Bultje | 2011-05-24 | 1 | -109/+25 |
* | Fix 9/10 bit in swscale. | Kieran Kunhya | 2011-05-23 | 1 | -4/+4 |
* | 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 |
* | swscale: fix YUV420P 9/10bit support. | Ronald S. Bultje | 2011-05-11 | 1 | -33/+142 |
* | Add pixel formats for 9- and 10-bit yuv420p. | Oskar Arvidsson | 2011-05-10 | 1 | -1/+22 |
* | libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementation | Peter Ross | 2011-04-28 | 1 | -0/+57 |
* | sws: remove disabled cruft. | Anton Khirnov | 2011-04-19 | 1 | -8/+0 |
* | swscale: fix "ISO C90 forbids mixed declarations and code" warning | Janne Grunau | 2011-04-15 | 1 | -6/+4 |
* | swscale: simplify initialization code | Josh Allmann | 2011-04-14 | 1 | -7/+2 |
* | swscale: further cleanup swscale.c | Josh Allmann | 2011-04-14 | 1 | -57/+0 |
* | swscale: partially move the arch specific code left | Luca Barbato | 2011-04-14 | 1 | -15/+10 |
* | swscale: Factorize FAST_BGR2YV12 definition. | Luca Barbato | 2011-04-13 | 1 | -2/+0 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | 100l fix if condition | Baptiste Coudurier | 2010-09-27 | 1 | -1/+1 |
* | Y400A (gray alpha) input support in libswscale | Baptiste Coudurier | 2010-09-27 | 1 | -2/+40 |
* | swscale: remove useless temporary variable | Ramiro Polla | 2010-09-16 | 1 | -5/+3 |
* | swscale: factorize plane copying code out of 2 functions | Ramiro Polla | 2010-09-16 | 1 | -27/+23 |
* | indent | Ramiro Polla | 2010-09-11 | 1 | -4/+4 |
* | swscale: remove unused code | Ramiro Polla | 2010-09-11 | 1 | -7/+0 |
* | swscale: fix internal rgb->yv12 chroma conversion used by the main scaler path | Ramiro Polla | 2010-09-06 | 1 | -3/+3 |
* | swscale: simplify selection of optimizations to compile. | Ramiro Polla | 2010-08-25 | 1 | -23/+25 |
* | swscale: Always define COMPILE_xxx to either 0 or 1. | Ramiro Polla | 2010-08-25 | 1 | -12/+28 |
* | swscale: fix unaligned accesses in (RGB|BGR)32_1 to YUV conversion | Måns Rullgård | 2010-08-23 | 1 | -12/+16 |
* | swscale: remove unused macro parameter in BGR2UV template | Måns Rullgård | 2010-08-23 | 1 | -7/+7 |
* | validate input data and linesizes | Ramiro Polla | 2010-08-18 | 1 | -0/+24 |
* | Add missing comma, fix rgb2yuv_table[SWS_CS_SMPTE240M] coefficients. | Stefano Sabatini | 2010-07-24 | 1 | -1/+1 |
* | Add some comments to the rgb2yuv_table, clarifying the standard where | Stefano Sabatini | 2010-07-24 | 1 | -6/+6 |
* | Cosmetics: reindent and unify whitespace | Martin Storsjö | 2010-07-19 | 1 | -4/+4 |
* | Do planar copy with a single memcpy only if the stride is equal to the length | Martin Storsjö | 2010-07-19 | 1 | -3/+3 |
* | In planarCopyWrapper, Only copy length, not stride of the last line in the plane | Martin Storsjö | 2010-07-16 | 1 | -3/+5 |
* | Add av_ prefix to bswap macros | Måns Rullgård | 2010-07-10 | 1 | -1/+1 |
* | Fix 'assignment from incompatible pointer type' warning. | Eli Friedman | 2010-07-03 | 1 | -3/+3 |
* | deprecate palette8topacked32 in favor of public API functions sws_convertPale... | Reinhard Tartler | 2010-06-01 | 1 | -6/+29 |
* | Remove PI definition and use M_PI instead. | Stefano Sabatini | 2010-05-19 | 1 | -6/+1 |
* | Revert r31153. It failed to build on: | Ramiro Polla | 2010-05-12 | 1 | -8/+8 |
* | Use int instead of long to pass width parameters in non-public functions. | Ramiro Polla | 2010-05-11 | 1 | -8/+8 |
* | libswscale: Relicense almost all x86 assembler optimizations as LGPL. | Diego Biurrun | 2010-03-27 | 1 | -19/+16 |
* | AltiVec implies a PPC CPU, so there is no need to check for both. | Diego Biurrun | 2010-03-23 | 1 | -1/+1 |
* | Check whether COMPILE_ALTIVEC is defined, not if it is set to a 0/1 value. | Diego Biurrun | 2010-03-19 | 1 | -1/+1 |