summaryrefslogtreecommitdiffstats
path: root/libavfilter/formats.c
Commit message (Expand)AuthorAgeFilesLines
* lavfi: do not exclude hwaccel formats from ff_all_formats()Anton Khirnov2015-09-281-2/+1
* formats: Check memory allocationsVittorio Giovara2015-03-121-1/+10
* lavfi: clean memory on error in ADD_FORMAT()Vittorio Giovara2014-11-211-1/+3
* lavfi/formats: avoid using AV_{PIX,SAMPLE}_FMT_NBAnton Khirnov2014-05-261-7/+11
* lavfi: rename AVFilterFormats.format_count to nb_formatsAnton Khirnov2013-05-171-6/+6
* pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov2013-05-151-1/+1
* lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-121-2/+4
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-2/+2
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* lavfi: remove disabled FF_API_FILTERS_PUBLIC cruftAnton Khirnov2012-06-261-40/+0
* lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputsAnton Khirnov2012-06-131-2/+2
* lavfi: add channelsplit audio filter.Anton Khirnov2012-06-121-0/+12
* lavfi: make formats API private on next bump.Anton Khirnov2012-06-051-13/+45
* lavfi: remove avfilter_default_* from public API on next bump.Anton Khirnov2012-05-221-1/+8
* lavfi: move formats-related functions from default.c to formats.cAnton Khirnov2012-05-151-0/+64
* lavfi: add types and functions for channel layout/samplerate negotiationAnton Khirnov2012-05-141-76/+206
* lavfi: avfilter_merge_formats: handle case where inputs are sameMina Nagy Zaki2012-05-071-0/+3
* lavfi/formats: use sizeof(var) instead of sizeof(type).Anton Khirnov2012-05-061-7/+7
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-271-1/+0
* libavfilter: reindent.Ronald S. Bultje2011-11-051-7/+7
* avfilter: don't abort() on zero-size allocations.Ronald S. Bultje2011-11-051-3/+6
* lavfi: add LUT (LookUp Table) generic filtersStefano Sabatini2011-10-171-0/+12
* lavfi: fix realloc size computation in avfilter_add_format()Stefano Sabatini2011-09-281-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* In libavfilter, use consistently "Copyright (c)" in the licenseStefano Sabatini2010-11-281-1/+1
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-1/+1
* Implement libavfilter audio framework.S.N. Hemanth Meenakshisundaram2010-08-171-1/+2
* Generalize pixel format enum fields to int formats.S.N. Hemanth Meenakshisundaram2010-07-221-15/+17
* Fix compilation on gcc 2.95.3 (still supported) broken by r21077,Stefano Sabatini2010-01-081-1/+3
* Make avfilter_formats_unref(AVFilterFormats **ref) handle the caseStefano Sabatini2010-01-071-0/+3
* Change avfilter_add_colorspace() to make it accept **avff rather thanStefano Sabatini2010-01-061-8/+11
* Make avfilter_all_colorspaces() add to the returned list of pixelStefano Sabatini2010-01-041-6/+5
* Implement avfilter_add_colorspace().Stefano Sabatini2010-01-031-0/+13
* Cosmetics: prefer "pix_fmts" over "pix_fmt" for the name of theStefano Sabatini2009-10-211-3/+3
* Make avfilter_make_format_list() take in input a const argument.Stefano Sabatini2009-10-211-1/+1
* Rename avfilter_make_format_list2() to avfilter_make_format_list().Stefano Sabatini2009-10-181-1/+1
* Remove avfilter_make_format_list(), it has been replaced byStefano Sabatini2009-10-181-18/+0
* Implement avfilter_make_format_list2(), which is going to replaceStefano Sabatini2009-10-181-0/+16
* Better description for merge_ref().Michael Niedermayer2008-02-211-1/+3
* Coding style changesVitor Sessak2008-02-101-5/+6
* More code factorizationVitor Sessak2008-02-101-8/+5
* Factor duplicated loopVitor Sessak2008-02-101-9/+13
* Do not hardcode the list of pixel formats and use PIX_FMT_NB instead.Vitor Sessak2008-02-101-17/+11
* Do not hardcode the type of AVFilterFormats.formats in allocationVitor Sessak2008-02-101-3/+3
* Oops, my last commit broke compilation...Vitor Sessak2008-02-101-1/+1
* Make regression tests to pass with libavfilter.Vitor Sessak2008-02-101-2/+4
* Need to be careful when dealing with references.Vitor Sessak2008-02-101-0/+12
* 10l. parameter was unused and redundant.Vitor Sessak2008-02-101-2/+2
* avfilter_formats_unref() should remove the given reference, not the lastVitor Sessak2008-02-101-0/+15
* First libavfilter commit.Vitor Sessak2008-02-101-0/+121
OpenPOWER on IntegriCloud