summaryrefslogtreecommitdiff
path: root/libavfilter/formats.c
Commit message (Expand)AuthorAge
* libavfilter/formats.c: fix compile of testMichael Niedermayer2011-09-16
* lavfi: add avfilter_all_channel_layouts public symbolStefano Sabatini2011-09-16
* lavfi: rename avfilter_all_* function names to avfilter_make_all_*Stefano Sabatini2011-09-16
* lavfi: consistently use int for sample_rate in AVFilterLink and AVFilterBuffe...Stefano Sabatini2011-09-12
* lavfi: add ff_parse_pixel_format() internal function, and use itStefano Sabatini2011-08-23
* lavfi: complain and exit for invalid named values in ff_parse_packing_format()Stefano Sabatini2011-08-16
* lavfi: add internal functions for parsing format argumentsMina Nagy Zaki2011-08-14
* lavfi: add audio channel packing negotiation fieldsMina Nagy Zaki2011-07-16
* lavfi: make pix_fmt_is_in() in vf_lut.c an internal functionStefano Sabatini2011-07-01
* lavfi: minor style fixes in formats.cStefano Sabatini2011-06-22
* lavfi: add layout negotiation fields and helper functions.Mina Nagy Zaki2011-06-19
* lavfi: use int64_t lists in AVFilteFormatsMina Nagy Zaki2011-06-19
* lavfi: fix realloc size computation in avfilter_add_format()Stefano Sabatini2011-06-19
* lavfi: avfilter_merge_formats: handle case where inputs are sameMina Nagy Zaki2011-06-10
* lavfi: handle NULL lists in avfilter_make_format_listMina Nagy Zaki2011-06-08
* 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