aboutsummaryrefslogtreecommitdiffhomepage
path: root/libswscale/swscale_template.c
Commit message (Expand)AuthorAge
* __asm __volatile -> asm volatile part 3Gravatar reimar2008-02-24
* Discard two symbols from libswscale.Gravatar cehoyos2008-02-22
* Make some assembler constants global instead of declaring them multiple times.Gravatar reimar2008-01-29
* Change (a == NULL) condition to (!a) and (a != NULL) condition to (a).Gravatar benoit2008-01-17
* Remove non cosmetic spaces inside parentheses.Gravatar benoit2008-01-17
* Comment some #endif directives.Gravatar diego2007-11-30
* The function names of [rgb|bgr]1[56]to[UV|Y] had rgb<->bgr flipped.Gravatar diego2007-11-04
* license header consistency cosmeticsGravatar diego2007-07-05
* comment grammar fixesGravatar diego2007-06-28
* remove the need of one extra shift in rgb16ToUVGravatar ivo2007-05-09
* Fix rgb15ToUV. Correct order of components and use one shift less.Gravatar ivo2007-05-09
* cosmetics attack, part IV: Remove all tabs and prettyprint/reindent the code.Gravatar diego2007-04-30
* cosmetics: Remove trailing whitespace.Gravatar diego2007-04-26
* improve horizontal chroma resolution with palGravatar michael2007-04-15
* convert palette to yuv instead of converting each pixel after pal->rgbGravatar michael2007-04-15
* typoGravatar diego2007-04-07
* Fix a possible crash on 64 bit systems when the lumSrcPtr or chrSrcPtrGravatar reimar2007-03-01
* Add av_ prefix to clip functionsGravatar reimar2007-02-25
* BGR/RGB4 byte formats as inputGravatar michael2007-02-17
* pal8 inputGravatar michael2007-02-16
* Pass a context to av_log(), when possibleGravatar lucabe2007-01-23
* change all the occurrences of "FFMIN(FFMAX())" to clip_uint8() or clip()Gravatar lucabe2006-12-26
* Add some explicit casts to avoid some warningsGravatar lucabe2006-12-26
* Fix compilation of non-MMX code with gcc 2.95Gravatar lucabe2006-12-20
* Change "p" asm constraints to "g", since "p" was a no longer necessary hack toGravatar reimar2006-11-27
* Clarify that some of the non-SIMD code is now LGPLed.Gravatar lucabe2006-11-19
* forgotten 2 converters (yeah svn up, svn di svn ci isnt enough i should actua...Gravatar michael2006-11-16
* fixing the lamest bug in swscale, all the rgb/bgr->* code did 2x2 downsamplin...Gravatar michael2006-11-16
* Fix MacIntel build: "/nop" is illegal on Apple's older version of GASGravatar gpoirier2006-11-07
* Add support for conversions from the rgb565 and rgb555 formatsGravatar lucabe2006-11-02
* Use common define for x86_32 and x86_64.Gravatar diego2006-11-01
* 16-bit grayscale supportGravatar kostya2006-10-24
* Change license headers to say 'FFmpeg' instead of 'this program'.Gravatar diego2006-10-07
* Fix unused variable warning when compiling with MMX disabled.Gravatar diego2006-10-03
* Remove the dependency of libswscale on img_format.hGravatar lucabe2006-09-17
* make the C code of the swscaler which i wrote LGPLGravatar michael2006-08-30
* Fix compilation with -no-PIC and without -fomit-frame-pointer (used byGravatar uau2006-08-15
* -fPIC support for libswscaleGravatar diego2006-08-15
* Replace asmalign.h hack by ASMALIGN cpp macros from config.h.Gravatar diego2006-08-13
* Replace MIN() and MAX() with FFMIN() and FFMAX()Gravatar lucabe2006-07-26
* a tiny bit of cleanupGravatar michael2006-07-24
* vertical scaler with accurate rounding, some people on doom9 can see +-1 errorsGravatar michael2006-07-24
* Move postproc ---> libswscaleGravatar lucabe2006-06-30