summaryrefslogtreecommitdiffstats
path: root/libswscale
Commit message (Expand)AuthorAgeFilesLines
* Add support for ffmpeg's pixel format names in libswscalelucabe2006-07-311-0/+22
* Comment some #endif lines.diego2006-07-283-9/+9
* Fix compile error due to extra "FF" at beginning of file in the FF{MIN,MAX}pacman2006-07-271-1/+1
* Replace MIN() and MAX() with FFMIN() and FFMAX()lucabe2006-07-263-24/+21
* a tiny bit of cleanupmichael2006-07-241-77/+35
* vertical scaler with accurate rounding, some people on doom9 can see +-1 errorsmichael2006-07-244-42/+309
* Fix typo introduced in the memalign->av_malloc conversion (there is nopacman2006-07-231-1/+1
* Missing part of the malloc -> av_malloc patch: memalign must be replaced as w...reimar2006-07-231-28/+28
* Use libavutil in libswscale, and allow it to be built out of the mplayer treelucabe2006-07-207-88/+112
* make libswscale build system similar to the libav* onelucabe2006-07-101-43/+13
* Remove unneeded codelucabe2006-07-011-15/+0
* Move postproc ---> libswscalelucabe2006-06-3015-0/+12920