summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
...
* avfilter/vf_atadenoise: add support for commandsPaul B Mahol2019-10-201-4/+21
* avfilter/vf_shuffleframes: improve error messagePaul B Mahol2019-10-201-1/+1
* avfilter/af_tremolo: fix heap-buffer overflowPaul B Mahol2019-10-191-3/+5
* avfilter/vf_fftdnoiz: round toward nearest integerPaul B Mahol2019-10-191-2/+2
* avfilter/vf_bm3d: round values toward nearest integerPaul B Mahol2019-10-191-2/+2
* avfilter/vf_bm3d: forward status backPaul B Mahol2019-10-191-0/+2
* avfilter/vf_fieldhint: add support for duplicating fieldsPaul B Mahol2019-10-191-3/+31
* avfilter/vf_fieldmatch: fix heap-buffer overflowPaul B Mahol2019-10-191-1/+1
* avfilter/vf_decimate: fix memory leaksPaul B Mahol2019-10-191-0/+10
* avfilter/vf_lagfun: fix heap-buffer overflowPaul B Mahol2019-10-191-1/+1
* avfilter/vf_datascope: fix heap buffer overflowPaul B Mahol2019-10-191-1/+1
* avfilter/vf_shuffleplanes: add mising query_formats()Paul B Mahol2019-10-181-28/+38
* avfilter/vf_maskfun: fix memleakPaul B Mahol2019-10-181-0/+8
* avfilter/buffersink: cosmeticsPaul B Mahol2019-10-181-22/+20
* avfilter/vf_colorspace: fix memmory leaksPaul B Mahol2019-10-181-2/+11
* avfilter/af_acrossover: fix memory leakPaul B Mahol2019-10-181-0/+1
* lavfi/avf_showspectrum: add error handle if av_asprintf return nullJun Zhao2019-10-181-0/+10
* avfilter/x86/vf_atadenoise: add SIMD for serial tooPaul B Mahol2019-10-172-0/+134
* avfilter/vf_atadenoise: add option to use additional algorithmPaul B Mahol2019-10-173-6/+65
* avfilter/vf_adadenoise: add x86 SIMDPaul B Mahol2019-10-175-7/+241
* avfilter/af_arnndn: Remove superfluous qualifierAndreas Rheinhardt2019-10-171-2/+2
* avfilter/vf_dedot: fix crashPaul B Mahol2019-10-171-2/+6
* avfilter/vf_amplify: cosmeticsPaul B Mahol2019-10-171-1/+1
* avfilter/vf_random: fix memory leaksPaul B Mahol2019-10-171-0/+9
* avfilter/af_arnndn: make sure that vad_output nb_neurons is always 1Paul B Mahol2019-10-171-0/+5
* avfilter/vf_gblur: fix undefined behaviourPaul B Mahol2019-10-161-1/+4
* vafilter/af_replaygain: fix undefined behaviourPaul B Mahol2019-10-161-4/+4
* avfilter/avf_abitscope: fix undefined behaviourPaul B Mahol2019-10-161-1/+1
* avfilter/vf_colorchannelmixer: do not use pointer if there is no alphaPaul B Mahol2019-10-161-2/+2
* avfilter/vf_edgedetect: fix undefined behaviourPaul B Mahol2019-10-161-1/+1
* avfilter/f_reverse: fix memory leaksPaul B Mahol2019-10-161-0/+7
* avfilter: add arnndn filterPaul B Mahol2019-10-164-2/+1548
* avfilter/vf_atadenoise: compensate for small overall brightness lossPaul B Mahol2019-10-161-1/+1
* avfilter/vsrc_testsrc: rgbtestsrc: fix undefined behaviourPaul B Mahol2019-10-161-3/+3
* avfilter/vf_gblur: fix heap-buffer overflowPaul B Mahol2019-10-162-3/+3
* avfilter/af_afade: make sure that in is availablePaul B Mahol2019-10-161-6/+7
* avfilter/dnn: unify the layer load function in native modeGuo, Yejun2019-10-1512-110/+135
* avfilter/dnn: unify the layer execution function in native modeGuo, Yejun2019-10-1513-39/+97
* avfilter/dnn: add DLT prefix for enum DNNLayerType to avoid potential conflictsGuo, Yejun2019-10-153-20/+27
* avfilter/vf_bm3d: make sure nb_jobs is at least 1Paul B Mahol2019-10-151-1/+1
* avfilter/af_afade: fix heap-buffer overflowPaul B Mahol2019-10-151-1/+2
* avfilter/vf_edgedetect: fix heap-buffer overflowPaul B Mahol2019-10-151-3/+6
* avfilter/vf_avgblur: fix heap-buffer overflowPaul B Mahol2019-10-151-1/+1
* avfilter: fix typo in commentsZhao Zhili2019-10-141-1/+1
* avfilter/vf_lenscorrection: make width/height intPaul B Mahol2019-10-141-2/+2
* avfilter/vf_atadenoise: rewrite using macroPaul B Mahol2019-10-141-113/+57
* avfilter/vf_bwdif: fix heap-buffer overflowPaul B Mahol2019-10-141-2/+2
* avfilter/af_atempo: use ff_filter_process_command()Paul B Mahol2019-10-141-17/+8
* avfilter/af_biquads: use ff_filter_process_command()Paul B Mahol2019-10-141-124/+10
* avfilter/af_rubberband: use ff_filter_process_command()Paul B Mahol2019-10-141-24/+9
OpenPOWER on IntegriCloud