summaryrefslogtreecommitdiffstats
path: root/libswscale/swscale.c
Commit message (Expand)AuthorAgeFilesLines
* change sws_format_name to return const char*, supress many warningsBaptiste Coudurier2008-03-061-1/+1
* remove redundant SwScaler text since av_log uses AVClass contextBaptiste Coudurier2008-03-061-37/+37
* One more (forgotten) fix for fixing sws_flags.Michael Niedermayer2008-03-051-1/+1
* Turn ancient V offset numerical constants into named ones.Michael Niedermayer2008-03-051-10/+16
* Discard two symbols from libswscale.Carl Eugen Hoyos2008-02-221-3/+3
* More explicit unsupported pixel format error messages.Stefano Sabatini2008-02-151-2/+2
* Make dither4 & dither8 const.Carl Eugen Hoyos2008-02-091-2/+2
* Make some assembler constants global instead of declaring them multiple times.Reimar Döffinger2008-01-291-13/+13
* Use DECLARE_ASM_CONST where possible in libswscale codeReimar Döffinger2008-01-281-26/+26
* Fix typo in commentReimar Döffinger2008-01-211-1/+1
* Change (a == NULL) condition to (!a) and (a != NULL) condition to (a).Benoit Fouet2008-01-171-13/+13
* Cosmetics: whitespacesBenoit Fouet2008-01-171-5/+5
* Remove non cosmetic spaces inside parentheses.Benoit Fouet2008-01-171-8/+8
* Description: remove superfluous parentheses.Benoit Fouet2008-01-171-5/+5
* Check param in sws_getCachedContext().KO Myung-Hun2008-01-171-1/+6
* comment typo fixesDiego Biurrun2007-12-211-2/+2
* Make sure strides have positive values before converting.Peter Schlaile2007-12-201-1/+1
* Revert wrong ARCH_BFIN --> HAVE_BFIN change.Diego Biurrun2007-09-271-1/+1
* add support for yuva420p colorspace (yuv420p + alpha)Aurelien Jacobs2007-09-241-0/+4
* renaming ARCH_BFIN to HAVE_BFINMarc Hoffman2007-08-311-1/+1
* typoDiego Biurrun2007-07-281-1/+1
* use YUV440P in swscaleAndreas Öman2007-07-181-0/+10
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+1
* integrating ff_bfin_get_unscaled_swscale into the systemMarc Hoffman2007-06-221-0/+5
* misc spelling fixesDiego Biurrun2007-06-131-6/+6
* rename attribute_unused to av_unused as it is declared in common.hCarl Eugen Hoyos2007-05-301-1/+1
* Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.Diego Biurrun2007-05-281-3/+0
* ffmpeg -sws_flags command line option to set swscaler flagsIvo van Poorten2007-05-231-1/+34
* Blackfin optimized YUV420 to RGB CSC Color Space Converters.Marc Hoffman2007-05-131-1/+3
* cosmetics; one test per line for all isXXX(x) macrosIvo van Poorten2007-05-111-16/+48
* cosmetics: indentation after previous patchBenoit Fouet2007-05-021-13/+13
* test if color conv fonction exists prior to using itBenoit Fouet2007-05-021-0/+3
* cosmetics attack, part II: Remove all tabs and prettyprint/reindent the code.Diego Biurrun2007-04-291-2179/+2178
* cosmetics: Remove trailing whitespace.Diego Biurrun2007-04-261-51/+51
* improve horizontal chroma resolution with palMichael Niedermayer2007-04-151-1/+4
* convert palette to yuv instead of converting each pixel after pal->rgbMichael Niedermayer2007-04-151-5/+22
* typoDiego Biurrun2007-04-071-1/+1
* Fix crash when trying to convert from or to RGBi (i<15) as in bgr8torgb24Carl Eugen Hoyos2007-04-031-0/+7
* fix full range (jpeg yuv) chromaMichael Niedermayer2007-03-181-1/+6
* Add PIX_FMT_PAL8 to isPacked().Karl H. Beckers2007-03-081-1/+2
* a small step toward 4 plane supportMichael Niedermayer2007-03-021-6/+6
* copy src to prevent the user supplied argumet from being changedMichael Niedermayer2007-03-021-1/+2
* Add av_ prefix to clip functionsReimar Döffinger2007-02-251-9/+9
* BGR/RGB4 byte formats as inputMichael Niedermayer2007-02-171-1/+2
* pal8 inputMichael Niedermayer2007-02-161-2/+3
* Pass a context to av_log(), when possibleLuca Abeni2007-01-231-54/+61
* Add "support for both orderings of the slices (top->down / bottom->up)"Luca Abeni2007-01-121-10/+4
* replace some av_malloc();memset(...,0,...) sequences with av_mallocz()Luca Abeni2007-01-061-6/+3
* change all the occurrences of "FFMIN(FFMAX())" to clip_uint8() or clip()Luca Abeni2006-12-261-9/+9
* Mark some variables as possibly unused to avoid warningsLuca Abeni2006-12-261-1/+1
OpenPOWER on IntegriCloud