index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
concatdec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avformat/concatdec: use av_strstart()
Michael Niedermayer
2021-02-02
1
-4
/
+4
*
avformat/concatdec: Avoid duplicating buffer when adding side-data
Andreas Rheinhardt
2020-05-28
1
-6
/
+5
*
avformat: Remove unnecessary av_packet_unref()
Andreas Rheinhardt
2020-02-10
1
-3
/
+1
*
avformat: Don't free old extradata before ff_alloc/get_extradata
Andreas Rheinhardt
2019-12-12
1
-4
/
+0
*
lavf: Constify the probe function argument.
Carl Eugen Hoyos
2019-03-21
1
-1
/
+1
*
avformat/concatdec: always re-calculate start time and duration
Marton Balint
2019-01-22
1
-8
/
+6
*
avformat/concatdec: fix cur_dts based duration calculation with nonzero strea...
Marton Balint
2019-01-22
1
-1
/
+1
*
avformat/concatdec: factorize the duration calculating function
Marton Balint
2019-01-22
1
-14
/
+23
*
avformat/concatdec: always allow seeking to start
Marton Balint
2018-12-30
1
-2
/
+7
*
avformat/concatdec: only set output stream index before returning packet
Marton Balint
2018-04-02
1
-1
/
+1
*
avformat/concatdec: add support for very long line sizes
Marton Balint
2018-02-24
1
-8
/
+11
*
avformat: migrate to AVFormatContext->url
Marton Balint
2018-01-28
1
-2
/
+2
*
lavf/concatdec: properly init streams timestamp parameters.
Nicolas George
2017-12-31
1
-1
/
+1
*
avformat/concatdec: add fallback for calculating file duration
Justin Ruggles
2017-08-31
1
-2
/
+18
*
concatdec: Do not pass NULL to memcmp
Derek Buitenhuis
2017-07-06
1
-1
/
+1
*
lavf/concatdec: do not transfer custom IO flag
Clément Bœsch
2017-05-22
1
-1
/
+1
*
avformat/concatdec: port to the new bitstream filter API
James Almer
2017-05-03
1
-65
/
+31
*
avformat/concatdec: fix the h264 annexb extradata check
James Almer
2017-04-25
1
-2
/
+5
*
concatdec: pass AVFormatContext flags to sub demuxer
wm4
2017-03-09
1
-0
/
+1
*
avformat/concatdec: don't call open_file when seek position within a file
raymondzheng1412@gmail.com
2016-09-28
1
-7
/
+17
*
lavf/concatdec: clear extradata when inserting h264_mp4toannexb bsf.
Nicolas George
2016-04-26
1
-0
/
+6
*
lavf/concatdec: remove unrelated change during codecpar merge.
Nicolas George
2016-04-26
1
-5
/
+0
*
avformat/concatdec: Use correct stream count on close
Timo Rothenpieler
2016-04-11
1
-1
/
+1
*
Merge commit '9200514ad8717c63f82101dc394f4378854325bf'
Derek Buitenhuis
2016-04-10
1
-13
/
+57
*
avformat/concatdec: set safe mode to enabled instead of auto
Michael Niedermayer
2016-03-10
1
-1
/
+1
*
avformat: Add a protocol blacklisting API
Derek Buitenhuis
2016-03-04
1
-1
/
+1
*
lavf/concatdec: do not access packet if av_read_frame returned error
Marton Balint
2016-01-10
1
-3
/
+7
*
avformat: use AV_OPT_TYPE_BOOL in a bunch of places
Clément Bœsch
2015-12-04
1
-2
/
+2
*
concatdec: add option for adding segment start time and duration metadata
Marton Balint
2015-11-25
1
-0
/
+10
*
concatdec: simplify duration calculation in open_next_file
Marton Balint
2015-11-25
1
-7
/
+2
*
concatdec: calculate duration early if outpoint is known
Marton Balint
2015-11-25
1
-0
/
+2
*
Replace remaining occurances of av_free_packet with av_packet_unref
Hendrik Leppkes
2015-10-27
1
-1
/
+1
*
concatdec: fix file_start_time calculation regression
Marton Balint
2015-10-17
1
-1
/
+1
*
concatdec: fix metadata memleak on error
Marton Balint
2015-10-05
1
-5
/
+5
*
avformat/concatdec: Check file variable before dereferencing
Michael Niedermayer
2015-09-03
1
-0
/
+5
*
concatdec: fix broken file_inpoint calculation
Marton Balint
2015-08-11
1
-1
/
+1
*
concatdec: add support for injecting packet metadata
Marton Balint
2015-07-17
1
-0
/
+28
*
concatdec: add support for specifying outpoint of files
Marton Balint
2015-07-17
1
-4
/
+25
*
concatdec: store eof condition in context
Marton Balint
2015-07-17
1
-1
/
+8
*
concatdec: add support for specifying inpoint of files
Marton Balint
2015-07-17
1
-13
/
+26
*
avformat/concatdec: copy stream metadata when using concat
Vadim Belov
2015-07-01
1
-0
/
+2
*
avformat/concatdec: Enable auto_convert by default
Michael Niedermayer
2015-05-29
1
-1
/
+1
*
avformat/concatdec: avoid NULL dereference when failed to open file.
Zhang Rui
2015-01-29
1
-0
/
+3
*
lavf/concatdec: handle NOPTS start_time.
Nicolas George
2014-12-15
1
-2
/
+5
*
lavf/concatdec: add timestamp log
Stefano Sabatini
2014-11-19
1
-0
/
+11
*
avformat: Add and use ff_copy_whitelists()
Michael Niedermayer
2014-10-24
1
-3
/
+2
*
avformat/concatdec: Forward whitelists to the subdemuxers.
Michael Niedermayer
2014-10-23
1
-0
/
+5
*
avformat/concatdec: fix "warning: explicitly assigning a variable of type int...
Michael Niedermayer
2014-09-10
1
-4
/
+4
*
lavf/concatdec: implement automatic conversions.
Nicolas George
2014-04-29
1
-1
/
+84
*
lavf/concatdec: reindent after last commit.
Nicolas George
2014-04-29
1
-11
/
+10
[next]