summaryrefslogtreecommitdiffstats
path: root/libavfilter/formats.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | avfilter/formats: Add test for ff_parse_channel_layout()Michael Niedermayer2015-06-201-0/+29
* | avfilter/formats: proper error handling in ff_set_common_*() functionsClément Bœsch2015-03-161-13/+32
* | avfilter/formats: proper error handling in ff_channel_layouts_ref() and ff_fo...Clément Bœsch2015-03-161-11/+11
* | avfilter/formats: use av_realloc_array in ADD_FORMAT()Clément Bœsch2015-03-161-2/+2
* | avfilter/formats: remove unused COPY_INT_LIST() macroClément Bœsch2015-03-161-12/+0
* | Merge commit 'c3bd1d60af97e8d2568dac9fcce7bdabb4ff93c8'Michael Niedermayer2015-03-121-2/+5
|\ \ | |/
| * formats: Check memory allocationsVittorio Giovara2015-03-121-1/+10
* | avfilter/formats: Alloc NULL fmts in SET_COMMON_FORMATS()Michael Niedermayer2014-11-211-1/+1
* | avfilter/formats: free the correct pointer in ADD_FORMAT()Michael Niedermayer2014-11-211-1/+3
* | Merge commit '863ee8a855b8ce27ffef41479eb66da58763faed'Michael Niedermayer2014-11-211-1/+3
|\ \ | |/
| * lavfi: clean memory on error in ADD_FORMAT()Vittorio Giovara2014-11-211-1/+3
* | avfilter/formats: Use av_realloc_array()Michael Niedermayer2014-06-131-6/+6
* | avfilter/formats: Avoid using non public AV_SAMPLE_FMT_NBMichael Niedermayer2014-05-271-2/+2
* | avfilter/formats: Avoid using non public AV_PIX_FMT_NBMichael Niedermayer2014-05-271-1/+1
* | Merge commit '7cc4c9f32f446feaec5447e3d097e8147e35f156'Michael Niedermayer2014-05-271-7/+11
|\ \ | |/
| * lavfi/formats: avoid using AV_{PIX,SAMPLE}_FMT_NBAnton Khirnov2014-05-261-7/+11
* | lavfi: parsing helper for unknown channel layouts.Nicolas George2013-11-031-2/+15
* | avfilter: remove ff_copy_int*_listMichael Niedermayer2013-08-161-14/+0
* | Merge commit 'b01f6041f4260fba053c2f96ce1611ea77e833a0'Michael Niedermayer2013-05-181-8/+8
|\ \ | |/
| * lavfi: rename AVFilterFormats.format_count to nb_formatsAnton Khirnov2013-05-171-6/+6
* | replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*Michael Niedermayer2013-05-151-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-05-151-1/+1
|\ \ | |/
| * pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov2013-05-151-1/+1
* | lavfi: detect merge failure for unknown layouts.Nicolas George2013-04-011-0/+4
* | lavfi/formats: reindent after last commit.Nicolas George2013-02-241-10/+10
* | lavfi: fix merging of formats and clarify exception.Nicolas George2013-02-241-1/+10
* | avfilter/ff_merge_formats: only merge if doing so does not loose chroma or alphaMichael Niedermayer2013-02-191-0/+19
* | lavfi: implement ff_query_formats_all().Nicolas George2013-01-261-2/+13
* | lavfi: implement ff_all_channel_counts().Nicolas George2013-01-261-0/+9
* | lavfi: support unknown channel layouts.Nicolas George2013-01-261-9/+73
* | replace av_log(0, by av_log(NULL,Michael Niedermayer2012-11-231-1/+1
* | Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.hPaul B Mahol2012-11-131-1/+1
* | Merge commit '59ee9f78b0cc4fb84ae606fa317d8102ad32a627'Michael Niedermayer2012-10-121-2/+4
|\ \ | |/
| * lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-121-2/+4
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-4/+4
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-2/+2
OpenPOWER on IntegriCloud