Sergey Lavrushkin
bd10c1e9a8
libavfilter: Removes stored DNN models. Adds support for native backend model file format in tf backend.
Signed-off-by: Pedro Arthur <bygrandao@gmail.com>
6 years ago
Paul B Mahol
b0cfb2cfb9
avfilter/vf_colorspace: fix typo in comment
6 years ago
Paul B Mahol
c4774c5474
avfilter/af_astats: count zero crossings
6 years ago
Paul B Mahol
5109c38162
avfilter: add acrossover filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
7 years ago
Paul B Mahol
83f7a5eb62
avfilter/avf_aphasemeter: check return value of ff_insert_outpad()
6 years ago
Paul B Mahol
11fc18994e
avfilter/f_ebur128: check return value of ff_insert_outpad()
6 years ago
Paul B Mahol
e334765408
avfilter/af_anequalizer: check return value of ff_insert_outpad()
6 years ago
Paul B Mahol
876101cf41
avfilter/af_afir: switch to activate
6 years ago
Paul B Mahol
da7a0ac979
avfilter/af_afir: check return value of ff_insert_outpad()
6 years ago
Paul B Mahol
91cc3aa8b1
avfilter/avf_showspectrum: add magma color map
6 years ago
Tristan Matthews
f3b430e0e4
lavfi/silencedetect: fix spelling
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
6 years ago
Paul B Mahol
e320f9576a
avfilter/vf_bm3d: use av_clip_uintp2_c where clip is variable
6 years ago
Paul B Mahol
776cdd1dc8
avfilter/vf_remap: refactor code
6 years ago
Paul B Mahol
544fde1bf8
avfilter: add bm3d filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
7 years ago
Paul B Mahol
ecf38be7c7
avfilter: add amultiply audio filter
6 years ago
Paul B Mahol
492b312ddd
avfilter/vf_datascope: reduce block height
So it match minimal input video size requirement.
6 years ago
Paul B Mahol
06e990ce89
avfilter/vf_limiter: add slice threading
6 years ago
Roman Arzumanyan
90ba17652a
avfilter: add nvidia NPP based transpose filter
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
6 years ago
Marton Balint
37caec3dc4
avfilter/vf_framerate: switch to activate
Signed-off-by: Marton Balint <cus@passwd.hu>
6 years ago
Marton Balint
43d3b61abe
avfilter/f_cue: add cue and acue filters
To delay filtering until a given wallclock timestamp.
Signed-off-by: Marton Balint <cus@passwd.hu>
7 years ago
Daniel Oberhoff
a75d805e6b
avfilter/vf_remap: add slice threading
Signed-off-by: Daniel Oberhoff <daniel@danieloberhoff.de>
Signed-off-by: Paul B Mahol <onemda@gmail.com>
8 years ago
Paul B Mahol
bd6c57d532
avfilter: add support for gray14 format
6 years ago
Paul B Mahol
e70f6cb7e3
avfilter/vf_premultiply: add gray14 format
6 years ago
Paul B Mahol
e10846001d
avfilter/vf_extractplanes: define higher depth formats with macro
6 years ago
Paul B Mahol
6c06389d6e
avfilter/vf_extractplanes: define common 8-bit pixel formats
6 years ago
Paul B Mahol
43421386f2
avfilter/vf_extractplanes: fix 14bit format extraction
6 years ago
Paul B Mahol
c4cda4eb87
avfilter: add lut1d filter
6 years ago
Thomas Mundt
f4438e387e
avfilter/vf_interlace: fix numerical options
Regression since 9c01cdb94e
Signed-off-by: Thomas Mundt <tmundt75@gmail.com>
6 years ago
Michael Niedermayer
6b1b5af024
avfilter/vf_frei0r: Remove duplicate }, fix build
Fixes regression from a3c6b7ff59
Reported-by: qq2225936589
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
6 years ago
Raphael Graf
a3c6b7ff59
frei0r: handle string params
This is needed for some of the frei0r filters (facebl0r and facedetect) which accept string parameters.
Fixes the issue described here:
http://www.ffmpeg-archive.org/Unable-to-set-ffmpeg-frei0r-facedetect-filter-parameter-td4680190.html
Signed-off-by: Raphael Graf <r@undefined.ch>
6 years ago
Nicolas George
962c9313af
lavfi/avf_concat: switch to activate.
Fix trac ticket #7351 .
6 years ago
Zhong Li
e05e5920a4
qsv: Error out if getting session handle failed in avfilter
Solve some issues found by an automated code scansion.
Suppress the complain "variables 'handle' is used but maybe
uninitialized".
Signed-off-by: Zhong Li <zhong.li@intel.com>
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
6 years ago
Steven Liu
dcef44f136
avfilter/buffersrc.h: fix typo of the comment
6 years ago
Jun Zhao
fe06ed22e6
lavfi: fix can't dispaly "slice" sub-option in "ffmpeg -h full"
fix can't dispaly "slice" sub-option in "ffmpeg -h full" for
AVFilter options.
Signed-off-by: Jun Zhao <mypopydev@gmail.com>
6 years ago
Michael Niedermayer
2612431d1b
avfilter/vf_hue: 10bit support
Tested-by: Tobias Rapp <t.rapp@noa-archive.com>
Tested-by: Reto Kromer <lists@reto.ch>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
6 years ago
Mina
f5559dd869
lavfi/vf_colorconstancy: cosmetic update
6 years ago
Mina
729ebd3cd0
lavfi/vf_colorconstancy: change option ranges
6 years ago
Sergey Lavrushkin
1f18a633c6
libavfilter: Adds proper file descriptions to dnn_srcnn.h and dnn_espcn.h.
Signed-off-by: Pedro Arthur <bygrandao@gmail.com>
6 years ago
Sergey Lavrushkin
95cb2127ad
libavfilter/vf_sr.c: Removes uint8 -> float and float -> uint8 conversions.
Signed-off-by: Pedro Arthur <bygrandao@gmail.com>
6 years ago
Sergey Lavrushkin
2ecf9d103a
libavfilter/dnn_backend_tf.c: Fixes ff_dnn_free_model_tf.
Signed-off-by: Pedro Arthur <bygrandao@gmail.com>
6 years ago
Danil Iashchenko
5423fe29da
lavfi: add erosion_opencl, dilation_opencl filters
Add erosion_opencl, dilation_opencl filters. Behave like existing erosion and dilation filters.
6 years ago
Kyle Swanson
87cc7e8d4e
lavfi/vf_libvmaf: update to use libvmaf v1.3.9
Signed-off-by: Kyle Swanson <kswanson@netflix.com>
6 years ago
Clément Bœsch
eb1860e017
lavfi/selectivecolor: fix neutral color filtering
Neutrals are supposed to be anything not black (0,0,0) and not white
(N,N,N).
Previous neutral filtering code was too strict by excluding colors with
any of its RGB component maxed instead of just the white color.
Reported-by: Royi Avital <royiavital@yahoo.com>
6 years ago
Mina
e0539f0349
lavfi/xbr: update filter url
Existing link is broken.
This patch updates the existing url with a working one.
Signed-off-by: Mina <minasamy_@hotmail.com>
Signed-off-by: Gyan Doshi <ffmpeg@gyani.pro>
6 years ago
Sergey Lavrushkin
a66e74306a
libavfilter: Fixes warnings for unused variables in dnn_srcnn.h, dnn_espcn.h, dnn_backend_tf.c.
Signed-off-by: Pedro Arthur <bygrandao@gmail.com>
7 years ago
Sergey Lavrushkin
9d87897ba8
libavfilter: Code style fixes for pointers in DNN module and sr filter.
Signed-off-by: Pedro Arthur <bygrandao@gmail.com>
7 years ago
Sergey Lavrushkin
4eb63efbda
libavfilter: Adds on the fly generation of default DNN models for tensorflow backend instead of storing binary model.
Signed-off-by: Pedro Arthur <bygrandao@gmail.com>
7 years ago
Vittorio Giovara
aa8e5eecac
vf_tonemap: Update hdr metadata with the new peak value
Less effective than the approach in vf_tonemap_opencl because there
is no peak detection, but it's still a good idea to implement this.
7 years ago
Vittorio Giovara
572ef567a5
vf_tonemap_opencl: Move update_metadata() to a shared file
7 years ago
Vittorio Giovara
e467179cfb
vf_tonemap[_opencl]: Move determine_signal_peak() to a shared file
The two functions are identical. Use the shared LumaCoeffients type too.
7 years ago