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