aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Don't manipulate duration when it's AV_NOPTS_VALUE.Dale Curtis2017-12-021-1/+1
* avformat/utils: Prevent undefined shift with wrap_bits > 64.Dale Curtis2017-12-021-2/+3
* Close ogg stream upon error when using AV_EF_EXPLODE.Dale Curtis2017-12-021-1/+3
* avformat/mov: Propagate errors in mov_switch_root.Jacob Trimble2017-12-021-2/+5
* avformat/mov: Check size of STSC allocationFredrik Hubinette2017-12-021-0/+2
* avformat: Free the internal codec context at the endLuca Barbato2017-12-021-6/+1
* avformat/asfdec: Fix DoS in asf_build_simple_index()Michael Niedermayer2017-09-081-0/+5
* avformat/mov: Fix DoS in read_tfra()Michael Niedermayer2017-09-081-0/+7
* avformat/mxfdec: Fix Sign error in mxf_read_primer_pack()孙浩(晓黑)2017-09-011-1/+1
* avformat/mxfdec: Fix DoS issues in mxf_read_index_entry_array()孙浩(晓黑)2017-09-011-0/+4
* avformat/nsvdec: Fix DoS due to lack of eof check in nsvs_file_offset loop.孙浩(晓黑)2017-09-011-1/+4
* avformat/mvdec: Fix DoS due to lack of eof checkMichael Niedermayer2017-08-281-0/+2
* avformat/rl2: Fix DoS due to lack of eof check孙浩 and 张洪亮(望初)2017-08-281-3/+12
* avformat/rmdec: Fix DoS due to lack of eof check孙浩 and 张洪亮(望初)2017-08-281-1/+4
* avformat/cinedec: Fix DoS due to lack of eof check孙浩 and 张洪亮(望初)2017-08-281-1/+5
* avformat/asfdec: Fix DoS due to lack of eof check孙浩 and 张洪亮(望初)2017-08-281-2/+4
* avformat/hls: Fix DoS due to infinite loopMichael Niedermayer2017-08-281-0/+7
* avformat/aviobuf: Fix signed integer overflow in avio_seek()Vitaly Buka2017-08-241-0/+2
* avformat/mov: Fix signed integer overflows with total_sizeVitaly Buka2017-08-241-1/+1
* avformat/utils: fix memory leak in avformat_free_contextSteven Siloti2017-08-051-1/+1
* avformat/rtmppkt: Convert ff_amf_get_field_value() to bytestream2Michael Niedermayer2017-07-291-20/+37
* avformat/rtmppkt: Convert ff_amf_tag_size() to bytestream2Michael Niedermayer2017-07-291-20/+48
* avformat/oggparsecelt: Do not re-allocate os->privateMichael Niedermayer2017-07-261-2/+7
* avformat/hls: Check local file extensionsMichael Niedermayer2017-06-201-1/+17
* avformat/options: log filename on openMichael Niedermayer2017-06-042-1/+13
* avformat/avidec: Limit formats in gab2 to srt and ass/ssaMichael Niedermayer2017-05-311-0/+3
* avformat/mux: Fix copy an paste typoMichael Niedermayer2017-05-271-1/+1
* avformat/concatdec: fix the h264 annexb extradata checkJames Almer2017-05-171-2/+5
* avformat/utils: free AVStream.codec properly in free_stream()Aaron Levinson2017-05-171-3/+1
* avformat/wavdec: Check chunk_size李赞2017-05-171-0/+2
* avformat/webmdashenc: Validate the 'streams' adaptation sets parameterDerek Buitenhuis2017-05-171-1/+5
* avformat/webmdashenc: Require the 'adaptation_sets' option to be setDerek Buitenhuis2017-05-171-0/+4
* avformat/oggparsedaala: Do not leave an invalid value in gpshiftMichael Niedermayer2017-05-171-0/+1
* avformat/oggparsedaala: Check duration for AV_NOPTS_VALUEMichael Niedermayer2017-05-171-1/+1
* avformat/http: Check for truncated buffers in http_connect()Michael Niedermayer2017-05-171-1/+10
* avformat/apng: fix setting frame delay when max_fps is set to no limitJames Almer2017-03-211-1/+1
* lavf/mpeg: Initialize a stack variable used by memcmp().Carl Eugen Hoyos2017-02-211-1/+1
* lavf/mov.c: Avoid heap allocation wraps in mov_read_{senc,saiz}()n3.0.7Matt Wolenetz2017-02-101-2/+2
* lavf/mov.c: Avoid OOB in mov_read_udta_string()Matt Wolenetz2017-02-101-2/+2
* lavf/mov.c: Avoid heap allocation wrap in mov_read_uuidMatt Wolenetz2017-02-081-1/+1
* lavf/mov.c: Avoid heap allocation wrap in mov_read_hdlrMatt Wolenetz2017-02-081-0/+2
* lavf/matroskadec: fix is_keyframe for early BlocksChris Cunningham2017-02-061-3/+7
* avformat/flacdec: Check avio_read result when reading flac block header.Frank Liberato2017-02-031-1/+2
* avformat/avidec: skip odml master index chunks in avi_syncTobias Rapp2017-02-031-1/+2
* avformat/utils: Print verbose error message if stream count exceeds max_streamsMichael Niedermayer2017-02-031-1/+4
* avformat/options_table: Set the default maximum number of streams to 1000Michael Niedermayer2017-02-031-1/+1
* avformat: Add max_streams optionMichael Niedermayer2016-12-103-1/+9
* avformat/oggdec: Skip streams in duration correction that did not had their d...Michael Niedermayer2016-12-091-0/+2
* http: move chunk handling from http_read_stream() to http_buf_read().Ronald S. Bultje2016-12-051-26/+31
* http: make length/offset-related variables unsigned.Ronald S. Bultje2016-12-051-32/+38