summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* dnn/native: add log error messageTing Fu2020-08-25
* dnn/native: unify error return to DNN_ERRORTing Fu2020-08-25
* dnn: move output name from DNNModel.set_input_output to DNNModule.execute_modelGuo, Yejun2020-08-25
* lavfi/hflip: Support Bayer pixel formats.Carl Eugen Hoyos2020-08-25
* dnn_backend_native_layer_mathbinary: add floormod supportMingyu Yin2020-08-24
* dnn_backend_native_layer_mathbinary: change to function pointerMingyu Yin2020-08-24
* avfilter/af_aformat: Add uninit functionAndreas Rheinhardt2020-08-24
* avfilter/avfiltergraph: Remove unused macro parameterAndreas Rheinhardt2020-08-24
* avfilter: Remove redundant ff_formats/channel_layouts_unref()Andreas Rheinhardt2020-08-24
* avfilter/vf_hwdownload: Fix leak of formats list upon errorAndreas Rheinhardt2020-08-24
* avfilter/formats: Fix double frees and memleaks on errorAndreas Rheinhardt2020-08-23
* avfilter/af_channelmap: Fix double-free of AVFilterChannelLayouts on errorAndreas Rheinhardt2020-08-23
* avfilter/vf_alphamerge: Fix double-free of AVFilterFormats on errorAndreas Rheinhardt2020-08-23
* avfilter/vf_overlay: Fix double-free of AVFilterFormats on errorAndreas Rheinhardt2020-08-23
* avfilter/vf_remap: Fix double-free of AVFilterFormats on errorAndreas Rheinhardt2020-08-23
* avfilter/vf_showpalette: Fix double-free of AVFilterFormats on errorAndreas Rheinhardt2020-08-23
* avfilter/af_amix: Fix double-free of AVFilterChannelLayouts on errorAndreas Rheinhardt2020-08-23
* avfilter/af_amix: Don't needlessly reallocate tableAndreas Rheinhardt2020-08-23
* avfilter/vf_vpp_qsv: Fix leak of AVFilterFormats on errorAndreas Rheinhardt2020-08-23
* avfilter/vf_paletteuse: Fix leaks of AVFilterFormats on errorAndreas Rheinhardt2020-08-23
* avfilter/graphparser: Fix memleak when linking filters failsAndreas Rheinhardt2020-08-23
* avfilter/graphparser: Check allocations for successAndreas Rheinhardt2020-08-23
* avfilter/graphparser: Don't set pointer to one beyond '\0' of stringAndreas Rheinhardt2020-08-23
* avfilter/graphparser: Fix leaks when parsing inputs failsAndreas Rheinhardt2020-08-23
* avfilter/af_afir: make use of vector_fmac_scalar() tooPaul B Mahol2020-08-23
* avfilter: remove useless castZhao Zhili2020-08-23
* avfilter/f_sidedata: Add SEI_UNREGISTERED frame side data typeLimin Wang2020-08-23
* avfilter/af_biquads: add different transform typesPaul B Mahol2020-08-21
* avfilter/af_arnndn: use RNN_COPY macro to copyPaul B Mahol2020-08-21
* avfilter/formats: Remove unused functionsAndreas Rheinhardt2020-08-21
* avfilter/audio: Remove unused array, move used-only-once arrayAndreas Rheinhardt2020-08-21
* dnn_backend_native_layer_avgpool: Fix invalid assignment, use av_assertAndreas Rheinhardt2020-08-21
* avfilter/vf_overlay: Remove superfluous ;Andreas Rheinhardt2020-08-21
* avfilter/fifo: Remove unused functions and headersAndreas Rheinhardt2020-08-21
* avfilter/libvmaf: mention csv as available log formatHarry Mallon2020-08-21
* dnn/native: rename struct ConvolutionalNetwork to NativeModelTing Fu2020-08-21
* avfilter/formats: CosmeticsAndreas Rheinhardt2020-08-21
* avfilter/formats: Factor checking for mergeability out of ff_merge_*Andreas Rheinhardt2020-08-20
* avfilter/formats: Avoid code duplication when merging sampleratesAndreas Rheinhardt2020-08-20
* lavfi: remove request_samples.Nicolas George2020-08-20
* lavfi: remove needs_fifo.Nicolas George2020-08-20
* lavfi/vaf_spectrumsynth: switch to activate.Nicolas George2020-08-20
* lavfi/vf_overlay_qsv: remove needs_fifo.Nicolas George2020-08-20
* lavfi/buffersink: add a summary documentation of the API.Nicolas George2020-08-20
* lavfi/buffersink: clearly document that the Params struct are unused.Nicolas George2020-08-20
* avfilter/formats: Avoid allocations when merging formats and sampleratesAndreas Rheinhardt2020-08-20
* avfilter/formats: Make check for buffer overflow redundantAndreas Rheinhardt2020-08-20
* avfilter/af_afir: Fix leak of AVFilterChannelLayout in case of errorAndreas Rheinhardt2020-08-20
* dnn_backend_tf.c: fix build issue for tensorflow backendGuo, Yejun2020-08-14
* avfilter/formats: Avoid allocations when merging channel layoutsAndreas Rheinhardt2020-08-13