summaryrefslogtreecommitdiff
path: root/libswscale/swscale.c
Commit message (Expand)AuthorAge
* Add "support for both orderings of the slices (top->down / bottom->up)"Luca Abeni2007-01-12
* replace some av_malloc();memset(...,0,...) sequences with av_mallocz()Luca Abeni2007-01-06
* change all the occurrences of "FFMIN(FFMAX())" to clip_uint8() or clip()Luca Abeni2006-12-26
* Mark some variables as possibly unused to avoid warningsLuca Abeni2006-12-26
* Add some explicit casts to avoid "assignment from incompatible pointer type"Luca Abeni2006-12-26
* Remove useless include (not needed now that libswscale uses libavutil)Luca Abeni2006-12-22
* Allow to compile swscale's non-SIMD code under the LGPL license.Luca Abeni2006-12-20
* Clarify that some of the non-SIMD code is now LGPLed.Luca Abeni2006-11-19
* Remove stray newline.Diego Biurrun2006-11-16
* Add support for conversions from the rgb565 and rgb555 formatsLuca Abeni2006-11-02
* Use common define for x86_32 and x86_64.Diego Biurrun2006-11-01
* 16-bit grayscale supportKostya Shishkov2006-10-24
* Rename ABS macro to FFABS.Diego Biurrun2006-10-11
* Change license headers to say 'FFmpeg' instead of 'this program'.Diego Biurrun2006-10-07
* Add support for YUVJ formatsLuca Abeni2006-09-27
* Remove the dependency of libswscale on img_format.hLuca Abeni2006-09-17
* Fix the PIX_FMT_* ---> IMGFMT_* conversion (PIX_FMT_RGB32 is IMGFMT_BGR32)Luca Abeni2006-09-17
* Add sws_getCachedContext(), which checks if context is valid or reallocs a ne...Víctor Paesa2006-09-04
* make the C code of the swscaler which i wrote LGPLMichael Niedermayer2006-08-30
* Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.Diego Biurrun2006-08-18
* Use COMPILE_MMX2 instead of HAVE_MMX2 to determine whether to compileUoti Urpala2006-08-12
* 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
* Replace MIN() and MAX() with FFMIN() and FFMAX()Luca Abeni2006-07-26
* 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
* Move postproc ---> libswscaleLuca Abeni2006-06-30