summaryrefslogtreecommitdiff
path: root/libswscale/swscale_internal.h
Commit message (Expand)AuthorAge
...
* change sws_format_name to return const char*, supress many warningsBaptiste Coudurier2008-03-06
* Turn ancient V offset numerical constants into named ones.Michael Niedermayer2008-03-05
* Discard two symbols from libswscale.Carl Eugen Hoyos2008-02-22
* comment typo fixesDiego Biurrun2007-12-21
* Add missing declarations for AltiVec functions, fixes the warnings:Diego Biurrun2007-12-08
* Fix 'make checkheaders' on AltiVec-enabled systems.Diego Biurrun2007-12-07
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-18
* Revert wrong ARCH_BFIN --> HAVE_BFIN change.Diego Biurrun2007-09-27
* renaming ARCH_BFIN to HAVE_BFINMarc Hoffman2007-08-31
* Move Apple gcc AltiVec vector declaration syntax to libavutil.Diego Biurrun2007-08-24
* Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).Diego Biurrun2007-08-22
* UltraSPARC VIS yuv2rgbDenes Balatoni2007-07-19
* use YUV440P in swscaleAndreas Ă–man2007-07-18
* license header consistency cosmeticsDiego Biurrun2007-07-05
* misc spelling fixesDiego Biurrun2007-06-13
* 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 attack, part II: Remove all tabs and prettyprint/reindent the code.Diego Biurrun2007-04-29
* typoDiego Biurrun2007-04-07
* cosmetics: typo fixes, usefuLL --> useful and aswell --> as wellDiego Biurrun2007-02-22
* BGR/RGB4 byte formats as inputMichael Niedermayer2007-02-17
* Pass a context to av_log(), when possibleLuca Abeni2007-01-23
* Remove some void pointers arithmeticLuca Abeni2006-12-26
* Clarify that some of the non-SIMD code is now LGPLed.Luca Abeni2006-11-19
* 16-bit grayscale supportKostya Shishkov2006-10-24
* Change license headers to say 'FFmpeg' instead of 'this program'.Diego Biurrun2006-10-07
* Remove the dependency of libswscale on img_format.hLuca Abeni2006-09-17
* make the C code of the swscaler which i wrote LGPLMichael Niedermayer2006-08-30
* vertical scaler with accurate rounding, some people on doom9 can see +-1 errorsMichael Niedermayer2006-07-24
* Use libavutil in libswscale, and allow it to be built out of the mplayer treeLuca Abeni2006-07-20
* Move postproc ---> libswscaleLuca Abeni2006-06-30