]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavfilter/formats.c
Fix a __warn_memset_zero_len gcc-4.4 warning.
[frescor/ffmpeg.git] / libavfilter / formats.c
2009-10-21 stefanoCosmetics: prefer "pix_fmts" over "pix_fmt" for the...
2009-10-21 stefanoMake avfilter_make_format_list() take in input a const...
2009-10-18 stefanoRename avfilter_make_format_list2() to avfilter_make_fo...
2009-10-18 stefanoRemove avfilter_make_format_list(), it has been replaced by
2009-10-18 stefanoImplement avfilter_make_format_list2(), which is going...
2008-02-21 michaelBetter description for merge_ref().
2008-02-10 vitorCoding style changes
2008-02-10 vitorMore code factorization
2008-02-10 vitorFactor duplicated loop
2008-02-10 vitorDo not hardcode the list of pixel formats and use PIX_F...
2008-02-10 vitorDo not hardcode the type of AVFilterFormats.formats...
2008-02-10 vitorOops, my last commit broke compilation...
2008-02-10 vitorMake regression tests to pass with libavfilter.
2008-02-10 vitorNeed to be careful when dealing with references.
2008-02-10 vitor10l. parameter was unused and redundant.
2008-02-10 vitoravfilter_formats_unref() should remove the given refere...
2008-02-10 vitorFirst libavfilter commit.