aboutsummaryrefslogtreecommitdiffhomepage
path: root/libswscale/swscale.h
Commit message (Expand)AuthorAge
* change sws_format_name to return const char*, supress many warningsGravatar bcoudurier2008-03-06
* less preprocessor magic in version number macrosGravatar mru2008-02-26
* #include "libavutil/avutil.h" in swscale.hGravatar mru2008-02-25
* Clean up lib* version definitionsGravatar mru2008-02-19
* remove duplicate AV_STRINGIFY() definitionGravatar mru2008-02-17
* Add FFMPEG_ prefix to all multiple inclusion guards.Gravatar diego2007-10-18
* license header consistency cosmeticsGravatar diego2007-07-05
* misc spelling fixesGravatar diego2007-06-13
* Remove extern C declarations for C++.Gravatar diego2007-05-16
* Blackfin optimized YUV420 to RGB CSC Color Space Converters.Gravatar gpoirier2007-05-13
* cosmetics attack, part II: Remove all tabs and prettyprint/reindent the code.Gravatar diego2007-04-29
* cosmetics: Remove trailing whitespace.Gravatar diego2007-04-26
* deprecate sws_scale_ordered(), as it now is a duplicate of sws_scale()Gravatar lucabe2007-01-12
* Clarify that some of the non-SIMD code is now LGPLed.Gravatar lucabe2006-11-19
* Change license headers to say 'FFmpeg' instead of 'this program'.Gravatar diego2006-10-07
* Add sws_getCachedContext(), which checks if context is valid or reallocs a ne...Gravatar gpoirier2006-09-04
* make the C code of the swscaler which i wrote LGPLGravatar michael2006-08-30
* vertical scaler with accurate rounding, some people on doom9 can see +-1 errorsGravatar michael2006-07-24
* Use libavutil in libswscale, and allow it to be built out of the mplayer treeGravatar lucabe2006-07-20
* Move postproc ---> libswscaleGravatar lucabe2006-06-30