summaryrefslogtreecommitdiffstats
path: root/libswscale
Commit message (Expand)AuthorAgeFilesLines
* Split swscale.c into scaler code (swscale.c) and utility code (utils.c).Ramiro Polla2010-01-244-1539/+1620
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-224-18/+18
* More const-correctness for sws_scaleDavid Conrad2010-01-212-5/+5
* Document some more of SwsContext.Ramiro Polla2010-01-201-26/+54
* Avoid more pointless tests, the input and output formats need to beStefano Sabatini2010-01-201-2/+2
* Split overly long line.Stefano Sabatini2010-01-191-1/+2
* Make selfTest() perform tests where both the input and output formatsStefano Sabatini2010-01-191-0/+6
* Make const prototypes for input sources of sws_scale_* stricter.Alexis Ballier2010-01-192-4/+4
* swscale-example: Add comment about the use of av_{malloc,free}.Ramiro Polla2010-01-191-0/+4
* Remove useless forward declaration.Ramiro Polla2010-01-191-2/+0
* User friendly warning message that gives out names of source and target formatsZuxy Meng2010-01-191-1/+1
* swscale-example: use av_malloc()Måns Rullgård2010-01-191-10/+11
* Split long line.Stefano Sabatini2010-01-181-1/+2
* Convert int -> enum PixelFormat in doTest().Stefano Sabatini2010-01-181-1/+1
* Define out currently unused static functions.Zuxy Meng2010-01-181-1/+6
* Remove stray '\' at the end of macro definitions.Stefano Sabatini2010-01-171-15/+14
* Remove duplicated or pointless newlines.Stefano Sabatini2010-01-171-12/+0
* Factorize error message logging, log it if the converter cannot beStefano Sabatini2010-01-171-7/+6
* Reindent after the last commit.Stefano Sabatini2010-01-171-15/+15
* Make the pal2rgbWrapper set and use the converter in pal2rgbWrapperStefano Sabatini2010-01-171-2/+3
* Remove double constMåns Rullgård2010-01-171-1/+1
* Factorize error message logging in rgb2rgbWrapper().Stefano Sabatini2010-01-171-8/+4
* ReindentMåns Rullgård2010-01-171-2/+2
* Remove inline from initFilter()Måns Rullgård2010-01-171-1/+1
* Add a const qualifier in a cast, fix the gcc warning:Stefano Sabatini2010-01-171-1/+1
* Add a const qualifier in a cast, fix the gcc warning:Stefano Sabatini2010-01-171-1/+1
* Fix typo, "get rid off" -> "get rid of".Stefano Sabatini2010-01-161-1/+1
* Revert r30331, which broke compilation.Stefano Sabatini2010-01-161-3/+12
* Prefer enum PixelFormat to int as the parameter type ofStefano Sabatini2010-01-161-1/+1
* Declare with av_unused the variable alpMmxFilter, fix the gcc warning:Stefano Sabatini2010-01-161-1/+1
* Factorize the code which calls the non optimized C functions inStefano Sabatini2010-01-161-12/+3
* Prefer "to %s%s" over "to%s %s", slightly more readable.Stefano Sabatini2010-01-161-2/+2
* Simplify code in sws_getContext() which logs if the destination formatStefano Sabatini2010-01-161-6/+5
* Document some of SwsContext.Ramiro Polla2010-01-161-11/+18
* Reuse h{lum,chr}Filter{,Pos} variables for MMX2 fast_bilinear horizontal scaler.Ramiro Polla2010-01-163-20/+12
* Factorize code which logs the source and destination formats inStefano Sabatini2010-01-161-6/+4
* Simplify reset_ptr(): employ usePal() macro rather than enumeratingStefano Sabatini2010-01-161-6/+2
* Add symbol versioning for shared librariesMåns Rullgård2010-01-161-0/+4
* Don't initialize normal horizontal filter if MMX2 filter is used.Ramiro Polla2010-01-151-17/+18
* Const correctness for src pointer. Remove all constness related warnings inZuxy Meng2010-01-159-69/+69
* Fix typo.Stefano Sabatini2010-01-151-1/+1
* Remove unused clip_table code.Ramiro Polla2010-01-141-14/+0
* Add const qualifier to rgb48 to YV12 functions' src.Ramiro Polla2010-01-141-4/+4
* Add missing parameter to rgb48 to YV12 functions.Ramiro Polla2010-01-141-3/+6
* /nop is illegal with Apple's older version of gas, this was fixed elsewhereDavid Conrad2010-01-121-1/+1
* Make sure that sfence is used after any non temporal stores.Zuxy Meng2010-01-121-2/+2
* Avoid redefinition of RGB_PLANAR2PACKED24 as the template is included forZuxy Meng2010-01-111-0/+1
* cosmetics: {} placement.Ramiro Polla2010-01-111-4/+2
* MMX(2) accelerated yuv420->rgb24 routine, trivial as essentially as it justZuxy Meng2010-01-092-98/+118
* Remove unused PREFETCHW macroZuxy Meng2010-01-092-8/+0
OpenPOWER on IntegriCloud