summaryrefslogtreecommitdiff
path: root/libavfilter/vf_zscale.c
Commit message (Collapse)AuthorAge
* 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>