summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-06-16Merge commit 'df9f22d42b0905385629a9d368bb5a1eef2b45ef'Michael Niedermayer7-150/+187
2013-05-15lavf/concat: reject empty scripts.Nicolas George1-0/+2
2013-05-04lavf/concatdec: remove invalid check for AVSEEK_FLAG_BACKWARD.Nicolas George1-1/+1
2013-03-20lavf/concatdec: support seeking.Nicolas George2-2/+99
2013-03-20lavf/concatdec: fix possible leak in case of malloc failure.Nicolas George1-5/+11
2013-03-05lavf/concat: compute duration if possible.Nicolas George1-0/+13
2013-03-05Revert "lavf/concatdec: define "ffcat" and "ffconcat" extensions"Nicolas George2-2/+1
2013-02-27lavf/concatdec: define "ffcat" and "ffconcat" extensionsStefano Sabatini2-1/+2
2013-02-24lavf/concatdec: add the "duration" directive.Nicolas George2-0/+22
2013-02-13lavf/concatdec: allow probing.Nicolas George2-3/+6
2013-02-13lavf/concatdec: add signature directive.Nicolas George2-0/+13
2013-02-13lavf/concatdec: add safe option.Nicolas George2-0/+64
2012-12-17concatdec: change data type to suppress warning about limited range of data t...Michael Niedermayer1-1/+1
2012-12-12lavf/concatdec: avoid leaking URLs.Nicolas George1-2/+4
2012-12-06lavf: add a concat demuxer.Nicolas George6-1/+256