]> git.sesse.net Git - ffmpeg/history - libavfilter/formats.c
When inserting a filter, don't lose any information we may already have
[ffmpeg] / libavfilter / formats.c
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.