summaryrefslogtreecommitdiff
path: root/libswscale/options.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt2022-02-241-2/+0
* libswscale/options: Add parent_log_context_offset to AVClassAndreas Rheinhardt2021-09-191-0/+1
* sws: implement slice threadingAnton Khirnov2021-09-061-0/+3
* swscale/options: Use AV_OPT_TYPE_PIXEL_FMTMichael Niedermayer2016-11-201-2/+2
* swscale: use AV_OPT_TYPE_BOOL for {src,dst}_range optionsClément Bœsch2015-12-041-2/+2
* swscale: rename sws_context_class to ff_sws_context_classAndreas Cadhalpun2015-10-291-2/+2
* doc/scaler, swscale/options: use proper capitalizationGanesh Ajjanagadde2015-10-101-2/+2
* swscale: use AV_OPT_TYPE_BOOLClément Bœsch2015-09-081-3/+1
* swscale/alphablend: Support SWS_ALPHA_BLEND_CHECKERBOARDMichael Niedermayer2015-08-091-0/+1
* swscale: Implement alphablendaway for planar 4:4:4 formatsMichael Niedermayer2015-08-081-0/+3
* Add gamma encodign/decoding before/after scaling in libswscalePedro Arthur2015-04-231-0/+3
* swscale: Allow chroma samples to be above and to the left of luma samplesMichael Niedermayer2014-09-211-4/+4
* swscale: add two spatially stable dithering methodsØyvind Kolås2014-03-251-4/+6
* swscale/options: switch default to bicubicMichael Niedermayer2013-10-061-1/+1
* swscale: make bilinear scaling the defaultwm42013-09-301-1/+1
* sws: add dither enumMichael Niedermayer2013-08-151-0/+5
* Merge commit 'b5a138652ff8a5b987d3e1191e67fd9f6575527e'Michael Niedermayer2013-08-031-2/+2
|\
| * Give less generic names to global library option arraysDiego Biurrun2013-08-021-2/+2
* | swscale/options: fix copy and paste typoMichael Niedermayer2013-07-171-2/+2
* | swscale: Add support to specify chroma positionMichael Niedermayer2013-07-171-0/+5
* | sws: add AVOption flag for error diffusion ditherMichael Niedermayer2013-01-191-0/+1
* | lsws: define version in SWScaler classStefano Sabatini2012-11-291-0/+1
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-2/+2
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-2/+2
* | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-051-8/+8
|\ \ | |/
| * avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-8/+8
* | Merge commit 'd58dd4b5b5d31cfd4092e38a5f2c894eee2ab078'Michael Niedermayer2012-09-051-1/+1
|\ \ | |/
| * avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö2012-09-041-1/+1
* | Merge commit '124134e42455763b28cc346fed1d07017a76e84e'Michael Niedermayer2012-09-051-16/+16
|\ \ | |/
| * avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-041-16/+16
* | lavu: 256 color supportPaul B Mahol2012-07-071-0/+1
* | swscale: use designated initializers for AVClassPaul B Mahol2012-06-221-1/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-051-1/+1
|\ \ | |/
| * swscale: remove "cpu flags" from -sws_flags description.Ronald S. Bultje2012-03-041-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-231-29/+29
|\ \ | |/
| * swscale: K&R formatting cosmetics (part I)Diego Biurrun2012-02-211-29/+29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-131-27/+27
|\ \ | |/
| * AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-121-27/+27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-041-0/+5
|\ \ | |/
| * lavf,lavc,sws: add {avcodec,avformat,sws}_get_class() functions.Anton Khirnov2011-09-031-0/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-251-6/+0
|\ \ | |/
| * swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.Ronald S. Bultje2011-05-241-6/+0
| * AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-05-101-33/+33
* | Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45'Michael Niedermayer2011-05-011-33/+33
|\ \
| * | AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-04-301-33/+33
| |/
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-201-1/+1
|\ \ | |/
| * lavc: remove the FF_API_SET_STRING_OLD cruft.Anton Khirnov2011-04-191-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Set the default value of param0 and param1 to SWS_PARAM_DEFAULT.Stefano Sabatini2010-09-291-2/+2
* Set valid default values for the srcw, srch, dstw, dsth options in theStefano Sabatini2010-09-291-4/+4