Paul B Mahol
eeab62ad2d
avfilter: add audio psychoacoustic clipper
3 years ago
Paul B Mahol
463c71b3b3
avfilter/vf_convolution: add scharr operator
3 years ago
James Almer
f599ae88c2
avfilter/avfiltergraph: add an "auto" constant to the threads option
...
Signed-off-by: James Almer <jamrial@gmail.com>
3 years ago
Paul Buxton
e07ada3dac
avfilter: add grayworld video filter
...
Implements a gray world color correction algorithm
using a log scale LAB colorspace.
Signed-off-by: Paul Buxton <paulbuxton.mail@googlemail.com>
Signed-off-by: Paul B Mahol <onemda@gmail.com>
3 years ago
Paul B Mahol
1da2dd5c77
avfilter: add atilt filter
3 years ago
Paul B Mahol
b53a7d2d4d
avfilter: add adecorrelate filter
3 years ago
Paul B Mahol
02aa7dc423
avfilter: add hsvkey and hsvhold video filters
3 years ago
Andreas Rheinhardt
e88db774d8
avfilter/avfilter: Deprecate avfilter_pad_count()
...
It is unnecessary as the number of static inputs and outputs can now
be directly read via AVFilter.nb_(in|out)puts.
Reviewed-by: Nicolas George <george@nsup.org>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
3 years ago
Andreas Rheinhardt
7c5f998196
avfilter/avfilter: Add avfilter_filter_pad_count()
...
It is intended as replacement for avfilter_pad_count(). In contrast to
the latter, it avoids a loop.
Reviewed-by: Nicolas George <george@nsup.org>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
3 years ago
Paul B Mahol
8567f1c392
avfilter: add (a)segment filters
3 years ago
Paul B Mahol
6846d48fa6
avfilter: add afwtdn filter
3 years ago
Timo Rothenpieler
62dc5df941
avfilter/scale_cuda: add support for pixel format conversion
3 years ago
Steven Liu
58c908cf94
avfilter/overlay_cuda: support expression of x y position
...
and add per-frame / init mode for it.
Signed-off-by: Steven Liu <liuqi05@kuaishou.com>
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
3 years ago
Limin Wang
f183d6555e
avfilter/dnn/dnn_backend_tf: simplify the code with ff_hex_to_data
...
please use tools/python/tf_sess_config.py to get the sess_config after that.
note the byte order of session config is in normal order.
bump the MICRO version for the config change.
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
4 years ago
Anton Khirnov
85ba17f36d
Bump major versions of all libraries.
...
Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
4 years ago
James Almer
90262f3fb4
avfilter/buffersrc: postpone removal of sws_param
...
It was depreacted less than two years ago
Signed-off-by: James Almer <jamrial@gmail.com>
4 years ago
Andreas Rheinhardt
4de2b035a7
avfilter/avfilter: Remove deprecated avfilter_link_set_closed()
...
Deprecated in 39a09e995d
.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
4 years ago
Andreas Rheinhardt
ec82ff89b6
avfilter: Remove avfilter_next/avfilter_register API
...
Deprecated in 8f1382f80e
.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
4 years ago
Andreas Rheinhardt
3a370868dc
avfilter: Remove deprecated avfilter_link_get_channels
...
Deprecated in b2c42fc6dc
.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
4 years ago
Andreas Rheinhardt
339af976b6
avfilter: Remove deprecated resample_lavr_opts
...
Deprecated in 3796fb2692
.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
4 years ago
Andreas Rheinhardt
1ec87f50f4
avfilter/avfilter: Remove compatibility code for old filter options
...
Added in ad7d972e08dddb1788ac6a434d1be314febcb09d; the old syntax has
been deprecated in b439c992c2
.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
4 years ago
Michael Niedermayer
c361fa9e21
Bump minor versions after release branch
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
4 years ago
Michael Niedermayer
c67d2a2875
Bump Versions before release/4.4 branch
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
4 years ago
Andreas Rheinhardt
59c0301be9
avfilter/buffersink: Postpone removal of av_[a]buffersink_params_alloc
...
They have been deprecated in 61097535cd
,
yet this was less than two years ago. Removing them will therefore have
to wait.
Reviewed-by: Nicolas George <george@nsup.org>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
4 years ago
Andreas Rheinhardt
fec3c730e6
avfilter/avfilter: Remove avfilter_link_set_closed() on bump
...
Deprecated in 39a09e995d
.
Reviewed-by: Nicolas George <george@nsup.org>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
4 years ago
Paul B Mahol
17127f81c5
avfilter: add msad video filter
4 years ago
Paul B Mahol
4a69cd4e4e
avfilter: add identity video filter
4 years ago
Ashish Singh
38aea9b041
avfilter: add vif filter
...
This is Visual Information Fidelity (VIF) filter and one of the component
filters of VMAF. It outputs the average VIF score over all frames.
Signed-off-by: Ashish Singh <ashk43712@gmail.com>
4 years ago
Paul B Mahol
edc45d1bd5
avfilter: add monochrome video filter
4 years ago
Paul B Mahol
4390573c44
avfilter: add exposure video filter
4 years ago
Paul B Mahol
579e4e57a2
avfilter: add aexciter audio filter
4 years ago
Paul B Mahol
bd5226704a
avfilter: add colorize filter
4 years ago
Paul B Mahol
f6621a8e72
avfilter: add colorcorrect filter
4 years ago
Paul B Mahol
090f31f813
avfilter: add colorcontrast filter
4 years ago
Paul B Mahol
a9d23d33a1
avfilter: add colortemperature filter
4 years ago
Paul B Mahol
35f8628047
avfilter: add kirsch video filter
4 years ago
Paul B Mahol
37f76c81d6
avfilter: add shear video filter
4 years ago
Paul B Mahol
b897b52618
avfilter: add epx pixel art scaler
4 years ago
Paul B Mahol
e722b443e4
avfilter: add estdif video filter
4 years ago
Paul B Mahol
54cd025a82
avfilter: add temporal midway equalizer filter
4 years ago
Paul B Mahol
6e96e3d970
avfilter: add shufflepixels video filter
4 years ago
Paul B Mahol
b607f19374
avfilter: add asuperpass and asuperstop filter
4 years ago
Paul B Mahol
34773ee69f
avfilter: add asubcut filter
4 years ago
Paul B Mahol
3c922681c3
avfilter: add asupercut filter
4 years ago
Paul B Mahol
9f20e5d281
avfilter: add speechnorm filter
4 years ago
Paul B Mahol
a125e08130
avfilter: add adenorm filter
4 years ago
Timo Rothenpieler
cfdddec0c8
avfilter/scale_cuda: add lanczos algorithm
4 years ago
Timo Rothenpieler
f1d0f83712
avfilter/scale_cuda: add bicubic interpolation
4 years ago
Paul B Mahol
637c154a50
avfilter: add audio frequency and phase shift filters
4 years ago
Paul B Mahol
6cdddb773f
avfilter: add chromanr video filter
4 years ago