summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* x86/vf_transpose: fix cpuflags checkJames Almer2019-10-211-2/+2
* avfilter/vf_transpose: add x86 SIMDPaul B Mahol2019-10-215-8/+157
* avfilter/x86/vf_atadenoise: fix commentPaul B Mahol2019-10-211-1/+1
* avfilter/af_join: fix possible memory leaksPaul B Mahol2019-10-211-1/+4
* avfilter/af_silencedetect: change mono default to integer literalLimin Wang2019-10-211-2/+2
* avfilter/af_silencedetect: use AV_OPT_TYPE_DURATIONLimin Wang2019-10-211-4/+6
* avfilter: add bilateral filterPaul B Mahol2019-10-214-1/+378
* avfilter/vf_nlmeans: round values toward nearest integerPaul B Mahol2019-10-211-1/+1
* avfilter/af_silencedetect: document metadataLimin Wang2019-10-211-1/+0
* avfilter/vf_tile: fix memory leakPaul B Mahol2019-10-201-0/+1
* 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
OpenPOWER on IntegriCloud