summaryrefslogtreecommitdiffstats
path: root/libswscale/swscale_template.c
Commit message (Expand)AuthorAgeFilesLines
* Make C code in yuv2yuv1() do accurate rounding, this could be splitMichael Niedermayer2008-07-181-3/+3
* indentMichael Niedermayer2008-07-171-8/+8
* Forgotten accurate rounding function YSCALEYUV2YV121_ACCURATE.Michael Niedermayer2008-07-171-2/+31
* simplify yuv2yuv1()Michael Niedermayer2008-07-171-16/+7
* Remove ASSERT() macro. SoC Patch from Keiji CostantiniLuca Barbato2008-07-061-18/+18
* spelling/grammar/wording overhaulDiego Biurrun2008-07-041-20/+21
* cast to correct type, suppress warningsBaptiste Coudurier2008-06-011-2/+2
* cosmetics: comment typo fixesDiego Biurrun2008-03-221-1/+2
* remove redundant SwScaler text since av_log uses AVClass contextBaptiste Coudurier2008-03-061-2/+2
* Turn ancient V offset numerical constants into named ones.Michael Niedermayer2008-03-051-61/+61
* __asm __volatile -> asm volatile part 3Reimar Döffinger2008-02-241-2/+2
* Discard two symbols from libswscale.Carl Eugen Hoyos2008-02-221-4/+4
* Make some assembler constants global instead of declaring them multiple times.Reimar Döffinger2008-01-291-15/+15
* Change (a == NULL) condition to (!a) and (a != NULL) condition to (a).Benoit Fouet2008-01-171-2/+2
* Remove non cosmetic spaces inside parentheses.Benoit Fouet2008-01-171-12/+12
* Comment some #endif directives.Diego Biurrun2007-11-301-14/+14
* The function names of [rgb|bgr]1[56]to[UV|Y] had rgb<->bgr flipped.Diego Biurrun2007-11-041-8/+8
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+1
* comment grammar fixesDiego Biurrun2007-06-281-3/+3
* remove the need of one extra shift in rgb16ToUVIvo van Poorten2007-05-091-6/+3
* Fix rgb15ToUV. Correct order of components and use one shift less.Ivo van Poorten2007-05-091-7/+4
* cosmetics attack, part IV: Remove all tabs and prettyprint/reindent the code.Diego Biurrun2007-04-301-2682/+2681
* cosmetics: Remove trailing whitespace.Diego Biurrun2007-04-261-32/+32
* improve horizontal chroma resolution with palMichael Niedermayer2007-04-151-5/+3
* convert palette to yuv instead of converting each pixel after pal->rgbMichael Niedermayer2007-04-151-9/+3
* typoDiego Biurrun2007-04-071-1/+1
* Fix a possible crash on 64 bit systems when the lumSrcPtr or chrSrcPtrReimar Döffinger2007-03-011-0/+2
* Add av_ prefix to clip functionsReimar Döffinger2007-02-251-1/+1
* BGR/RGB4 byte formats as inputMichael Niedermayer2007-02-171-2/+2
* pal8 inputMichael Niedermayer2007-02-161-6/+51
* Pass a context to av_log(), when possibleLuca Abeni2007-01-231-1/+1
* change all the occurrences of "FFMIN(FFMAX())" to clip_uint8() or clip()Luca Abeni2006-12-261-1/+1
* Add some explicit casts to avoid some warningsLuca Abeni2006-12-261-4/+4
* Fix compilation of non-MMX code with gcc 2.95Luca Abeni2006-12-201-3/+3
* Change "p" asm constraints to "g", since "p" was a no longer necessary hack toReimar Döffinger2006-11-271-2/+2
* Clarify that some of the non-SIMD code is now LGPLed.Luca Abeni2006-11-191-2/+2
* forgotten 2 converters (yeah svn up, svn di svn ci isnt enough i should actua...Michael Niedermayer2006-11-161-11/+11
* fixing the lamest bug in swscale, all the rgb/bgr->* code did 2x2 downsamplin...Michael Niedermayer2006-11-161-91/+52
* Fix MacIntel build: "/nop" is illegal on Apple's older version of GASNigel Pearson2006-11-071-3/+3
* Add support for conversions from the rgb565 and rgb555 formatsLuca Abeni2006-11-021-0/+93
* Use common define for x86_32 and x86_64.Diego Biurrun2006-11-011-2/+2
* 16-bit grayscale supportKostya Shishkov2006-10-241-2/+2
* Change license headers to say 'FFmpeg' instead of 'this program'.Diego Biurrun2006-10-071-19/+21
* Fix unused variable warning when compiling with MMX disabled.Diego Biurrun2006-10-031-1/+1
* Remove the dependency of libswscale on img_format.hLuca Abeni2006-09-171-57/+57
* make the C code of the swscaler which i wrote LGPLMichael Niedermayer2006-08-301-0/+3
* Fix compilation with -no-PIC and without -fomit-frame-pointer (used byUoti Urpala2006-08-151-1/+1
* -fPIC support for libswscaleJason Tackaberry2006-08-151-70/+116
* Replace asmalign.h hack by ASMALIGN cpp macros from config.h.Diego Biurrun2006-08-131-25/+23
* Replace MIN() and MAX() with FFMIN() and FFMAX()Luca Abeni2006-07-261-1/+1
OpenPOWER on IntegriCloud