summaryrefslogtreecommitdiff
path: root/libswscale/swscale.h
Commit message (Expand)AuthorAge
...
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-21
|\|
| * Bump major version for b8e893399ff8755721dc117695ec5ff183c1e07bReinhard Tartler2011-06-20
* | swscale: reintroduce sws_format_name() symbolStefano Sabatini2011-06-03
* | Merge remote-tracking branch 'qatar/master' into masterMichael Niedermayer2011-05-29
|\|
| * sws: replace all long with int.Anton Khirnov2011-05-28
| * swscale: revive SWS_CPU_CAPS until next major bump.Anton Khirnov2011-05-26
* | swscale: revive SWS_CPU_CAPS until next major bump.Anton Khirnov2011-05-28
* | swscale: document SWS_CPU_CAPS*Michael Niedermayer2011-05-25
* | Revert removial of SWS flags from e66149e714006d099d1ebfcca3f22ca74fc7dcf4Michael Niedermayer2011-05-25
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-25
|\|
| * swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.Ronald S. Bultje2011-05-24
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-22
|\|
| * swscale: point out an alternative to sws_getContextClément Bœsch2011-05-21
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-29
|\|
| * 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
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-07
|\|
| * swscale: postpone sws_getContext removal until next major bump.Anton Khirnov2011-04-06
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* | libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementationPeter Ross2011-03-26
|/
* 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