summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAgeFilesLines
* Use int instead of long to pass width parameters in non-public functions.Ramiro Polla2010-05-116-55/+57
* blackfin: fix yuv422 to yuv420 conversionRonaldo Moura2010-05-071-5/+12
* alternative LGPL-licensed, MMX-optimized YUV to RGB conversion routinesDiego Biurrun2010-05-044-3/+469
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Replace some "m" constraints by MANGLE to avoid issues with some compilers notReimar Döffinger2010-03-311-106/+43
* libswscale: Relicense almost all x86 assembler optimizations as LGPL.Diego Biurrun2010-03-275-74/+59
* HAVE_MMX2 implies HAVE_MMX, so checking the latter is enough.Diego Biurrun2010-03-261-1/+1
* AltiVec implies a PPC CPU, so there is no need to check for both.Diego Biurrun2010-03-232-4/+4
* Do not compile AltiVec code when AltiVec is not available; not even inDiego Biurrun2010-03-231-3/+3
* Replace wrong condition name in #endif comment by correct instance.Diego Biurrun2010-03-191-1/+1
* Check whether COMPILE_ALTIVEC is defined, not if it is set to a 0/1 value.Diego Biurrun2010-03-191-1/+1
* Extend the generic path of the yuv2rgb converter with support for rgb444Janusz Krzysztofik2010-03-182-2/+24
* Fix compilation on powerpc with --disable-altivecReinhard Tartler2010-03-091-2/+2
* Check for allocation failure for c->lumMmx2FilterCode and c->chrMmx2FilterCode.Reimar Döffinger2010-03-081-0/+2
* Fix memleak due to incorrect VirtualFree arguments: size must be 0 for MEM_RE...Reimar Döffinger2010-03-081-2/+2
* Avoid duplication of usePal() macro.Stefano Sabatini2010-03-063-3/+1
* Add support to BGR444/RGB444 foreign endian output in libswscale.Janusz Krzysztofik2010-03-062-4/+12
* try to avoid returning odd slices.Michael Niedermayer2010-03-051-1/+4
* Cosmetics: fix vertical alignment.Benoit Fouet2010-03-051-2/+2
* libswscale: Extend the unaccelerated path of the unscaled yuv2rgb specialJanusz Krzysztofik2010-03-053-1/+59
* Support BGR555, BGR565, RGB555 and RGB565 foreign endian output inAlexis Ballier2010-03-043-10/+28
* Revert r30825, it was not supposed to be committed.Stefano Sabatini2010-03-042-35/+18
* Fill the r, g, b values used for computing the c->pal_yuv table in theStefano Sabatini2010-03-041-0/+2
* Make swscale-test take in input the name of the input and the outputStefano Sabatini2010-03-042-18/+35
* Make sws_dcVec static: It is only used inside libswscale/utils.c.Carl Eugen Hoyos2010-02-281-1/+1
* Remove pointless empty line.Stefano Sabatini2010-02-251-1/+0
* Apply consistency nit.Stefano Sabatini2010-02-251-1/+1
* Reorder buffer debug. Also print out if slice was buffered.Ramiro Polla2010-02-231-10/+12
* Reindent and fix brace placement.Stefano Sabatini2010-02-181-5/+4
* Vertically align a list of comparisons in sws_getCachedContext().Stefano Sabatini2010-02-181-5/+9
* Merge two if conditions, allow to decrese the level of indentation ofStefano Sabatini2010-02-181-4/+4
* Simplify how usesVFilter and usesHFilter are set.Stefano Sabatini2010-02-051-9/+8
* Apply misc fixes to sws_getCoefficients() doxy.Stefano Sabatini2010-02-051-2/+4
* Satisfy consistency need:Stefano Sabatini2010-02-051-1/+1
* Add function to translate SWS_CS_* to coefficient arrayDavid Conrad2010-02-052-1/+14
* Implement shuffle_bytes_abcd() functions and use them for shufflingStefano Sabatini2010-02-033-6/+55
* Declare support for the pixel formats:Stefano Sabatini2010-01-311-0/+8
* Blackfin: use SRAM only when CONFIG_SRAM is setMåns Rullgård2010-01-313-3/+3
* Reindent.Stefano Sabatini2010-01-301-4/+4
* Use a consistent convention for the names of the internal wrapperStefano Sabatini2010-01-301-30/+30
* Fix randomness of the swscale-test output.Stefano Sabatini2010-01-301-3/+3
* Rename swscale-example to swscale-test, to better reflect the intendedStefano Sabatini2010-01-272-2/+1
* Use isAnyRGB() where possibleMichael Niedermayer2010-01-263-13/+11
* Add 3 more RGB makros that allow specifying RGB in bytes and any rgb/bgr.Michael Niedermayer2010-01-261-0/+16
* Rename isRGB() and isBGR() as their meaning is confusing.Michael Niedermayer2010-01-264-19/+19
* Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks, slightlyStefano Sabatini2010-01-251-2/+0
* Fix mis-computation of the needsDither variable erroneously introducedStefano Sabatini2010-01-241-1/+1
* Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks.Stefano Sabatini2010-01-241-2/+0
* Use av_get_bits_per_pixel() for computing the bits per pixel of theStefano Sabatini2010-01-244-46/+12
* Indent.Ramiro Polla2010-01-241-94/+94