summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* avfilter/avf_showcqt: switch to TX FFT from avutilPaul B Mahol2021-07-27
* avfilter/af_afftdn: switch to TX FFT from avutilPaul B Mahol2021-07-27
* avfilter/avf_concat: fix EOF timestampPaul B Mahol2021-07-27
* avfilter/vf_pseudocolor: add three more presetsPaul B Mahol2021-07-26
* avfilter/af_silenceremove: make window also depends on input sample formatPaul B Mahol2021-07-25
* avfilter/af_silenceremove: add support for more sample formatsPaul B Mahol2021-07-25
* avfilter/f_ebur128: fix video output regressionPaul B Mahol2021-07-25
* avfilter/f_ebur128: add all sample rates supportPaul B Mahol2021-07-25
* avfilter/af_afwtdn: add forgotten break statementPaul B Mahol2021-07-25
* avfilter/vf_threshold: add support for commandsPaul B Mahol2021-07-25
* avfilter/af_anlmdn: add longer names of filter optionsPaul B Mahol2021-07-25
* lavfi/signature: fix always true expressionValerii Zapodovnikov2021-07-25
* avfilter/vf_pseudocolor: add solar presetPaul B Mahol2021-07-24
* avfilter/vf_fillborders: add another modePaul B Mahol2021-07-24
* avfilter/avf_showspectrum: fix not rendering all channels with fscale=log:mod...Paul B Mahol2021-07-24
* avfilter/avf_showspectrum: fix hz scale with legend enabledPaul B Mahol2021-07-24
* avfilter/avf_showspectrum: switch to TX FFT from avutilPaul B Mahol2021-07-24
* avfilter/af_headphone: switch to TX FFT from avutilPaul B Mahol2021-07-24
* avfilter/af_sofalizer: switch to TX FFT from avutilPaul B Mahol2021-07-24
* avfilter: add afwtdn filterPaul B Mahol2021-07-24
* avfilter/vf_shufflepixels: Check ff_get_video_buffer()Andreas Rheinhardt2021-07-23
* Remove/replace some unnecessary avcodec.h inclusionsAndreas Rheinhardt2021-07-22
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-22
* Remove unnecessary mem.h inclusionsAndreas Rheinhardt2021-07-22
* Remove obsolete version.h inclusionsAndreas Rheinhardt2021-07-22
* avutil/internal, swresample/audioconvert: Remove cpu.h inclusionsAndreas Rheinhardt2021-07-22
* avcodec/avcodec: Don't include cpu.hAndreas Rheinhardt2021-07-22
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-22
* lavfi/dnn_backend_ov: Rename RequestItem to OVRequestItemShubhanshu Saxena2021-07-22
* lavfi/dnn_backend_openvino.c: Fix Memory Leak in execute_model_ovShubhanshu Saxena2021-07-22
* avfilter/af_drmeter: Check that there is dataMichael Niedermayer2021-07-20
* avfilter/vf_fftdnoiz: Use lrintf() in export_row8()Michael Niedermayer2021-07-20
* avfilter/vf_mestimate: Check b_countMichael Niedermayer2021-07-20
* avfilter/vf_signature: Initialize all houghspace elementsJai Luthra2021-07-20
* avfilter/internal: Mark ff_filter_get_nb_threads() as av_pureAndreas Rheinhardt2021-07-18
* avfilter/vf_v360: avoid doubles in fov_from_dfov()Paul B Mahol2021-07-17
* avfilter/vf_chromanr: add also euclidean distance for calculationsPaul B Mahol2021-07-17
* avfilter/vf_v360: fix visibility test for fisheye projectionDaniel Playfair Cal2021-07-17
* avfilter/[vf_nnedi, vf_estdif]: check interlaced flag on correct frameKacper Michajłow2021-07-16
* avfilter/vf_nnedi: fix time base for large denominatorsPaul B Mahol2021-07-16
* avfilter/vf_estdif: fix time base for large denominatorsPaul B Mahol2021-07-16
* avfilter/vf_w3fdif: fix time base for large denominatorsPaul B Mahol2021-07-16
* avfilter/af_astats: Only print header lines when values are to be printedTobias Rapp2021-07-14
* lavfi/vf_scale: forward errors from swscaleAnton Khirnov2021-07-12
* lavfi/vf_scale: pass only the private context to scale_slice()Anton Khirnov2021-07-12
* lavfi/dnn_backend_tf: Error HandlingShubhanshu Saxena2021-07-11
* lavfi/dnn_backend_tf: Separate function for Completion CallbackShubhanshu Saxena2021-07-11
* lavfi/dnn_backend_tf: Separate function for filling RequestItemShubhanshu Saxena2021-07-11
* lavfi/dnn_backend_tf: Request-based ExecutionShubhanshu Saxena2021-07-11
* lavfi/dnn_backend_tf: Add TFInferRequest and TFRequestItemShubhanshu Saxena2021-07-11