summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat/lrcdec: Fix memory leak in lrc_read_header()Nikolas Bowe2018-07-081-0/+1
* avformat/matroskadec: Fix float-cast-overflow undefined behavior in matroska_...Nikolas Bowe2018-07-081-2/+10
* avformat/hvcc: zero initialize the nal buffers past the last written byteJames Almer2018-02-241-0/+2
* avformat/libssh: check the user provided a password before trying to use itJames Almer2018-01-111-1/+1
* Don't manipulate duration when it's AV_NOPTS_VALUE.Dale Curtis2018-01-081-1/+1
* avformat/utils: Prevent undefined shift with wrap_bits > 64.Dale Curtis2018-01-081-2/+3
* Close ogg stream upon error when using AV_EF_EXPLODE.Dale Curtis2018-01-081-1/+3
* avformat/mov: Propagate errors in mov_switch_root.Jacob Trimble2018-01-081-2/+5
* avformat/mov: Check size of STSC allocationFredrik Hubinette2018-01-081-0/+2
* avformat: Free the internal codec context at the endLuca Barbato2018-01-081-6/+1
* avformat/id3v2: fix leak in chapter parsingFredrik Hubinette2017-10-261-2/+2
* avformat/asfdec: Fix DoS in asf_build_simple_index()Michael Niedermayer2017-09-171-0/+5
* avformat/mov: Fix DoS in read_tfra()Michael Niedermayer2017-09-171-0/+7
* avformat/mxfdec: Fix Sign error in mxf_read_primer_pack()孙浩(晓黑)2017-09-171-1/+1
* avformat/mxfdec: Fix DoS issues in mxf_read_index_entry_array()孙浩(晓黑)2017-09-171-0/+4
* avformat/nsvdec: Fix DoS due to lack of eof check in nsvs_file_offset loop.孙浩(晓黑)2017-09-171-1/+4
* avformat/mvdec: Fix DoS due to lack of eof checkMichael Niedermayer2017-09-171-0/+2
* avformat/rl2: Fix DoS due to lack of eof check孙浩 and 张洪亮(望初)2017-09-171-3/+12
* avformat/rmdec: Fix DoS due to lack of eof check孙浩 and 张洪亮(望初)2017-09-171-1/+4
* avformat/cinedec: Fix DoS due to lack of eof check孙浩 and 张洪亮(望初)2017-09-171-1/+5
* avformat/asfdec: Fix DoS due to lack of eof check孙浩 and 张洪亮(望初)2017-09-171-2/+4
* avformat/hls: Fix DoS due to infinite loopMichael Niedermayer2017-09-171-0/+7
* avformat/rtpdec_h264: Fix heap-buffer-overflowMichael Niedermayer2017-09-171-1/+1
* avformat/aviobuf: Fix signed integer overflow in avio_seek()Vitaly Buka2017-09-171-0/+2
* avformat/mov: Fix signed integer overflows with total_sizeVitaly Buka2017-09-171-1/+1
* avformat/utils: fix memory leak in avformat_free_contextSteven Siloti2017-09-171-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-161-1/+17
* avformat/options: log filename on openMichael Niedermayer2017-06-162-1/+13
* avformat/avidec: Limit formats in gab2 to srt and ass/ssaMichael Niedermayer2017-06-161-0/+3
* avformat/mux: Fix copy an paste typoMichael Niedermayer2017-06-161-1/+1
* avformat/tests/fifo_muxer: includes libavformat/network.h to define ETIMEDOUT...n3.2.5Gregory J. Wolfe2017-05-161-0/+1
* avformat/wavdec: Check chunk_size李赞2017-05-141-0/+2
* avformat/webmdashenc: Validate the 'streams' adaptation sets parameterDerek Buitenhuis2017-05-141-1/+5
* avformat/webmdashenc: Require the 'adaptation_sets' option to be setDerek Buitenhuis2017-05-141-0/+4
* avformat/oggparseogm: Check ff_alloc_extradata() for failureMichael Niedermayer2017-05-141-1/+2
* avformat/oggparseogm: Check available data before reading global headerMichael Niedermayer2017-05-141-0/+2
* avformat/mov: Check creation_time for overflowMichael Niedermayer2017-05-141-0/+6
* libavformat/mov: Fix memory leak, need to free the chapter tracks arrayThierry Foucu2017-05-141-0/+1
* avformat/oggparsedaala: Do not leave an invalid value in gpshiftMichael Niedermayer2017-05-141-0/+1
* avformat/oggparsedaala: Check duration for AV_NOPTS_VALUEMichael Niedermayer2017-05-141-1/+1
* avformat/libopenmpt: Check for avio_size() failureMichael Niedermayer2017-05-141-1/+1
* avformat/test/fifo_muxer: add check for FailingMuxerPacketData allocSteven Liu2017-05-141-0/+3
* avformat/http: Check for truncated buffers in http_connect()Michael Niedermayer2017-05-141-1/+10
* avformat/utils: free AVStream.codec properly in free_stream()Aaron Levinson2017-05-111-3/+1
* avformat/concatdec: fix the h264 annexb extradata checkJames Almer2017-05-111-2/+5
* lavf/flacdec: Return maximum score if the streaminfo header is valid.Carl Eugen Hoyos2017-03-301-1/+8
* avformat/apng: fix setting frame delay when max_fps is set to no limitJames Almer2017-03-211-1/+1