summaryrefslogtreecommitdiffstats
path: root/libswscale/swscale.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Document sws_freeContext().Stefano Sabatini2009-11-071-0/+4
* Document slice ordering assumption done by sws_scale().Stefano Sabatini2009-10-301-1/+5
* Document that slices can be bottom to top or top to bottom.Ramiro Polla2009-09-091-1/+1
* Introduce and use sws_allocVec().Ramiro Polla2009-08-191-0/+5
* Remove '\p' doxygen markup, as it should improve plain text doxyStefano Sabatini2009-06-061-16/+15
* Add const qualifier to param argument of sws_getContext() andDiego Biurrun2009-05-101-2/+2
* Move sws_[gs]etColorspaceDetails() documentation from swscale.c toStefano Sabatini2009-04-181-1/+9
* whitespace cosmetics: Break some overly long lines.Diego Biurrun2009-04-141-10/+18
* New LGPLed YUV2RGB table generator for SwScalerKostya Shishkov2009-02-221-1/+1
* Rename the "src" parameter in the sws_scale() declaration toStefano Sabatini2009-02-181-3/+3
* Document sws_scale().Stefano Sabatini2009-02-181-0/+23
* Implement sws_printVec2() and deprecate sws_printVec().Stefano Sabatini2009-02-141-3/+15
OpenPOWER on IntegriCloud