summaryrefslogtreecommitdiffstats
path: root/libswscale/swscale.c
Commit message (Expand)AuthorAgeFilesLines
* fix memleakMichael Niedermayer2008-07-211-4/+7
* Cleanup, use av_freep() instead of av_free(x); x=NULLMichael Niedermayer2008-07-211-46/+22
* 10l forgot SWS_BILINEARMichael Niedermayer2008-07-171-0/+1
* Ensure that exactly one scaler algo is used.Michael Niedermayer2008-07-171-0/+17
* Split AVOption/AVClass in a separate file. SoC Patch from Keiji CostantiniLuca Barbato2008-07-091-39/+0
* Remove ASSERT() macro. SoC Patch from Keiji CostantiniLuca Barbato2008-07-061-15/+9
* Reindent. SoC Patch from Keiji CostantiniLuca Barbato2008-07-061-45/+42
* Split simpleCopy into packedCopy and planarCopy. SoC Patch from Keiji CostantiniLuca Barbato2008-07-061-8/+14
* cast to correct type, suppress warningsBaptiste Coudurier2008-06-011-1/+1
* cast to correct type, suppress warningsBaptiste Coudurier2008-06-011-1/+1
* add const, suppress warningsBaptiste Coudurier2008-06-011-1/+1
* add const, suppress warningsBaptiste Coudurier2008-06-011-2/+2
* Remove in_asm_used_var_warning_killer()Keiji Costantini2008-05-091-10/+0
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-2/+2
* Fix 64 bit shared library compilation with MMX2 by properly using PIC mangling.Alexander Strange2008-03-221-8/+8
* Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC.Diego Biurrun2008-03-181-2/+0
* Fix a typo that causes an assertion to always fail.Zuxy Meng2008-03-171-1/+1
* typosDiego Biurrun2008-03-121-1/+1
* typoDiego Biurrun2008-03-101-1/+1
* Make av_class a pointer to const.Panagiotis Issaris2008-03-101-1/+1
* Remove redundant swScaler: output from places where av_log()Diego Biurrun2008-03-101-4/+4
* 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
OpenPOWER on IntegriCloud