summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAge
* Change license headers to say 'FFmpeg' instead of 'this program'.Diego Biurrun2006-10-07
* Replace -I.. by -I$(BUILD_ROOT).Diego Biurrun2006-10-07
* Simplify test program build.Diego Biurrun2006-10-05
* Test programs depend on $(LIB).Diego Biurrun2006-10-05
* FFmpeg uses -D_ISOC9X_SOURCE and not -D_GNU_SOURCE in CFLAGS.Diego Biurrun2006-10-04
* Remove cs_test and swscale-example on clean.Diego Biurrun2006-10-04
* Remove redundant EXTRALIBS declaration.Diego Biurrun2006-10-04
* Simplify compilation call by using $(EXTRALIBS).Diego Biurrun2006-10-04
* Fix warnings:Diego Biurrun2006-10-04
* Fix warnings:Diego Biurrun2006-10-04
* make some global var static (fix a build failure with shared lib on x86_64)Aurelien Jacobs2006-10-03
* Fix unused variable warning when compiling with MMX disabled.Diego Biurrun2006-10-03
* Remove unused variables.Diego Biurrun2006-10-01
* Add support for YUVJ formatsLuca Abeni2006-09-27
* Improve swscale-example to test conversions between all the possibleLuca Abeni2006-09-24
* 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 proper GPL headers.Diego Biurrun2006-09-09
* Add official GPL header to make license explicit as discussed on ffmpeg-devel.Diego Biurrun2006-09-06
* 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
* Allow to compile swscale testsLuca Abeni2006-08-21
* Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.Diego Biurrun2006-08-18
* Move all internal -I parameters to the front of CFLAGS to avoid using externalDiego Biurrun2006-08-17
* Fix compilation as a win32 shared library (libavutil must be explicitly linked)Luca Abeni2006-08-16
* Fix compilation with -no-PIC and without -fomit-frame-pointer (used byUoti Urpala2006-08-15
* -fPIC support for libswscaleJason Tackaberry2006-08-15
* Replace asmalign.h hack by ASMALIGN cpp macros from config.h.Diego Biurrun2006-08-13
* Use COMPILE_MMX2 instead of HAVE_MMX2 to determine whether to compileUoti Urpala2006-08-12
* Fix compilation with MMX disabled, the mmx_null and mmx_one constants don't n...Diego Biurrun2006-08-11
* 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