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-06-10avformat/mov: Use sizeof(filename) instead of a literal numberMichael Niedermayer
2015-06-10ffmdec: make sure the time base is validAndreas Cadhalpun
2015-06-10avcodec/012v: redesign main loopMichael Niedermayer
2015-06-10avcodec/012v: Check dimensions more completelyMichael Niedermayer
2015-06-10arm: Suppress tags about used cpu arch and extensionsMartin Storsjö
2015-06-10Fix read-after-free in matroska_read_seek().Xiaohan Wang
2015-06-10roqvideoenc: set enc->avctx in roq_encode_initAndreas Cadhalpun
2015-06-10avcodec/options_table: remove extradata_size from the AVOptions tableMichael Niedermayer
2015-06-10ffmdec: limit the backward seek to the last resync positionAndreas Cadhalpun
2015-06-10ffmdec: fix infinite loop at EOFAndreas Cadhalpun
2015-06-10avformat/rm: limit packet sizeAndreas Cadhalpun
2015-06-10avcodec/rv10: check size of s->mb_width * s->mb_heightAndreas Cadhalpun
2015-06-10mdec: check for out of bounds readFederico Tomassetti
2015-06-10aic: Fix decoding files with odd dimensionsVittorio Giovara
2015-06-10avcodec/tiff: move bpp check to after "end:"Michael Niedermayer
2015-06-10avcodec/utils: Align YUV411 by as much as the other YUV variantsMichael Niedermayer
2015-06-10avformat/flvenc: check that the codec_tag fits in the available bitsAndreas Cadhalpun
2015-06-10swscale/utils: clear formatConvBuffer on allocationMichael Niedermayer
2015-06-10avformat/bit: only accept the g729 codec and 1 channelAndreas Cadhalpun
2015-06-10avformat/bit: check that pkt->size is 10 in write_packetAndreas Cadhalpun
2015-06-10avformat/adxdec: check avctx->channels for invalid valuesAndreas Cadhalpun
2015-06-10Fix buffer_size argument to init_put_bits() in multiple encoders.Dyami Caliri
2015-06-10mips/acelp_filters: fix incorrect register constraintJames Cowgill
2015-06-10avcodec/zmbv: Check len before reading in decode_frame()Michael Niedermayer
2015-06-10avcodec/snowdec: Fix ref value checkMichael Niedermayer
2015-06-10swscale/utils: More carefully merge and clear coefficients outside the inputMichael Niedermayer
2015-06-10avcodec/a64multienc: fix use of uninitialized values in to_meta_with_cropAndreas Cadhalpun
2015-06-10avcodec/a64multienc: don't set incorrect packet sizeMichael Niedermayer
2015-06-10avcodec/a64multienc: use av_frame_ref instead of copying the frameAndreas Cadhalpun
2015-06-10avcodec/x86/mlpdsp_init: Simplify mlp_filter_channel_x86()Michael Niedermayer
2015-06-10h264: initialize H264Context.avctx in init_thread_copyAnton Khirnov
2015-06-10avformat/vqf: Use 64bit for ret to avoid overflowMichael Niedermayer
2015-06-10avformat/mvdec: Use 64bit for ret to avoid overflowMichael Niedermayer
2015-06-10avformat/gxf: Use 64bit for res to avoid overflowMichael Niedermayer
2015-06-10avformat/idcin: Use 64bit for ret to avoid overflowMichael Niedermayer
2015-06-10avcodec/mjpegdec: Skip blocks which are outside the visible areaMichael Niedermayer
2015-06-10avcodec/h264_slice: ignore SAR changes in slices after the firstMichael Niedermayer
2015-06-10avcodec/h264_ps: More completely check the bit depthsMichael Niedermayer
2015-06-10avformat/thp: Check av_get_packet() for failure not only for partial outputMichael Niedermayer
2015-06-10swscale/utils: Limit filter shifting so as not to read from prior the arrayMichael Niedermayer
2015-06-10avcodec/mjpegdec: Check number of components for JPEG-LSMichael Niedermayer
2015-06-10avcodec/mjpegdec: Check escape sequence validityMichael Niedermayer
2015-06-10avformat/mpc8: Use uint64_t in *_get_v() to avoid undefined behaviorMichael Niedermayer
2015-06-10avformat/mpc8: fix broken pointer mathwm4
2015-06-10avformat/mpc8: fix hang with fuzzed filewm4
2015-06-10avformat/tta: fix crash with corrupted fileswm4
2015-06-10avcodec/mpegvideo_enc: Fix number suffixes in rc_buffer_size calculationMichael Niedermayer
2015-06-10avcodec/h264_cabac: use int instead of long for mbb_xyMichael Niedermayer
2015-06-10avformat/smacker: Fix number suffixMichael Niedermayer
2015-06-10avformat/matroskadec: Fix number suffixesMichael Niedermayer