]> git.sesse.net Git - ffmpeg/history - libavfilter/avfilter.c
Add a filter to cut video frames into smaller slices.
[ffmpeg] / libavfilter / avfilter.c
2008-02-15 Vitor SessakAdd a filter to cut video frames into smaller slices.
2008-02-15 Vitor SessakProvide some default functions to simplify the implemen...
2008-02-15 Vitor Sessakcosmetic: more vertical alignment
2008-02-15 Vitor SessakRework filter initialization sequence. Now supports...
2008-02-15 Vitor SessakSupport passing parameters to filters.
2008-02-15 Vitor SessakCosmetic: align arguments to memcpys
2008-02-15 Vitor SessakEven better way to pass size to memcpy.
2008-02-15 Vitor Sessaktypo
2008-02-15 Vitor SessakFix a pointer type
2008-02-15 Vitor SessakMake linesize a per-reference property
2008-02-15 Vitor SessakUse memcpy() to copy an array.
2008-02-15 Vitor SessakSome simple filters for testing
2008-02-15 Vitor SessakInitial stab at an API