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
2022-05-19avfilter/formats: Constify channel_layout in ff_add_channel_layout()Andreas Rheinhardt
2022-03-15avfilter: convert to new channel layout APIJames Almer
2021-10-05avfilter/formats: Add function to create AVFilterFormats with one entryAndreas 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-20lavfi/formats: document the negotiation processNicolas George
2021-08-20lavfi/formats: rename AVFilterNegotiation.nb to nb_mergersNicolas George
2021-08-20lavfi/formats: cosmetic: move negotiation stuff at the endNicolas 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-07-22Remove obsolete version.h inclusionsAndreas Rheinhardt
2021-04-27avfilter/formats: Remove avfilter_make_format64_list()Andreas Rheinhardt
2020-09-11avfilter/formats: Don't typedef structure a second timeAndreas Rheinhardt
2020-09-08lavfi: check the validity of formats lists.Nicolas George
2020-08-21avfilter/formats: Remove unused functionsAndreas Rheinhardt
2020-08-20avfilter/formats: Factor checking for mergeability out of ff_merge_*Andreas 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: add ff_formats_pixdesc_filter().Nicolas George
2016-12-10avfilter/formats: allow unknown channel layouts by defaultMarton Balint
2016-02-24Merge commit '29c2d06d67724e994980045afa055c6c34611b30'Derek Buitenhuis
2016-02-18cosmetics: Drop empty comment linesDiego Biurrun
2015-12-12avfilter: add SOFAlizer audio filterPaul B Mahol
2015-10-14avfilter/formats: add av_warn_unused_result to function prototypesGanesh Ajjanagadde
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
2013-05-18Merge commit 'b01f6041f4260fba053c2f96ce1611ea77e833a0'Michael Niedermayer
2013-05-17lavfi: rename AVFilterFormats.format_count to nb_formatsAnton Khirnov
2013-02-24lavfi: fix merging of formats and clarify exception.Nicolas George
2013-01-26lavfi: implement ff_query_formats_all().Nicolas George
2013-01-26lavfi: implement ff_all_channel_counts().Nicolas George
2013-01-26lavfi: support unknown channel layouts.Nicolas George
2012-07-19Fix misspellings of FFmpegMichael Niedermayer
2012-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-03cosmetics: Consistently use C-style comments with multiple inclusion guardsDiego Biurrun
2012-06-29formats.h: fix project reference in commentMichael Niedermayer
2012-06-27Merge commit '1961e46c15c23a041f8d8614a25388a3ee9eff63'Michael Niedermayer
2012-06-26lavfi: remove disabled FF_API_FILTERS_PUBLIC cruftAnton Khirnov
2012-06-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-12lavfi: add channelsplit audio filter.Anton Khirnov
2012-06-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-05lavfi: make formats API private on next bump.Anton Khirnov
2012-05-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-22lavfi: remove avfilter_default_* from public API on next bump.Anton Khirnov
2012-05-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-14lavfi: add types and functions for channel layout/samplerate negotiationAnton Khirnov