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-28avcodec/jpeg2000dec: More completely check cdefMichael Niedermayer
2016-01-28avcodec/flacenc: fix calculation of bits required in case of custom sample ratePaul B Mahol
2016-01-28avcodec/mjpegdec: Check for end for both bytes in unescapingMichael Niedermayer
2016-01-28avcodec/mpegvideo_enc: Check for integer overflow in ff_mpv_reallocate_putbit...Michael Niedermayer
2016-01-28avcodec/wmaenc: Check ff_wma_init() for failureMichael Niedermayer
2016-01-28avcodec/mpeg12enc: Move high resolution thread check to before initializing t...Michael Niedermayer
2016-01-28avcodec/ass_split: Fix null pointer dereference in ff_ass_style_get()Michael Niedermayer
2016-01-28avcodec/gif: Fix lzw buffer sizeMichael Niedermayer
2016-01-28avcodec/put_bits: Assert buf_ptr in flush_put_bits()Michael Niedermayer
2016-01-28avcodec/tiff: Check subsample & rps values more completelyMichael Niedermayer
2016-01-28avcodec/aacenc: Check both channels for finitenessMichael Niedermayer
2016-01-28dca: fix misaligned access in avpriv_dca_convert_bitstreamAndreas Cadhalpun
2016-01-28vorbisdec: reject rangebits 0 with non-0 partitionsAndreas Cadhalpun
2016-01-28vorbisdec: reject channel mapping with less than two channelsAndreas Cadhalpun
2016-01-28avformat/ipmovie: put video decoding_map_size into packet and use it in decoderPaul B Mahol
2016-01-15avcodec/wavpackenc: print channel count in av_log calln2.8.5James Almer
2016-01-15avcodec/pngenc: Fix mixed up linesizesMichael Niedermayer
2016-01-15avcodec/pngenc: Replace memcpy by av_image_copy()Michael Niedermayer
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/g2meet: Check for ff_els_decode_bit() failure in epic_decode_run_leng...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-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-20rawdec: only exempt BIT0 with need_copy from buffer sanity checkAndreas Cadhalpun
2015-12-20avcodec/mpeg4videodec: also for empty partitioned slicesMichael Niedermayer
2015-12-20avcodec/h264_refs: Fix long_idx checkMichael Niedermayer
2015-12-18avcodec/h264_mc_template: prefetch list1 only if it is used in the MBMichael Niedermayer
2015-12-18avcodec/h264_slice: Simplify ref2frm indexingMichael Niedermayer
2015-12-17Revert "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-17sbr_qmf_analysis: sanitize input for 32-bit imdctAndreas Cadhalpun
2015-12-17sbrdsp_fixed: assert that input values are in the valid rangeAndreas Cadhalpun
2015-12-17aacsbr: ensure strictly monotone time bordersAndreas Cadhalpun
2015-12-17aacenc: update max_sfb when num_swb changesAndreas Cadhalpun
2015-12-17aaccoder: prevent crash of anmr coderAndreas Cadhalpun
2015-12-12avcodec/aarch64/neon.S: Update neon.s for transpose_4x4Hzjh8890
2015-12-07mjpegdec: consider chroma subsampling in size checkAndreas Cadhalpun