Paul B Mahol
19f75e7787
avfilter/vf_v360: add support for cylindrical input format
5 years ago
Paul B Mahol
e57b9aa8b1
avfilter/vf_v360: add support for flat input format
5 years ago
Paul B Mahol
091695f8e8
avfilter/vf_v360: rewrite fov_from_dfov()
5 years ago
Paul B Mahol
15133c6ab2
avfilter/vf_v360: replace rest of roundf() with lrintf()
5 years ago
Paul B Mahol
3bf28d40e5
avfilter/vf_v360: change remaps to int16_t type
5 years ago
Paul B Mahol
ff5e241bca
avfilter/vf_v360: move map variable up
5 years ago
Paul B Mahol
fdc61267b4
avfilter/vf_v360: make more stuff const
5 years ago
Gyan Doshi
4de2106fbf
avfilter/pad: improve error check for w and h
...
Target dimensions have to cover entire input.
5 years ago
Paul B Mahol
feeef2f80c
avfilter/vf_normalize: add support for >8 depth
5 years ago
Paul B Mahol
ac51173024
avfilter/vf_normalize: add support for planar rgb
5 years ago
Paul B Mahol
4545699625
avfilter/vf_normalize: factor code dealing with AVFrame pixels out
5 years ago
Paul B Mahol
1908818e7b
avfilter/vf_normalize: move luts into private context
5 years ago
Paul B Mahol
273886fa60
avfilter/asrc_anoisesrc: add velvet noise
5 years ago
Paul B Mahol
fdddc0d678
avfilter/vf_v360: add perspective output projection
5 years ago
Paul B Mahol
62a0d22621
avfilter/vf_v360: add gaussian interpolation
5 years ago
Paul B Mahol
3972ec28e7
avfilter/vf_v360: fix some small nits
5 years ago
Paul B Mahol
aa42a1e6d7
avfilter/vf_v360: add spline16 interpolation
5 years ago
Gyan Doshi
c95dfe5cce
avfilter/f_metadata: correct check for existing metadata
...
When adding metadata, existing dictionary need not be present.
5 years ago
Paul B Mahol
7fc28465df
avfilter/vf_v360: add cylindrical output projection
5 years ago
Paul B Mahol
330b157c9e
avfilter/vf_v360: add pannini output projection
5 years ago
Paul B Mahol
6e082f9f04
avfilter/vf_v360: add fisheye output projection
5 years ago
Gyan Doshi
0777b197c5
avfilter/swaprect: correct assignment of VAR_POS
...
Revert regression introduced in 6af050d7d0
5 years ago
Gyan Doshi
0dc0837960
avfilter/scale: add animation support
...
Width and height expressions in scale and scale2ref filters can now
reference frame index, timestamp and packet position.
5 years ago
Gyan Doshi
ce2cfa67aa
avfilter/scale: add function to check expressions
...
Allows finer identification and logging of invalid expressions and use
of a single list for symbols and their index for both scale and
scale2ref.
5 years ago
Gyan Doshi
6310fbd543
avfilter/scale: separate exprs parse and eval
...
Retains parsed expressions which allows for better
error-checking and adding animation support.
5 years ago
Gyan Doshi
cc9a7cae76
avfilter/scale2ref: update links and re-eval expr upon ref frame change
...
Needed when filtergraph reinit is disabled for the ref input.
5 years ago
Gyan Doshi
c21462d42e
avfilter/scale: store frame change eval
...
Better readability and allows reuse
5 years ago
Limin Wang
72a08af8ba
avfilter/vf_eq: cosmetics
...
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years ago
Paul B Mahol
7e4b0d377f
avfilter/avf_showspectrum: check if frame clone is set
5 years ago
Paul B Mahol
cc752233fb
avfilter/f_ebur128: check if frame clone is set
5 years ago
Paul B Mahol
c43f8baa41
avfilter/avf_aphasemeter: check if clone frame is set
5 years ago
Paul B Mahol
d580c7a797
avfilter/avf_ahistogram: check if frame clone is set
5 years ago
Paul B Mahol
928020b9d0
avfilter/asr_anullsrc: remove pointless frame cloning
5 years ago
Paul B Mahol
f6f6857c2a
avfilter/af_anequalizer: check if frame clone is set
5 years ago
Paul B Mahol
80c4c336f9
avfilter/af_aiir: check if frame clone is set
5 years ago
Paul B Mahol
2a9a52b913
avfilter/af_afir: check if frame clone is set
5 years ago
Paul B Mahol
f9897eda43
avfilter/avf_avectorscope: check if clone frame is set
5 years ago
Guo, Yejun
4e1ae43b17
lavfi/dnn_processing: refine code to use function av_image_copy_plane for data copy
...
Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
Signed-off-by: Pedro Arthur <bygrandao@gmail.com>
5 years ago
Paul B Mahol
d9a52b0bbf
avfilter/f_drawgraph: add rate/r option
5 years ago
Jun Zhao
722547996c
lavfi/volume: enable runtime change flag
...
enable runtime change flag.
Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
5 years ago
Jun Zhao
b5cea39190
lavfi/zscale: enable runtime change flag
...
enable runtime change flag
Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
5 years ago
Jun Zhao
a2619a473e
lavfi/firequalizer: enable runtime change flag
...
enable runtime change flag
Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
5 years ago
Jun Zhao
b7bf55550c
lavfi/eq: enable runtime change flag
...
enable runtime change flag
Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
5 years ago
Jun Zhao
419e47788a
lavfi/rotate: enable runtime change flag
...
enable runtime change flag
Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
5 years ago
Jun Zhao
f2a095ac2a
lavfi/streamselect: enable runtime change flag
...
enable runtime change flag.
Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
5 years ago
Jun Zhao
d9e78a723a
lavfi/scale: enable runtime change flag
...
enable runtime change flag.
Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
5 years ago
Jun Zhao
8cebc8e479
lavfi/hue: enable runtime change flag
...
enable runtime change flag.
Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
5 years ago
Jun Zhao
31b24588c5
lavfi/crop: enable runtime change flag
...
enable runtime change flag.
Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
5 years ago
Jun Zhao
94004a8b65
lavfi/spp: enable runtime change flag
...
enable runtime change flag.
Reviewe-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
5 years ago
Jun Zhao
692f0519bb
lavfi/spp: add "quality" option in runtime change path
...
it's stranage to use option "level" in runtime change path but used
"quality" in option, add "quality" in runtime change path, it's more
intuitive and keep the "level" for compatibility.
Reviewe-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
5 years ago