summaryrefslogtreecommitdiff
path: root/libswscale/swscale.c
Commit message (Expand)AuthorAge
* fix memleakMichael Niedermayer2008-07-21
* Cleanup, use av_freep() instead of av_free(x); x=NULLMichael Niedermayer2008-07-21
* 10l forgot SWS_BILINEARMichael Niedermayer2008-07-17
* Ensure that exactly one scaler algo is used.Michael Niedermayer2008-07-17
* Split AVOption/AVClass in a separate file. SoC Patch from Keiji CostantiniLuca Barbato2008-07-09
* Remove ASSERT() macro. SoC Patch from Keiji CostantiniLuca Barbato2008-07-06
* Reindent. SoC Patch from Keiji CostantiniLuca Barbato2008-07-06
* Split simpleCopy into packedCopy and planarCopy. SoC Patch from Keiji CostantiniLuca Barbato2008-07-06
* cast to correct type, suppress warningsBaptiste Coudurier2008-06-01
* cast to correct type, suppress warningsBaptiste Coudurier2008-06-01
* add const, suppress warningsBaptiste Coudurier2008-06-01
* add const, suppress warningsBaptiste Coudurier2008-06-01
* Remove in_asm_used_var_warning_killer()Keiji Costantini2008-05-09
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Fix 64 bit shared library compilation with MMX2 by properly using PIC mangling.Alexander Strange2008-03-22
* Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC.Diego Biurrun2008-03-18
* Fix a typo that causes an assertion to always fail.Zuxy Meng2008-03-17
* typosDiego Biurrun2008-03-12
* typoDiego Biurrun2008-03-10
* Make av_class a pointer to const.Panagiotis Issaris2008-03-10
* Remove redundant swScaler: output from places where av_log()Diego Biurrun2008-03-10
* change sws_format_name to return const char*, supress many warningsBaptiste Coudurier2008-03-06
* remove redundant SwScaler text since av_log uses AVClass contextBaptiste Coudurier2008-03-06
* One more (forgotten) fix for fixing sws_flags.Michael Niedermayer2008-03-05
* Turn ancient V offset numerical constants into named ones.Michael Niedermayer2008-03-05
* Discard two symbols from libswscale.Carl Eugen Hoyos2008-02-22
* More explicit unsupported pixel format error messages.Stefano Sabatini2008-02-15
* Make dither4 & dither8 const.Carl Eugen Hoyos2008-02-09
* Make some assembler constants global instead of declaring them multiple times.Reimar Döffinger2008-01-29
* Use DECLARE_ASM_CONST where possible in libswscale codeReimar Döffinger2008-01-28
* Fix typo in commentReimar Döffinger2008-01-21
* Change (a == NULL) condition to (!a) and (a != NULL) condition to (a).Benoit Fouet2008-01-17
* Cosmetics: whitespacesBenoit Fouet2008-01-17
* Remove non cosmetic spaces inside parentheses.Benoit Fouet2008-01-17
* Description: remove superfluous parentheses.Benoit Fouet2008-01-17
* Check param in sws_getCachedContext().KO Myung-Hun2008-01-17
* comment typo fixesDiego Biurrun2007-12-21
* Make sure strides have positive values before converting.Peter Schlaile2007-12-20
* Revert wrong ARCH_BFIN --> HAVE_BFIN change.Diego Biurrun2007-09-27
* add support for yuva420p colorspace (yuv420p + alpha)Aurelien Jacobs2007-09-24
* renaming ARCH_BFIN to HAVE_BFINMarc Hoffman2007-08-31
* typoDiego Biurrun2007-07-28
* use YUV440P in swscaleAndreas Öman2007-07-18
* license header consistency cosmeticsDiego Biurrun2007-07-05
* integrating ff_bfin_get_unscaled_swscale into the systemMarc Hoffman2007-06-22
* misc spelling fixesDiego Biurrun2007-06-13
* rename attribute_unused to av_unused as it is declared in common.hCarl Eugen Hoyos2007-05-30
* Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.Diego Biurrun2007-05-28
* ffmpeg -sws_flags command line option to set swscaler flagsIvo van Poorten2007-05-23
* Blackfin optimized YUV420 to RGB CSC Color Space Converters.Marc Hoffman2007-05-13