| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Replace some "m" constraints by MANGLE to avoid issues with some compilers not | Reimar Döffinger | 2010-03-31 | 1 | -106/+43 |
* | libswscale: Relicense almost all x86 assembler optimizations as LGPL. | Diego Biurrun | 2010-03-27 | 5 | -74/+59 |
* | HAVE_MMX2 implies HAVE_MMX, so checking the latter is enough. | Diego Biurrun | 2010-03-26 | 1 | -1/+1 |
* | AltiVec implies a PPC CPU, so there is no need to check for both. | Diego Biurrun | 2010-03-23 | 2 | -4/+4 |
* | Do not compile AltiVec code when AltiVec is not available; not even in | Diego Biurrun | 2010-03-23 | 1 | -3/+3 |
* | Replace wrong condition name in #endif comment by correct instance. | Diego Biurrun | 2010-03-19 | 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 | 2 | -2/+24 |
* | Fix compilation on powerpc with --disable-altivec | Reinhard Tartler | 2010-03-09 | 1 | -2/+2 |
* | Check for allocation failure for c->lumMmx2FilterCode and c->chrMmx2FilterCode. | Reimar Döffinger | 2010-03-08 | 1 | -0/+2 |
* | Fix memleak due to incorrect VirtualFree arguments: size must be 0 for MEM_RE... | Reimar Döffinger | 2010-03-08 | 1 | -2/+2 |
* | Avoid duplication of usePal() macro. | Stefano Sabatini | 2010-03-06 | 3 | -3/+1 |
* | Add support to BGR444/RGB444 foreign endian output in libswscale. | Janusz Krzysztofik | 2010-03-06 | 2 | -4/+12 |
* | try to avoid returning odd slices. | Michael Niedermayer | 2010-03-05 | 1 | -1/+4 |
* | Cosmetics: fix vertical alignment. | Benoit Fouet | 2010-03-05 | 1 | -2/+2 |
* | libswscale: Extend the unaccelerated path of the unscaled yuv2rgb special | Janusz Krzysztofik | 2010-03-05 | 3 | -1/+59 |
* | Support BGR555, BGR565, RGB555 and RGB565 foreign endian output in | Alexis Ballier | 2010-03-04 | 3 | -10/+28 |
* | Revert r30825, it was not supposed to be committed. | Stefano Sabatini | 2010-03-04 | 2 | -35/+18 |
* | Fill the r, g, b values used for computing the c->pal_yuv table in the | Stefano Sabatini | 2010-03-04 | 1 | -0/+2 |
* | Make swscale-test take in input the name of the input and the output | Stefano Sabatini | 2010-03-04 | 2 | -18/+35 |
* | Make sws_dcVec static: It is only used inside libswscale/utils.c. | Carl Eugen Hoyos | 2010-02-28 | 1 | -1/+1 |
* | Remove pointless empty line. | Stefano Sabatini | 2010-02-25 | 1 | -1/+0 |
* | Apply consistency nit. | Stefano Sabatini | 2010-02-25 | 1 | -1/+1 |
* | Reorder buffer debug. Also print out if slice was buffered. | Ramiro Polla | 2010-02-23 | 1 | -10/+12 |
* | Reindent and fix brace placement. | Stefano Sabatini | 2010-02-18 | 1 | -5/+4 |
* | Vertically align a list of comparisons in sws_getCachedContext(). | Stefano Sabatini | 2010-02-18 | 1 | -5/+9 |
* | Merge two if conditions, allow to decrese the level of indentation of | Stefano Sabatini | 2010-02-18 | 1 | -4/+4 |
* | Simplify how usesVFilter and usesHFilter are set. | Stefano Sabatini | 2010-02-05 | 1 | -9/+8 |
* | Apply misc fixes to sws_getCoefficients() doxy. | Stefano Sabatini | 2010-02-05 | 1 | -2/+4 |
* | Satisfy consistency need: | Stefano Sabatini | 2010-02-05 | 1 | -1/+1 |
* | Add function to translate SWS_CS_* to coefficient array | David Conrad | 2010-02-05 | 2 | -1/+14 |
* | Implement shuffle_bytes_abcd() functions and use them for shuffling | Stefano Sabatini | 2010-02-03 | 3 | -6/+55 |
* | Declare support for the pixel formats: | Stefano Sabatini | 2010-01-31 | 1 | -0/+8 |
* | Blackfin: use SRAM only when CONFIG_SRAM is set | Måns Rullgård | 2010-01-31 | 3 | -3/+3 |
* | 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 |
* | Fix randomness of the swscale-test output. | Stefano Sabatini | 2010-01-30 | 1 | -3/+3 |
* | Rename swscale-example to swscale-test, to better reflect the intended | Stefano Sabatini | 2010-01-27 | 2 | -2/+1 |
* | Use isAnyRGB() where possible | Michael Niedermayer | 2010-01-26 | 3 | -13/+11 |
* | Add 3 more RGB makros that allow specifying RGB in bytes and any rgb/bgr. | Michael Niedermayer | 2010-01-26 | 1 | -0/+16 |
* | Rename isRGB() and isBGR() as their meaning is confusing. | Michael Niedermayer | 2010-01-26 | 4 | -19/+19 |
* | Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks, slightly | Stefano Sabatini | 2010-01-25 | 1 | -2/+0 |
* | Fix mis-computation of the needsDither variable erroneously introduced | Stefano Sabatini | 2010-01-24 | 1 | -1/+1 |
* | Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks. | Stefano Sabatini | 2010-01-24 | 1 | -2/+0 |
* | Use av_get_bits_per_pixel() for computing the bits per pixel of the | Stefano Sabatini | 2010-01-24 | 4 | -46/+12 |
* | Indent. | Ramiro Polla | 2010-01-24 | 1 | -94/+94 |
* | Don't redefine M_PI. It is already defined from libavutil/mathematics.h. | Ramiro Polla | 2010-01-24 | 1 | -10/+4 |
* | Split swscale.c into scaler code (swscale.c) and utility code (utils.c). | Ramiro Polla | 2010-01-24 | 4 | -1539/+1620 |
* | Move array specifiers outside DECLARE_ALIGNED() invocations | Måns Rullgård | 2010-01-22 | 4 | -18/+18 |