aboutsummaryrefslogtreecommitdiffhomepage
path: root/libswscale/swscale.h
Commit message (Expand)AuthorAge
* Remove '\p' doxygen markup, as it should improve plain text doxyGravatar stefano2009-06-06
* Add const qualifier to param argument of sws_getContext() andGravatar diego2009-05-10
* Move sws_[gs]etColorspaceDetails() documentation from swscale.c toGravatar stefano2009-04-18
* whitespace cosmetics: Break some overly long lines.Gravatar diego2009-04-14
* New LGPLed YUV2RGB table generator for SwScalerGravatar kostya2009-02-22
* Rename the "src" parameter in the sws_scale() declaration toGravatar stefano2009-02-18
* Document sws_scale().Gravatar stefano2009-02-18
* Implement sws_printVec2() and deprecate sws_printVec().Gravatar stefano2009-02-14
* Document sws_normalizeVec().Gravatar stefano2009-02-14
* Apply misc fixes for sws_getCachedContext() documentation.Gravatar stefano2009-02-12
* Bump micro version, related to r28491.Gravatar stefano2009-02-12
* Document sws_getContext().Gravatar stefano2009-02-11
* Document sws_getIdentityVec().Gravatar stefano2009-02-11
* Move sws_getGaussianVec() documentation from swscale.c to swscale.h.Gravatar stefano2009-02-10
* Document sws_cloneVec().Gravatar stefano2009-02-10
* Fix typo: lenght -> length.Gravatar stefano2009-02-10
* Document sws_scaleVec().Gravatar stefano2009-02-10
* Document sws_getConstVec().Gravatar stefano2009-02-10
* Move documentation of sws_getCachedContext() from swscale.c toGravatar stefano2009-02-10
* Add a @deprecated notice to swscale_get_ordered().Gravatar stefano2009-02-10
* Document coeff and length fields in SwsVector.Gravatar stefano2009-02-09
* Drop the deprecated sws_scale_ordered() at the next major versionGravatar stefano2009-02-08
* Replace int type with enum PixelFormat for the dstFormat/srcFormatGravatar stefano2009-02-08
* Fix a typo: lumaSarpen -> lumaSharpen.Gravatar stefano2009-02-08
* Use full internal pathname in doxygen @file directives.Gravatar diego2009-02-01
* Add bitexact flag.Gravatar michael2008-09-12
* Change header inclusion guard names in line with FFmpeg r15120.Gravatar stefano2008-08-31
* Implement swscale_version().Gravatar stefano2008-08-29
* 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