summaryrefslogtreecommitdiffstats
path: root/libavfilter/formats.c
Commit message (Expand)AuthorAgeFilesLines
...
* | avfilter: Error out from avfilter_merge_formats() when there are duplicatesMichael Niedermayer2011-11-231-1/+6
* | avfilter: dont write out of array for duplicate formats in avfilter_merge_for...Michael Niedermayer2011-11-231-1/+3
* | Make another static array const.Reimar Döffinger2011-11-051-1/+1
* | libavfilter/formats.c: fix compile of testMichael Niedermayer2011-09-161-1/+1
* | lavfi: add avfilter_all_channel_layouts public symbolStefano Sabatini2011-09-161-17/+24
* | lavfi: rename avfilter_all_* function names to avfilter_make_all_*Stefano Sabatini2011-09-161-2/+9
* | lavfi: consistently use int for sample_rate in AVFilterLink and AVFilterBuffe...Stefano Sabatini2011-09-121-2/+2
* | lavfi: add ff_parse_pixel_format() internal function, and use itStefano Sabatini2011-08-231-0/+15
* | lavfi: complain and exit for invalid named values in ff_parse_packing_format()Stefano Sabatini2011-08-161-2/+5
* | lavfi: add internal functions for parsing format argumentsMina Nagy Zaki2011-08-141-0/+59
* | lavfi: add audio channel packing negotiation fieldsMina Nagy Zaki2011-07-161-0/+11
* | lavfi: make pix_fmt_is_in() in vf_lut.c an internal functionStefano Sabatini2011-07-011-0/+12
* | lavfi: minor style fixes in formats.cStefano Sabatini2011-06-221-11/+11
* | lavfi: add layout negotiation fields and helper functions.Mina Nagy Zaki2011-06-191-0/+22
* | lavfi: use int64_t lists in AVFilteFormatsMina Nagy Zaki2011-06-191-12/+28
* | lavfi: fix realloc size computation in avfilter_add_format()Stefano Sabatini2011-06-191-1/+1
* | lavfi: avfilter_merge_formats: handle case where inputs are sameMina Nagy Zaki2011-06-101-0/+2
* | lavfi: handle NULL lists in avfilter_make_format_listMina Nagy Zaki2011-06-081-5/+8
|/
* 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