Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-24avfilter/avfiltergraph: Remove unused macro parameterAndreas Rheinhardt
2020-08-24avfilter: Remove redundant ff_formats/channel_layouts_unref()Andreas Rheinhardt
2020-08-24avfilter/vf_hwdownload: Fix leak of formats list upon errorAndreas Rheinhardt
2020-08-24avfilter/formats: Fix double frees and memleaks on errorAndreas Rheinhardt
2020-08-24avfilter/af_channelmap: Fix double-free of AVFilterChannelLayouts on errorAndreas Rheinhardt
2020-08-24avfilter/vf_alphamerge: Fix double-free of AVFilterFormats on errorAndreas Rheinhardt
2020-08-24avfilter/vf_overlay: Fix double-free of AVFilterFormats on errorAndreas Rheinhardt
2020-08-24avfilter/vf_remap: Fix double-free of AVFilterFormats on errorAndreas Rheinhardt
2020-08-24avfilter/vf_showpalette: Fix double-free of AVFilterFormats on errorAndreas Rheinhardt
2020-08-24avfilter/af_amix: Fix double-free of AVFilterChannelLayouts on errorAndreas Rheinhardt
2020-08-24avfilter/af_amix: Don't needlessly reallocate tableAndreas Rheinhardt
2020-08-24avfilter/vf_vpp_qsv: Fix leak of AVFilterFormats on errorAndreas Rheinhardt
2020-08-23avfilter/vf_paletteuse: Fix leaks of AVFilterFormats on errorAndreas Rheinhardt
2020-08-23avfilter/graphparser: Fix memleak when linking filters failsAndreas Rheinhardt
2020-08-23avfilter/graphparser: Check allocations for successAndreas Rheinhardt
2020-08-23avfilter/graphparser: Don't set pointer to one beyond '\0' of stringAndreas Rheinhardt
2020-08-23avfilter/graphparser: Fix leaks when parsing inputs failsAndreas Rheinhardt
2020-08-23avfilter/af_afir: make use of vector_fmac_scalar() tooPaul B Mahol
2020-08-23avfilter: remove useless castZhao Zhili
2020-08-23avfilter/f_sidedata: Add SEI_UNREGISTERED frame side data typeLimin Wang
2020-08-21avfilter/af_biquads: add different transform typesPaul B Mahol
2020-08-21avfilter/af_arnndn: use RNN_COPY macro to copyPaul B Mahol
2020-08-21avfilter/formats: Remove unused functionsAndreas Rheinhardt
2020-08-21avfilter/audio: Remove unused array, move used-only-once arrayAndreas Rheinhardt
2020-08-21dnn_backend_native_layer_avgpool: Fix invalid assignment, use av_assertAndreas Rheinhardt
2020-08-21avfilter/vf_overlay: Remove superfluous ;Andreas Rheinhardt
2020-08-21avfilter/fifo: Remove unused functions and headersAndreas Rheinhardt
2020-08-21avfilter/libvmaf: mention csv as available log formatHarry Mallon
2020-08-21dnn/native: rename struct ConvolutionalNetwork to NativeModelTing Fu
2020-08-21avfilter/formats: CosmeticsAndreas Rheinhardt
2020-08-20avfilter/formats: Factor checking for mergeability out of ff_merge_*Andreas Rheinhardt
2020-08-20avfilter/formats: Avoid code duplication when merging sampleratesAndreas Rheinhardt
2020-08-20lavfi: remove request_samples.Nicolas George
2020-08-20lavfi: remove needs_fifo.Nicolas George
2020-08-20lavfi/vaf_spectrumsynth: switch to activate.Nicolas George
2020-08-20lavfi/vf_overlay_qsv: remove needs_fifo.Nicolas George
2020-08-20lavfi/buffersink: add a summary documentation of the API.Nicolas George
2020-08-20lavfi/buffersink: clearly document that the Params struct are unused.Nicolas George
2020-08-20avfilter/formats: Avoid allocations when merging formats and sampleratesAndreas Rheinhardt
2020-08-20avfilter/formats: Make check for buffer overflow redundantAndreas Rheinhardt
2020-08-20avfilter/af_afir: Fix leak of AVFilterChannelLayout in case of errorAndreas Rheinhardt
2020-08-14dnn_backend_tf.c: fix build issue for tensorflow backendGuo, Yejun
2020-08-13avfilter/formats: Avoid allocations when merging channel layoutsAndreas Rheinhardt
2020-08-13avfilter/formats: Fix heap-buffer overflow when merging channel layoutsAndreas Rheinhardt
2020-08-12Revert "lavfi/avfiltergraph: add check before free the format"Andreas Rheinhardt
2020-08-12avfilter/formats: Simplify cleanup for ff_merge_* functionsAndreas Rheinhardt
2020-08-12avfilter/formats: Leave lists' ownership unchanged upon merge failureAndreas Rheinhardt
2020-08-12avfilter/formats: Schedule avfilter_make_format64_list() for removalAndreas Rheinhardt
2020-08-12avfilter/avf_showcqt: Mark arrays as static constAndreas Rheinhardt
2020-08-12avfilter/formats: Remove ff_make_formatu64_list()Andreas Rheinhardt