summaryrefslogtreecommitdiffstats
path: root/libswscale/swscale_template.c
Commit message (Expand)AuthorAgeFilesLines
* BGR/RGB4 byte formats as inputmichael2007-02-171-2/+2
* pal8 inputmichael2007-02-161-6/+51
* Pass a context to av_log(), when possiblelucabe2007-01-231-1/+1
* change all the occurrences of "FFMIN(FFMAX())" to clip_uint8() or clip()lucabe2006-12-261-1/+1
* Add some explicit casts to avoid some warningslucabe2006-12-261-4/+4
* Fix compilation of non-MMX code with gcc 2.95lucabe2006-12-201-3/+3
* Change "p" asm constraints to "g", since "p" was a no longer necessary hack toreimar2006-11-271-2/+2
* Clarify that some of the non-SIMD code is now LGPLed.lucabe2006-11-191-2/+2
* forgotten 2 converters (yeah svn up, svn di svn ci isnt enough i should actua...michael2006-11-161-11/+11
* fixing the lamest bug in swscale, all the rgb/bgr->* code did 2x2 downsamplin...michael2006-11-161-91/+52
* Fix MacIntel build: "/nop" is illegal on Apple's older version of GASgpoirier2006-11-071-3/+3
* Add support for conversions from the rgb565 and rgb555 formatslucabe2006-11-021-0/+93
* Use common define for x86_32 and x86_64.diego2006-11-011-2/+2
* 16-bit grayscale supportkostya2006-10-241-2/+2
* Change license headers to say 'FFmpeg' instead of 'this program'.diego2006-10-071-19/+21
* Fix unused variable warning when compiling with MMX disabled.diego2006-10-031-1/+1
* Remove the dependency of libswscale on img_format.hlucabe2006-09-171-57/+57
* make the C code of the swscaler which i wrote LGPLmichael2006-08-301-0/+3
* Fix compilation with -no-PIC and without -fomit-frame-pointer (used byuau2006-08-151-1/+1
* -fPIC support for libswscalediego2006-08-151-70/+116
* Replace asmalign.h hack by ASMALIGN cpp macros from config.h.diego2006-08-131-25/+23
* Replace MIN() and MAX() with FFMIN() and FFMAX()lucabe2006-07-261-1/+1
* a tiny bit of cleanupmichael2006-07-241-77/+35
* vertical scaler with accurate rounding, some people on doom9 can see +-1 errorsmichael2006-07-241-40/+292
* Move postproc ---> libswscalelucabe2006-06-301-0/+2928