aboutsummaryrefslogtreecommitdiffhomepage
path: root/libswscale
Commit message (Expand)AuthorAge
* Add empty newline to separate function declarations, for betterGravatar stefano2010-05-23
* Cosmetics: make more compact the code for handle_jpeg(), this also allowsGravatar stefano2010-05-19
* Remove PI definition and use M_PI instead.Gravatar stefano2010-05-19
* 13% faster yuv420 to rgb15 mmx.Gravatar lorenm2010-05-19
* 40% faster yuv420 to rgb24 mmx.Gravatar lorenm2010-05-19
* Revert r31153. It failed to build on:Gravatar ramiro2010-05-12
* Use int instead of long to pass width parameters in non-public functions.Gravatar ramiro2010-05-11
* blackfin: fix yuv422 to yuv420 conversionGravatar mru2010-05-07
* alternative LGPL-licensed, MMX-optimized YUV to RGB conversion routinesGravatar diego2010-05-04
* Remove explicit filename from Doxygen @file commands.Gravatar diego2010-04-20
* Replace some "m" constraints by MANGLE to avoid issues with some compilers notGravatar reimar2010-03-31
* libswscale: Relicense almost all x86 assembler optimizations as LGPL.Gravatar diego2010-03-27
* HAVE_MMX2 implies HAVE_MMX, so checking the latter is enough.Gravatar diego2010-03-26
* AltiVec implies a PPC CPU, so there is no need to check for both.Gravatar diego2010-03-23
* Do not compile AltiVec code when AltiVec is not available; not even inGravatar diego2010-03-23
* Replace wrong condition name in #endif comment by correct instance.Gravatar diego2010-03-19
* Check whether COMPILE_ALTIVEC is defined, not if it is set to a 0/1 value.Gravatar diego2010-03-19
* Extend the generic path of the yuv2rgb converter with support for rgb444Gravatar cehoyos2010-03-18
* Fix compilation on powerpc with --disable-altivecGravatar siretart2010-03-09
* Check for allocation failure for c->lumMmx2FilterCode and c->chrMmx2FilterCode.Gravatar reimar2010-03-08
* Fix memleak due to incorrect VirtualFree arguments: size must be 0 for MEM_RE...Gravatar reimar2010-03-08
* Avoid duplication of usePal() macro.Gravatar stefano2010-03-06
* Add support to BGR444/RGB444 foreign endian output in libswscale.Gravatar stefano2010-03-06
* try to avoid returning odd slices.Gravatar michael2010-03-05
* Cosmetics: fix vertical alignment.Gravatar benoit2010-03-05
* libswscale: Extend the unaccelerated path of the unscaled yuv2rgb specialGravatar benoit2010-03-05
* Support BGR555, BGR565, RGB555 and RGB565 foreign endian output inGravatar cehoyos2010-03-04
* Revert r30825, it was not supposed to be committed.Gravatar stefano2010-03-04
* Fill the r, g, b values used for computing the c->pal_yuv table in theGravatar stefano2010-03-04
* Make swscale-test take in input the name of the input and the outputGravatar stefano2010-03-04
* Make sws_dcVec static: It is only used inside libswscale/utils.c.Gravatar cehoyos2010-02-28
* Remove pointless empty line.Gravatar stefano2010-02-25
* Apply consistency nit.Gravatar stefano2010-02-25
* Reorder buffer debug. Also print out if slice was buffered.Gravatar ramiro2010-02-23
* Reindent and fix brace placement.Gravatar stefano2010-02-18
* Vertically align a list of comparisons in sws_getCachedContext().Gravatar stefano2010-02-18
* Merge two if conditions, allow to decrese the level of indentation ofGravatar stefano2010-02-18
* Simplify how usesVFilter and usesHFilter are set.Gravatar stefano2010-02-05
* Apply misc fixes to sws_getCoefficients() doxy.Gravatar stefano2010-02-05
* Satisfy consistency need:Gravatar stefano2010-02-05
* Add function to translate SWS_CS_* to coefficient arrayGravatar conrad2010-02-05
* Implement shuffle_bytes_abcd() functions and use them for shufflingGravatar stefano2010-02-03
* Declare support for the pixel formats:Gravatar stefano2010-01-31
* Blackfin: use SRAM only when CONFIG_SRAM is setGravatar mru2010-01-31
* Reindent.Gravatar stefano2010-01-30
* Use a consistent convention for the names of the internal wrapperGravatar stefano2010-01-30
* Fix randomness of the swscale-test output.Gravatar stefano2010-01-30
* Rename swscale-example to swscale-test, to better reflect the intendedGravatar stefano2010-01-27
* Use isAnyRGB() where possibleGravatar michael2010-01-26
* Add 3 more RGB makros that allow specifying RGB in bytes and any rgb/bgr.Gravatar michael2010-01-26