index
:
ffmpeg
master
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
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavformat
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't manipulate duration when it's AV_NOPTS_VALUE.
Dale Curtis
2017-12-02
1
-1
/
+1
*
avformat/utils: Prevent undefined shift with wrap_bits > 64.
Dale Curtis
2017-12-02
1
-2
/
+3
*
Close ogg stream upon error when using AV_EF_EXPLODE.
Dale Curtis
2017-12-02
1
-1
/
+3
*
avformat/mov: Propagate errors in mov_switch_root.
Jacob Trimble
2017-12-02
1
-2
/
+5
*
avformat/mov: Check size of STSC allocation
Fredrik Hubinette
2017-12-02
1
-0
/
+2
*
avformat: Free the internal codec context at the end
Luca Barbato
2017-12-02
1
-6
/
+1
*
avformat/asfdec: Fix DoS in asf_build_simple_index()
Michael Niedermayer
2017-09-08
1
-0
/
+5
*
avformat/mov: Fix DoS in read_tfra()
Michael Niedermayer
2017-09-08
1
-0
/
+7
*
avformat/mxfdec: Fix Sign error in mxf_read_primer_pack()
孙浩(晓黑)
2017-09-01
1
-1
/
+1
*
avformat/mxfdec: Fix DoS issues in mxf_read_index_entry_array()
孙浩(晓黑)
2017-09-01
1
-0
/
+4
*
avformat/nsvdec: Fix DoS due to lack of eof check in nsvs_file_offset loop.
孙浩(晓黑)
2017-09-01
1
-1
/
+4
*
avformat/mvdec: Fix DoS due to lack of eof check
Michael Niedermayer
2017-08-28
1
-0
/
+2
*
avformat/rl2: Fix DoS due to lack of eof check
孙浩 and 张洪亮(望初)
2017-08-28
1
-3
/
+12
*
avformat/rmdec: Fix DoS due to lack of eof check
孙浩 and 张洪亮(望初)
2017-08-28
1
-1
/
+4
*
avformat/cinedec: Fix DoS due to lack of eof check
孙浩 and 张洪亮(望初)
2017-08-28
1
-1
/
+5
*
avformat/asfdec: Fix DoS due to lack of eof check
孙浩 and 张洪亮(望初)
2017-08-28
1
-2
/
+4
*
avformat/hls: Fix DoS due to infinite loop
Michael Niedermayer
2017-08-28
1
-0
/
+7
*
avformat/aviobuf: Fix signed integer overflow in avio_seek()
Vitaly Buka
2017-08-24
1
-0
/
+2
*
avformat/mov: Fix signed integer overflows with total_size
Vitaly Buka
2017-08-24
1
-1
/
+1
*
avformat/utils: fix memory leak in avformat_free_context
Steven Siloti
2017-08-05
1
-1
/
+1
*
avformat/rtmppkt: Convert ff_amf_get_field_value() to bytestream2
Michael Niedermayer
2017-07-29
1
-20
/
+37
*
avformat/rtmppkt: Convert ff_amf_tag_size() to bytestream2
Michael Niedermayer
2017-07-29
1
-20
/
+48
*
avformat/oggparsecelt: Do not re-allocate os->private
Michael Niedermayer
2017-07-26
1
-2
/
+7
*
avformat/hls: Check local file extensions
Michael Niedermayer
2017-06-20
1
-1
/
+17
*
avformat/options: log filename on open
Michael Niedermayer
2017-06-04
2
-1
/
+13
*
avformat/avidec: Limit formats in gab2 to srt and ass/ssa
Michael Niedermayer
2017-05-31
1
-0
/
+3
*
avformat/mux: Fix copy an paste typo
Michael Niedermayer
2017-05-27
1
-1
/
+1
*
avformat/concatdec: fix the h264 annexb extradata check
James Almer
2017-05-17
1
-2
/
+5
*
avformat/utils: free AVStream.codec properly in free_stream()
Aaron Levinson
2017-05-17
1
-3
/
+1
*
avformat/wavdec: Check chunk_size
李赞
2017-05-17
1
-0
/
+2
*
avformat/webmdashenc: Validate the 'streams' adaptation sets parameter
Derek Buitenhuis
2017-05-17
1
-1
/
+5
*
avformat/webmdashenc: Require the 'adaptation_sets' option to be set
Derek Buitenhuis
2017-05-17
1
-0
/
+4
*
avformat/oggparsedaala: Do not leave an invalid value in gpshift
Michael Niedermayer
2017-05-17
1
-0
/
+1
*
avformat/oggparsedaala: Check duration for AV_NOPTS_VALUE
Michael Niedermayer
2017-05-17
1
-1
/
+1
*
avformat/http: Check for truncated buffers in http_connect()
Michael Niedermayer
2017-05-17
1
-1
/
+10
*
avformat/apng: fix setting frame delay when max_fps is set to no limit
James Almer
2017-03-21
1
-1
/
+1
*
lavf/mpeg: Initialize a stack variable used by memcmp().
Carl Eugen Hoyos
2017-02-21
1
-1
/
+1
*
lavf/mov.c: Avoid heap allocation wraps in mov_read_{senc,saiz}()
n3.0.7
Matt Wolenetz
2017-02-10
1
-2
/
+2
*
lavf/mov.c: Avoid OOB in mov_read_udta_string()
Matt Wolenetz
2017-02-10
1
-2
/
+2
*
lavf/mov.c: Avoid heap allocation wrap in mov_read_uuid
Matt Wolenetz
2017-02-08
1
-1
/
+1
*
lavf/mov.c: Avoid heap allocation wrap in mov_read_hdlr
Matt Wolenetz
2017-02-08
1
-0
/
+2
*
lavf/matroskadec: fix is_keyframe for early Blocks
Chris Cunningham
2017-02-06
1
-3
/
+7
*
avformat/flacdec: Check avio_read result when reading flac block header.
Frank Liberato
2017-02-03
1
-1
/
+2
*
avformat/avidec: skip odml master index chunks in avi_sync
Tobias Rapp
2017-02-03
1
-1
/
+2
*
avformat/utils: Print verbose error message if stream count exceeds max_streams
Michael Niedermayer
2017-02-03
1
-1
/
+4
*
avformat/options_table: Set the default maximum number of streams to 1000
Michael Niedermayer
2017-02-03
1
-1
/
+1
*
avformat: Add max_streams option
Michael Niedermayer
2016-12-10
3
-1
/
+9
*
avformat/oggdec: Skip streams in duration correction that did not had their d...
Michael Niedermayer
2016-12-09
1
-0
/
+2
*
http: move chunk handling from http_read_stream() to http_buf_read().
Ronald S. Bultje
2016-12-05
1
-26
/
+31
*
http: make length/offset-related variables unsigned.
Ronald S. Bultje
2016-12-05
1
-32
/
+38
[next]