summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* avfilter/af_silenceremove: use enum for threshold detection modesPaul B Mahol2018-10-151-6/+11
* avfilter/af_silenceremove: add enum for detection modesPaul B Mahol2018-10-151-5/+10
* avfilter/af_silenceremove: add options descriptionPaul B Mahol2018-10-151-16/+16
* avfilter/af_silenceremove: prefer outlink instead of inlinkPaul B Mahol2018-10-151-28/+28
* avfilter/af_silenceremove: add mode optionsPaul B Mahol2018-10-151-6/+27
* avfilter/af_silenceremove: add options to keep min duration of silencePaul B Mahol2018-10-151-38/+129
* lavu/hwcontext_qsv: Add support for AV_PIX_FMT_BGRA.Zhong Li2018-10-111-1/+1
* avfilter/af_afir: remove again option, merge it with gtypePaul B Mahol2018-10-102-34/+34
* libavfilter: bump micro version to 101Daniel Molkentin2018-10-101-1/+1
* libavfilter/ebur128: add scale parameterDaniel Molkentin2018-10-101-9/+33
* libavfilter/ebur128: introduce target rangeDaniel Molkentin2018-10-101-10/+23
* libavfilter/ebur128: add gauge optionDaniel Molkentin2018-10-101-2/+21
* libavfilter/ebur128: add target value to statistics lineDaniel Molkentin2018-10-101-3/+3
* libavfilter/ebur128: add target level option for EBUR128 visualization filterDaniel Molkentin2018-10-101-2/+4
* avfilter/af_asetnsamples: do not leak frame on ENOMEMMarton Balint2018-10-091-1/+3
* avfilter/f_cue: always check the return value of ff_inlink_consume_frameMarton Balint2018-10-091-2/+6
* avfilter/f_reverse: add packed sample format support to areversePaul B Mahol2018-10-081-37/+87
* avfilter/af_silenceremove: fix max for duration optionsPaul B Mahol2018-10-081-2/+2
* avfilter/af_afade: fix crossfade duration maximum valueMarton Balint2018-10-071-2/+2
* avfilter/af_afade: add logistic sigmoid curvePaul B Mahol2018-10-071-1/+11
* avfilter/avf_showspectrum: add legend support to showspectrum filterPaul B Mahol2018-10-071-348/+382
* avfilter/vf_tonemap_opencl: Fix seperate typoMichael Niedermayer2018-10-071-1/+1
* avfilter/af_biquads: Remove l from %lf in av_log environmentMichael Niedermayer2018-10-071-1/+1
* avfilter/af_aiir: Remove l from %lf in av_log environmentMichael Niedermayer2018-10-071-2/+2
* avfilter/avf_showspectrum: switch to activate and add fps optionPaul B Mahol2018-10-061-64/+98
* lavfi/deshake: fix deshake crash issue.Jun Zhao2018-10-061-1/+1
* avfilter/avf_showspectrum: increase padding size for low sample ratesPaul B Mahol2018-10-051-1/+1
* avfilter/avf_showspectrum: add zoom mode to showspectrumpicPaul B Mahol2018-10-051-2/+11
* avfilter/avf_showspectrum: add green color mapPaul B Mahol2018-10-051-1/+8
* lavfi/atempo: fix tempo range limit inconsistencyPavel Koshevoy2018-10-041-4/+9
* avfilter/avf_showspectrum: fix scaling in zoom modePaul B Mahol2018-10-051-3/+3
* avfilter/avf_showspectrum: implement zoom modePaul B Mahol2018-10-041-25/+153
* avilter/af_afir: add irfmt optionPaul B Mahol2018-10-042-14/+23
* avfilter/af_afir: use internal lavfi queuePaul B Mahol2018-10-041-33/+13
* avfilter/af_headphone: use lavfi internal queue insteadPaul B Mahol2018-10-041-44/+12
* avfilter/af_asetnsamples: use lavfi internal queuePaul B Mahol2018-10-041-114/+32
* avfilter: add ff_inlink_queued_samples()Paul B Mahol2018-10-042-0/+12
* avfilter/f_cue: use inlink fifo for queueing framesMarton Balint2018-10-031-58/+29
* avfilter/filters: add ff_inlink_peek_frame and ff_inlink_queued_frames to acc...Marton Balint2018-10-032-0/+23
* avfilter/af_afir: make IR gain control more flexiblePaul B Mahol2018-10-032-10/+44
* avfilter/avfilter: fix typos in commentsPaul B Mahol2018-10-031-2/+2
* avfilter/af_afftdn: add missing breakPaul B Mahol2018-09-261-0/+1
* avfilter: add audio denoising (afftdn) filterPaul B Mahol2018-09-254-1/+1424
* avfilter/vf_curves: add planar rgb supportPaul B Mahol2018-09-251-53/+141
* avfilter/buffersink.h: fix comment typo of av_buffersink_get_samplesSteven Liu2018-09-251-1/+1
* avfilter/vf_threshold: add slice threadingPaul B Mahol2018-09-241-19/+55
* avfilter/sr: process and output message when load_model is NULLSteven Liu2018-09-242-1/+11
* avfilter: document mono option of silencedetect filterPaul B Mahol2018-09-231-1/+2
* avfilter/vf_sr: Fix coverity CID 1439584Pedro Arthur2018-09-211-1/+1
* avfilter/dnn_backend_native: fix memleakZhao Zhili2018-09-191-0/+1