summaryrefslogtreecommitdiff
path: root/libavfilter/formats.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/formats: fix format negotiation when multiple channel_layouts are pr...James Almer2023-05-131-9/+30
* avfilter/formats: Constify channel_layout in ff_add_channel_layout()Andreas Rheinhardt2022-05-191-1/+2
* avfilter: convert to new channel layout APIJames Almer2022-03-151-43/+110
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-4/+32
* avfilter/formats: Add function to create AVFilterFormats with one entryAndreas Rheinhardt2021-10-051-0/+6
* avfilter/formats: Update outdated commentAndreas Rheinhardt2021-10-021-1/+1
* avfilter/formats: Don't unnecessarily reget pixfmt descriptorAndreas Rheinhardt2021-10-021-2/+3
* avfilter/formats: Avoid reallocations for video in ff_all_formats()Andreas Rheinhardt2021-09-261-5/+1
* avfilter/formats: Make ff_formats_pixdesc_filter return AVFilterFormats*Andreas Rheinhardt2021-09-261-5/+4
* avfilter/formats: Don't set samplerate or channel count on video linksAndreas Rheinhardt2021-08-201-6/+10
* avfilter/formats: Avoid redundant counterAndreas Rheinhardt2021-08-201-5/+2
* lavfi/formats: rename AVFilterNegotiation.nb to nb_mergersNicolas George2021-08-201-2/+2
* lavfi/formats: describe conversion in negotiation structure.Nicolas George2021-08-141-0/+4
* lavfi/formats: put merge functions in structures.Nicolas George2021-08-141-12/+102
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-2/+29
* avfilter/formats: Remove avfilter_make_format64_list()Andreas Rheinhardt2021-04-271-7/+0
* avfilter/formats: Remove pointless checksAndreas Rheinhardt2020-09-111-2/+2
* lavfi/formats: more logical testing of inputs and outputs.Nicolas George2020-09-081-2/+2
* lavfi: check the validity of formats lists.Nicolas George2020-09-081-0/+70
* lavfi/formats: simplify a macro parameters.Nicolas George2020-09-081-9/+9
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-081-3/+3
* avfilter/formats: Fix double frees and memleaks on errorAndreas Rheinhardt2020-08-231-22/+10
* avfilter/formats: Remove unused functionsAndreas Rheinhardt2020-08-211-40/+2
* avfilter/formats: CosmeticsAndreas Rheinhardt2020-08-211-13/+13
* avfilter/formats: Factor checking for mergeability out of ff_merge_*Andreas Rheinhardt2020-08-201-29/+62
* avfilter/formats: Avoid code duplication when merging sampleratesAndreas Rheinhardt2020-08-201-14/+17
* avfilter/formats: Avoid allocations when merging formats and sampleratesAndreas Rheinhardt2020-08-201-61/+24
* avfilter/formats: Make check for buffer overflow redundantAndreas Rheinhardt2020-08-201-7/+2
* avfilter/formats: Avoid allocations when merging channel layoutsAndreas Rheinhardt2020-08-131-27/+21
* avfilter/formats: Fix heap-buffer overflow when merging channel layoutsAndreas Rheinhardt2020-08-131-0/+1
* avfilter/formats: Simplify cleanup for ff_merge_* functionsAndreas Rheinhardt2020-08-121-6/+6
* avfilter/formats: Leave lists' ownership unchanged upon merge failureAndreas Rheinhardt2020-08-121-12/+28
* avfilter/formats: Schedule avfilter_make_format64_list() for removalAndreas Rheinhardt2020-08-121-1/+8
* avfilter/formats: Remove ff_make_formatu64_list()Andreas Rheinhardt2020-08-121-11/+0
* lavfi/formats: remove dead code.Nicolas George2020-05-231-10/+0
* lavfi/formats: add ff_formats_pixdesc_filter().Nicolas George2020-05-231-0/+41
* avfilter/formats: remove unnecessary unreferenceZhao Zhili2019-10-081-1/+0
* avfilter/formats: guard against double freePaul B Mahol2019-10-071-3/+5
* avfilter/formats: remove support for deprecated channel count specificationMarton Balint2018-01-201-10/+2
* avfilter/formats: fix wrong function name in error messageJun Zhao2017-12-131-1/+1
* avfilter/formats: do not allow unknown layouts in ff_parse_channel_layout if ...Marton Balint2017-01-241-11/+15
* avfilter/formats: allow unknown channel layouts by defaultMarton Balint2016-12-101-3/+3
* Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis2016-05-111-49/+0
|\
* | avfilter/formats: fix leak of formats on errorPaul B Mahol2016-01-071-0/+4
* | avfilter: add SOFAlizer audio filterPaul B Mahol2015-12-121-0/+11
* | lavfi/formats: fix segfault when allocation failsGanesh Ajjanagadde2015-12-111-1/+1
* | avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-141-22/+34
* | Merge commit 'ae25413daf42a06f078ed81bb545ec23a8e0b482'Hendrik Leppkes2015-09-291-2/+1
|\ \ | |/
| * lavfi: do not exclude hwaccel formats from ff_all_formats()Anton Khirnov2015-09-281-2/+1
* | libavfilter/formats: Fix parsing of channel specifications with a trailing 'c'.Simon Thelen2015-06-201-10/+7