Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-02-06Apply misc fixes to sws_getCoefficients() doxy.Stefano Sabatini
2010-02-06Satisfy consistency need:Stefano Sabatini
2010-02-05Add function to translate SWS_CS_* to coefficient arrayDavid Conrad
2010-01-21More const-correctness for sws_scaleDavid Conrad
2010-01-19Make const prototypes for input sources of sws_scale_* stricter.Alexis Ballier
2010-01-15Const correctness for src pointer. Remove all constness related warnings inZuxy Meng
2010-01-07Implement sws_isSupportedInput() and sws_isSupportedOutput().Stefano Sabatini
2010-01-03Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for theStefano Sabatini
2009-11-27Make sws_format_name() use av_pix_fmt_descriptors.Stefano Sabatini
2009-11-18Add functions to return library license and library configuration.Diego Biurrun
2009-11-07Document sws_freeContext().Stefano Sabatini
2009-10-30Document slice ordering assumption done by sws_scale().Stefano Sabatini
2009-09-10Document that slices can be bottom to top or top to bottom.Ramiro Polla
2009-08-19Introduce and use sws_allocVec().Ramiro Polla
2009-06-06Remove '\p' doxygen markup, as it should improve plain text doxyStefano Sabatini
2009-05-10Add const qualifier to param argument of sws_getContext() andDiego Biurrun
2009-04-18Move sws_[gs]etColorspaceDetails() documentation from swscale.c toStefano Sabatini
2009-04-14whitespace cosmetics: Break some overly long lines.Diego Biurrun
2009-02-22New LGPLed YUV2RGB table generator for SwScalerKostya Shishkov
2009-02-19Rename the "src" parameter in the sws_scale() declaration toStefano Sabatini
2009-02-19Document sws_scale().Stefano Sabatini
2009-02-14Implement sws_printVec2() and deprecate sws_printVec().Stefano Sabatini
2009-02-14Document sws_normalizeVec().Stefano Sabatini
2009-02-12Apply misc fixes for sws_getCachedContext() documentation.Stefano Sabatini
2009-02-12Bump micro version, related to r28491.Stefano Sabatini
2009-02-12Document sws_getContext().Stefano Sabatini
2009-02-12Document sws_getIdentityVec().Stefano Sabatini
2009-02-11Move sws_getGaussianVec() documentation from swscale.c to swscale.h.Stefano Sabatini
2009-02-11Document sws_cloneVec().Stefano Sabatini
2009-02-11Fix typo: lenght -> length.Stefano Sabatini
2009-02-11Document sws_scaleVec().Stefano Sabatini
2009-02-11Document sws_getConstVec().Stefano Sabatini
2009-02-11Move documentation of sws_getCachedContext() from swscale.c toStefano Sabatini
2009-02-11Add a @deprecated notice to swscale_get_ordered().Stefano Sabatini
2009-02-10Document coeff and length fields in SwsVector.Stefano Sabatini
2009-02-09Drop the deprecated sws_scale_ordered() at the next major versionStefano Sabatini
2009-02-09Replace int type with enum PixelFormat for the dstFormat/srcFormatStefano Sabatini
2009-02-09Fix a typo: lumaSarpen -> lumaSharpen.Stefano Sabatini
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-09-13Add bitexact flag.Michael Niedermayer
2008-08-31Change headers' guardnames consistently with r15120.Stefano Sabatini
2008-08-29Implement swscale_version().Stefano Sabatini
2008-03-06change sws_format_name to return const char*, supress many warningsBaptiste Coudurier
2008-02-26less preprocessor magic in version number macrosMåns Rullgård
2008-02-25#include "libavutil/avutil.h" in swscale.hMåns Rullgård
2008-02-20Clean up lib* version definitionsMåns Rullgård
2008-02-17remove duplicate AV_STRINGIFY() definitionMåns Rullgård
2007-10-18Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-06-13misc spelling fixesDiego Biurrun