]> git.sesse.net Git - ffmpeg/history - libswscale/swscale.h
Document sws_freeContext().
[ffmpeg] / libswscale / swscale.h
2009-11-07 Stefano SabatiniDocument sws_freeContext().
2009-10-30 Stefano SabatiniDocument slice ordering assumption done by sws_scale().
2009-09-09 Ramiro PollaDocument that slices can be bottom to top or top to...
2009-08-19 Ramiro PollaIntroduce and use sws_allocVec().
2009-06-06 Stefano SabatiniRemove '\p' doxygen markup, as it should improve plain...
2009-05-10 Diego BiurrunAdd const qualifier to param argument of sws_getContext...
2009-04-18 Stefano SabatiniMove sws_[gs]etColorspaceDetails() documentation from...
2009-04-14 Diego Biurrunwhitespace cosmetics: Break some overly long lines.
2009-02-22 Kostya ShishkovNew LGPLed YUV2RGB table generator for SwScaler
2009-02-18 Stefano SabatiniRename the "src" parameter in the sws_scale() declarati...
2009-02-18 Stefano SabatiniDocument sws_scale().
2009-02-14 Stefano SabatiniImplement sws_printVec2() and deprecate sws_printVec().
2009-02-14 Stefano SabatiniDocument sws_normalizeVec().
2009-02-12 Stefano SabatiniApply misc fixes for sws_getCachedContext() documentation.
2009-02-12 Stefano SabatiniBump micro version, related to r28491.
2009-02-11 Stefano SabatiniDocument sws_getContext().
2009-02-11 Stefano SabatiniDocument sws_getIdentityVec().
2009-02-10 Stefano SabatiniMove sws_getGaussianVec() documentation from swscale...
2009-02-10 Stefano SabatiniDocument sws_cloneVec().
2009-02-10 Stefano SabatiniFix typo: lenght -> length.
2009-02-10 Stefano SabatiniDocument sws_scaleVec().
2009-02-10 Stefano SabatiniDocument sws_getConstVec().
2009-02-10 Stefano SabatiniMove documentation of sws_getCachedContext() from swsca...
2009-02-10 Stefano SabatiniAdd a @deprecated notice to swscale_get_ordered().
2009-02-09 Stefano SabatiniDocument coeff and length fields in SwsVector.
2009-02-08 Stefano SabatiniDrop the deprecated sws_scale_ordered() at the next...
2009-02-08 Stefano SabatiniReplace int type with enum PixelFormat for the dstForma...
2009-02-08 Stefano SabatiniFix a typo: lumaSarpen -> lumaSharpen.
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-09-12 Michael NiedermayerAdd bitexact flag.
2008-08-31 Stefano SabatiniChange headers' guardnames consistently with r15120.
2008-08-29 Stefano SabatiniImplement swscale_version().
2008-03-06 Baptiste Coudurierchange sws_format_name to return const char*, supress...
2008-02-26 Måns Rullgårdless preprocessor magic in version number macros
2008-02-25 Måns Rullgård#include "libavutil/avutil.h" in swscale.h
2008-02-19 Måns RullgårdClean up lib* version definitions
2008-02-17 Måns Rullgårdremove duplicate AV_STRINGIFY() definition
2007-10-18 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-06-13 Diego Biurrunmisc spelling fixes
2007-05-16 Diego BiurrunRemove extern C declarations for C++.
2007-05-13 Marc HoffmanBlackfin optimized YUV420 to RGB CSC Color Space Conver...
2007-04-29 Diego Biurruncosmetics attack, part II: Remove all tabs and prettypr...
2007-04-26 Diego Biurruncosmetics: Remove trailing whitespace.
2007-01-12 Luca Abenideprecate sws_scale_ordered(), as it now is a duplicate...
2006-11-19 Luca AbeniClarify that some of the non-SIMD code is now LGPLed.
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-04 Víctor PaesaAdd sws_getCachedContext(), which checks if context...
2006-08-30 Michael Niedermayermake the C code of the swscaler which i wrote LGPL
2006-07-24 Michael Niedermayervertical scaler with accurate rounding, some people...
2006-07-20 Luca AbeniUse libavutil in libswscale, and allow it to be built...
2006-06-30 Luca AbeniMove postproc ---> libswscale