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-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-
2016-10-24lavf/mov: reindentRodger Combs
2016-10-24lavf/mov: improve `tref/chap` chapter handlingRodger Combs
2016-10-24lavf: add AV_DISPOSITION_TIMED_THUMBNAILSRodger Combs
2016-10-24lavf/rawenc: add automatic bitstream filtering for H264+HEVCRodger Combs
2016-10-24lavf/movenc+dashenc: add automatic bitstream filteringRodger Combs
2016-10-24lavf/dashenc: add deinit functionRodger Combs
2016-10-24lavf/movenc: add deinit functionRodger Combs
2016-10-24lavf/segment: fix writing separate header with auto BSFRodger Combs
2016-10-24lavf/segment: add deinit functionRodger Combs
2016-10-24lavf/mux: add avformat_init_outputRodger Combs
2016-10-23lavf/mpegts: add missed fixes to scte35 section callbackCarlos Fernandez
2016-10-22avformat/matroskaenc: write DisplayWidth and DisplayHeight elements only if t...James Almer
2016-10-22mpegts: handle AVMEDIA_TYPE_UNKNOWN correctlyAndreas Cadhalpun
2016-10-22lavf/rtpdec_g726: Map mime type G726 to g726le.Carl Eugen Hoyos
2016-10-22doc: fix spelling errorsAndreas Cadhalpun
2016-10-21lavf/mpegts: SCTE-35 extraction from mpegtsCarlos Fernandez
2016-10-21avformat/mxfdec: Check size to avoid integer overflow in mxf_read_utf16_string()Michael Niedermayer
2016-10-21avformat/mxfdec: Fix mixed declaration and codeMichael Niedermayer
2016-10-21dcstr: fix division by zeroAndreas Cadhalpun