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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-09-02avfilter: Support EBU Tech. 3213-E primaries valuesRaphaël Zumer
Signed-off-by: Raphaël Zumer <rzumer@tebako.net> Signed-off-by: James Almer <jamrial@gmail.com>
2019-03-08lavfi/zscale: make use of AVFILTER_DEFINE_CLASSJun Zhao
use AVFILTER_DEFINE_CLASS for defining the filter classes Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
2017-12-08vf_zscale: Fix alpha destination graph for floating point pixel formatsVittorio Giovara
This was setting the input pixel type instead of the output one, leading to incorrect data being fed to the library. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2017-11-28vf_zscale: Add more supported input propertiesVittorio Giovara
Bump the minimum version necessary in the configure file. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2017-11-28vf_zscale: Relax color properties maximum boundsVittorio Giovara
This simplifies adding new values, which are already validated elsewhere. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2017-10-28avfilter/zscale: fix memory leakdxfhgwet
2017-10-28avfilter/zscale: fix segfault on library errordxfhgwet
2017-08-15zscale: Enable single precision input/ouput filteringVittorio Giovara
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2017-07-21zscale: Factor out graph buildingVittorio Giovara
2017-07-21zscale: Factor out format initializationVittorio Giovara
2017-05-26zscale: Add range options aliases to match scale onesVittorio Giovara
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2017-05-26zscale: Add pixdesc-API compatible color names to filter optionsVittorio Giovara
Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2016-11-27avfilter/vf_zscale: export approximate gamma option and enable it by defaultPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-11-23avfilter/vf_zscale: add support for some recent new additionsPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-09-02avfilter/vf_zscale: make possible to change chroma locationPaul B Mahol
2016-03-03avfilter/vf_zscale: unbreak RGB supportPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-01-27avfilter/vf_zscale: make it possible to override input frame parametersPaul B Mahol
Mostly useful when there is no such parameters present at all. Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-10-22avfilter/vf_zscale: fix typoLou Logan
Fixes #4958 as found by nicol. Signed-off-by: Lou Logan <lou@lrcd.com>
2015-10-18avfilter: add zscale filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>