summaryrefslogtreecommitdiff
path: root/libavformat/concatdec.c
Commit message (Expand)AuthorAge
* concatdec: fix metadata memleak on errorMarton Balint2015-10-05
* avformat/concatdec: Check file variable before dereferencingMichael Niedermayer2015-09-03
* concatdec: fix broken file_inpoint calculationMarton Balint2015-08-11
* concatdec: add support for injecting packet metadataMarton Balint2015-07-17
* concatdec: add support for specifying outpoint of filesMarton Balint2015-07-17
* concatdec: store eof condition in contextMarton Balint2015-07-17
* concatdec: add support for specifying inpoint of filesMarton Balint2015-07-17
* avformat/concatdec: copy stream metadata when using concatVadim Belov2015-07-01
* avformat/concatdec: Enable auto_convert by defaultMichael Niedermayer2015-05-29
* avformat/concatdec: avoid NULL dereference when failed to open file.Zhang Rui2015-01-29
* lavf/concatdec: handle NOPTS start_time.Nicolas George2014-12-15
* lavf/concatdec: add timestamp logStefano Sabatini2014-11-19
* avformat: Add and use ff_copy_whitelists()Michael Niedermayer2014-10-24
* avformat/concatdec: Forward whitelists to the subdemuxers.Michael Niedermayer2014-10-23
* avformat/concatdec: fix "warning: explicitly assigning a variable of type int...Michael Niedermayer2014-09-10
* lavf/concatdec: implement automatic conversions.Nicolas George2014-04-29
* lavf/concatdec: reindent after last commit.Nicolas George2014-04-29
* lavf/concatdec: always do stream matching.Nicolas George2014-04-29
* lavf/concatdec: check match_streams() return value.Nicolas George2014-04-29
* lavf/concatdec: use a structure for each stream.Nicolas George2014-04-29
* lavf/concatdec: allow to match streams by id.Nicolas George2014-03-23
* lavf/concatdec: reindent after last commit.Nicolas George2014-03-08
* lavf/concatdec: more reliable test for absolute URLs.Nicolas George2014-03-08
* avformat/concatdec: pass the interrupt callback onZhang Rui2014-02-10
* lavf/concatdec: fix crash in case a file in script cannot be openedStefano Sabatini2013-12-18
* Merge commit 'df9f22d42b0905385629a9d368bb5a1eef2b45ef'Michael Niedermayer2013-06-17
* lavf/concat: reject empty scripts.Nicolas George2013-05-15
* lavf/concatdec: remove invalid check for AVSEEK_FLAG_BACKWARD.Nicolas George2013-05-04
* lavf/concatdec: support seeking.Nicolas George2013-03-20
* lavf/concatdec: fix possible leak in case of malloc failure.Nicolas George2013-03-20
* lavf/concat: compute duration if possible.Nicolas George2013-03-05
* Revert "lavf/concatdec: define "ffcat" and "ffconcat" extensions"Nicolas George2013-03-05
* lavf/concatdec: define "ffcat" and "ffconcat" extensionsStefano Sabatini2013-02-28
* lavf/concatdec: add the "duration" directive.Nicolas George2013-02-24
* lavf/concatdec: allow probing.Nicolas George2013-02-13
* lavf/concatdec: add signature directive.Nicolas George2013-02-13
* lavf/concatdec: add safe option.Nicolas George2013-02-13
* concatdec: change data type to suppress warning about limited range of data t...Michael Niedermayer2012-12-17
* lavf/concatdec: avoid leaking URLs.Nicolas George2012-12-12
* lavf: add a concat demuxer.Nicolas George2012-12-06