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
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-06avformat/rtmppkt: Check for packet size mismatchesMichael Niedermayer
2016-12-04avformat/ffmdec: Check media type for chunksMichael Niedermayer
2016-12-04avformat/oggparsespeex: Check frames_per_packet and packet_sizeMichael Niedermayer
2016-12-04avformat/utils: Check start/end before computing duration in update_stream_ti...Michael Niedermayer
2016-12-04avformat/idroqdec: Check chunk_size for being too largeMichael Niedermayer
2016-12-04avformat/mpeg: Adjust vid probe threshold to correct mis-detectionMichael Niedermayer
2016-12-04avformat/mxfdec: Check size to avoid integer overflow in mxf_read_utf16_string()Michael Niedermayer
2016-11-27avformat/icodec: Fix crash probing fuzzed fileMark Harris
2016-11-27dcstr: fix division by zeroAndreas Cadhalpun
2016-11-27rsd: limit number of channelsAndreas Cadhalpun
2016-11-27sbgdec: prevent NULL pointer accessAndreas Cadhalpun
2016-11-27mxfdec: fix NULL pointer dereference in mxf_read_packet_oldAndreas Cadhalpun
2016-11-27filmstripdec: correctly check image dimensionsAndreas Cadhalpun
2016-11-27icodec: correctly check avio_read return valueAndreas Cadhalpun
2016-11-27icodec: add ico_read_close to fix leaking ico->imagesAndreas 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-09-28avformat/avidec: Check nb_streams in read_gab2_sub()Michael Niedermayer
2016-09-28avformat/avidec: Remove ancient assertMichael Niedermayer
2016-09-28avformat/avidec: Fix memleak with dv in aviMichael Niedermayer
2016-09-28avformat/movenc: Check packet in mov_write_single_packet() tooMichael Niedermayer
2016-09-28avformat/movenc: Factor check_pkt() outMichael Niedermayer
2016-09-28avformat/utils: fix timebase error in avformat_seek_file()Xinzheng Zhang
2016-09-28avformat/movenc: Check first DTS similar to dts differenceMichael Niedermayer
2016-09-28avformat/mov: Fix potential integer overflow in mov_read_keysSergey Volk
2016-09-24lavf/utils: Avoid an overflow for huge negative durations.Carl Eugen Hoyos
2016-09-05avformat/avidec: Fix infinite loop in avi_read_nikon()Michael Niedermayer
2016-09-05avformat/utils: End probing if the expected codec surpasses AVPROBE_SCORE_STR...Michael Niedermayer
2016-09-05avformat/wtvdec: Check pointer before useMichael Niedermayer
2016-09-05avformat/swfdec: Fix inflate() error code checkMichael Niedermayer
2016-08-13avformat/oggdec: Fix integer overflow with invalid ptsMichael Niedermayer
2016-08-13libavformat/rtpdec_asf: zero initialize the AVIOContext structKacper Michajłow
2016-08-13avformat/mov: Check sample sizeMichael Niedermayer
2016-08-13avformat/format: Fix registering a format more than once and related racesMichael Niedermayer
2016-08-13avformat/flacdec: Fix seeking close to EOFMichael Niedermayer
2016-08-13avformat/flvdec: Accept last size if its off by 1Michael Niedermayer
2016-08-13avformat/mpegts: adjust probe score for low check_countMichael Niedermayer
2016-08-13avformat/mp3dec: Increase probe score slightly when the whole data from begin...Michael Niedermayer
2016-08-13avformat/mpegts: Do not trust BSSD descriptor, it is sometimes not an S302M s...Michael Niedermayer
2016-08-13avformat/allformats: Making av_register_all() thread-safe.Vivekanand
2016-07-26librtmp: Avoid an infiniloop setting connection argumentsLuca Barbato
2016-07-25avformat/oggparsevp8: fix pts calculation on pages ending with an invisible f...James Almer
2016-06-05avformat/oggparseopus: Fix Undefined behavior in oggparseopus.c and libavform...Thomas Guilbert
2016-06-05avformat/utils: avoid overflow in compute_chapters_end() with huge durationsMichael Niedermayer
2016-06-05avformat/utils: avoid overflow in update_stream_timings() with huge durationsMichael Niedermayer