summaryrefslogtreecommitdiff
path: root/libavformat/concatdec.c
Commit message (Expand)AuthorAge
* avcodec/packet: Also change av_packet_pack/unpack_dictionary to size_tAndreas Rheinhardt2021-03-19
* avformat/concatdec: use av_strstart()Michael Niedermayer2020-11-03
* avformat/concatdec: Avoid duplicating buffer when adding side-dataAndreas Rheinhardt2020-05-28
* avformat: Remove unnecessary av_packet_unref()Andreas Rheinhardt2020-02-10
* avformat: Don't free old extradata before ff_alloc/get_extradataAndreas Rheinhardt2019-12-12
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-21
* avformat/concatdec: always re-calculate start time and durationMarton Balint2019-01-22
* avformat/concatdec: fix cur_dts based duration calculation with nonzero strea...Marton Balint2019-01-22
* avformat/concatdec: factorize the duration calculating functionMarton Balint2019-01-22
* avformat/concatdec: always allow seeking to startMarton Balint2018-12-30
* avformat/concatdec: only set output stream index before returning packetMarton Balint2018-04-02
* avformat/concatdec: add support for very long line sizesMarton Balint2018-02-24
* avformat: migrate to AVFormatContext->urlMarton Balint2018-01-28
* lavf/concatdec: properly init streams timestamp parameters.Nicolas George2017-12-31
* avformat/concatdec: add fallback for calculating file durationJustin Ruggles2017-08-31
* concatdec: Do not pass NULL to memcmpDerek Buitenhuis2017-07-06
* lavf/concatdec: do not transfer custom IO flagClément Bœsch2017-05-22
* avformat/concatdec: port to the new bitstream filter APIJames Almer2017-05-03
* avformat/concatdec: fix the h264 annexb extradata checkJames Almer2017-04-25
* concatdec: pass AVFormatContext flags to sub demuxerwm42017-03-09
* avformat/concatdec: don't call open_file when seek position within a fileraymondzheng1412@gmail.com2016-09-28
* lavf/concatdec: clear extradata when inserting h264_mp4toannexb bsf.Nicolas George2016-04-26
* lavf/concatdec: remove unrelated change during codecpar merge.Nicolas George2016-04-26
* avformat/concatdec: Use correct stream count on closeTimo Rothenpieler2016-04-11
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
* avformat/concatdec: set safe mode to enabled instead of autoMichael Niedermayer2016-03-10
* avformat: Add a protocol blacklisting APIDerek Buitenhuis2016-03-04
* lavf/concatdec: do not access packet if av_read_frame returned errorMarton Balint2016-01-10
* avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-04
* concatdec: add option for adding segment start time and duration metadataMarton Balint2015-11-25
* concatdec: simplify duration calculation in open_next_fileMarton Balint2015-11-25
* concatdec: calculate duration early if outpoint is knownMarton Balint2015-11-25
* Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-27
* concatdec: fix file_start_time calculation regressionMarton Balint2015-10-17
* 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