Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-08lavf/mov.c: Avoid heap allocation wrap in mov_read_uuidMatt Wolenetz
2017-02-08lavf/mov.c: Avoid heap allocation wrap in mov_read_hdlrMatt Wolenetz
2017-02-08lavf/matroskadec: fix is_keyframe for early BlocksChris Cunningham
2017-02-08avformat/flacdec: Check avio_read result when reading flac block header.Frank Liberato
2017-02-08avformat/avidec: skip odml master index chunks in avi_syncTobias Rapp
2017-02-08avformat/utils: Print verbose error message if stream count exceeds max_streamsMichael Niedermayer
2017-02-08avformat/options_table: Set the default maximum number of streams to 1000Michael Niedermayer
2017-02-08avformat: Add max_streams optionMichael Niedermayer
2017-02-08avformat/oggdec: Skip streams in duration correction that did not had their d...Michael Niedermayer
2016-12-06avformat/http: Match chunksize checks to master..3.0Michael Niedermayer
2016-12-06avformat/rtmppkt: Check for packet size mismatchesMichael Niedermayer
2016-12-06http: move chunk handling from http_read_stream() to http_buf_read().Ronald S. Bultje
2016-12-06http: make length/offset-related variables unsigned.Ronald S. Bultje
2016-12-03avformat/ffmdec: Check media type for chunksMichael Niedermayer
2016-12-03avformat/oggparsespeex: Check frames_per_packet and packet_sizeMichael Niedermayer
2016-12-03avformat/utils: Check start/end before computing duration in update_stream_ti...Michael Niedermayer
2016-12-02avformat/idroqdec: Check chunk_size for being too largeMichael Niedermayer
2016-11-27filmstripdec: correctly check image dimensionsAndreas Cadhalpun
2016-11-27sbgdec: prevent NULL pointer accessAndreas Cadhalpun
2016-11-27mxfdec: fix NULL pointer dereference in mxf_read_packet_oldAndreas Cadhalpun
2016-11-27icodec: correctly check avio_read return valueAndreas Cadhalpun
2016-11-27icodec: fix leaking pkt on errorAndreas Cadhalpun
2016-11-27mpegts: prevent division by zeroAndreas Cadhalpun
2016-11-27matroskadec: fix NULL pointer dereference in webm_dash_manifest_read_headerAndreas Cadhalpun
2016-11-27mxfdec: fix NULL pointer dereferenceAndreas Cadhalpun
2016-11-27avformat: prevent triggering request_probe assert in ff_read_packetAndreas Cadhalpun
2016-11-26avformat/mpeg: Adjust vid probe threshold to correct mis-detectionMichael Niedermayer
2016-11-26avformat/mxfdec: Check size to avoid integer overflow in mxf_read_utf16_string()Michael Niedermayer
2016-10-05avformat/avidec: Check nb_streams in read_gab2_sub()Michael Niedermayer
2016-10-05avformat/avidec: Remove ancient assertMichael Niedermayer
2016-09-18avformat/movenc: Check packet in mov_write_single_packet() tooMichael Niedermayer
2016-09-18avformat/movenc: Factor check_pkt() outMichael Niedermayer
2016-09-18avformat/utils: fix timebase error in avformat_seek_file()Xinzheng Zhang
2016-09-18avformat/avidec: Fix infinite loop in avi_read_nikon()Michael Niedermayer
2016-08-19avformat/swfdec: Fix inflate() error code checkMichael Niedermayer
2016-08-15avformat/oggdec: Fix integer overflow with invalid ptsMichael Niedermayer
2016-08-15libavformat/rtpdec_asf: zero initialize the AVIOContext structKacper Michajłow
2016-08-15avformat/mov: Check sample sizeMichael Niedermayer
2016-08-15avformat/format: Fix registering a format more than once and related racesMichael Niedermayer
2016-08-15avformat/mpegts: Do not trust BSSD descriptor, it is sometimes not an S302M s...Michael Niedermayer
2016-08-15avformat/allformats: Making av_register_all() thread-safe.Vivekanand
2016-08-15avformat/oggparseopus: Fix Undefined behavior in oggparseopus.c and libavform...Thomas Guilbert
2016-08-15avformat/avidec: Detect index with too short entriesMichael Niedermayer
2016-08-15avformat/utils: Check negative bps before shifting in ff_get_pcm_codec_id()Chris Cunningham
2016-08-15avformat/utils: Do not compute the bitrate from duration == 0Michael Niedermayer
2016-08-15libavformat/oggdec: Free stream private when header parsing fails.Chris Cunningham
2016-08-15avformat/utils: Check bps before using it in a shift in ff_get_pcm_codec_id()Michael Niedermayer
2016-08-15avformat/oggparseopus: Check that granule pos is within the supported rangeMichael Niedermayer
2016-08-15avformat/options_table: Add missing identifier for very strict complianceMichael Niedermayer
2016-07-26librtmp: Avoid an infiniloop setting connection argumentsLuca Barbato