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
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-10-06Give all anonymously typedeffed structs in headers a nameDiego Biurrun
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-04x86: build: replace mmx2 by mmxextDiego Biurrun
2012-07-04Create version.h headers for libraries that lack themDiego Biurrun
2012-01-09swscale: K&R reformatting cosmetics for header filesDiego Biurrun
2011-12-13doxygen: misc consistency, spelling and wording fixesDiego Biurrun
2011-09-03lavf,lavc,sws: add {avcodec,avformat,sws}_get_class() functions.Anton Khirnov
2011-07-14doxygen: Make sure parameter names match between .c and .h files.Diego Biurrun
2011-07-04Do not include log.h in avutil.hMans Rullgard
2011-07-04Do not include pixfmt.h in avutil.hMans Rullgard
2011-07-03doxygen: Remove spurious documentation for non-existing function parameters.Diego Biurrun
2011-06-20Bump major version for b8e893399ff8755721dc117695ec5ff183c1e07bReinhard Tartler
2011-05-28sws: replace all long with int.Anton Khirnov
2011-05-26swscale: revive SWS_CPU_CAPS until next major bump.Anton Khirnov
2011-05-24swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.Ronald S. Bultje
2011-05-21swscale: point out an alternative to sws_getContextClément Bœsch
2011-04-28libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementationPeter Ross
2011-04-19sws: remove disabled cruft.Anton Khirnov
2011-04-18Bump major versions of all libraries.Anton Khirnov
2011-04-07swscale: postpone sws_getContext removal until next major bump.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-09-29Deprecate sws_getContext(), use sws_alloc_context() andStefano Sabatini
2010-09-29Add documentation for the returned value of sws_init_context().Stefano Sabatini
2010-09-28Bump minor version after the addition of sws_alloc_context() andStefano Sabatini
2010-09-27fix typos and grammarRamiro Polla
2010-09-26Split alloc and init of context so that parameters can be set in the contextMichael Niedermayer
2010-09-08rgb2rgb: build SSE2 codepathRamiro Polla
2010-07-28Revert commit:Stefano Sabatini
2010-07-23Prefer impersonal form over third person, for consistency with theStefano Sabatini
2010-06-01deprecate palette8topacked32 in favor of public API functions sws_convertPale...Reinhard Tartler
2010-05-23Add empty newline to separate function declarations, for betterStefano Sabatini
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
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