summaryrefslogtreecommitdiff
path: root/libswscale/swscale.h
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* sws: Drop deprecated SWS_CPU_CAPS definesVittorio Giovara2015-08-28
* swscale: Undeprecate sws_getContext()Diego Biurrun2014-08-07
* Remove all Blackfin architecture optimizationsDiego Biurrun2014-06-02
* doxy: Define a group for libswscale documentationLuca Barbato2013-12-13
* swscale: add support for endianness only conversionJanne Grunau2013-05-06
* libswscale: remove unnecessary direct #if LIBSWSCALE_VERSION_MAJORJanne Grunau2012-11-16
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-06
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* x86: build: replace mmx2 by mmxextDiego Biurrun2012-08-03
* Create version.h headers for libraries that lack themDiego Biurrun2012-07-04
* swscale: K&R reformatting cosmetics for header filesDiego Biurrun2012-01-08
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-12
* lavf,lavc,sws: add {avcodec,avformat,sws}_get_class() functions.Anton Khirnov2011-09-03
* doxygen: Make sure parameter names match between .c and .h files.Diego Biurrun2011-07-14
* Do not include log.h in avutil.hMans Rullgard2011-07-03
* Do not include pixfmt.h in avutil.hMans Rullgard2011-07-03
* doxygen: Remove spurious documentation for non-existing function parameters.Diego Biurrun2011-07-03
* Bump major version for b8e893399ff8755721dc117695ec5ff183c1e07bReinhard Tartler2011-06-20
* sws: replace all long with int.Anton Khirnov2011-05-28
* swscale: revive SWS_CPU_CAPS until next major bump.Anton Khirnov2011-05-26
* swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.Ronald S. Bultje2011-05-24
* swscale: point out an alternative to sws_getContextClément Bœsch2011-05-21
* libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementationPeter Ross2011-04-28
* sws: remove disabled cruft.Anton Khirnov2011-04-19
* Bump major versions of all libraries.Anton Khirnov2011-04-18
* swscale: postpone sws_getContext removal until next major bump.Anton Khirnov2011-04-06
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Deprecate sws_getContext(), use sws_alloc_context() andStefano Sabatini2010-09-28
* Add documentation for the returned value of sws_init_context().Stefano Sabatini2010-09-28
* Bump minor version after the addition of sws_alloc_context() andStefano Sabatini2010-09-28
* fix typos and grammarRamiro Polla2010-09-26
* Split alloc and init of context so that parameters can be set in the contextMichael Niedermayer2010-09-26
* rgb2rgb: build SSE2 codepathRamiro Polla2010-09-08
* Revert commit:Stefano Sabatini2010-07-28
* Prefer impersonal form over third person, for consistency with theStefano Sabatini2010-07-22
* deprecate palette8topacked32 in favor of public API functions sws_convertPale...Reinhard Tartler2010-06-01
* Add empty newline to separate function declarations, for betterStefano Sabatini2010-05-23
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Apply misc fixes to sws_getCoefficients() doxy.Stefano Sabatini2010-02-05
* Satisfy consistency need:Stefano Sabatini2010-02-05
* Add function to translate SWS_CS_* to coefficient arrayDavid Conrad2010-02-05
* More const-correctness for sws_scaleDavid Conrad2010-01-21
* Make const prototypes for input sources of sws_scale_* stricter.Alexis Ballier2010-01-19
* Const correctness for src pointer. Remove all constness related warnings inZuxy Meng2010-01-15
* Implement sws_isSupportedInput() and sws_isSupportedOutput().Stefano Sabatini2010-01-07
* Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for theStefano Sabatini2010-01-03
* Make sws_format_name() use av_pix_fmt_descriptors.Stefano Sabatini2009-11-26
* Add functions to return library license and library configuration.Diego Biurrun2009-11-18