summaryrefslogtreecommitdiff
path: root/libavfilter/vf_lut2.c
Commit message (Collapse)AuthorAge
* avfilter/vf_lut2: add support for commandsPaul B Mahol2021-02-07
|
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-08
| | | | | | | | | | | | | | | It will allow to refernce it as a whole without clunky macros. Most of the changes have been automatically made with sed: sed -i ' s/-> *in_formats/->incfg.formats/g; s/-> *out_formats/->outcfg.formats/g; s/-> *in_channel_layouts/->incfg.channel_layouts/g; s/-> *out_channel_layouts/->outcfg.channel_layouts/g; s/-> *in_samplerates/->incfg.samplerates/g; s/-> *out_samplerates/->outcfg.samplerates/g; ' src/libavfilter/*(.)
* avfilter/vf_lut2: add 12bit depth alpha formatsPaul B Mahol2019-11-18
|
* avfilter/vf_lut2: fix typo, correctly support gray14Paul B Mahol2019-10-23
|
* avfilter/vf_lut2: use time_base from framesyncPaul B Mahol2019-07-03
| | | | Fixes non-monotonous timestamps.
* avfilter/vf_lut2: add slice threadingPaul B Mahol2019-06-09
|
* avfilter/vf_lut2: implement support for different input depthsPaul B Mahol2018-11-15
|
* avfilter/vf_lut2: add timeline support to tlut2 filterPaul B Mahol2018-05-14
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_lut2: ignore SAR from all inputsPaul B Mahol2017-11-12
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi: rename framesync2 to framesync.Nicolas George2017-09-12
|
* avfilter/vf_lut2: add framesync optionsPaul B Mahol2017-08-30
| | | | | | Also stop leaking memory. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add support for GRAY9 and GBRAP10Paul B Mahol2017-08-07
|
* avfilter: add tlut2 filterPaul B Mahol2017-08-04
|
* lavfi/vf_lut2: move to "activate" design.Nicolas George2017-07-30
|
* avfilter/vf_lut2: add support for gray10 and gray12 pixel formatsPaul B Mahol2017-06-24
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_lut2: also export video input bit depthPaul B Mahol2016-09-16
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add lut2 filterPaul B Mahol2016-08-25