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-06lavf/matroskadec: fix is_keyframe for early BlocksChris Cunningham
2017-01-26avformat/flacdec: Check avio_read result when reading flac block header.Frank Liberato
2017-01-26libopenmpt: add missing avio_read return value checkAndreas Cadhalpun
2017-01-26avformat/avidec: skip odml master index chunks in avi_syncTobias Rapp
2017-01-26lavf/utils.c Protect against accessing entries[nb_entries]Matt Wolenetz
2017-01-26avformat/mp3dec: fix msan warning when verifying mpa headerChris Cunningham
2017-01-26avformat/utils: Print verbose error message if stream count exceeds max_streamsMichael Niedermayer
2017-01-26avformat/options_table: Set the default maximum number of streams to 1000Michael Niedermayer
2017-01-15lavf/chromaprint: Update for version 1.4Georgi D. Sotirov
2016-12-11avformat: Add max_streams optionMichael Niedermayer
2016-12-11avformat/oggdec: Skip streams in duration correction that did not had their d...Michael Niedermayer
2016-12-06avformat/rtmppkt: Check for packet size mismatchesMichael Niedermayer
2016-12-06avformat/ffmdec: Check media type for chunksMichael Niedermayer
2016-12-06avformat/oggparsespeex: Check frames_per_packet and packet_sizeMichael Niedermayer
2016-12-06avformat/utils: Check start/end before computing duration in update_stream_ti...Michael Niedermayer
2016-12-06avformat/idroqdec: Check chunk_size for being too largeMichael Niedermayer
2016-12-06avformat/utils: Fix type mismatchMichael 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-11-26flvdec: require need_context_update when changing codec idAndreas Cadhalpun
2016-11-26sbgdec: prevent NULL pointer accessAndreas Cadhalpun
2016-11-26rmdec: validate block alignmentAndreas Cadhalpun
2016-11-26mxfdec: fix NULL pointer dereference in mxf_read_packet_oldAndreas Cadhalpun
2016-11-26ffmdec: validate codec parametersAndreas Cadhalpun
2016-11-23avformat/mpeg: Adjust vid probe threshold to correct mis-detectionMichael Niedermayer
2016-11-18avformat/apngenc: use the stream parameters extradata if availableJames Almer
2016-11-18Revert "apngdec: use side data to pass extradata to the decoder"James Almer
2016-11-18filmstripdec: correctly check image dimensionsAndreas Cadhalpun
2016-11-18icodec: correctly check avio_read return valueAndreas Cadhalpun
2016-11-18icodec: fix leaking pkt on errorAndreas Cadhalpun
2016-11-18mpegts: prevent division by zeroAndreas Cadhalpun
2016-11-18matroskadec: fix NULL pointer dereference in webm_dash_manifest_read_headerAndreas Cadhalpun
2016-11-18mxfdec: fix NULL pointer dereferenceAndreas Cadhalpun
2016-11-18avformat: close parser if codec changedAndreas Cadhalpun
2016-11-18apngdec: use side data to pass extradata to the decoderAndreas Cadhalpun
2016-11-18mov: immediately return from mov_fix_index without old index entriesAndreas Cadhalpun
2016-11-18apng: use side data to pass extradata to muxerAndreas Cadhalpun
2016-11-17avformat/flvdec: Fix regression loosing streamsMichael Niedermayer
2016-11-07avformat/hls: Add missing error check for avcodec_parameters_copy()Anssi Hannula
2016-11-07avformat/hls: Fix probing mpegts audio streams that use probingAnssi Hannula
2016-11-07avformat/hls: Factor copying stream info to a separate functionAnssi Hannula
2016-10-27avisynth: fix Planar RGB outputn3.2Stephen Hutchinson
2016-10-26avformat/matroskaenc: fix cue relative position values when CRC32 is enabledJames Almer
2016-10-26Revert "Bump minor versions after 3.2 branchpoint to seperate release"Michael Niedermayer
2016-10-26Bump minor versions after 3.2 branchpoint to seperate releaseMichael Niedermayer
2016-10-26Bump minor versions for 3.2Michael Niedermayer
2016-10-26Revert "avformat/utils: Discard huge timestamps which would cause overflows i...Michael Niedermayer
2016-10-26avformat/utils: Discard huge timestamps which would cause overflows if used i...Michael Niedermayer
2016-10-26avformat/isom: Fix old API regression with exporting max bitrateMichael Niedermayer
2016-10-26lavf/flvdec: init AVPacket::pos to FLVTAG offsetSuman-