summaryrefslogtreecommitdiff
path: root/libavfilter/avf_concat.c
Commit message (Collapse)AuthorAge
* lavfi: add priv class to filter definitions and flags to filter internal optionsStefano Sabatini2012-08-18
| | | | | This allows the iteration callbacks to discover the internal class and options, and show them when required.
* avf_concat: fix permissions.Nicolas George2012-08-17
|
* avf_concat: fix silence duration.Nicolas George2012-07-28
| | | | | concat_in.pts starts at 0 for each segment, so the duration of the silence was too long, except at the first stitch.
* avf_concat: fix min value for v option.Nicolas George2012-07-28
|
* lavfi: add concat filter.Nicolas George2012-07-23