summaryrefslogtreecommitdiff
path: root/libavfilter/vf_remap.c
Commit message (Collapse)AuthorAge
* avfilter/vf_remap: add fill color optionPaul B Mahol2020-02-14
|
* avfilter/vf_remap: add support for 12bit yuva formatPaul B Mahol2019-11-18
|
* lavfi/remap: remove unnecessary cast for void *Jun Zhao2019-10-10
| | | | | | | Remove unnecessary cast for void * pointer. Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
* avfilter/vf_remap: add option to control output formatPaul B Mahol2019-07-14
|
* avfilter/vf_remap: use time_base from framesyncPaul B Mahol2019-07-14
| | | | Fixes non-monotonous timestamps.
* avfilter/vf_remap: refactor codePaul B Mahol2018-09-13
|
* avfilter/vf_remap: add slice threadingDaniel Oberhoff2018-09-09
| | | | | Signed-off-by: Daniel Oberhoff <daniel@danieloberhoff.de> Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add support for gray14 formatPaul B Mahol2018-09-09
|
* lavfi: rename framesync2 to framesync.Nicolas George2017-09-12
|
* avfilter: add support for GRAY9 and GBRAP10Paul B Mahol2017-08-07
|
* lavfi/vf_remap: move to "activate" design.Nicolas George2017-07-30
|
* avfilter/vf_remap: add . at end of long descriptionPaul B Mahol2017-01-29
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_remap: >8 bit supportPaul B Mahol2016-08-10
|
* avfilter: add remap filterF.Sluiter2016-04-07
Signed-off-by: Paul B Mahol <onemda@gmail.com>