summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAge
* 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
* Remove unused PREFETCHW macroZuxy Meng2010-01-09
* Ignore 0-height slice in sws_scale, otherwise a final 0-height slice willReimar Döffinger2010-01-08
* Implement sws_isSupportedInput() and sws_isSupportedOutput().Stefano Sabatini2010-01-07
* Remove const to avoid a bunch of GCC warnings against discarded qualifiers andZuxy Meng2010-01-07
* Prefer enum PixelFormat over int for the type of the format parameterStefano Sabatini2010-01-03
* Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for theStefano Sabatini2010-01-03
* Simplify usePal() macro, make it use av_pix_fmt_descriptors.Stefano Sabatini2010-01-03
* Simplify getSubSampleFactors(), make it use the values provided byStefano Sabatini2010-01-03
* Do not needlessly use the BP register in x86_64-specific code, there areReimar Döffinger2010-01-01
* Remove unused variable, fixes the warning:Diego Biurrun2009-12-28
* Remove parameters no longer used in h[yc]scale().Ramiro Polla2009-12-21