summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAge
...
* Don't redefine M_PI. It is already defined from libavutil/mathematics.h.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
* Document some more of SwsContext.Ramiro Polla2010-01-20
* Avoid more pointless tests, the input and output formats need to beStefano Sabatini2010-01-20
* Split overly long line.Stefano Sabatini2010-01-19
* Make selfTest() perform tests where both the input and output formatsStefano Sabatini2010-01-19
* Make const prototypes for input sources of sws_scale_* stricter.Alexis Ballier2010-01-19
* swscale-example: Add comment about the use of av_{malloc,free}.Ramiro Polla2010-01-19
* Remove useless forward declaration.Ramiro Polla2010-01-19
* User friendly warning message that gives out names of source and target formatsZuxy Meng2010-01-19
* swscale-example: use av_malloc()Måns Rullgård2010-01-19
* Split long line.Stefano Sabatini2010-01-18
* Convert int -> enum PixelFormat in doTest().Stefano Sabatini2010-01-18
* Define out currently unused static functions.Zuxy Meng2010-01-18
* 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
* Prefer enum PixelFormat to int as the parameter type ofStefano Sabatini2010-01-16
* Declare with av_unused the variable alpMmxFilter, fix the gcc warning: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
* Document some of SwsContext.Ramiro Polla2010-01-16
* Reuse h{lum,chr}Filter{,Pos} variables for MMX2 fast_bilinear horizontal scaler.Ramiro Polla2010-01-16
* Factorize code which logs the source and destination formats inStefano Sabatini2010-01-16
* Simplify reset_ptr(): employ usePal() macro rather than enumeratingStefano Sabatini2010-01-16
* Add symbol versioning for shared librariesMåns Rullgård2010-01-16
* Don't initialize normal horizontal filter if MMX2 filter is used.Ramiro Polla2010-01-15
* Const correctness for src pointer. Remove all constness related warnings inZuxy Meng2010-01-15
* Fix typo.Stefano Sabatini2010-01-15
* Remove unused clip_table code.Ramiro Polla2010-01-14
* Add const qualifier to rgb48 to YV12 functions' src.Ramiro Polla2010-01-14
* Add missing parameter to rgb48 to YV12 functions.Ramiro Polla2010-01-14
* /nop is illegal with Apple's older version of gas, this was fixed elsewhereDavid Conrad2010-01-12
* Make sure that sfence is used after any non temporal stores.Zuxy Meng2010-01-12
* Avoid redefinition of RGB_PLANAR2PACKED24 as the template is included forZuxy Meng2010-01-11
* cosmetics: {} placement.Ramiro Polla2010-01-11
* MMX(2) accelerated yuv420->rgb24 routine, trivial as essentially as it justZuxy Meng2010-01-09