summaryrefslogtreecommitdiff
path: root/libavfilter/vf_zscale.c
Commit message (Collapse)AuthorAge
* avfilter/vf_zscale: fix crash on unaligned inputJacob Ruiz2020-02-25
|
* lavfi/zscale: enable runtime change flagJun Zhao2020-01-13
| | | | | | enable runtime change flag Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
* avfilter: add av_cold where it is missingPaul B Mahol2019-10-03
|
* avfilter: Support EBU Tech. 3213-E primaries valuesRaphaël Zumer2019-09-01
| | | | | Signed-off-by: Raphaël Zumer <rzumer@tebako.net> Signed-off-by: James Almer <jamrial@gmail.com>
* lavfi/zscale: make use of AVFILTER_DEFINE_CLASSJun Zhao2019-03-08
| | | | | | use AVFILTER_DEFINE_CLASS for defining the filter classes Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
* vf_zscale: Fix alpha destination graph for floating point pixel formatsVittorio Giovara2017-12-08
| | | | | | | 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>
* vf_zscale: Add more supported input propertiesVittorio Giovara2017-11-28
| | | | | | Bump the minimum version necessary in the configure file. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* vf_zscale: Relax color properties maximum boundsVittorio Giovara2017-11-28
| | | | | | This simplifies adding new values, which are already validated elsewhere. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* avfilter/zscale: fix memory leakdxfhgwet2017-10-28
|
* avfilter/zscale: fix segfault on library errordxfhgwet2017-10-28
|
* zscale: Enable single precision input/ouput filteringVittorio Giovara2017-08-15
| | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* zscale: Factor out graph buildingVittorio Giovara2017-07-21
|
* zscale: Factor out format initializationVittorio Giovara2017-07-21
|
* zscale: Add range options aliases to match scale onesVittorio Giovara2017-05-26
| | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* zscale: Add pixdesc-API compatible color names to filter optionsVittorio Giovara2017-05-26
| | | | | Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* avfilter/vf_zscale: export approximate gamma option and enable it by defaultPaul B Mahol2016-11-27
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_zscale: add support for some recent new additionsPaul B Mahol2016-11-23
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_zscale: make possible to change chroma locationPaul B Mahol2016-09-02
|
* avfilter/vf_zscale: unbreak RGB supportPaul B Mahol2016-03-03
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_zscale: make it possible to override input frame parametersPaul B Mahol2016-01-26
| | | | | | Mostly useful when there is no such parameters present at all. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_zscale: fix typoLou Logan2015-10-22
| | | | | | Fixes #4958 as found by nicol. Signed-off-by: Lou Logan <lou@lrcd.com>
* avfilter: add zscale filterPaul B Mahol2015-10-18
Signed-off-by: Paul B Mahol <onemda@gmail.com>