Paul B Mahol
5f592136eb
avfilter/vf_lut2: add support for commands
4 years ago
Nicolas George
2f76476549
lavfi: regroup formats lists in a single structure.
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/*(.)
4 years ago
Paul B Mahol
410f81f822
avfilter/vf_lut2: add 12bit depth alpha formats
5 years ago
Paul B Mahol
7832e05c35
avfilter/vf_lut2: fix typo, correctly support gray14
5 years ago
Paul B Mahol
1ac643f066
avfilter/vf_lut2: use time_base from framesync
Fixes non-monotonous timestamps.
6 years ago
Paul B Mahol
a9bf656577
avfilter/vf_lut2: add slice threading
6 years ago
Paul B Mahol
02809e7b06
avfilter/vf_lut2: implement support for different input depths
6 years ago
Paul B Mahol
2bde38c0ab
avfilter/vf_lut2: add timeline support to tlut2 filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
7 years ago
Paul B Mahol
a28e70beab
avfilter/vf_lut2: ignore SAR from all inputs
Signed-off-by: Paul B Mahol <onemda@gmail.com>
7 years ago
Nicolas George
5f5dcf44e3
lavfi: rename framesync2 to framesync.
7 years ago
Paul B Mahol
a4d18a3f54
avfilter/vf_lut2: add framesync options
Also stop leaking memory.
Signed-off-by: Paul B Mahol <onemda@gmail.com>
7 years ago
Paul B Mahol
bac508fec1
avfilter: add support for GRAY9 and GBRAP10
7 years ago
Paul B Mahol
80bc648e77
avfilter: add tlut2 filter
7 years ago
Nicolas George
dbc4af862e
lavfi/vf_lut2: move to "activate" design.
7 years ago
Paul B Mahol
5c1f4330d4
avfilter/vf_lut2: add support for gray10 and gray12 pixel formats
Signed-off-by: Paul B Mahol <onemda@gmail.com>
8 years ago
Paul B Mahol
5b509fafb0
avfilter/vf_lut2: also export video input bit depth
Signed-off-by: Paul B Mahol <onemda@gmail.com>
8 years ago
Paul B Mahol
5d7743019b
avfilter: add lut2 filter
8 years ago