summaryrefslogtreecommitdiffstats
path: root/libswscale/swscale.h
Commit message (Expand)AuthorAgeFilesLines
* Apply misc fixes to sws_getCoefficients() doxy.Stefano Sabatini2010-02-051-2/+4
* Satisfy consistency need:Stefano Sabatini2010-02-051-1/+1
* Add function to translate SWS_CS_* to coefficient arrayDavid Conrad2010-02-051-1/+7
* More const-correctness for sws_scaleDavid Conrad2010-01-211-3/+3
* Make const prototypes for input sources of sws_scale_* stricter.Alexis Ballier2010-01-191-2/+2
* Const correctness for src pointer. Remove all constness related warnings inZuxy Meng2010-01-151-2/+2
* Implement sws_isSupportedInput() and sws_isSupportedOutput().Stefano Sabatini2010-01-071-2/+14
* Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for theStefano Sabatini2010-01-031-2/+2
* Make sws_format_name() use av_pix_fmt_descriptors.Stefano Sabatini2009-11-261-1/+1
* Add functions to return library license and library configuration.Diego Biurrun2009-11-181-0/+10
* Document sws_freeContext().Stefano Sabatini2009-11-071-0/+4
* Document slice ordering assumption done by sws_scale().Stefano Sabatini2009-10-301-1/+5
* Document that slices can be bottom to top or top to bottom.Ramiro Polla2009-09-091-1/+1
* Introduce and use sws_allocVec().Ramiro Polla2009-08-191-0/+5
* Remove '\p' doxygen markup, as it should improve plain text doxyStefano Sabatini2009-06-061-16/+15
* Add const qualifier to param argument of sws_getContext() andDiego Biurrun2009-05-101-2/+2
* Move sws_[gs]etColorspaceDetails() documentation from swscale.c toStefano Sabatini2009-04-181-1/+9
* whitespace cosmetics: Break some overly long lines.Diego Biurrun2009-04-141-10/+18
* New LGPLed YUV2RGB table generator for SwScalerKostya Shishkov2009-02-221-1/+1
* Rename the "src" parameter in the sws_scale() declaration toStefano Sabatini2009-02-181-3/+3
* Document sws_scale().Stefano Sabatini2009-02-181-0/+23
* Implement sws_printVec2() and deprecate sws_printVec().Stefano Sabatini2009-02-141-3/+15
* Document sws_normalizeVec().Stefano Sabatini2009-02-141-0/+5
* Apply misc fixes for sws_getCachedContext() documentation.Stefano Sabatini2009-02-121-7/+10
* Bump micro version, related to r28491.Stefano Sabatini2009-02-121-1/+1
* Document sws_getContext().Stefano Sabatini2009-02-111-0/+13
* Document sws_getIdentityVec().Stefano Sabatini2009-02-111-0/+5
* Move sws_getGaussianVec() documentation from swscale.c to swscale.h.Stefano Sabatini2009-02-101-0/+5
* Document sws_cloneVec().Stefano Sabatini2009-02-101-0/+5
* Fix typo: lenght -> length.Stefano Sabatini2009-02-101-1/+1
* Document sws_scaleVec().Stefano Sabatini2009-02-101-0/+4
* Document sws_getConstVec().Stefano Sabatini2009-02-101-0/+5
* Move documentation of sws_getCachedContext() from swscale.c toStefano Sabatini2009-02-101-0/+10
* Add a @deprecated notice to swscale_get_ordered().Stefano Sabatini2009-02-101-0/+3
* Document coeff and length fields in SwsVector.Stefano Sabatini2009-02-091-2/+2
* Drop the deprecated sws_scale_ordered() at the next major versionStefano Sabatini2009-02-081-0/+2
* Replace int type with enum PixelFormat for the dstFormat/srcFormatStefano Sabatini2009-02-081-3/+3
* Fix a typo: lumaSarpen -> lumaSharpen.Stefano Sabatini2009-02-081-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Add bitexact flag.Michael Niedermayer2008-09-121-0/+1
* Change headers' guardnames consistently with r15120.Stefano Sabatini2008-08-311-3/+3
* Implement swscale_version().Stefano Sabatini2008-08-291-1/+6
* change sws_format_name to return const char*, supress many warningsBaptiste Coudurier2008-03-061-1/+1
* less preprocessor magic in version number macrosMåns Rullgård2008-02-261-4/+10
* #include "libavutil/avutil.h" in swscale.hMåns Rullgård2008-02-251-1/+1
* Clean up lib* version definitionsMåns Rullgård2008-02-191-2/+4
* remove duplicate AV_STRINGIFY() definitionMåns Rullgård2008-02-171-3/+0
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-181-3/+3
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+1
* misc spelling fixesDiego Biurrun2007-06-131-2/+2
OpenPOWER on IntegriCloud