index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavformat
/
concatdec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
lavf/concatdec: always do stream matching.
Nicolas George
2014-04-29
1
-31
/
+68
*
lavf/concatdec: check match_streams() return value.
Nicolas George
2014-04-29
1
-1
/
+4
*
lavf/concatdec: use a structure for each stream.
Nicolas George
2014-04-29
1
-12
/
+19
*
lavf/concatdec: allow to match streams by id.
Nicolas George
2014-03-23
1
-16
/
+90
*
lavf/concatdec: reindent after last commit.
Nicolas George
2014-03-08
1
-6
/
+5
*
lavf/concatdec: more reliable test for absolute URLs.
Nicolas George
2014-03-08
1
-1
/
+12
*
avformat/concatdec: pass the interrupt callback on
Zhang Rui
2014-02-10
1
-0
/
+7
*
lavf/concatdec: fix crash in case a file in script cannot be opened
Stefano Sabatini
2013-12-18
1
-0
/
+3
*
Merge commit 'df9f22d42b0905385629a9d368bb5a1eef2b45ef'
Michael Niedermayer
2013-06-17
1
-0
/
+1
*
lavf/concat: reject empty scripts.
Nicolas George
2013-05-15
1
-0
/
+2
*
lavf/concatdec: remove invalid check for AVSEEK_FLAG_BACKWARD.
Nicolas George
2013-05-04
1
-1
/
+1
*
lavf/concatdec: support seeking.
Nicolas George
2013-03-20
1
-2
/
+96
*
lavf/concatdec: fix possible leak in case of malloc failure.
Nicolas George
2013-03-20
1
-5
/
+11
*
lavf/concat: compute duration if possible.
Nicolas George
2013-03-05
1
-0
/
+13
*
Revert "lavf/concatdec: define "ffcat" and "ffconcat" extensions"
Nicolas George
2013-03-05
1
-1
/
+0
*
lavf/concatdec: define "ffcat" and "ffconcat" extensions
Stefano Sabatini
2013-02-28
1
-0
/
+1
*
lavf/concatdec: add the "duration" directive.
Nicolas George
2013-02-24
1
-0
/
+15
*
lavf/concatdec: allow probing.
Nicolas George
2013-02-13
1
-1
/
+2
*
lavf/concatdec: add signature directive.
Nicolas George
2013-02-13
1
-0
/
+9
*
lavf/concatdec: add safe option.
Nicolas George
2013-02-13
1
-0
/
+44
*
concatdec: change data type to suppress warning about limited range of data t...
Michael Niedermayer
2012-12-17
1
-1
/
+1
*
lavf/concatdec: avoid leaking URLs.
Nicolas George
2012-12-12
1
-2
/
+4
*
lavf: add a concat demuxer.
Nicolas George
2012-12-06
1
-0
/
+221