summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAge
* Another PIX_FMT_ ---> IMGFMT_ conversionLuca Abeni2006-08-05
* Do not assemble MMX, MMX2 or 3DNOW code unconditionally on X86 and X86_64.Diego Biurrun2006-08-05
* Add support for ffmpeg's pixel format names in libswscaleLuca Abeni2006-07-31
* Comment some #endif lines.Diego Biurrun2006-07-28
* Fix compile error due to extra "FF" at beginning of file in the FF{MIN,MAX}Alan Curry2006-07-27
* Replace MIN() and MAX() with FFMIN() and FFMAX()Luca Abeni2006-07-26
* a tiny bit of cleanupMichael Niedermayer2006-07-24
* vertical scaler with accurate rounding, some people on doom9 can see +-1 errorsMichael Niedermayer2006-07-24
* Fix typo introduced in the memalign->av_malloc conversion (there is noAlan Curry2006-07-23
* Missing part of the malloc -> av_malloc patch: memalign must be replaced as w...Reimar Döffinger2006-07-23
* Use libavutil in libswscale, and allow it to be built out of the mplayer treeLuca Abeni2006-07-20
* make libswscale build system similar to the libav* oneLuca Abeni2006-07-10
* Remove unneeded codeLuca Abeni2006-07-01
* Move postproc ---> libswscaleLuca Abeni2006-06-30