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
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-10-05avfilter/formats: Add function to create AVFilterFormats with one entryAndreas Rheinhardt
2021-10-02avfilter/formats: Update outdated commentAndreas Rheinhardt
2021-10-02avfilter/formats: Don't unnecessarily reget pixfmt descriptorAndreas Rheinhardt
2021-09-26avfilter/formats: Avoid reallocations for video in ff_all_formats()Andreas Rheinhardt
2021-09-26avfilter/formats: Make ff_formats_pixdesc_filter return AVFilterFormats*Andreas Rheinhardt
2021-08-20avfilter/formats: Don't set samplerate or channel count on video linksAndreas Rheinhardt
2021-08-20avfilter/formats: Avoid redundant counterAndreas Rheinhardt
2021-08-20lavfi/formats: rename AVFilterNegotiation.nb to nb_mergersNicolas George
2021-08-14lavfi/formats: describe conversion in negotiation structure.Nicolas George
2021-08-14lavfi/formats: put merge functions in structures.Nicolas George
2021-08-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-04-27avfilter/formats: Remove avfilter_make_format64_list()Andreas Rheinhardt
2020-09-11avfilter/formats: Remove pointless checksAndreas Rheinhardt
2020-09-08lavfi/formats: more logical testing of inputs and outputs.Nicolas George
2020-09-08lavfi: check the validity of formats lists.Nicolas George
2020-09-08lavfi/formats: simplify a macro parameters.Nicolas George
2020-09-08lavfi: regroup formats lists in a single structure.Nicolas George
2020-08-24avfilter/formats: Fix double frees and memleaks on errorAndreas Rheinhardt
2020-08-21avfilter/formats: Remove unused functionsAndreas Rheinhardt
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-20avfilter/formats: Avoid allocations when merging formats and sampleratesAndreas Rheinhardt
2020-08-20avfilter/formats: Make check for buffer overflow redundantAndreas Rheinhardt
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-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/formats: Remove ff_make_formatu64_list()Andreas Rheinhardt
2020-05-23lavfi/formats: remove dead code.Nicolas George
2020-05-23lavfi/formats: add ff_formats_pixdesc_filter().Nicolas George
2019-10-08avfilter/formats: remove unnecessary unreferenceZhao Zhili
2019-10-07avfilter/formats: guard against double freePaul B Mahol
2018-01-20avfilter/formats: remove support for deprecated channel count specificationMarton Balint
2017-12-13avfilter/formats: fix wrong function name in error messageJun Zhao
2017-01-25avfilter/formats: do not allow unknown layouts in ff_parse_channel_layout if ...Marton Balint
2016-12-10avfilter/formats: allow unknown channel layouts by defaultMarton Balint
2016-05-11Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis
2016-01-07avfilter/formats: fix leak of formats on errorPaul B Mahol
2015-12-12avfilter: add SOFAlizer audio filterPaul B Mahol
2015-12-11lavfi/formats: fix segfault when allocation failsGanesh Ajjanagadde
2015-10-14avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde
2015-09-29Merge commit 'ae25413daf42a06f078ed81bb545ec23a8e0b482'Hendrik Leppkes
2015-09-28lavfi: do not exclude hwaccel formats from ff_all_formats()Anton Khirnov
2015-06-20libavfilter/formats: Fix parsing of channel specifications with a trailing 'c'.Simon Thelen
2015-06-20avfilter/formats: Add test for ff_parse_channel_layout()Michael Niedermayer
2015-03-17avfilter/formats: proper error handling in ff_set_common_*() functionsClément Bœsch
2015-03-17avfilter/formats: proper error handling in ff_channel_layouts_ref() and ff_fo...Clément Bœsch