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
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
2007-05-16Remove extern C declarations for C++.Diego Biurrun
2007-05-13Blackfin optimized YUV420 to RGB CSC Color Space Converters.Marc Hoffman
2007-04-29cosmetics attack, part II: Remove all tabs and prettyprint/reindent the code.Diego Biurrun
2007-04-27cosmetics: Remove trailing whitespace.Diego Biurrun
2007-01-12deprecate sws_scale_ordered(), as it now is a duplicate of sws_scale()Luca Abeni
2006-11-19Clarify that some of the non-SIMD code is now LGPLed.Luca Abeni
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program'.Diego Biurrun
2006-09-04Add sws_getCachedContext(), which checks if context is valid or reallocs a ne...Víctor Paesa
2006-08-30make the C code of the swscaler which i wrote LGPLMichael Niedermayer
2006-07-24vertical scaler with accurate rounding, some people on doom9 can see +-1 errorsMichael Niedermayer
2006-07-20Use libavutil in libswscale, and allow it to be built out of the mplayer treeLuca Abeni
2006-06-30Move postproc ---> libswscaleLuca Abeni