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
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
2015-03-17avfilter/formats: use av_realloc_array in ADD_FORMAT()Clément Bœsch
2015-03-17avfilter/formats: remove unused COPY_INT_LIST() macroClément Bœsch
2015-03-13Merge commit 'c3bd1d60af97e8d2568dac9fcce7bdabb4ff93c8'Michael Niedermayer
2015-03-12formats: Check memory allocationsVittorio Giovara
2014-11-22avfilter/formats: Alloc NULL fmts in SET_COMMON_FORMATS()Michael Niedermayer
2014-11-22avfilter/formats: free the correct pointer in ADD_FORMAT()Michael Niedermayer
2014-11-22Merge commit '863ee8a855b8ce27ffef41479eb66da58763faed'Michael Niedermayer
2014-11-21lavfi: clean memory on error in ADD_FORMAT()Vittorio Giovara
2014-06-14avfilter/formats: Use av_realloc_array()Michael Niedermayer
2014-05-27avfilter/formats: Avoid using non public AV_SAMPLE_FMT_NBMichael Niedermayer
2014-05-27avfilter/formats: Avoid using non public AV_PIX_FMT_NBMichael Niedermayer
2014-05-27Merge commit '7cc4c9f32f446feaec5447e3d097e8147e35f156'Michael Niedermayer
2014-05-27lavfi/formats: avoid using AV_{PIX,SAMPLE}_FMT_NBAnton Khirnov
2013-11-03lavfi: parsing helper for unknown channel layouts.Nicolas George
2013-08-16avfilter: remove ff_copy_int*_listMichael Niedermayer
2013-05-18Merge commit 'b01f6041f4260fba053c2f96ce1611ea77e833a0'Michael Niedermayer
2013-05-17lavfi: rename AVFilterFormats.format_count to nb_formatsAnton Khirnov
2013-05-15replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*Michael Niedermayer
2013-05-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-05-15pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov
2013-04-01lavfi: detect merge failure for unknown layouts.Nicolas George
2013-02-24lavfi/formats: reindent after last commit.Nicolas George
2013-02-24lavfi: fix merging of formats and clarify exception.Nicolas George
2013-02-19avfilter/ff_merge_formats: only merge if doing so does not loose chroma or alphaMichael Niedermayer
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-11-23replace av_log(0, by av_log(NULL,Michael Niedermayer
2012-11-13Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.hPaul B Mahol
2012-10-12Merge commit '59ee9f78b0cc4fb84ae606fa317d8102ad32a627'Michael Niedermayer
2012-10-12lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö