Paul B Mahol
|
4b4bcb126c
|
avfilter/vf_v360: do not remap alpha plane if that will be overwritten later
|
2020-01-25 20:00:53 +01:00 |
|
Paul B Mahol
|
9990cb16d3
|
avfilter/vf_v360: mark another hemisphere not visible for flat input format
|
2020-01-25 14:34:05 +01:00 |
|
Paul B Mahol
|
8d861cd850
|
avfilter/vf_v360: add mask option, unset pixels are marked as transparent
|
2020-01-25 14:34:05 +01:00 |
|
Paul B Mahol
|
31350de997
|
avfilter/vf_deshake_opencl: silence warning about usage of uninitialized value
|
2020-01-25 11:42:32 +01:00 |
|
Paul B Mahol
|
a4f2fc9341
|
avfilter/vf_v360: fix fov calculation from dfov for fisheye input/output
|
2020-01-24 23:22:38 +01:00 |
|
Paul B Mahol
|
d033f403d6
|
avfilter/vf_v360: support input flips for tetrahedron format
|
2020-01-23 11:20:18 +01:00 |
|
Paul B Mahol
|
05d3d09cf5
|
avfilter/vf_v360: fix small artifacts with tetrahedron inputs
|
2020-01-23 11:20:18 +01:00 |
|
Paul B Mahol
|
ec4f764249
|
avfilter/vf_v360: add tetrahedron format
|
2020-01-22 23:49:32 +01:00 |
|
Paul B Mahol
|
a3e67c2d2f
|
avfilter/vf_stack: add fill option for xstack
|
2020-01-22 19:13:51 +01:00 |
|
Paul B Mahol
|
a00fa73f47
|
avfilter/vf_v360: improve fisheye input format
|
2020-01-22 12:59:35 +01:00 |
|
Paul B Mahol
|
103a29b89d
|
avfilter/vf_v360: add support for fisheye input format
|
2020-01-21 20:12:54 +01:00 |
|
Paul B Mahol
|
fc2523c792
|
avfilter/vf_v360: add support for input fov to input sg format
|
2020-01-21 12:02:27 +01:00 |
|
Paul B Mahol
|
19f75e7787
|
avfilter/vf_v360: add support for cylindrical input format
|
2020-01-21 00:21:56 +01:00 |
|
Paul B Mahol
|
e57b9aa8b1
|
avfilter/vf_v360: add support for flat input format
|
2020-01-20 21:10:37 +01:00 |
|
Paul B Mahol
|
091695f8e8
|
avfilter/vf_v360: rewrite fov_from_dfov()
|
2020-01-20 21:10:37 +01:00 |
|
Paul B Mahol
|
15133c6ab2
|
avfilter/vf_v360: replace rest of roundf() with lrintf()
|
2020-01-19 19:54:29 +01:00 |
|
Paul B Mahol
|
3bf28d40e5
|
avfilter/vf_v360: change remaps to int16_t type
|
2020-01-19 19:54:29 +01:00 |
|
Paul B Mahol
|
ff5e241bca
|
avfilter/vf_v360: move map variable up
|
2020-01-19 19:54:29 +01:00 |
|
Paul B Mahol
|
fdc61267b4
|
avfilter/vf_v360: make more stuff const
|
2020-01-19 19:54:29 +01:00 |
|
Gyan Doshi
|
4de2106fbf
|
avfilter/pad: improve error check for w and h
Target dimensions have to cover entire input.
|
2020-01-19 11:17:53 +05:30 |
|
Paul B Mahol
|
feeef2f80c
|
avfilter/vf_normalize: add support for >8 depth
|
2020-01-18 17:28:23 +01:00 |
|
Paul B Mahol
|
ac51173024
|
avfilter/vf_normalize: add support for planar rgb
|
2020-01-18 17:28:23 +01:00 |
|
Paul B Mahol
|
4545699625
|
avfilter/vf_normalize: factor code dealing with AVFrame pixels out
|
2020-01-18 17:28:23 +01:00 |
|
Paul B Mahol
|
1908818e7b
|
avfilter/vf_normalize: move luts into private context
|
2020-01-18 17:28:23 +01:00 |
|
Paul B Mahol
|
273886fa60
|
avfilter/asrc_anoisesrc: add velvet noise
|
2020-01-18 17:27:10 +01:00 |
|
Paul B Mahol
|
fdddc0d678
|
avfilter/vf_v360: add perspective output projection
|
2020-01-18 17:25:48 +01:00 |
|
Paul B Mahol
|
62a0d22621
|
avfilter/vf_v360: add gaussian interpolation
|
2020-01-18 13:43:33 +01:00 |
|
Paul B Mahol
|
3972ec28e7
|
avfilter/vf_v360: fix some small nits
|
2020-01-18 11:34:10 +01:00 |
|
Paul B Mahol
|
aa42a1e6d7
|
avfilter/vf_v360: add spline16 interpolation
|
2020-01-18 10:27:11 +01:00 |
|
Gyan Doshi
|
c95dfe5cce
|
avfilter/f_metadata: correct check for existing metadata
When adding metadata, existing dictionary need not be present.
|
2020-01-17 17:35:31 +05:30 |
|
Paul B Mahol
|
7fc28465df
|
avfilter/vf_v360: add cylindrical output projection
|
2020-01-17 10:46:31 +01:00 |
|
Paul B Mahol
|
330b157c9e
|
avfilter/vf_v360: add pannini output projection
|
2020-01-16 20:06:28 +01:00 |
|
Paul B Mahol
|
6e082f9f04
|
avfilter/vf_v360: add fisheye output projection
|
2020-01-16 18:22:28 +01:00 |
|
Gyan Doshi
|
0777b197c5
|
avfilter/swaprect: correct assignment of VAR_POS
Revert regression introduced in 6af050d7d0
|
2020-01-15 14:27:51 +05:30 |
|
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.
|
2020-01-15 12:03:47 +05:30 |
|
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.
|
2020-01-15 11:26:49 +05:30 |
|
Gyan Doshi
|
6310fbd543
|
avfilter/scale: separate exprs parse and eval
Retains parsed expressions which allows for better
error-checking and adding animation support.
|
2020-01-15 11:26:46 +05:30 |
|
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.
|
2020-01-15 11:26:38 +05:30 |
|
Gyan Doshi
|
c21462d42e
|
avfilter/scale: store frame change eval
Better readability and allows reuse
|
2020-01-15 11:26:32 +05:30 |
|
Limin Wang
|
72a08af8ba
|
avfilter/vf_eq: cosmetics
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
|
2020-01-14 19:19:30 +01:00 |
|
Paul B Mahol
|
7e4b0d377f
|
avfilter/avf_showspectrum: check if frame clone is set
|
2020-01-14 16:52:08 +01:00 |
|
Paul B Mahol
|
cc752233fb
|
avfilter/f_ebur128: check if frame clone is set
|
2020-01-14 16:52:08 +01:00 |
|
Paul B Mahol
|
c43f8baa41
|
avfilter/avf_aphasemeter: check if clone frame is set
|
2020-01-14 16:52:07 +01:00 |
|
Paul B Mahol
|
d580c7a797
|
avfilter/avf_ahistogram: check if frame clone is set
|
2020-01-14 16:52:07 +01:00 |
|
Paul B Mahol
|
928020b9d0
|
avfilter/asr_anullsrc: remove pointless frame cloning
|
2020-01-14 16:52:07 +01:00 |
|
Paul B Mahol
|
f6f6857c2a
|
avfilter/af_anequalizer: check if frame clone is set
|
2020-01-14 16:52:07 +01:00 |
|
Paul B Mahol
|
80c4c336f9
|
avfilter/af_aiir: check if frame clone is set
|
2020-01-14 16:52:07 +01:00 |
|
Paul B Mahol
|
2a9a52b913
|
avfilter/af_afir: check if frame clone is set
|
2020-01-14 16:52:07 +01:00 |
|
Paul B Mahol
|
f9897eda43
|
avfilter/avf_avectorscope: check if clone frame is set
|
2020-01-14 16:52:07 +01:00 |
|
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>
|
2020-01-14 11:29:43 -03:00 |
|