summaryrefslogtreecommitdiff
path: root/libswscale/swscale.c
Commit message (Expand)AuthorAge
* Add missing comma, fix rgb2yuv_table[SWS_CS_SMPTE240M] coefficients.Stefano Sabatini2010-07-24
* Add some comments to the rgb2yuv_table, clarifying the standard whereStefano Sabatini2010-07-24
* Cosmetics: reindent and unify whitespaceMartin Storsjö2010-07-19
* Do planar copy with a single memcpy only if the stride is equal to the lengthMartin Storsjö2010-07-19
* In planarCopyWrapper, Only copy length, not stride of the last line in the planeMartin Storsjö2010-07-16
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-10
* Fix 'assignment from incompatible pointer type' warning.Eli Friedman2010-07-03
* deprecate palette8topacked32 in favor of public API functions sws_convertPale...Reinhard Tartler2010-06-01
* Remove PI definition and use M_PI instead.Stefano Sabatini2010-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
* libswscale: Relicense almost all x86 assembler optimizations as LGPL.Diego Biurrun2010-03-27
* AltiVec implies a PPC CPU, so there is no need to check for both.Diego Biurrun2010-03-23
* 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
* Avoid duplication of usePal() macro.Stefano Sabatini2010-03-06
* 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
* Fill the r, g, b values used for computing the c->pal_yuv table in theStefano Sabatini2010-03-04
* Implement shuffle_bytes_abcd() functions and use them for shufflingStefano Sabatini2010-02-03
* Reindent.Stefano Sabatini2010-01-30
* Use a consistent convention for the names of the internal wrapperStefano Sabatini2010-01-30
* Use isAnyRGB() where possibleMichael Niedermayer2010-01-26
* Rename isRGB() and isBGR() as their meaning is confusing.Michael Niedermayer2010-01-26
* Fix mis-computation of the needsDither variable erroneously introducedStefano Sabatini2010-01-24
* Use av_get_bits_per_pixel() for computing the bits per pixel of theStefano Sabatini2010-01-24
* Indent.Ramiro Polla2010-01-24
* Split swscale.c into scaler code (swscale.c) and utility code (utils.c).Ramiro Polla2010-01-24
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-22
* More const-correctness for sws_scaleDavid Conrad2010-01-21
* Split overly long line.Stefano Sabatini2010-01-19
* Make const prototypes for input sources of sws_scale_* stricter.Alexis Ballier2010-01-19
* Remove useless forward declaration.Ramiro Polla2010-01-19
* Remove stray '\' at the end of macro definitions.Stefano Sabatini2010-01-17
* Remove duplicated or pointless newlines.Stefano Sabatini2010-01-17
* Factorize error message logging, log it if the converter cannot beStefano Sabatini2010-01-17
* Reindent after the last commit.Stefano Sabatini2010-01-17
* Make the pal2rgbWrapper set and use the converter in pal2rgbWrapperStefano Sabatini2010-01-17
* Remove double constMåns Rullgård2010-01-17
* Factorize error message logging in rgb2rgbWrapper().Stefano Sabatini2010-01-17
* ReindentMåns Rullgård2010-01-17
* Remove inline from initFilter()Måns Rullgård2010-01-17
* Add a const qualifier in a cast, fix the gcc warning:Stefano Sabatini2010-01-17
* Add a const qualifier in a cast, fix the gcc warning:Stefano Sabatini2010-01-17
* Fix typo, "get rid off" -> "get rid of".Stefano Sabatini2010-01-16
* Revert r30331, which broke compilation.Stefano Sabatini2010-01-16
* Factorize the code which calls the non optimized C functions inStefano Sabatini2010-01-16
* Prefer "to %s%s" over "to%s %s", slightly more readable.Stefano Sabatini2010-01-16
* Simplify code in sws_getContext() which logs if the destination formatStefano Sabatini2010-01-16