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-04-28avcodec/ttaenc: Reallocate packet if its too smallMichael Niedermayer
2016-04-28pgssubdec: fix subpicture output colorspace and rangeJan Ekström
2016-04-28avcodec/ac3dec: Reset SPX when switching from EAC3 to AC3Michael Niedermayer
2016-04-28avcodec/takdec: add code that got somehow lost in process of REingPaul B Mahol
2016-04-28avcodec/apedec: fix decoding of stereo files with one channel full of silencePaul B Mahol
2016-04-28avcodec/avpacket: Fix off by 5 errorMichael Niedermayer
2016-04-28avcodec/h264: Fix for H.264 configuration parsingIvan
2016-04-28avcodec/bmp_parser: Ensure remaining_size is not too small in startcode packe...Michael Niedermayer
2016-04-28avcodec/j2kenc: Add attribution to OpenJPEG project:Aaron Boxer
2016-04-28avcodec/libutvideodec: copy frame so it has reference counters when refcounte...Michael Niedermayer
2016-04-28avcodec/mjpegenc_common: Store approximate aspect if exact cannot be storedMichael Niedermayer
2016-04-28avcodec/resample: Remove disabled and faulty codeMichael Niedermayer
2016-04-28indeo2: Fix banding artefactsLuca Barbato
2016-04-28indeo2data: K&R formatting cosmeticsLuca Barbato
2016-04-28avcodec/imgconvert: Support non-planar colorspaces while paddingPrzemysław Sobala
2016-04-28avcodec/mjpegdec: Fix decoding slightly odd progressive jpegMichael Niedermayer
2016-04-28avcodec/avpacket: clear priv in av_init_packet()Michael Niedermayer
2016-04-28avcodec/h264: Execute error concealment before marking the frame as done.Michael Niedermayer
2016-03-17libwebpenc_animencoder: print library messages in verbose log levelsJames Almer
2016-03-17libwebpenc_animencoder: zero initialize the WebPAnimEncoderOptions structJames Almer
2016-01-31avcodec/jpeg2000dec: More completely check cdefMichael Niedermayer
2016-01-31avcodec/flacenc: fix calculation of bits required in case of custom sample ratePaul B Mahol
2016-01-31avcodec/mjpegdec: Check for end for both bytes in unescapingMichael Niedermayer
2016-01-31avcodec/mpegvideo_enc: Check for integer overflow in ff_mpv_reallocate_putbit...Michael Niedermayer
2016-01-31avcodec/wmaenc: Check ff_wma_init() for failureMichael Niedermayer
2016-01-31avcodec/mpeg12enc: Move high resolution thread check to before initializing t...Michael Niedermayer
2016-01-31avcodec/ass_split: Fix null pointer dereference in ff_ass_style_get()Michael Niedermayer
2016-01-31avcodec/gif: Fix lzw buffer sizeMichael Niedermayer
2016-01-31avcodec/put_bits: Assert buf_ptr in flush_put_bits()Michael Niedermayer
2016-01-31avcodec/tiff: Check subsample & rps values more completelyMichael Niedermayer
2016-01-31avcodec/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.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