summaryrefslogtreecommitdiff
path: root/libavfilter/formats.h
Commit message (Expand)AuthorAgeFilesLines
* 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-8/+10
* avfilter/formats: Add function to create AVFilterFormats with one entryAndreas Rheinhardt2021-10-051-0/+6
* avfilter/formats: Make ff_formats_pixdesc_filter return AVFilterFormats*Andreas Rheinhardt2021-09-261-1/+1
* avfilter/formats: Don't set samplerate or channel count on video linksAndreas Rheinhardt2021-08-201-3/+3
* lavfi/formats: document the negotiation processNicolas George2021-08-201-0/+85
* lavfi/formats: rename AVFilterNegotiation.nb to nb_mergersNicolas George2021-08-201-1/+1
* lavfi/formats: cosmetic: move negotiation stuff at the endNicolas George2021-08-201-15/+15
* lavfi/formats: describe conversion in negotiation structure.Nicolas George2021-08-141-0/+2
* lavfi/formats: put merge functions in structures.Nicolas George2021-08-141-28/+13
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-0/+29
* Remove obsolete version.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* avfilter/formats: Remove avfilter_make_format64_list()Andreas Rheinhardt2021-04-271-4/+0
* avfilter/formats: Don't typedef structure a second timeAndreas Rheinhardt2020-09-111-2/+2
* lavfi: check the validity of formats lists.Nicolas George2020-09-081-0/+28
* avfilter/formats: Remove unused functionsAndreas Rheinhardt2020-08-211-8/+0
* avfilter/formats: Factor checking for mergeability out of ff_merge_*Andreas Rheinhardt2020-08-201-20/+24
* avfilter/formats: Schedule avfilter_make_format64_list() for removalAndreas Rheinhardt2020-08-121-1/+5
* avfilter/formats: Remove ff_make_formatu64_list()Andreas Rheinhardt2020-08-121-3/+0
* lavfi/formats: add ff_formats_pixdesc_filter().Nicolas George2020-05-231-0/+10
* avfilter/formats: allow unknown channel layouts by defaultMarton Balint2016-12-101-7/+5
* Merge commit '29c2d06d67724e994980045afa055c6c34611b30'Derek Buitenhuis2016-02-241-1/+0
|\
| * cosmetics: Drop empty comment linesDiego Biurrun2016-02-181-1/+0
* | avfilter: add SOFAlizer audio filterPaul B Mahol2015-12-121-0/+3
* | avfilter/formats: add av_warn_unused_result to function prototypesGanesh Ajjanagadde2015-10-141-0/+17
* | avfilter/formats: proper error handling in ff_set_common_*() functionsClément Bœsch2015-03-161-5/+5
* | avfilter/formats: proper error handling in ff_channel_layouts_ref() and ff_fo...Clément Bœsch2015-03-161-3/+3
* | Merge commit 'b01f6041f4260fba053c2f96ce1611ea77e833a0'Michael Niedermayer2013-05-181-1/+1
|\ \ | |/
| * lavfi: rename AVFilterFormats.format_count to nb_formatsAnton Khirnov2013-05-171-1/+1
* | lavfi: fix merging of formats and clarify exception.Nicolas George2013-02-241-1/+2
* | lavfi: implement ff_query_formats_all().Nicolas George2013-01-261-0/+8
* | lavfi: implement ff_all_channel_counts().Nicolas George2013-01-261-1/+7
* | lavfi: support unknown channel layouts.Nicolas George2013-01-261-0/+31
* | Fix misspellings of FFmpegMichael Niedermayer2012-07-191-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-041-1/+1
|\ \ | |/
| * cosmetics: Consistently use C-style comments with multiple inclusion guardsDiego Biurrun2012-07-031-1/+1
* | formats.h: fix project reference in commentMichael Niedermayer2012-06-291-1/+1
* | Merge commit '1961e46c15c23a041f8d8614a25388a3ee9eff63'Michael Niedermayer2012-06-271-2/+0
|\ \ | |/
| * lavfi: remove disabled FF_API_FILTERS_PUBLIC cruftAnton Khirnov2012-06-261-2/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-131-0/+5
|\ \ | |/
| * lavfi: add channelsplit audio filter.Anton Khirnov2012-06-121-0/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-061-0/+138
|\ \ | |/
| * lavfi: make formats API private on next bump.Anton Khirnov2012-06-051-0/+138
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-231-0/+2
|\ \ | |/
| * lavfi: remove avfilter_default_* from public API on next bump.Anton Khirnov2012-05-221-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-161-4/+7
|/
* lavfi: add types and functions for channel layout/samplerate negotiationAnton Khirnov2012-05-141-0/+78