summaryrefslogtreecommitdiff
path: root/libswscale/swscale.c
Commit message (Expand)AuthorAge
* 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
* cosmetics; one test per line for all isXXX(x) macrosIvo van Poorten2007-05-11
* cosmetics: indentation after previous patchBenoit Fouet2007-05-02
* test if color conv fonction exists prior to using itBenoit Fouet2007-05-02
* cosmetics attack, part II: Remove all tabs and prettyprint/reindent the code.Diego Biurrun2007-04-29
* cosmetics: Remove trailing whitespace.Diego Biurrun2007-04-26
* improve horizontal chroma resolution with palMichael Niedermayer2007-04-15
* convert palette to yuv instead of converting each pixel after pal->rgbMichael Niedermayer2007-04-15
* typoDiego Biurrun2007-04-07
* Fix crash when trying to convert from or to RGBi (i<15) as in bgr8torgb24Carl Eugen Hoyos2007-04-03
* fix full range (jpeg yuv) chromaMichael Niedermayer2007-03-18
* Add PIX_FMT_PAL8 to isPacked().Karl H. Beckers2007-03-08
* a small step toward 4 plane supportMichael Niedermayer2007-03-02
* copy src to prevent the user supplied argumet from being changedMichael Niedermayer2007-03-02
* Add av_ prefix to clip functionsReimar Döffinger2007-02-25
* BGR/RGB4 byte formats as inputMichael Niedermayer2007-02-17
* pal8 inputMichael Niedermayer2007-02-16
* Pass a context to av_log(), when possibleLuca Abeni2007-01-23
* Add "support for both orderings of the slices (top->down / bottom->up)"Luca Abeni2007-01-12
* replace some av_malloc();memset(...,0,...) sequences with av_mallocz()Luca Abeni2007-01-06
* change all the occurrences of "FFMIN(FFMAX())" to clip_uint8() or clip()Luca Abeni2006-12-26
* Mark some variables as possibly unused to avoid warningsLuca Abeni2006-12-26
* Add some explicit casts to avoid "assignment from incompatible pointer type"Luca Abeni2006-12-26
* Remove useless include (not needed now that libswscale uses libavutil)Luca Abeni2006-12-22
* Allow to compile swscale's non-SIMD code under the LGPL license.Luca Abeni2006-12-20
* Clarify that some of the non-SIMD code is now LGPLed.Luca Abeni2006-11-19
* Remove stray newline.Diego Biurrun2006-11-16
* Add support for conversions from the rgb565 and rgb555 formatsLuca Abeni2006-11-02
* Use common define for x86_32 and x86_64.Diego Biurrun2006-11-01
* 16-bit grayscale supportKostya Shishkov2006-10-24
* Rename ABS macro to FFABS.Diego Biurrun2006-10-11
* Change license headers to say 'FFmpeg' instead of 'this program'.Diego Biurrun2006-10-07
* Add support for YUVJ formatsLuca Abeni2006-09-27
* Remove the dependency of libswscale on img_format.hLuca Abeni2006-09-17
* Fix the PIX_FMT_* ---> IMGFMT_* conversion (PIX_FMT_RGB32 is IMGFMT_BGR32)Luca Abeni2006-09-17
* Add sws_getCachedContext(), which checks if context is valid or reallocs a ne...Víctor Paesa2006-09-04
* make the C code of the swscaler which i wrote LGPLMichael Niedermayer2006-08-30
* Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.Diego Biurrun2006-08-18
* Use COMPILE_MMX2 instead of HAVE_MMX2 to determine whether to compileUoti Urpala2006-08-12