summaryrefslogtreecommitdiff
path: root/libavfilter/formats.c
Commit message (Expand)AuthorAge
* avfilter/formats: Constify channel_layout in ff_add_channel_layout()Andreas Rheinhardt2022-05-19
* avfilter: convert to new channel layout APIJames Almer2022-03-15
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/formats: Add function to create AVFilterFormats with one entryAndreas Rheinhardt2021-10-05
* avfilter/formats: Update outdated commentAndreas Rheinhardt2021-10-02
* avfilter/formats: Don't unnecessarily reget pixfmt descriptorAndreas Rheinhardt2021-10-02
* avfilter/formats: Avoid reallocations for video in ff_all_formats()Andreas Rheinhardt2021-09-26
* avfilter/formats: Make ff_formats_pixdesc_filter return AVFilterFormats*Andreas Rheinhardt2021-09-26
* avfilter/formats: Don't set samplerate or channel count on video linksAndreas Rheinhardt2021-08-20
* avfilter/formats: Avoid redundant counterAndreas Rheinhardt2021-08-20
* lavfi/formats: rename AVFilterNegotiation.nb to nb_mergersNicolas George2021-08-20
* lavfi/formats: describe conversion in negotiation structure.Nicolas George2021-08-14
* lavfi/formats: put merge functions in structures.Nicolas George2021-08-14
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter/formats: Remove avfilter_make_format64_list()Andreas Rheinhardt2021-04-27
* avfilter/formats: Remove pointless checksAndreas Rheinhardt2020-09-11
* lavfi/formats: more logical testing of inputs and outputs.Nicolas George2020-09-08
* lavfi: check the validity of formats lists.Nicolas George2020-09-08
* lavfi/formats: simplify a macro parameters.Nicolas George2020-09-08
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-08
* avfilter/formats: Fix double frees and memleaks on errorAndreas Rheinhardt2020-08-23
* avfilter/formats: Remove unused functionsAndreas Rheinhardt2020-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
* avfilter/formats: Avoid allocations when merging formats and sampleratesAndreas Rheinhardt2020-08-20
* avfilter/formats: Make check for buffer overflow redundantAndreas Rheinhardt2020-08-20
* avfilter/formats: Avoid allocations when merging channel layoutsAndreas Rheinhardt2020-08-13
* avfilter/formats: Fix heap-buffer overflow when merging channel layoutsAndreas Rheinhardt2020-08-13
* avfilter/formats: Simplify cleanup for ff_merge_* functionsAndreas Rheinhardt2020-08-12
* avfilter/formats: Leave lists' ownership unchanged upon merge failureAndreas Rheinhardt2020-08-12
* avfilter/formats: Schedule avfilter_make_format64_list() for removalAndreas Rheinhardt2020-08-12
* avfilter/formats: Remove ff_make_formatu64_list()Andreas Rheinhardt2020-08-12
* lavfi/formats: remove dead code.Nicolas George2020-05-23
* lavfi/formats: add ff_formats_pixdesc_filter().Nicolas George2020-05-23
* avfilter/formats: remove unnecessary unreferenceZhao Zhili2019-10-08
* avfilter/formats: guard against double freePaul B Mahol2019-10-07
* avfilter/formats: remove support for deprecated channel count specificationMarton Balint2018-01-20
* avfilter/formats: fix wrong function name in error messageJun Zhao2017-12-13
* avfilter/formats: do not allow unknown layouts in ff_parse_channel_layout if ...Marton Balint2017-01-24
* avfilter/formats: allow unknown channel layouts by defaultMarton Balint2016-12-10
* Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis2016-05-11
|\
* | avfilter/formats: fix leak of formats on errorPaul B Mahol2016-01-07
* | avfilter: add SOFAlizer audio filterPaul B Mahol2015-12-12
* | lavfi/formats: fix segfault when allocation failsGanesh Ajjanagadde2015-12-11
* | avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-14
* | Merge commit 'ae25413daf42a06f078ed81bb545ec23a8e0b482'Hendrik Leppkes2015-09-29
|\|
| * lavfi: do not exclude hwaccel formats from ff_all_formats()Anton Khirnov2015-09-28
* | libavfilter/formats: Fix parsing of channel specifications with a trailing 'c'.Simon Thelen2015-06-20
* | avfilter/formats: Add test for ff_parse_channel_layout()Michael Niedermayer2015-06-20