| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Extend the generic path of the yuv2rgb converter with support for rgb444 | Janusz Krzysztofik | 2010-03-18 | 1 | -1/+18 |
* | Fix compilation on powerpc with --disable-altivec | Reinhard Tartler | 2010-03-09 | 1 | -2/+2 |
* | Avoid duplication of usePal() macro. | Stefano Sabatini | 2010-03-06 | 1 | -1/+0 |
* | libswscale: Extend the unaccelerated path of the unscaled yuv2rgb special | Janusz Krzysztofik | 2010-03-05 | 1 | -1/+8 |
* | Support BGR555, BGR565, RGB555 and RGB565 foreign endian output in | Alexis Ballier | 2010-03-04 | 1 | -4/+8 |
* | Fill the r, g, b values used for computing the c->pal_yuv table in the | Stefano Sabatini | 2010-03-04 | 1 | -0/+2 |
* | Implement shuffle_bytes_abcd() functions and use them for shuffling | Stefano Sabatini | 2010-02-03 | 1 | -6/+30 |
* | Reindent. | Stefano Sabatini | 2010-01-30 | 1 | -4/+4 |
* | Use a consistent convention for the names of the internal wrapper | Stefano Sabatini | 2010-01-30 | 1 | -30/+30 |
* | Use isAnyRGB() where possible | Michael Niedermayer | 2010-01-26 | 1 | -7/+6 |
* | Rename isRGB() and isBGR() as their meaning is confusing. | Michael Niedermayer | 2010-01-26 | 1 | -11/+11 |
* | Fix mis-computation of the needsDither variable erroneously introduced | Stefano Sabatini | 2010-01-24 | 1 | -1/+1 |
* | Use av_get_bits_per_pixel() for computing the bits per pixel of the | Stefano Sabatini | 2010-01-24 | 1 | -7/+7 |
* | Indent. | Ramiro Polla | 2010-01-24 | 1 | -94/+94 |
* | Split swscale.c into scaler code (swscale.c) and utility code (utils.c). | Ramiro Polla | 2010-01-24 | 1 | -1538/+13 |
* | Move array specifiers outside DECLARE_ALIGNED() invocations | Måns Rullgård | 2010-01-22 | 1 | -11/+11 |
* | More const-correctness for sws_scale | David Conrad | 2010-01-21 | 1 | -2/+2 |
* | Split overly long line. | Stefano Sabatini | 2010-01-19 | 1 | -1/+2 |
* | Make const prototypes for input sources of sws_scale_* stricter. | Alexis Ballier | 2010-01-19 | 1 | -2/+2 |
* | Remove useless forward declaration. | Ramiro Polla | 2010-01-19 | 1 | -2/+0 |
* | Remove stray '\' at the end of macro definitions. | Stefano Sabatini | 2010-01-17 | 1 | -15/+14 |
* | Remove duplicated or pointless newlines. | Stefano Sabatini | 2010-01-17 | 1 | -12/+0 |
* | Factorize error message logging, log it if the converter cannot be | Stefano Sabatini | 2010-01-17 | 1 | -7/+6 |
* | Reindent after the last commit. | Stefano Sabatini | 2010-01-17 | 1 | -15/+15 |