summaryrefslogtreecommitdiffstats
path: root/libavformat/concatdec.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* avformat/concatdec: always re-calculate start time and durationMarton Balint2019-01-221-8/+6
* avformat/concatdec: fix cur_dts based duration calculation with nonzero strea...Marton Balint2019-01-221-1/+1
* avformat/concatdec: factorize the duration calculating functionMarton Balint2019-01-221-14/+23
* avformat/concatdec: always allow seeking to startMarton Balint2018-12-301-2/+7
* avformat/concatdec: only set output stream index before returning packetMarton Balint2018-04-021-1/+1
* avformat/concatdec: add support for very long line sizesMarton Balint2018-02-241-8/+11
* avformat: migrate to AVFormatContext->urlMarton Balint2018-01-281-2/+2
* lavf/concatdec: properly init streams timestamp parameters.Nicolas George2017-12-311-1/+1
* avformat/concatdec: add fallback for calculating file durationJustin Ruggles2017-08-311-2/+18
* concatdec: Do not pass NULL to memcmpDerek Buitenhuis2017-07-061-1/+1
* lavf/concatdec: do not transfer custom IO flagClément Bœsch2017-05-221-1/+1
* avformat/concatdec: port to the new bitstream filter APIJames Almer2017-05-031-65/+31
* avformat/concatdec: fix the h264 annexb extradata checkJames Almer2017-04-251-2/+5
* concatdec: pass AVFormatContext flags to sub demuxerwm42017-03-091-0/+1
* avformat/concatdec: don't call open_file when seek position within a fileraymondzheng1412@gmail.com2016-09-281-7/+17
* lavf/concatdec: clear extradata when inserting h264_mp4toannexb bsf.Nicolas George2016-04-261-0/+6
* lavf/concatdec: remove unrelated change during codecpar merge.Nicolas George2016-04-261-5/+0
* 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
OpenPOWER on IntegriCloud