summaryrefslogtreecommitdiffstats
path: root/libavformat/concatdec.c
Commit message (Expand)AuthorAgeFilesLines
* concatdec: fix broken file_inpoint calculationMarton Balint2015-08-111-1/+1
* concatdec: add support for injecting packet metadataMarton Balint2015-07-171-0/+28
* concatdec: add support for specifying outpoint of filesMarton Balint2015-07-171-4/+25
* concatdec: store eof condition in contextMarton Balint2015-07-171-1/+8
* concatdec: add support for specifying inpoint of filesMarton Balint2015-07-171-13/+26
* avformat/concatdec: copy stream metadata when using concatVadim Belov2015-07-011-0/+2
* avformat/concatdec: Enable auto_convert by defaultMichael Niedermayer2015-05-291-1/+1
* avformat/concatdec: avoid NULL dereference when failed to open file.Zhang Rui2015-01-291-0/+3
* lavf/concatdec: handle NOPTS start_time.Nicolas George2014-12-151-2/+5
* lavf/concatdec: add timestamp logStefano Sabatini2014-11-191-0/+11
* avformat: Add and use ff_copy_whitelists()Michael Niedermayer2014-10-241-3/+2
* avformat/concatdec: Forward whitelists to the subdemuxers.Michael Niedermayer2014-10-231-0/+5
* avformat/concatdec: fix "warning: explicitly assigning a variable of type int...Michael Niedermayer2014-09-101-4/+4
* lavf/concatdec: implement automatic conversions.Nicolas George2014-04-291-1/+84
* lavf/concatdec: reindent after last commit.Nicolas George2014-04-291-11/+10
* lavf/concatdec: always do stream matching.Nicolas George2014-04-291-31/+68
* lavf/concatdec: check match_streams() return value.Nicolas George2014-04-291-1/+4
* lavf/concatdec: use a structure for each stream.Nicolas George2014-04-291-12/+19
* lavf/concatdec: allow to match streams by id.Nicolas George2014-03-231-16/+90
* lavf/concatdec: reindent after last commit.Nicolas George2014-03-081-6/+5
* lavf/concatdec: more reliable test for absolute URLs.Nicolas George2014-03-081-1/+12
* avformat/concatdec: pass the interrupt callback onZhang Rui2014-02-101-0/+7
* lavf/concatdec: fix crash in case a file in script cannot be openedStefano Sabatini2013-12-181-0/+3
* Merge commit 'df9f22d42b0905385629a9d368bb5a1eef2b45ef'Michael Niedermayer2013-06-171-0/+1
* lavf/concat: reject empty scripts.Nicolas George2013-05-151-0/+2
* lavf/concatdec: remove invalid check for AVSEEK_FLAG_BACKWARD.Nicolas George2013-05-041-1/+1
* lavf/concatdec: support seeking.Nicolas George2013-03-201-2/+96
* lavf/concatdec: fix possible leak in case of malloc failure.Nicolas George2013-03-201-5/+11
* 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
OpenPOWER on IntegriCloud