summaryrefslogtreecommitdiff
path: root/libavformat/concatdec.c
Commit message (Expand)AuthorAgeFilesLines
* lavf/concat: compute duration if possible.Nicolas George2013-03-051-0/+13
* Revert "lavf/concatdec: define "ffcat" and "ffconcat" extensions"Nicolas George2013-03-051-1/+0
* lavf/concatdec: define "ffcat" and "ffconcat" extensionsStefano Sabatini2013-02-281-0/+1
* lavf/concatdec: add the "duration" directive.Nicolas George2013-02-241-0/+15
* lavf/concatdec: allow probing.Nicolas George2013-02-131-1/+2
* lavf/concatdec: add signature directive.Nicolas George2013-02-131-0/+9
* lavf/concatdec: add safe option.Nicolas George2013-02-131-0/+44
* concatdec: change data type to suppress warning about limited range of data t...Michael Niedermayer2012-12-171-1/+1
* lavf/concatdec: avoid leaking URLs.Nicolas George2012-12-121-2/+4
* lavf: add a concat demuxer.Nicolas George2012-12-061-0/+221