summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Collapse)AuthorAge
* avfilter/af_afade: fix crossfade duration maximum valueMarton Balint2018-10-07
| | | | Signed-off-by: Marton Balint <cus@passwd.hu>
* avfilter/af_afade: add logistic sigmoid curvePaul B Mahol2018-10-07
|
* avfilter/avf_showspectrum: add legend support to showspectrum filterPaul B Mahol2018-10-07
|
* avfilter/vf_tonemap_opencl: Fix seperate typoMichael Niedermayer2018-10-07
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/af_biquads: Remove l from %lf in av_log environmentMichael Niedermayer2018-10-07
| | | | | | The l modifier does nothing in C99 and it was undefined in C89 for %f Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/af_aiir: Remove l from %lf in av_log environmentMichael Niedermayer2018-10-07
| | | | | | The l modifier does nothing in C99 and it was undefined in C89 for %f Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/avf_showspectrum: switch to activate and add fps optionPaul B Mahol2018-10-06
|
* lavfi/deshake: fix deshake crash issue.Jun Zhao2018-10-06
| | | | | | | | | | | | | | | | | | | | | | | | Fixes ticket #7441. for block contrast calculate, the block is like this: |<---------------- stride-----------------------| +-----------------------------------------------> X | | w = 16 | (cx,cy)+------+ | | | |h=blocksize| | | | | | +------+ V Y so we calc the block contrast use: (cy + y) * stride + (cx + x) Signed-off-by: Jun Zhao <mypopydev@gmail.com>
* avfilter/avf_showspectrum: increase padding size for low sample ratesPaul B Mahol2018-10-05
|
* avfilter/avf_showspectrum: add zoom mode to showspectrumpicPaul B Mahol2018-10-05
|
* avfilter/avf_showspectrum: add green color mapPaul B Mahol2018-10-05
|
* lavfi/atempo: fix tempo range limit inconsistencyPavel Koshevoy2018-10-04
| | | | | | | | | | | | | | | yae_set_tempo was overlooked when max tempo limit was raised to 100. tested with: ./ffmpeg_g -i Delerium/SemanticSpaces/Gateway.mp3 \ -af asendcmd=f=asendcmd.cfg,atempo=1.0 -y /tmp/asendcmd-atempo.wav where asendcmd.cfg was: 15.0-45.0 [enter] atempo tempo 2.0, [leave] atempo tempo 0.5; 60.0-300.0 [enter] atempo tempo 4.0, [leave] atempo tempo 1.0;
* avfilter/avf_showspectrum: fix scaling in zoom modePaul B Mahol2018-10-05
|
* avfilter/avf_showspectrum: implement zoom modePaul B Mahol2018-10-04
|
* avilter/af_afir: add irfmt optionPaul B Mahol2018-10-04
|
* avfilter/af_afir: use internal lavfi queuePaul B Mahol2018-10-04
|
* avfilter/af_headphone: use lavfi internal queue insteadPaul B Mahol2018-10-04
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/af_asetnsamples: use lavfi internal queuePaul B Mahol2018-10-04
|
* avfilter: add ff_inlink_queued_samples()Paul B Mahol2018-10-04
|
* avfilter/f_cue: use inlink fifo for queueing framesMarton Balint2018-10-03
| | | | Signed-off-by: Marton Balint <cus@passwd.hu>
* avfilter/filters: add ff_inlink_peek_frame and ff_inlink_queued_frames to ↵Marton Balint2018-10-03
| | | | | | access frames in the inlink fifo Signed-off-by: Marton Balint <cus@passwd.hu>
* 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>