aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat/webmdashenc: Validate the 'streams' adaptation sets parameterDerek Buitenhuis2017-05-201-1/+5
* avformat/webmdashenc: Require the 'adaptation_sets' option to be setDerek Buitenhuis2017-05-201-0/+4
* avformat/http: Check for truncated buffers in http_connect()Michael Niedermayer2017-05-201-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 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-081-3/+7
* avformat/flacdec: Check avio_read result when reading flac block header.Frank Liberato2017-02-081-1/+2
* avformat/avidec: skip odml master index chunks in avi_syncTobias Rapp2017-02-081-1/+2
* avformat/utils: Print verbose error message if stream count exceeds max_streamsMichael Niedermayer2017-02-081-1/+4
* avformat/options_table: Set the default maximum number of streams to 1000Michael Niedermayer2017-02-081-1/+1
* avformat: Add max_streams optionMichael Niedermayer2017-02-083-1/+9
* avformat/oggdec: Skip streams in duration correction that did not had their d...Michael Niedermayer2017-02-081-0/+2
* avformat/http: Match chunksize checks to master..3.0Michael Niedermayer2016-12-061-2/+2
* avformat/rtmppkt: Check for packet size mismatchesMichael Niedermayer2016-12-061-0/+8
* 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-30/+36
* avformat/ffmdec: Check media type for chunksMichael Niedermayer2016-12-031-4/+4
* avformat/oggparsespeex: Check frames_per_packet and packet_sizeMichael Niedermayer2016-12-031-0/+7
* avformat/utils: Check start/end before computing duration in update_stream_ti...Michael Niedermayer2016-12-031-2/+5
* avformat/idroqdec: Check chunk_size for being too largeMichael Niedermayer2016-12-011-0/+3
* filmstripdec: correctly check image dimensionsAndreas Cadhalpun2016-11-271-4/+3
* sbgdec: prevent NULL pointer accessAndreas Cadhalpun2016-11-271-1/+1
* mxfdec: fix NULL pointer dereference in mxf_read_packet_oldAndreas Cadhalpun2016-11-271-1/+1
* icodec: correctly check avio_read return valueAndreas Cadhalpun2016-11-271-2/+6
* icodec: fix leaking pkt on errorAndreas Cadhalpun2016-11-271-1/+3
* mpegts: prevent division by zeroAndreas Cadhalpun2016-11-271-2/+11
* matroskadec: fix NULL pointer dereference in webm_dash_manifest_read_headerAndreas Cadhalpun2016-11-271-0/+5
* mxfdec: fix NULL pointer dereferenceAndreas Cadhalpun2016-11-271-1/+1
* avformat: prevent triggering request_probe assert in ff_read_packetAndreas Cadhalpun2016-11-271-1/+1
* avformat/mpeg: Adjust vid probe threshold to correct mis-detectionMichael Niedermayer2016-11-261-1/+1
* avformat/mxfdec: Check size to avoid integer overflow in mxf_read_utf16_string()Michael Niedermayer2016-11-261-1/+1
* avformat/avidec: Check nb_streams in read_gab2_sub()Michael Niedermayer2016-10-051-0/+2
* avformat/avidec: Remove ancient assertMichael Niedermayer2016-10-051-1/+0
* avformat/movenc: Check packet in mov_write_single_packet() tooMichael Niedermayer2016-09-181-0/+5
* avformat/movenc: Factor check_pkt() outMichael Niedermayer2016-09-181-6/+18
* avformat/utils: fix timebase error in avformat_seek_file()Xinzheng Zhang2016-09-181-0/+1
* avformat/avidec: Fix infinite loop in avi_read_nikon()Michael Niedermayer2016-09-181-2/+2
* avformat/swfdec: Fix inflate() error code checkMichael Niedermayer2016-08-191-2/+2
* avformat/oggdec: Fix integer overflow with invalid ptsMichael Niedermayer2016-08-151-0/+5
* libavformat/rtpdec_asf: zero initialize the AVIOContext structKacper Michajłow2016-08-151-1/+1
* avformat/mov: Check sample sizeMichael Niedermayer2016-08-151-1/+10
* avformat/format: Fix registering a format more than once and related racesMichael Niedermayer2016-08-151-6/+10
* avformat/mpegts: Do not trust BSSD descriptor, it is sometimes not an S302M s...Michael Niedermayer2016-08-151-1/+4
* avformat/allformats: Making av_register_all() thread-safe.Vivekanand2016-08-151-1/+2
* avformat/oggparseopus: Fix Undefined behavior in oggparseopus.c and libavform...Thomas Guilbert2016-08-151-1/+1
* avformat/avidec: Detect index with too short entriesMichael Niedermayer2016-08-151-0/+2
* avformat/utils: Check negative bps before shifting in ff_get_pcm_codec_id()Chris Cunningham2016-08-151-1/+1
* avformat/utils: Do not compute the bitrate from duration == 0Michael Niedermayer2016-08-151-1/+1