summaryrefslogtreecommitdiffstats
path: root/libswscale/swscale.c
Commit message (Expand)AuthorAgeFilesLines
* Add sws_getCachedContext(), which checks if context is valid or reallocs a ne...Víctor Paesa2006-09-041-0/+34
* make the C code of the swscaler which i wrote LGPLMichael Niedermayer2006-08-301-0/+3
* Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.Diego Biurrun2006-08-181-1/+1
* Use COMPILE_MMX2 instead of HAVE_MMX2 to determine whether to compileUoti Urpala2006-08-121-4/+4
* Another PIX_FMT_ ---> IMGFMT_ conversionLuca Abeni2006-08-051-0/+1
* Do not assemble MMX, MMX2 or 3DNOW code unconditionally on X86 and X86_64.Diego Biurrun2006-08-051-5/+5
* Add support for ffmpeg's pixel format names in libswscaleLuca Abeni2006-07-311-0/+22
* Comment some #endif lines.Diego Biurrun2006-07-281-6/+6
* Replace MIN() and MAX() with FFMIN() and FFMAX()Luca Abeni2006-07-261-17/+14
* vertical scaler with accurate rounding, some people on doom9 can see +-1 errorsMichael Niedermayer2006-07-241-1/+11
* Fix typo introduced in the memalign->av_malloc conversion (there is noAlan Curry2006-07-231-1/+1
* Missing part of the malloc -> av_malloc patch: memalign must be replaced as w...Reimar Döffinger2006-07-231-28/+28
* Use libavutil in libswscale, and allow it to be built out of the mplayer treeLuca Abeni2006-07-201-57/+73
* Move postproc ---> libswscaleLuca Abeni2006-06-301-0/+2707
OpenPOWER on IntegriCloud