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
2015-03-14avformat/mov: Use sizeof(filename) instead of a literal numberMichael Niedermayer
2015-03-14ffmdec: fix infinite loop at EOFAndreas Cadhalpun
2015-03-14avformat/flvenc: check that the codec_tag fits in the available bitsAndreas Cadhalpun
2015-03-14avformat/bit: only accept the g729 codec and 1 channelAndreas Cadhalpun
2015-03-14avformat/bit: check that pkt->size is 10 in write_packetAndreas Cadhalpun
2015-03-14avformat/adxdec: check avctx->channels for invalid valuesAndreas Cadhalpun
2015-03-14avformat/omadec: Use 64bit for ret to avoid overflowMichael Niedermayer
2015-03-14avformat/vqf: Use 64bit for ret to avoid overflowMichael Niedermayer
2015-03-14avformat/mvdec: Use 64bit for ret to avoid overflowMichael Niedermayer
2015-03-14avformat/gxf: Use 64bit for res to avoid overflowMichael Niedermayer
2015-03-14avformat/idcin: Use 64bit for ret to avoid overflowMichael Niedermayer
2015-03-14avformat/asfdec: Use 64bit ret to avoid overflowMichael Niedermayer
2015-03-11ffmdec: make sure the time base is validAndreas Cadhalpun
2015-03-11ffmdec: limit the backward seek to the last resync positionAndreas Cadhalpun
2015-03-09Merge commit '0051174c70810b66378cf8ea093eab01302f6049' into release/2.2Michael Niedermayer
2015-03-09avformat/rm: limit packet sizeAndreas Cadhalpun
2015-03-08rmenc: limit packet sizeAndreas Cadhalpun
2015-02-23img2dec: correctly use the parsed value from -start_numberVittorio Giovara
2015-02-17avformat/thp: Check av_get_packet() for failure not only for partial outputMichael Niedermayer
2015-02-17avformat/mpc8: Use uint64_t in *_get_v() to avoid undefined behaviorMichael Niedermayer
2015-02-17avformat/mpc8: fix broken pointer mathwm4
2015-02-17avformat/mpc8: fix hang with fuzzed filewm4
2015-02-17avformat/tta: fix crash with corrupted fileswm4
2015-02-17avformat/omadec: fix number suffixMichael Niedermayer
2015-02-17avformat/smacker: Fix number suffixMichael Niedermayer
2015-02-17avformat/matroskadec: Fix number suffixesMichael Niedermayer
2015-02-17avformat/utils: Fix number suffixes in tb_unreliable()Michael Niedermayer
2015-02-17Merge commit 'a9602c6cfbe6fa06ff97ad01c0ffa9ad5ccff30f' into release/2.2Michael Niedermayer
2015-01-27matroskadec: Fix read-after-free in matroska_read_seek()Xiaohan Wang
2015-01-20Add FFMPEG_VERSION into the binary libsMichael Niedermayer
2015-01-20avformat/mov: fix integer overflow of sizeMichael Niedermayer
2015-01-20avformat/mov: check atom nesting depthMichael Niedermayer
2015-01-20avformat/flvdec: Use av_freep() avoid leaving stale pointers in memoryMichael Niedermayer
2015-01-20avformat/hdsenc: Use av_freep() avoid leaving stale pointers in memoryMichael Niedermayer
2015-01-20avformat/utils: Do not update programs streams from program-less streams in u...Michael Niedermayer
2015-01-20avformat/aviobuf: Check that avio_seek() target is non negativeMichael Niedermayer
2015-01-18avformat/rmdec: Check for overflow in ff_rm_read_mdpr_codecdata()Michael Niedermayer
2015-01-10avformat/movenc: workaround bug in "PathScale EKOPath(tm) Compiler Suite Vers...Michael Niedermayer
2015-01-06avformat/mov: Fix mixed declaration and statement warningMichael Niedermayer
2015-01-06avformat/utils: Clear pointer in ff_alloc_extradata() to avoid leaving a stal...Michael Niedermayer
2015-01-06avformat/matroskadec: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2015-01-06mov: Fix negative size calculation in mov_read_default().Dale Curtis
2015-01-06avformat/mov: fix integer overflow in mov_read_udta_string()Michael Niedermayer
2015-01-06mov: Avoid overflow with mov_metadata_raw()Dale Curtis
2015-01-01avformat/flvdec: Increase string array sizeMichael Niedermayer
2015-01-01avformat/flvdec: do not inject dts=0 metadata packets which failed to be pars...Michael Niedermayer
2015-01-01avformat/cdxl: Fix integer overflow of image_sizeMichael Niedermayer
2014-12-25avformat/segment: Use av_freep() avoid leaving stale pointers in memoryMichael Niedermayer
2014-12-20Merge commit '931f5b235112f1c2a09dead36f0a228061d23942' into release/2.2Michael Niedermayer
2014-12-20avformat/mov: strengthen some table allocationsClément Bœsch