summaryrefslogtreecommitdiffstats
path: root/libswscale/swscale.h
Commit message (Expand)AuthorAgeFilesLines
* change sws_format_name to return const char*, supress many warningsbcoudurier2008-03-061-1/+1
* less preprocessor magic in version number macrosmru2008-02-261-4/+10
* #include "libavutil/avutil.h" in swscale.hmru2008-02-251-1/+1
* Clean up lib* version definitionsmru2008-02-191-2/+4
* remove duplicate AV_STRINGIFY() definitionmru2008-02-171-3/+0
* Add FFMPEG_ prefix to all multiple inclusion guards.diego2007-10-181-3/+3
* license header consistency cosmeticsdiego2007-07-051-1/+1
* misc spelling fixesdiego2007-06-131-2/+2
* Remove extern C declarations for C++.diego2007-05-161-8/+0
* Blackfin optimized YUV420 to RGB CSC Color Space Converters.gpoirier2007-05-131-0/+1
* cosmetics attack, part II: Remove all tabs and prettyprint/reindent the code.diego2007-04-291-45/+45
* cosmetics: Remove trailing whitespace.diego2007-04-261-2/+2
* deprecate sws_scale_ordered(), as it now is a duplicate of sws_scale()lucabe2007-01-121-1/+3
* Clarify that some of the non-SIMD code is now LGPLed.lucabe2006-11-191-11/+8
* Change license headers to say 'FFmpeg' instead of 'this program'.diego2006-10-071-19/+21
* Add sws_getCachedContext(), which checks if context is valid or reallocs a ne...gpoirier2006-09-041-0/+5
* make the C code of the swscaler which i wrote LGPLmichael2006-08-301-0/+3
* vertical scaler with accurate rounding, some people on doom9 can see +-1 errorsmichael2006-07-241-0/+1
* Use libavutil in libswscale, and allow it to be built out of the mplayer treelucabe2006-07-201-0/+9
* Move postproc ---> libswscalelucabe2006-06-301-0/+129