| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/mov: Move +1 in check to avoid hypothetical overflow in add_ctts_ent... | Michael Niedermayer | 2018-04-13 | 1 | -1/+1 |
* | avformat/mov: Check STSC and remove invalid entries | Michael Niedermayer | 2018-04-13 | 1 | -0/+20 |
* | avformat/mov: Fix integer overflows related to sample_duration | Michael Niedermayer | 2018-04-13 | 1 | -5/+15 |
* | avformat/oggparsedaala: Do not adjust AV_NOPTS_VALUE | Michael Niedermayer | 2018-04-13 | 1 | -1/+5 |
* | avformat/oggparseogm: Check lb against psize | Michael Niedermayer | 2018-04-13 | 1 | -0/+3 |
* | avformat/oggparseogm: Fix undefined shift in ogm_packet() | Michael Niedermayer | 2018-04-13 | 1 | -1/+1 |
* | avformat/avidec: Fix integer overflow in cum_len check | Michael Niedermayer | 2018-04-13 | 1 | -1/+1 |
* | avformat/oggparsetheora: Do not adjust AV_NOPTS_VALUE | Michael Niedermayer | 2018-04-13 | 1 | -1/+5 |
* | avformat/utils: Fix integer overflow of fps_first/last_dts | Michael Niedermayer | 2018-04-13 | 1 | -1/+1 |
* | avformat/oggdec: Fix metadata memleak on multiple headers | Michael Niedermayer | 2018-04-13 | 1 | -1/+4 |
* | libavformat/oggparsevorbis: Fix memleak on multiple headers | Michael Niedermayer | 2018-04-13 | 1 | -0/+4 |
* | avformat/lrcdec: Fix memory leak in lrc_read_header() | Nikolas Bowe | 2018-04-13 | 1 | -0/+1 |
* | avformat/matroskadec: Fix float-cast-overflow undefined behavior in matroska_... | Nikolas Bowe | 2018-04-13 | 1 | -2/+10 |
* | avformat/hvcc: zero initialize the nal buffers past the last written byte | James Almer | 2018-02-24 | 1 | -0/+2 |
* | avformat/libssh: check the user provided a password before trying to use it | James Almer | 2018-01-11 | 1 | -1/+1 |
* | Don't manipulate duration when it's AV_NOPTS_VALUE. | Dale Curtis | 2017-12-30 | 1 | -1/+1 |
* | avformat/utils: Prevent undefined shift with wrap_bits > 64. | Dale Curtis | 2017-12-30 | 1 | -2/+3 |
* | Close ogg stream upon error when using AV_EF_EXPLODE. | Dale Curtis | 2017-12-30 | 1 | -1/+3 |
* | Fix leak of frame_duration_buffer in mov_fix_index(). | Dale Curtis | 2017-12-30 | 1 | -0/+1 |
* | avformat/mov: Propagate errors in mov_switch_root. | Jacob Trimble | 2017-12-30 | 1 | -2/+5 |
* | avformat/mov: Check size of STSC allocation | Fredrik Hubinette | 2017-12-30 | 1 | -0/+2 |
* | avformat: Free the internal codec context at the end | Luca Barbato | 2017-12-30 | 1 | -6/+1 |
* | avformat/id3v2: fix leak in chapter parsingn3.3.5 | Fredrik Hubinette | 2017-10-26 | 1 | -2/+2 |
* | avformat/asfdec: Fix DoS in asf_build_simple_index() | Michael Niedermayer | 2017-09-10 | 1 | -0/+5 |
* | avformat/mov: Fix DoS in read_tfra() | Michael Niedermayer | 2017-09-10 | 1 | -0/+7 |
* | avformat/mxfdec: Fix Sign error in mxf_read_primer_pack() | 孙浩(晓黑) | 2017-09-10 | 1 | -1/+1 |
* | avformat/mxfdec: Fix DoS issues in mxf_read_index_entry_array() | 孙浩(晓黑) | 2017-09-10 | 1 | -0/+4 |
* | avformat/nsvdec: Fix DoS due to lack of eof check in nsvs_file_offset loop. | 孙浩(晓黑) | 2017-09-10 | 1 | -1/+4 |
* | avformat/mvdec: Fix DoS due to lack of eof check | Michael Niedermayer | 2017-09-10 | 1 | -0/+2 |
* | avformat/rl2: Fix DoS due to lack of eof check | 孙浩 and 张洪亮(望初) | 2017-09-10 | 1 | -3/+12 |
* | avformat/rmdec: Fix DoS due to lack of eof check | 孙浩 and 张洪亮(望初) | 2017-09-10 | 1 | -1/+4 |
* | avformat/cinedec: Fix DoS due to lack of eof check | 孙浩 and 张洪亮(望初) | 2017-09-10 | 1 | -1/+5 |
* | avformat/asfdec: Fix DoS due to lack of eof check | 孙浩 and 张洪亮(望初) | 2017-09-10 | 1 | -2/+4 |
* | avformat/hls: Fix DoS due to infinite loop | Michael Niedermayer | 2017-09-10 | 1 | -0/+7 |
* | avformat/rtpdec_h264: Fix heap-buffer-overflow | Michael Niedermayer | 2017-09-10 | 1 | -1/+1 |
* | avformat/aviobuf: Fix signed integer overflow in avio_seek() | Vitaly Buka | 2017-09-10 | 1 | -0/+2 |
* | avformat/mov: Fix signed integer overflows with total_size | Vitaly Buka | 2017-09-10 | 1 | -1/+1 |
* | avformat/utils: fix memory leak in avformat_free_context | Steven Siloti | 2017-09-10 | 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-06 | 1 | -1/+17 |
* | avformat/options: log filename on open | Michael Niedermayer | 2017-06-06 | 2 | -1/+13 |
* | libavformat/hls: Observe Set-Cookie headers | Micah Galizia | 2017-06-02 | 1 | -2/+10 |
* | libavformat/http: Ignore expired cookies | Micah Galizia | 2017-06-02 | 1 | -57/+156 |
* | avformat/avidec: Limit formats in gab2 to srt and ass/ssa | Michael Niedermayer | 2017-06-02 | 1 | -0/+3 |
* | avformat/mux: Fix copy an paste typo | Michael Niedermayer | 2017-06-02 | 1 | -1/+1 |
* | lavf/mov: make invalid m{d,v}hd time_scale default to 1 instead of erroring out | Matthieu Bouron | 2017-05-23 | 1 | -4/+4 |
* | Use AVOnce as a static variable consistently | Hendrik Leppkes | 2017-05-22 | 1 | -1/+1 |
* | avformat/wavdec: Check chunk_size | 李赞 | 2017-05-14 | 1 | -0/+2 |