summaryrefslogtreecommitdiff
path: root/libavfilter/formats.c
Commit message (Expand)AuthorAge
* 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