summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAge
* deprecate palette8topacked32 in favor of public API functions sws_convertPale...Reinhard Tartler2010-06-01
* Move internal scale context fields initialization fromStefano Sabatini2010-06-01
* remove palette8torgb15 and palette8tobgr15Reinhard Tartler2010-06-01
* Rename yuv2rgb_template2.c --> yuv2rgb_template.c now that the other is gone.Diego Biurrun2010-05-30
* Remove GPL-licensed YUV to RGB MMX routines.Diego Biurrun2010-05-30
* Add empty newline to separate function declarations, for betterStefano Sabatini2010-05-23
* Cosmetics: make more compact the code for handle_jpeg(), this also allowsStefano Sabatini2010-05-19
* Remove PI definition and use M_PI instead.Stefano Sabatini2010-05-19
* 13% faster yuv420 to rgb15 mmx.Loren Merritt2010-05-19
* 40% faster yuv420 to rgb24 mmx.Loren Merritt2010-05-19
* Revert r31153. It failed to build on:Ramiro Polla2010-05-12
* Use int instead of long to pass width parameters in non-public functions.Ramiro Polla2010-05-11
* blackfin: fix yuv422 to yuv420 conversionRonaldo Moura2010-05-07
* alternative LGPL-licensed, MMX-optimized YUV to RGB conversion routinesDiego Biurrun2010-05-04
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Replace some "m" constraints by MANGLE to avoid issues with some compilers notReimar Döffinger2010-03-31
* libswscale: Relicense almost all x86 assembler optimizations as LGPL.Diego Biurrun2010-03-27
* HAVE_MMX2 implies HAVE_MMX, so checking the latter is enough.Diego Biurrun2010-03-26
* AltiVec implies a PPC CPU, so there is no need to check for both.Diego Biurrun2010-03-23
* Do not compile AltiVec code when AltiVec is not available; not even inDiego Biurrun2010-03-23
* Replace wrong condition name in #endif comment by correct instance.Diego Biurrun2010-03-19
* Check whether COMPILE_ALTIVEC is defined, not if it is set to a 0/1 value.Diego Biurrun2010-03-19
* Extend the generic path of the yuv2rgb converter with support for rgb444Janusz Krzysztofik2010-03-18
* Fix compilation on powerpc with --disable-altivecReinhard Tartler2010-03-09
* Check for allocation failure for c->lumMmx2FilterCode and c->chrMmx2FilterCode.Reimar Döffinger2010-03-08
* Fix memleak due to incorrect VirtualFree arguments: size must be 0 for MEM_RE...Reimar Döffinger2010-03-08
* Avoid duplication of usePal() macro.Stefano Sabatini2010-03-06
* Add support to BGR444/RGB444 foreign endian output in libswscale.Janusz Krzysztofik2010-03-06
* try to avoid returning odd slices.Michael Niedermayer2010-03-05
* Cosmetics: fix vertical alignment.Benoit Fouet2010-03-05
* libswscale: Extend the unaccelerated path of the unscaled yuv2rgb specialJanusz Krzysztofik2010-03-05
* Support BGR555, BGR565, RGB555 and RGB565 foreign endian output inAlexis Ballier2010-03-04
* Revert r30825, it was not supposed to be committed.Stefano Sabatini2010-03-04
* Fill the r, g, b values used for computing the c->pal_yuv table in theStefano Sabatini2010-03-04
* Make swscale-test take in input the name of the input and the outputStefano Sabatini2010-03-04
* Make sws_dcVec static: It is only used inside libswscale/utils.c.Carl Eugen Hoyos2010-02-28
* Remove pointless empty line.Stefano Sabatini2010-02-25
* Apply consistency nit.Stefano Sabatini2010-02-25
* Reorder buffer debug. Also print out if slice was buffered.Ramiro Polla2010-02-23
* Reindent and fix brace placement.Stefano Sabatini2010-02-18
* Vertically align a list of comparisons in sws_getCachedContext().Stefano Sabatini2010-02-18
* Merge two if conditions, allow to decrese the level of indentation ofStefano Sabatini2010-02-18
* Simplify how usesVFilter and usesHFilter are set.Stefano Sabatini2010-02-05
* Apply misc fixes to sws_getCoefficients() doxy.Stefano Sabatini2010-02-05
* Satisfy consistency need:Stefano Sabatini2010-02-05
* Add function to translate SWS_CS_* to coefficient arrayDavid Conrad2010-02-05
* Implement shuffle_bytes_abcd() functions and use them for shufflingStefano Sabatini2010-02-03
* Declare support for the pixel formats:Stefano Sabatini2010-01-31
* Blackfin: use SRAM only when CONFIG_SRAM is setMåns Rullgård2010-01-31
* Reindent.Stefano Sabatini2010-01-30