| Commit message (Expand) | Author | Age |
* | Remove explicit filename from Doxygen @file commands. | diego | 2010-04-20 |
* | Replace some "m" constraints by MANGLE to avoid issues with some compilers not | reimar | 2010-03-31 |
* | libswscale: Relicense almost all x86 assembler optimizations as LGPL. | diego | 2010-03-27 |
* | HAVE_MMX2 implies HAVE_MMX, so checking the latter is enough. | diego | 2010-03-26 |
* | AltiVec implies a PPC CPU, so there is no need to check for both. | diego | 2010-03-23 |
* | Do not compile AltiVec code when AltiVec is not available; not even in | diego | 2010-03-23 |
* | Replace wrong condition name in #endif comment by correct instance. | diego | 2010-03-19 |
* | Check whether COMPILE_ALTIVEC is defined, not if it is set to a 0/1 value. | diego | 2010-03-19 |
* | Extend the generic path of the yuv2rgb converter with support for rgb444 | cehoyos | 2010-03-18 |
* | Fix compilation on powerpc with --disable-altivec | siretart | 2010-03-09 |
* | Check for allocation failure for c->lumMmx2FilterCode and c->chrMmx2FilterCode. | reimar | 2010-03-08 |
* | Fix memleak due to incorrect VirtualFree arguments: size must be 0 for MEM_RE... | reimar | 2010-03-08 |
* | Avoid duplication of usePal() macro. | stefano | 2010-03-06 |
* | Add support to BGR444/RGB444 foreign endian output in libswscale. | stefano | 2010-03-06 |
* | try to avoid returning odd slices. | michael | 2010-03-05 |
* | Cosmetics: fix vertical alignment. | benoit | 2010-03-05 |
* | libswscale: Extend the unaccelerated path of the unscaled yuv2rgb special | benoit | 2010-03-05 |
* | Support BGR555, BGR565, RGB555 and RGB565 foreign endian output in | cehoyos | 2010-03-04 |
* | Revert r30825, it was not supposed to be committed. | stefano | 2010-03-04 |
* | Fill the r, g, b values used for computing the c->pal_yuv table in the | stefano | 2010-03-04 |
* | Make swscale-test take in input the name of the input and the output | stefano | 2010-03-04 |
* | Make sws_dcVec static: It is only used inside libswscale/utils.c. | cehoyos | 2010-02-28 |
* | Remove pointless empty line. | stefano | 2010-02-25 |
* | Apply consistency nit. | stefano | 2010-02-25 |
* | Reorder buffer debug. Also print out if slice was buffered. | ramiro | 2010-02-23 |
* | Reindent and fix brace placement. | stefano | 2010-02-18 |
* | Vertically align a list of comparisons in sws_getCachedContext(). | stefano | 2010-02-18 |
* | Merge two if conditions, allow to decrese the level of indentation of | stefano | 2010-02-18 |
* | Simplify how usesVFilter and usesHFilter are set. | stefano | 2010-02-05 |
* | Apply misc fixes to sws_getCoefficients() doxy. | stefano | 2010-02-05 |
* | Satisfy consistency need: | stefano | 2010-02-05 |
* | Add function to translate SWS_CS_* to coefficient array | conrad | 2010-02-05 |
* | Implement shuffle_bytes_abcd() functions and use them for shuffling | stefano | 2010-02-03 |
* | Declare support for the pixel formats: | stefano | 2010-01-31 |
* | Blackfin: use SRAM only when CONFIG_SRAM is set | mru | 2010-01-31 |
* | Reindent. | stefano | 2010-01-30 |
* | Use a consistent convention for the names of the internal wrapper | stefano | 2010-01-30 |
* | Fix randomness of the swscale-test output. | stefano | 2010-01-30 |
* | Rename swscale-example to swscale-test, to better reflect the intended | stefano | 2010-01-27 |
* | Use isAnyRGB() where possible | michael | 2010-01-26 |
* | Add 3 more RGB makros that allow specifying RGB in bytes and any rgb/bgr. | michael | 2010-01-26 |
* | Rename isRGB() and isBGR() as their meaning is confusing. | michael | 2010-01-26 |
* | Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks, slightly | stefano | 2010-01-25 |
* | Fix mis-computation of the needsDither variable erroneously introduced | stefano | 2010-01-24 |
* | Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks. | stefano | 2010-01-24 |
* | Use av_get_bits_per_pixel() for computing the bits per pixel of the | stefano | 2010-01-24 |
* | Indent. | ramiro | 2010-01-24 |
* | Don't redefine M_PI. It is already defined from libavutil/mathematics.h. | ramiro | 2010-01-24 |
* | Split swscale.c into scaler code (swscale.c) and utility code (utils.c). | ramiro | 2010-01-24 |
* | Move array specifiers outside DECLARE_ALIGNED() invocations | mru | 2010-01-22 |