summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Collapse)AuthorAge
* avfilter/af_afir: make IR gain control more flexiblePaul B Mahol2018-10-03
| | | | For this reason introduce two more options.
* avfilter/avfilter: fix typos in commentsPaul B Mahol2018-10-03
|
* avfilter/af_afftdn: add missing breakPaul B Mahol2018-09-26
|
* avfilter: add audio denoising (afftdn) filterPaul B Mahol2018-09-25
|
* avfilter/vf_curves: add planar rgb supportPaul B Mahol2018-09-25
|
* avfilter/buffersink.h: fix comment typo of av_buffersink_get_samplesSteven Liu2018-09-25
| | | | Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
* avfilter/vf_threshold: add slice threadingPaul B Mahol2018-09-24
|
* avfilter/sr: process and output message when load_model is NULLSteven Liu2018-09-24
| | | | | | | | fix ticket: 7455 Reviewed-by: Pedro Arthur <bygrandao@gmail.com> Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
* avfilter: document mono option of silencedetect filterPaul B Mahol2018-09-23
| | | | Also provide shorter option, and reorder options in documentation.
* avfilter/vf_sr: Fix coverity CID 1439584Pedro Arthur2018-09-21
|
* avfilter/dnn_backend_native: fix memleakZhao Zhili2018-09-19
| | | | Signed-off-by: Pedro Arthur <bygrandao@gmail.com>
* avfilter/dnn_backend_native: fix invalid freeZhao Zhili2018-09-19
| | | | Signed-off-by: Pedro Arthur <bygrandao@gmail.com>
* avfilter/vf_sr: fix read out of boundsZhao Zhili2018-09-19
| | | | Signed-off-by: Pedro Arthur <bygrandao@gmail.com>
* libavfilter: Removes stored DNN models. Adds support for native backend ↵Sergey Lavrushkin2018-09-17
| | | | | | model file format in tf backend. Signed-off-by: Pedro Arthur <bygrandao@gmail.com>
* avfilter/vf_colorspace: fix typo in commentPaul B Mahol2018-09-17
|
* avfilter/af_astats: count zero crossingsPaul B Mahol2018-09-17
|
* avfilter: add acrossover filterPaul B Mahol2018-09-16
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/avf_aphasemeter: check return value of ff_insert_outpad()Paul B Mahol2018-09-15
|
* avfilter/f_ebur128: check return value of ff_insert_outpad()Paul B Mahol2018-09-15
|
* avfilter/af_anequalizer: check return value of ff_insert_outpad()Paul B Mahol2018-09-15
|
* avfilter/af_afir: switch to activatePaul B Mahol2018-09-15
|
* avfilter/af_afir: check return value of ff_insert_outpad()Paul B Mahol2018-09-15
|
* avfilter/avf_showspectrum: add magma color mapPaul B Mahol2018-09-15
|
* lavfi/silencedetect: fix spellingTristan Matthews2018-09-14
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/vf_bm3d: use av_clip_uintp2_c where clip is variablePaul B Mahol2018-09-13
|
* avfilter/vf_remap: refactor codePaul B Mahol2018-09-13
|
* avfilter: add bm3d filterPaul B Mahol2018-09-13
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add amultiply audio filterPaul B Mahol2018-09-13
|
* Merge commit 'e05e5920a4e1f1f15cc8a7c843159d519f6ec18e'James Almer2018-09-11
|\ | | | | | | | | | | | | * commit 'e05e5920a4e1f1f15cc8a7c843159d519f6ec18e': qsv: Error out if getting session handle failed in avfilter Merged-by: James Almer <jamrial@gmail.com>
| * qsv: Error out if getting session handle failed in avfilterZhong Li2018-08-23
| | | | | | | | | | | | | | | | | | 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>
| * w32pthreads: always use Vista+ API, drop XP supportwm42018-04-09
| | | | | | | | | | | | | | | | | | | | | | | | This removes the XP compatibility code, and switches entirely to SRW locks, which are available starting at Windows Vista. This removes CRITICAL_SECTION use, which allows us to add PTHREAD_MUTEX_INITIALIZER, which will be useful later. Windows XP is hereby not a supported build target anymore. Signed-off-by: Diego Biurrun <diego@biurrun.de>
* | avfilter/vf_datascope: reduce block heightPaul B Mahol2018-09-11
| | | | | | | | So it match minimal input video size requirement.
* | avfilter/vf_limiter: add slice threadingPaul B Mahol2018-09-11
| |
* | avfilter: add nvidia NPP based transpose filterRoman Arzumanyan2018-09-10
| | | | | | | | Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
* | avfilter/vf_framerate: switch to activateMarton Balint2018-09-09
| | | | | | | | Signed-off-by: Marton Balint <cus@passwd.hu>
* | avfilter/f_cue: add cue and acue filtersMarton Balint2018-09-09
| | | | | | | | | | | | To delay filtering until a given wallclock timestamp. Signed-off-by: Marton Balint <cus@passwd.hu>
* | avfilter/vf_remap: add slice threadingDaniel Oberhoff2018-09-09
| | | | | | | | | | Signed-off-by: Daniel Oberhoff <daniel@danieloberhoff.de> Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter: add support for gray14 formatPaul B Mahol2018-09-09
| |
* | avfilter/vf_premultiply: add gray14 formatPaul B Mahol2018-09-09
| |
* | avfilter/vf_extractplanes: define higher depth formats with macroPaul B Mahol2018-09-09
| |
* | avfilter/vf_extractplanes: define common 8-bit pixel formatsPaul B Mahol2018-09-09
| |
* | avfilter/vf_extractplanes: fix 14bit format extractionPaul B Mahol2018-09-09
| |
* | avfilter: add lut1d filterPaul B Mahol2018-09-07
| |
* | avfilter/vf_interlace: fix numerical optionsThomas Mundt2018-09-07
| | | | | | | | | | | | Regression since 9c01cdb94e24aaf50f867a0a5c42b097c17c42b1 Signed-off-by: Thomas Mundt <tmundt75@gmail.com>
* | avfilter/vf_frei0r: Remove duplicate }, fix buildMichael Niedermayer2018-08-30
| | | | | | | | | | | | | | Fixes regression from a3c6b7ff5903b8a044e30edaaa0de00e70517538 Reported-by: qq2225936589 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | frei0r: handle string paramsRaphael Graf2018-08-30
| | | | | | | | | | | | | | | | | | 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>
* | lavfi/avf_concat: switch to activate.Nicolas George2018-08-26
| | | | | | | | Fix trac ticket #7351.
* | avfilter/buffersrc.h: fix typo of the commentSteven Liu2018-08-21
| |
* | lavfi: fix can't dispaly "slice" sub-option in "ffmpeg -h full"Jun Zhao2018-08-16
| | | | | | | | | | | | | | fix can't dispaly "slice" sub-option in "ffmpeg -h full" for AVFilter options. Signed-off-by: Jun Zhao <mypopydev@gmail.com>
* | avfilter/vf_hue: 10bit supportMichael Niedermayer2018-08-16
| | | | | | | | | | | | Tested-by: Tobias Rapp <t.rapp@noa-archive.com> Tested-by: Reto Kromer <lists@reto.ch> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>