aboutsummaryrefslogtreecommitdiffhomepage
path: root/libswscale/swscale.c
Commit message (Expand)AuthorAge
* Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC.Gravatar diego2008-03-18
* Fix a typo that causes an assertion to always fail.Gravatar zuxy2008-03-17
* typosGravatar diego2008-03-12
* typoGravatar diego2008-03-10
* Make av_class a pointer to const.Gravatar benoit2008-03-10
* Remove redundant swScaler: output from places where av_log()Gravatar diego2008-03-10
* change sws_format_name to return const char*, supress many warningsGravatar bcoudurier2008-03-06
* remove redundant SwScaler text since av_log uses AVClass contextGravatar bcoudurier2008-03-06
* One more (forgotten) fix for fixing sws_flags.Gravatar michael2008-03-05
* Turn ancient V offset numerical constants into named ones.Gravatar michael2008-03-05
* Discard two symbols from libswscale.Gravatar cehoyos2008-02-22
* More explicit unsupported pixel format error messages.Gravatar benoit2008-02-15
* Make dither4 & dither8 const.Gravatar cehoyos2008-02-09
* Make some assembler constants global instead of declaring them multiple times.Gravatar reimar2008-01-29
* Use DECLARE_ASM_CONST where possible in libswscale codeGravatar reimar2008-01-28
* Fix typo in commentGravatar reimar2008-01-21
* Change (a == NULL) condition to (!a) and (a != NULL) condition to (a).Gravatar benoit2008-01-17
* Cosmetics: whitespacesGravatar benoit2008-01-17
* Remove non cosmetic spaces inside parentheses.Gravatar benoit2008-01-17
* Description: remove superfluous parentheses.Gravatar benoit2008-01-17
* Check param in sws_getCachedContext().Gravatar benoit2008-01-17
* comment typo fixesGravatar diego2007-12-21
* Make sure strides have positive values before converting.Gravatar benoit2007-12-20
* Revert wrong ARCH_BFIN --> HAVE_BFIN change.Gravatar diego2007-09-27
* add support for yuva420p colorspace (yuv420p + alpha)Gravatar aurel2007-09-24
* renaming ARCH_BFIN to HAVE_BFINGravatar mhoffman2007-08-31
* typoGravatar diego2007-07-28
* use YUV440P in swscaleGravatar benoit2007-07-18
* license header consistency cosmeticsGravatar diego2007-07-05
* integrating ff_bfin_get_unscaled_swscale into the systemGravatar mhoffman2007-06-22
* misc spelling fixesGravatar diego2007-06-13
* rename attribute_unused to av_unused as it is declared in common.hGravatar benoit2007-05-30
* Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.Gravatar diego2007-05-28
* ffmpeg -sws_flags command line option to set swscaler flagsGravatar ivo2007-05-23
* Blackfin optimized YUV420 to RGB CSC Color Space Converters.Gravatar gpoirier2007-05-13
* cosmetics; one test per line for all isXXX(x) macrosGravatar ivo2007-05-11
* cosmetics: indentation after previous patchGravatar benoit2007-05-02
* test if color conv fonction exists prior to using itGravatar benoit2007-05-02
* cosmetics attack, part II: Remove all tabs and prettyprint/reindent the code.Gravatar diego2007-04-29
* 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 crash when trying to convert from or to RGBi (i<15) as in bgr8torgb24Gravatar cehoyos2007-04-03
* fix full range (jpeg yuv) chromaGravatar michael2007-03-18
* Add PIX_FMT_PAL8 to isPacked().Gravatar diego2007-03-08
* a small step toward 4 plane supportGravatar michael2007-03-02
* copy src to prevent the user supplied argumet from being changedGravatar michael2007-03-02
* Add av_ prefix to clip functionsGravatar reimar2007-02-25
* BGR/RGB4 byte formats as inputGravatar michael2007-02-17