Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-20swscale/options: Use AV_OPT_TYPE_PIXEL_FMTMichael Niedermayer
2015-12-04swscale: use AV_OPT_TYPE_BOOL for {src,dst}_range optionsClément Bœsch
2015-10-30swscale: rename sws_context_class to ff_sws_context_classAndreas Cadhalpun
2015-10-10doc/scaler, swscale/options: use proper capitalizationGanesh Ajjanagadde
2015-09-08swscale: use AV_OPT_TYPE_BOOLClément Bœsch
2015-08-09swscale/alphablend: Support SWS_ALPHA_BLEND_CHECKERBOARDMichael Niedermayer
2015-08-08swscale: Implement alphablendaway for planar 4:4:4 formatsMichael Niedermayer
2015-04-23Add gamma encodign/decoding before/after scaling in libswscalePedro Arthur
2014-09-21swscale: Allow chroma samples to be above and to the left of luma samplesMichael Niedermayer
2014-03-25swscale: add two spatially stable dithering methodsØyvind Kolås
2013-10-06swscale/options: switch default to bicubicMichael Niedermayer
2013-09-30swscale: make bilinear scaling the defaultwm4
2013-08-15sws: add dither enumMichael Niedermayer
2013-08-03Merge commit 'b5a138652ff8a5b987d3e1191e67fd9f6575527e'Michael Niedermayer
2013-08-02Give less generic names to global library option arraysDiego Biurrun
2013-07-17swscale/options: fix copy and paste typoMichael Niedermayer
2013-07-17swscale: Add support to specify chroma positionMichael Niedermayer
2013-01-19sws: add AVOption flag for error diffusion ditherMichael Niedermayer
2012-11-29lsws: define version in SWScaler classStefano Sabatini
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer
2012-09-05Merge commit 'd58dd4b5b5d31cfd4092e38a5f2c894eee2ab078'Michael Niedermayer
2012-09-05Merge commit '124134e42455763b28cc346fed1d07017a76e84e'Michael Niedermayer
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö
2012-07-07lavu: 256 color supportPaul B Mahol
2012-06-22swscale: use designated initializers for AVClassPaul B Mahol
2012-03-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-04swscale: remove "cpu flags" from -sws_flags description.Ronald S. Bultje
2012-02-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-22swscale: K&R formatting cosmetics (part I)Diego Biurrun
2011-10-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov
2011-09-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-03lavf,lavc,sws: add {avcodec,avformat,sws}_get_class() functions.Anton Khirnov
2011-05-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-24swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.Ronald S. Bultje
2011-05-10AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov
2011-05-01Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45'Michael Niedermayer
2011-04-30AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov
2011-04-20Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-19lavc: remove the FF_API_SET_STRING_OLD cruft.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-09-30Set the default value of param0 and param1 to SWS_PARAM_DEFAULT.Stefano Sabatini
2010-09-30Set valid default values for the srcw, srch, dstw, dsth options in theStefano Sabatini
2010-09-29Amend constraints for the src_format and dst_format options in theStefano Sabatini
2010-09-26Make the avoptions list of sws more complete.Michael Niedermayer
2010-09-08rgb2rgb: build SSE2 codepathRamiro Polla