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-01-15avcodec/wavpackenc: print channel count in av_log calln2.7.5James Almer
2016-01-15avcodec/mpeg4video: Check time_incrMichael Niedermayer
2016-01-15avcodec/wavpackenc: Check the number of channelsMichael Niedermayer
2016-01-15avcodec/wavpackenc: Headers are per channelMichael Niedermayer
2016-01-15avcodec/aacdec_template: Check id_mapMichael Niedermayer
2016-01-15avcodec/dvdec: Fix "left shift of negative value -254"Michael Niedermayer
2016-01-15avcodec/mjpegdec: Fix negative shiftMichael Niedermayer
2016-01-15avcodec/mss2: Check for repeat overflowMichael Niedermayer
2016-01-15avcodec/mpegvideo_enc: Clip bits_per_raw_sample within valid rangeMichael Niedermayer
2016-01-15avcodec/motion_est: Fix mv_penalty table sizeMichael Niedermayer
2016-01-15avcodec/h264_slice: Fix integer overflow in implicit weight computationMichael Niedermayer
2016-01-15avcodec/put_bits: Always check buffer end before writingMichael Niedermayer
2016-01-15mjpegdec: extend check for incompatible values of s->rgb and s->lsAndreas Cadhalpun
2015-12-20rawdec: only exempt BIT0 with need_copy from buffer sanity checkAndreas Cadhalpun
2015-12-20xwddec: prevent overflow of lsize * avctx->heightAndreas Cadhalpun
2015-12-20exr: fix out of bounds read in get_codeAndreas Cadhalpun
2015-12-20on2avc: limit number of bits to 30 in get_egolombAndreas Cadhalpun
2015-12-20avcodec/mpeg4videodec: also for empty partitioned slicesMichael Niedermayer
2015-12-20avcodec/h264_refs: Fix long_idx checkMichael Niedermayer
2015-12-20avcodec/h264_mc_template: prefetch list1 only if it is used in the MBMichael Niedermayer
2015-12-20avcodec/h264_slice: Simplify ref2frm indexingMichael Niedermayer
2015-12-20Revert "avcodec/aarch64/neon.S: Update neon.s for transpose_4x4H"Michael Niedermayer
2015-12-17sonic: make sure num_taps * channels is not larger than frame_sizeAndreas Cadhalpun
2015-12-17opus_silk: fix typo causing overflow in silk_stabilize_lsfAndreas Cadhalpun
2015-12-17golomb: always check for invalid UE golomb codes in get_ue_golombAndreas Cadhalpun
2015-12-17aaccoder: prevent crash of anmr coderAndreas Cadhalpun
2015-12-14avcodec/aarch64/neon.S: Update neon.s for transpose_4x4Hzjh8890
2015-12-14mjpegdec: consider chroma subsampling in size checkAndreas Cadhalpun
2015-12-14avcodec/hevc: Check max ctb addresses for WPPMichael Niedermayer
2015-12-14avcodec/vp3: ensure header is parsed successfully before tablesMichael Niedermayer
2015-12-14avcodec/jpeg2000dec: Check bpno in decode_cblk()Michael Niedermayer
2015-12-14avcodec/pgssubdec: Fix left shift of 255 by 24 places cannot be represented i...Michael Niedermayer
2015-12-14avcodec/hevc: Fix integer overflow of entry_point_offsetMichael Niedermayer
2015-12-14avcodec/dirac_parser: Check that there is a previous PU before accessing itMichael Niedermayer
2015-12-14avcodec/dirac_parser: Add basic validity checks for next_pu_offset and prev_p...Michael Niedermayer
2015-12-14avcodec/dirac_parser: Fix potential overflows in pointer checksMichael Niedermayer
2015-12-14avcodec/wmaprodec: Check bits per sample to be within the range not causing i...Michael Niedermayer
2015-12-14avcodec/wmaprodec: Fix overflow of cutoffMichael Niedermayer
2015-12-14avcodec/vp3: Fix "runtime error: left shift of negative value"Michael Niedermayer
2015-12-14avcodec/apedec: Check length in long_filter_high_3800()Michael Niedermayer
2015-12-14avcodec/vp3: always set pix_fmt in theora_decode_header()Michael Niedermayer
2015-12-14avcodec/mpeg4videodec: Check available data before reading custom matrixMichael Niedermayer
2015-12-14avcodec/h264_refs: Check that long references match before useMichael Niedermayer
2015-12-14avcodec/utils: Clear dimensions in ff_get_buffer() on failureMichael Niedermayer
2015-12-14avcodec/utils: Use 64bit for aspect ratio calculation in avcodec_string()Michael Niedermayer
2015-12-14avcodec/vp3: Clear context on reinitialization failureMichael Niedermayer
2015-12-14avcodec/hevc: allocate entries unconditionallyMichael Niedermayer
2015-12-14avcodec/hevc_cabac: Fix multiple integer overflowsMichael Niedermayer
2015-12-14avcodec/jpeg2000dwt: Check ndeclevels before calling dwt_encode*()Michael Niedermayer
2015-12-14avcodec/jpeg2000dwt: Check ndeclevels before calling dwt_decode*()Michael Niedermayer