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