aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* 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
* libavformat/oggdec: Free stream private when header parsing fails.Chris Cunningham2016-08-151-0/+1
* avformat/utils: Check bps before using it in a shift in ff_get_pcm_codec_id()Michael Niedermayer2016-08-151-0/+3
* avformat/oggparseopus: Check that granule pos is within the supported rangeMichael Niedermayer2016-08-151-0/+4
* avformat/options_table: Add missing identifier for very strict complianceMichael Niedermayer2016-08-151-0/+1
* librtmp: Avoid an infiniloop setting connection argumentsLuca Barbato2016-07-261-0/+2
* avformat/oggparsevp8: fix pts calculation on pages ending with an invisible f...James Almer2016-07-251-1/+5
* avformat/ffmdec: Check pix_fmtMichael Niedermayer2016-04-281-0/+11
* avformat/rtpdec_jpeg: fix low contrast image on low quality settingIco Doornekamp2016-04-271-3/+4
* avformat/concatdec: set safe mode to enabled instead of autoMichael Niedermayer2016-04-271-1/+1
* avformat/utils: fix dts from pts code in compute_pkt_fields() during ascendin...Michael Niedermayer2016-04-271-2/+3
* avformat/rtpenc: Fix integer overflow in NTP_TO_RTP_FORMATBoris Nagels2016-04-271-1/+2
* avformat/cache: Fix memleak of tree entriesMichael Niedermayer2016-04-271-0/+7
* lavf/mov: downgrade sidx errors to non-fatal warnings; fixes trac #5216Rodger Combs2016-04-271-3/+3
* lavf/mov: fix sidx with edit listsRodger Combs2016-04-271-1/+1
* avformat: Document urls a bitMichael Niedermayer2016-01-281-0/+12
* avformat/libquvi: Set default demuxer and protocol limitationsMichael Niedermayer2016-01-281-0/+14
* avformat/concat: Check protocol prefixMichael Niedermayer2016-01-281-1/+4
* avformat/avformat: Replace some references to filenames by urlsMichael Niedermayer2016-01-281-7/+7
* avformat/img2dec: Use AVOpenCallbackMichael Niedermayer2016-01-281-1/+5
* avformat/avio: Limit url option parsing to the documented casesMichael Niedermayer2016-01-281-2/+9
* avformat/img2dec: do not interpret the filename by default if a IO context ha...Michael Niedermayer2016-01-282-2/+10
* mov: Add an option to toggle dref openingDerek Buitenhuis2016-01-282-5/+18
* asfdec_o: check for too small size in asf_read_unknownAndreas Cadhalpun2016-01-271-1/+6
* asfdec_o: break if EOF is reached after asf_read_packet_headerAndreas Cadhalpun2016-01-271-0/+2
* asfdec_o: make sure packet_size is non-zero before seekingAndreas Cadhalpun2016-01-271-0/+4
* asfdec_o: prevent overflow causing seekbackAndreas Cadhalpun2016-01-271-1/+1
* asfdec_o: check avio_skip in asf_read_simple_indexAndreas Cadhalpun2016-01-271-2/+6