lavfi: add trim and atrim filters.
authorAnton Khirnov <anton@khirnov.net>
Tue, 2 Apr 2013 17:30:11 +0000 (19:30 +0200)
committerAnton Khirnov <anton@khirnov.net>
Tue, 30 Apr 2013 09:24:57 +0000 (11:24 +0200)
commita1e05b0487a1939334c2920fc7f9936bc9efe876
tree6aec5577b04f68d9a6d42176f7d9f489911ac2cb
parentb472938233b98178ed6c1353c37e0dc7ab585902
lavfi: add trim and atrim filters.
15 files changed:
Changelog
doc/filters.texi
libavfilter/Makefile
libavfilter/allfilters.c
libavfilter/trim.c [new file with mode: 0644]
tests/fate/filter-audio.mak
tests/fate/filter-video.mak
tests/ref/fate/filter-atrim-duration [new file with mode: 0644]
tests/ref/fate/filter-atrim-mixed [new file with mode: 0644]
tests/ref/fate/filter-atrim-samples [new file with mode: 0644]
tests/ref/fate/filter-atrim-time [new file with mode: 0644]
tests/ref/fate/filter-trim-duration [new file with mode: 0644]
tests/ref/fate/filter-trim-frame [new file with mode: 0644]
tests/ref/fate/filter-trim-mixed [new file with mode: 0644]
tests/ref/fate/filter-trim-time [new file with mode: 0644]