summaryrefslogtreecommitdiffstats
path: root/libavformat/concatdec.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/concatdec: Use correct stream count on closeTimo Rothenpieler2016-04-111-1/+1
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-13/+57
* avformat/concatdec: set safe mode to enabled instead of autoMichael Niedermayer2016-03-101-1/+1
* avformat: Add a protocol blacklisting APIDerek Buitenhuis2016-03-041-1/+1
* lavf/concatdec: do not access packet if av_read_frame returned errorMarton Balint2016-01-101-3/+7
* avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-041-2/+2
* concatdec: add option for adding segment start time and duration metadataMarton Balint2015-11-251-0/+10
* concatdec: simplify duration calculation in open_next_fileMarton Balint2015-11-251-7/+2
* concatdec: calculate duration early if outpoint is knownMarton Balint2015-11-251-0/+2
* Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-271-1/+1
* concatdec: fix file_start_time calculation regressionMarton Balint2015-10-171-1/+1
* concatdec: fix metadata memleak on errorMarton Balint2015-10-051-5/+5
* avformat/concatdec: Check file variable before dereferencingMichael Niedermayer2015-09-031-0/+5
* 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
OpenPOWER on IntegriCloud