| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/concatdec: fix "warning: explicitly assigning a variable of type int... | Michael Niedermayer | 2014-09-10 | 1 | -4/+4 |
* | lavf/concatdec: implement automatic conversions. | Nicolas George | 2014-04-29 | 1 | -1/+84 |
* | lavf/concatdec: reindent after last commit. | Nicolas George | 2014-04-29 | 1 | -11/+10 |
* | lavf/concatdec: always do stream matching. | Nicolas George | 2014-04-29 | 1 | -31/+68 |
* | lavf/concatdec: check match_streams() return value. | Nicolas George | 2014-04-29 | 1 | -1/+4 |
* | lavf/concatdec: use a structure for each stream. | Nicolas George | 2014-04-29 | 1 | -12/+19 |
* | lavf/concatdec: allow to match streams by id. | Nicolas George | 2014-03-23 | 1 | -16/+90 |
* | lavf/concatdec: reindent after last commit. | Nicolas George | 2014-03-08 | 1 | -6/+5 |
* | lavf/concatdec: more reliable test for absolute URLs. | Nicolas George | 2014-03-08 | 1 | -1/+12 |
* | avformat/concatdec: pass the interrupt callback on | Zhang Rui | 2014-02-10 | 1 | -0/+7 |
* | lavf/concatdec: fix crash in case a file in script cannot be opened | Stefano Sabatini | 2013-12-18 | 1 | -0/+3 |
* | Merge commit 'df9f22d42b0905385629a9d368bb5a1eef2b45ef' | Michael Niedermayer | 2013-06-17 | 1 | -0/+1 |
* | lavf/concat: reject empty scripts. | Nicolas George | 2013-05-15 | 1 | -0/+2 |
* | lavf/concatdec: remove invalid check for AVSEEK_FLAG_BACKWARD. | Nicolas George | 2013-05-04 | 1 | -1/+1 |
* | lavf/concatdec: support seeking. | Nicolas George | 2013-03-20 | 1 | -2/+96 |
* | lavf/concatdec: fix possible leak in case of malloc failure. | Nicolas George | 2013-03-20 | 1 | -5/+11 |
* | lavf/concat: compute duration if possible. | Nicolas George | 2013-03-05 | 1 | -0/+13 |
* | Revert "lavf/concatdec: define "ffcat" and "ffconcat" extensions" | Nicolas George | 2013-03-05 | 1 | -1/+0 |
* | lavf/concatdec: define "ffcat" and "ffconcat" extensions | Stefano Sabatini | 2013-02-28 | 1 | -0/+1 |
* | lavf/concatdec: add the "duration" directive. | Nicolas George | 2013-02-24 | 1 | -0/+15 |
* | lavf/concatdec: allow probing. | Nicolas George | 2013-02-13 | 1 | -1/+2 |
* | lavf/concatdec: add signature directive. | Nicolas George | 2013-02-13 | 1 | -0/+9 |
* | lavf/concatdec: add safe option. | Nicolas George | 2013-02-13 | 1 | -0/+44 |
* | concatdec: change data type to suppress warning about limited range of data t... | Michael Niedermayer | 2012-12-17 | 1 | -1/+1 |
* | lavf/concatdec: avoid leaking URLs. | Nicolas George | 2012-12-12 | 1 | -2/+4 |
* | lavf: add a concat demuxer. | Nicolas George | 2012-12-06 | 1 | -0/+221 |