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-22avcodec/hevc_ps: Check cropping parameters more correctlyn2.5.5Michael Niedermayer
2015-03-22hevc: make the crop sizes unsignedAnton Khirnov
2015-03-21vp9: make above buffer pointer 32-byte aligned.Ronald S. Bultje
2015-03-21avcodec/dnxhddec: Check that the frame is interlaced before using cur_fieldMichael Niedermayer
2015-03-21eac3dec: fix scalingChristophe Gisquet
2015-03-21ac3_fixed: fix computation of spx_noise_blendChristophe Gisquet
2015-03-21ac3_fixed: fix out-of-bound readChristophe Gisquet
2015-03-21ac3dec_fixed: always use the USE_FIXED=1 variant of the AC3DecodeContextAndreas Cadhalpun
2015-03-21avcodec/012v: redesign main loopMichael Niedermayer
2015-03-21avcodec/012v: Check dimensions more completelyMichael Niedermayer
2015-03-21roqvideoenc: set enc->avctx in roq_encode_initAndreas Cadhalpun
2015-03-21avcodec/options_table: remove extradata_size from the AVOptions tableMichael Niedermayer
2015-03-21avcodec/webp: validate the distance prefix codeAndreas Cadhalpun
2015-03-21avcodec/rv10: check size of s->mb_width * s->mb_heightAndreas Cadhalpun
2015-03-21eamad: check for out of bounds readFederico Tomassetti
2015-03-21mdec: check for out of bounds readFederico Tomassetti
2015-03-21aic: Fix decoding files with odd dimensionsVittorio Giovara
2015-03-21avcodec/tiff: move bpp check to after "end:"Michael Niedermayer
2015-03-21avcodec/opusdec: Fix delayed sample valueMichael Niedermayer
2015-03-21avcodec/opusdec: Clear out pointers per packetMichael Niedermayer
2015-03-21avcodec/utils: Align YUV411 by as much as the other YUV variantsMichael Niedermayer
2015-03-21vp9: fix segmentation map retention with threading enabled.Ronald S. Bultje
2015-03-21webp: ensure that each transform is only used onceAndreas Cadhalpun
2015-03-21fix VP9 packet decoder returning 0 instead of the used data sizeSteve Lhomme
2015-03-21avcodec/utils: use correct printf specifier in ff_set_sarAndreas Cadhalpun
2015-03-21Fix buffer_size argument to init_put_bits() in multiple encoders.Dyami Caliri
2015-03-21mips/acelp_filters: fix incorrect register constraintJames Cowgill
2015-03-21avcodec/hevc_ps: Sanity checks for some log2_* valuesMichael Niedermayer
2015-03-21avcodec/zmbv: Check len before reading in decode_frame()Michael Niedermayer
2015-03-21avcodec/h264: Only reinit quant tables if a new PPS is allowedMichael Niedermayer
2015-03-21avcodec/snowdec: Fix ref value checkMichael Niedermayer
2015-03-21avcodec/a64multienc: Assert that the Packet size does not growMichael Niedermayer
2015-03-21avcodec/a64multienc: simplify frame handling codeMichael Niedermayer
2015-03-21avcodec/a64multienc: fix use of uninitialized values in to_meta_with_cropAndreas Cadhalpun
2015-03-21avcodec/a64multienc: initialize mc_meta_charset to zeroAndreas Cadhalpun
2015-03-21avcodec/a64multienc: don't set incorrect packet sizeMichael Niedermayer
2015-03-21avcodec/a64multienc: use av_frame_ref instead of copying the frameAndreas Cadhalpun
2015-03-21avcodec/x86/mlpdsp_init: Simplify mlp_filter_channel_x86()Michael Niedermayer
2015-03-21h264: initialize H264Context.avctx in init_thread_copyAnton Khirnov
2015-02-16avcodec/gif: fix off by one in column offsetting findingClément Bœsch
2015-02-12x86/lossless_audiodsp: fix compilation with --disable-yasmJames Almer
2015-02-12avcodec/arm/videodsp_armv5te: Fix linking failure with "g++ -shared -D__STDC_...Michael Niedermayer
2015-02-12avcodec/mjpegdec: Skip blocks which are outside the visible areaMichael Niedermayer
2015-02-12avcodec/h264_slice: assert that reinit does not occur after the first sliceMichael Niedermayer
2015-02-12avcodec/h264_slice: ignore SAR changes in slices after the firstMichael Niedermayer
2015-02-12avcodec/h264_slice: Check picture structure before setting the related fieldsMichael Niedermayer
2015-02-12avcodec/h264_slice: Do not change frame_num after the first sliceMichael Niedermayer
2015-02-12avcodec/h264: Be more strict on rejecting pps/sps changesMichael Niedermayer
2015-02-12avcodec/h264: Be more strict on rejecting pps_id changesMichael Niedermayer
2015-02-12avcodec/h264_ps: More completely check the bit depthsMichael Niedermayer