OSDN Git Service

doc/avconv: remove documentation for removed 'timestamp' option
[coroid/libav_saccubus.git] / libswscale / swscale.h
2011-09-03 Anton Khirnovlavf,lavc,sws: add {avcodec,avformat,sws}_get_class...
2011-07-14 Diego Biurrundoxygen: Make sure parameter names match between .c...
2011-07-03 Mans RullgardDo not include log.h in avutil.h
2011-07-03 Mans RullgardDo not include pixfmt.h in avutil.h
2011-07-03 Diego Biurrundoxygen: Remove spurious documentation for non-existing...
2011-06-20 Reinhard TartlerBump major version for b8e893399ff8755721dc117695ec5ff1...
2011-05-28 Anton Khirnovsws: replace all long with int.
2011-05-26 Anton Khirnovswscale: revive SWS_CPU_CAPS until next major bump.
2011-05-24 Ronald S. Bultjeswscale: force --enable-runtime-cpudetect and remove...
2011-05-21 Clément Bœschswscale: point out an alternative to sws_getContext
2011-04-28 Peter Rosslibswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler...
2011-04-19 Anton Khirnovsws: remove disabled cruft.
2011-04-18 Anton KhirnovBump major versions of all libraries.
2011-04-06 Anton Khirnovswscale: postpone sws_getContext removal until next...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-09-28 Stefano SabatiniDeprecate sws_getContext(), use sws_alloc_context(...
2010-09-28 Stefano SabatiniAdd documentation for the returned value of sws_init_co...
2010-09-28 Stefano SabatiniBump minor version after the addition of sws_alloc_cont...
2010-09-26 Ramiro Pollafix typos and grammar
2010-09-26 Michael NiedermayerSplit alloc and init of context so that parameters...
2010-09-08 Ramiro Pollargb2rgb: build SSE2 codepath
2010-07-28 Stefano SabatiniRevert commit:
2010-07-22 Stefano SabatiniPrefer impersonal form over third person, for consisten...
2010-06-01 Reinhard Tartlerdeprecate palette8topacked32 in favor of public API...
2010-05-23 Stefano SabatiniAdd empty newline to separate function declarations...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-02-05 Stefano SabatiniApply misc fixes to sws_getCoefficients() doxy.
2010-02-05 Stefano SabatiniSatisfy consistency need:
2010-02-05 David ConradAdd function to translate SWS_CS_* to coefficient array
2010-01-21 David ConradMore const-correctness for sws_scale
2010-01-19 Alexis BallierMake const prototypes for input sources of sws_scale_...
2010-01-15 Zuxy MengConst correctness for src pointer. Remove all constness...
2010-01-07 Stefano SabatiniImplement sws_isSupportedInput() and sws_isSupportedOut...
2010-01-03 Stefano SabatiniPrefer "*FUNC_NAME(" over "* FUNC_NAME(" for the
2009-11-26 Stefano SabatiniMake sws_format_name() use av_pix_fmt_descriptors.
2009-11-18 Diego BiurrunAdd functions to return library license and library...
2009-11-07 Stefano SabatiniDocument sws_freeContext().
2009-10-30 Stefano SabatiniDocument slice ordering assumption done by sws_scale().
2009-09-09 Ramiro PollaDocument that slices can be bottom to top or top to...
2009-08-19 Ramiro PollaIntroduce and use sws_allocVec().
2009-06-06 Stefano SabatiniRemove '\p' doxygen markup, as it should improve plain...
2009-05-10 Diego BiurrunAdd const qualifier to param argument of sws_getContext...
2009-04-18 Stefano SabatiniMove sws_[gs]etColorspaceDetails() documentation from...
2009-04-14 Diego Biurrunwhitespace cosmetics: Break some overly long lines.
2009-02-22 Kostya ShishkovNew LGPLed YUV2RGB table generator for SwScaler
2009-02-18 Stefano SabatiniRename the "src" parameter in the sws_scale() declarati...
2009-02-18 Stefano SabatiniDocument sws_scale().
2009-02-14 Stefano SabatiniImplement sws_printVec2() and deprecate sws_printVec().
2009-02-14 Stefano SabatiniDocument sws_normalizeVec().
2009-02-12 Stefano SabatiniApply misc fixes for sws_getCachedContext() documentation.
2009-02-12 Stefano SabatiniBump micro version, related to r28491.
2009-02-11 Stefano SabatiniDocument sws_getContext().
2009-02-11 Stefano SabatiniDocument sws_getIdentityVec().
2009-02-10 Stefano SabatiniMove sws_getGaussianVec() documentation from swscale...
2009-02-10 Stefano SabatiniDocument sws_cloneVec().
2009-02-10 Stefano SabatiniFix typo: lenght -> length.
2009-02-10 Stefano SabatiniDocument sws_scaleVec().
2009-02-10 Stefano SabatiniDocument sws_getConstVec().
2009-02-10 Stefano SabatiniMove documentation of sws_getCachedContext() from swsca...
2009-02-10 Stefano SabatiniAdd a @deprecated notice to swscale_get_ordered().
2009-02-09 Stefano SabatiniDocument coeff and length fields in SwsVector.
2009-02-08 Stefano SabatiniDrop the deprecated sws_scale_ordered() at the next...
2009-02-08 Stefano SabatiniReplace int type with enum PixelFormat for the dstForma...
2009-02-08 Stefano SabatiniFix a typo: lumaSarpen -> lumaSharpen.
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-09-12 Michael NiedermayerAdd bitexact flag.
2008-08-31 Stefano SabatiniChange headers' guardnames consistently with r15120.
2008-08-29 Stefano SabatiniImplement swscale_version().
2008-03-06 Baptiste Coudurierchange sws_format_name to return const char*, supress...
2008-02-26 Måns Rullgårdless preprocessor magic in version number macros
2008-02-25 Måns Rullgård#include "libavutil/avutil.h" in swscale.h
2008-02-19 Måns RullgårdClean up lib* version definitions
2008-02-17 Måns Rullgårdremove duplicate AV_STRINGIFY() definition
2007-10-18 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-06-13 Diego Biurrunmisc spelling fixes
2007-05-16 Diego BiurrunRemove extern C declarations for C++.
2007-05-13 Marc HoffmanBlackfin optimized YUV420 to RGB CSC Color Space Conver...
2007-04-29 Diego Biurruncosmetics attack, part II: Remove all tabs and prettypr...
2007-04-26 Diego Biurruncosmetics: Remove trailing whitespace.
2007-01-12 Luca Abenideprecate sws_scale_ordered(), as it now is a duplicate...
2006-11-19 Luca AbeniClarify that some of the non-SIMD code is now LGPLed.
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-04 Víctor PaesaAdd sws_getCachedContext(), which checks if context...
2006-08-30 Michael Niedermayermake the C code of the swscaler which i wrote LGPL
2006-07-24 Michael Niedermayervertical scaler with accurate rounding, some people...
2006-07-20 Luca AbeniUse libavutil in libswscale, and allow it to be built...
2006-06-30 Luca AbeniMove postproc ---> libswscale