summaryrefslogtreecommitdiff
path: root/libswscale/swscale.h
Commit message (Expand)AuthorAge
...
* Document sws_freeContext().Stefano Sabatini2009-11-07
* Document slice ordering assumption done by sws_scale().Stefano Sabatini2009-10-30
* Document that slices can be bottom to top or top to bottom.Ramiro Polla2009-09-09
* Introduce and use sws_allocVec().Ramiro Polla2009-08-19
* Remove '\p' doxygen markup, as it should improve plain text doxyStefano Sabatini2009-06-06
* Add const qualifier to param argument of sws_getContext() andDiego Biurrun2009-05-10
* Move sws_[gs]etColorspaceDetails() documentation from swscale.c toStefano Sabatini2009-04-18
* whitespace cosmetics: Break some overly long lines.Diego Biurrun2009-04-14
* New LGPLed YUV2RGB table generator for SwScalerKostya Shishkov2009-02-22
* Rename the "src" parameter in the sws_scale() declaration toStefano Sabatini2009-02-18
* Document sws_scale().Stefano Sabatini2009-02-18
* Implement sws_printVec2() and deprecate sws_printVec().Stefano Sabatini2009-02-14
* Document sws_normalizeVec().Stefano Sabatini2009-02-14
* Apply misc fixes for sws_getCachedContext() documentation.Stefano Sabatini2009-02-12
* Bump micro version, related to r28491.Stefano Sabatini2009-02-12
* Document sws_getContext().Stefano Sabatini2009-02-11
* Document sws_getIdentityVec().Stefano Sabatini2009-02-11
* Move sws_getGaussianVec() documentation from swscale.c to swscale.h.Stefano Sabatini2009-02-10
* Document sws_cloneVec().Stefano Sabatini2009-02-10
* Fix typo: lenght -> length.Stefano Sabatini2009-02-10
* Document sws_scaleVec().Stefano Sabatini2009-02-10
* Document sws_getConstVec().Stefano Sabatini2009-02-10
* Move documentation of sws_getCachedContext() from swscale.c toStefano Sabatini2009-02-10
* Add a @deprecated notice to swscale_get_ordered().Stefano Sabatini2009-02-10
* Document coeff and length fields in SwsVector.Stefano Sabatini2009-02-09
* Drop the deprecated sws_scale_ordered() at the next major versionStefano Sabatini2009-02-08
* Replace int type with enum PixelFormat for the dstFormat/srcFormatStefano Sabatini2009-02-08
* Fix a typo: lumaSarpen -> lumaSharpen.Stefano Sabatini2009-02-08
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Add bitexact flag.Michael Niedermayer2008-09-12
* Change headers' guardnames consistently with r15120.Stefano Sabatini2008-08-31
* Implement swscale_version().Stefano Sabatini2008-08-29
* change sws_format_name to return const char*, supress many warningsBaptiste Coudurier2008-03-06
* less preprocessor magic in version number macrosMåns Rullgård2008-02-26
* #include "libavutil/avutil.h" in swscale.hMåns Rullgård2008-02-25
* Clean up lib* version definitionsMåns Rullgård2008-02-19
* remove duplicate AV_STRINGIFY() definitionMåns Rullgård2008-02-17
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-18
* license header consistency cosmeticsDiego Biurrun2007-07-05
* misc spelling fixesDiego Biurrun2007-06-13
* Remove extern C declarations for C++.Diego Biurrun2007-05-16
* Blackfin optimized YUV420 to RGB CSC Color Space Converters.Marc Hoffman2007-05-13
* cosmetics attack, part II: Remove all tabs and prettyprint/reindent the code.Diego Biurrun2007-04-29
* cosmetics: Remove trailing whitespace.Diego Biurrun2007-04-26
* deprecate sws_scale_ordered(), as it now is a duplicate of sws_scale()Luca Abeni2007-01-12
* Clarify that some of the non-SIMD code is now LGPLed.Luca Abeni2006-11-19
* Change license headers to say 'FFmpeg' instead of 'this program'.Diego Biurrun2006-10-07
* Add sws_getCachedContext(), which checks if context is valid or reallocs a ne...Víctor Paesa2006-09-04
* 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