]> git.sesse.net Git - ffmpeg/history - libavfilter/formats.c
Rename AVFilterPicRef to AVFilterBufferRef.
[ffmpeg] / libavfilter / formats.c
2010-07-22 S.N. Hemanth Meena... Generalize pixel format enum fields to int formats.
2010-01-08 Stefano SabatiniFix compilation on gcc 2.95.3 (still supported) broken...
2010-01-07 Stefano SabatiniMake avfilter_formats_unref(AVFilterFormats **ref)...
2010-01-06 Stefano SabatiniChange avfilter_add_colorspace() to make it accept...
2010-01-04 Stefano SabatiniMake avfilter_all_colorspaces() add to the returned...
2010-01-03 Stefano SabatiniImplement avfilter_add_colorspace().
2009-10-21 Stefano SabatiniCosmetics: prefer "pix_fmts" over "pix_fmt" for the...
2009-10-21 Stefano SabatiniMake avfilter_make_format_list() take in input a const...
2009-10-18 Stefano SabatiniRename avfilter_make_format_list2() to avfilter_make_fo...
2009-10-18 Stefano SabatiniRemove avfilter_make_format_list(), it has been replaced by
2009-10-18 Stefano SabatiniImplement avfilter_make_format_list2(), which is going...
2008-02-21 Michael NiedermayerBetter description for merge_ref().
2008-02-10 Vitor SessakCoding style changes
2008-02-10 Vitor SessakMore code factorization
2008-02-10 Vitor SessakFactor duplicated loop
2008-02-10 Vitor SessakDo not hardcode the list of pixel formats and use PIX_F...
2008-02-10 Vitor SessakDo not hardcode the type of AVFilterFormats.formats...
2008-02-10 Vitor SessakOops, my last commit broke compilation...
2008-02-10 Vitor SessakMake regression tests to pass with libavfilter.
2008-02-10 Vitor SessakNeed to be careful when dealing with references.
2008-02-10 Vitor Sessak10l. parameter was unused and redundant.
2008-02-10 Vitor Sessakavfilter_formats_unref() should remove the given refere...
2008-02-10 Vitor SessakFirst libavfilter commit.