Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-26lavf/concatdec: clear extradata when inserting h264_mp4toannexb bsf.Nicolas George
2016-04-26lavf/concatdec: remove unrelated change during codecpar merge.Nicolas George
2016-04-11avformat/concatdec: Use correct stream count on closeTimo Rothenpieler
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-03-10avformat/concatdec: set safe mode to enabled instead of autoMichael Niedermayer
2016-03-04avformat: Add a protocol blacklisting APIDerek Buitenhuis
2016-01-10lavf/concatdec: do not access packet if av_read_frame returned errorMarton Balint
2015-12-04avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch
2015-11-25concatdec: add option for adding segment start time and duration metadataMarton Balint
2015-11-25concatdec: simplify duration calculation in open_next_fileMarton Balint
2015-11-25concatdec: calculate duration early if outpoint is knownMarton Balint
2015-10-27Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes
2015-10-17concatdec: fix file_start_time calculation regressionMarton Balint
2015-10-05concatdec: fix metadata memleak on errorMarton Balint
2015-09-03avformat/concatdec: Check file variable before dereferencingMichael Niedermayer
2015-08-11concatdec: fix broken file_inpoint calculationMarton Balint
2015-07-17concatdec: add support for injecting packet metadataMarton Balint
2015-07-17concatdec: add support for specifying outpoint of filesMarton Balint
2015-07-17concatdec: store eof condition in contextMarton Balint
2015-07-17concatdec: add support for specifying inpoint of filesMarton Balint
2015-07-01avformat/concatdec: copy stream metadata when using concatVadim Belov
2015-05-29avformat/concatdec: Enable auto_convert by defaultMichael Niedermayer
2015-01-29avformat/concatdec: avoid NULL dereference when failed to open file.Zhang Rui
2014-12-15lavf/concatdec: handle NOPTS start_time.Nicolas George
2014-11-19lavf/concatdec: add timestamp logStefano Sabatini
2014-10-24avformat: Add and use ff_copy_whitelists()Michael Niedermayer
2014-10-23avformat/concatdec: Forward whitelists to the subdemuxers.Michael Niedermayer
2014-09-10avformat/concatdec: fix "warning: explicitly assigning a variable of type int...Michael Niedermayer
2014-04-29lavf/concatdec: implement automatic conversions.Nicolas George
2014-04-29lavf/concatdec: reindent after last commit.Nicolas George
2014-04-29lavf/concatdec: always do stream matching.Nicolas George
2014-04-29lavf/concatdec: check match_streams() return value.Nicolas George
2014-04-29lavf/concatdec: use a structure for each stream.Nicolas George
2014-03-23lavf/concatdec: allow to match streams by id.Nicolas George
2014-03-08lavf/concatdec: reindent after last commit.Nicolas George
2014-03-08lavf/concatdec: more reliable test for absolute URLs.Nicolas George
2014-02-10avformat/concatdec: pass the interrupt callback onZhang Rui
2013-12-18lavf/concatdec: fix crash in case a file in script cannot be openedStefano Sabatini
2013-06-17Merge commit 'df9f22d42b0905385629a9d368bb5a1eef2b45ef'Michael Niedermayer
2013-05-15lavf/concat: reject empty scripts.Nicolas George
2013-05-04lavf/concatdec: remove invalid check for AVSEEK_FLAG_BACKWARD.Nicolas George
2013-03-20lavf/concatdec: support seeking.Nicolas George
2013-03-20lavf/concatdec: fix possible leak in case of malloc failure.Nicolas George
2013-03-05lavf/concat: compute duration if possible.Nicolas George
2013-03-05Revert "lavf/concatdec: define "ffcat" and "ffconcat" extensions"Nicolas George
2013-02-28lavf/concatdec: define "ffcat" and "ffconcat" extensionsStefano Sabatini
2013-02-24lavf/concatdec: add the "duration" directive.Nicolas George
2013-02-13lavf/concatdec: allow probing.Nicolas George
2013-02-13lavf/concatdec: add signature directive.Nicolas George
2013-02-13lavf/concatdec: add safe option.Nicolas George