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