summaryrefslogtreecommitdiff
path: root/libswscale/swscale.h
Commit message (Expand)AuthorAge
* 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
* Document sws_freeContext().Stefano Sabatini2009-11-07
* Document slice ordering assumption done by sws_scale().Stefano Sabatini2009-10-30
* Document that slices can be bottom to top or top to bottom.Ramiro Polla2009-09-09
* Introduce and use sws_allocVec().Ramiro Polla2009-08-19
* Remove '\p' doxygen markup, as it should improve plain text doxyStefano Sabatini2009-06-06
* Add const qualifier to param argument of sws_getContext() andDiego Biurrun2009-05-10
* Move sws_[gs]etColorspaceDetails() documentation from swscale.c toStefano Sabatini2009-04-18
* whitespace cosmetics: Break some overly long lines.Diego Biurrun2009-04-14
* New LGPLed YUV2RGB table generator for SwScalerKostya Shishkov2009-02-22
* Rename the "src" parameter in the sws_scale() declaration toStefano Sabatini2009-02-18
* Document sws_scale().Stefano Sabatini2009-02-18
* Implement sws_printVec2() and deprecate sws_printVec().Stefano Sabatini2009-02-14
* Document sws_normalizeVec().Stefano Sabatini2009-02-14
* Apply misc fixes for sws_getCachedContext() documentation.Stefano Sabatini2009-02-12