aboutsummaryrefslogtreecommitdiffstats
path: root/libswscale/swscale.h
Commit message (Expand)AuthorAgeFilesLines
* swscale: introduce new, dynamic scaling APINiklas Haas2024-11-251-21/+68
* swscale: organize and better document flagsNiklas Haas2024-11-251-50/+66
* swscale: expose SwsContext publiclyNiklas Haas2024-11-251-7/+86
* swscale: add sws_is_noop()Niklas Haas2024-10-231-0/+6
* swscale: add new frame testing APINiklas Haas2024-10-231-0/+55
* swscale: add sws_free_context()Niklas Haas2024-10-231-0/+7
* swscale: slightly reorder headerNiklas Haas2024-10-231-17/+17
* swscale: publicly typedef struct SwsContextNiklas Haas2024-10-231-22/+22
* swscale: document SWS_FULL_CHR_H_* flagsNiklas Haas2024-08-161-2/+26
* swscale: document some missing argumentsMarvin Scholz2022-10-171-0/+10
* swscale: Fix bogus doxy comment #ifdefsMarvin Scholz2022-10-171-10/+5
* Keep including the full version.h when headers are included externallyMartin Storsjö2022-03-191-0/+6
* libswscale: Split version.hMartin Storsjö2022-03-161-1/+1
* swscale/swscale: Improve *ColorspaceDetails() doxyMichael Niedermayer2021-10-241-0/+8
* sws: add a new scaling APIAnton Khirnov2021-09-061-0/+92
* libswscale: Remove unused deprecated functions, make used ones staticAndreas Rheinhardt2021-04-271-11/+0
* doxygen: Standardize root-level modulesTimothy Gu2016-08-021-1/+3
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-1/+1
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* | swscale: add bt2020 yuv2rgb coefficients.Ronald S. Bultje2016-04-011-0/+1
* | swscale: Deprecate vector functions which are unused outside swscaleMichael Niedermayer2016-03-311-27/+10
* | swscale/swscale: add av_warn_unused_result to sws_init_contextGanesh Ajjanagadde2015-10-161-0/+1
* | Merge commit '9d58639e270f7612874681e0ca30fa461e2667b7'n2.9-devHendrik Leppkes2015-09-051-16/+0
|\|
| * sws: Drop deprecated SWS_CPU_CAPS definesVittorio Giovara2015-08-281-16/+0
* | swscale/swscale: Document param[0..1]Michael Niedermayer2015-08-091-0/+6
* | swscale/swscale: Get rid of the SWS_GAMMA_CORRECT flagMichael Niedermayer2015-04-231-1/+0
* | Add gamma encodign/decoding before/after scaling in libswscalePedro Arthur2015-04-231-0/+1
* | Merge commit 'bb789016d423d2cfacd2904ac66257bdf7f0964e'Michael Niedermayer2014-08-071-3/+0
|\|
| * swscale: Undeprecate sws_getContext()Diego Biurrun2014-08-071-3/+0
* | Merge commit '880e2aa23645ed9871c66ee1cbd00f93c72d2d73'Michael Niedermayer2014-06-021-0/+2
|\|
| * Remove all Blackfin architecture optimizationsDiego Biurrun2014-06-021-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-12-141-6/+4
|\|
| * doxy: Define a group for libswscale documentationLuca Barbato2013-12-131-0/+8
* | Merge commit 'c1eb3e7fecdc270e03a700d61ef941600a6af491'Michael Niedermayer2013-05-071-0/+7
|\|
| * swscale: add support for endianness only conversionJanne Grunau2013-05-061-0/+7
* | sws: Fix error diffusion flagMichael Niedermayer2013-01-191-1/+1
* | sws: Support error diffusion dither for mono outputMichael Niedermayer2013-01-181-0/+1
* | doxy: add ref for lavfi, lpp and lsws.Clément Bœsch2012-12-111-2/+11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-171-2/+0
|\|
| * libswscale: remove unnecessary direct #if LIBSWSCALE_VERSION_MAJORJanne Grunau2012-11-161-2/+0
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-6/+6
|\|
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-6/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-061-2/+2
|\|
| * Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-061-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+2
|\|
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-041-0/+3
|\|
| * x86: build: replace mmx2 by mmxextDiego Biurrun2012-08-031-0/+3
* | sws: more complete doxy for sws_setColorspaceDetails()Michael Niedermayer2012-07-181-1/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-041-28/+1
|\|