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-11-27avcodec/cabac: Check initial cabac decoder stateMichael Niedermayer
2015-11-27avcodec/cabac_functions: Fix "left shift of negative value -31767"Michael Niedermayer
2015-11-26avcodec/h264_slice: Limit max_contexts when slice_context_count is initializedMichael Niedermayer
2015-11-26avcodec/pngdec: Replace assert by request for sample for unsupported TRNS casesMichael Niedermayer
2015-11-26avcodec/jpeg2000dec: Fix potential integer overflow with tile dimensionsMichael Niedermayer
2015-11-26avcodec/jpeg2000: Use av_image_check_size() in ff_jpeg2000_init_component()Michael Niedermayer
2015-11-26avcodec/wmaprodec: Check for overread in decode_packet()Michael Niedermayer
2015-11-26avcodec/smacker: Check that the data size is a multiple of a sample vectorMichael Niedermayer
2015-11-26avcodec/takdec: Skip last p2 sample (which is unused)Michael Niedermayer
2015-11-26avcodec/dxtory: Fix input size check in dxtory_decode_v1_410()Michael Niedermayer
2015-11-26avcodec/dxtory: Fix input size check in dxtory_decode_v1_420()Michael Niedermayer
2015-11-26avcodec/error_resilience: avoid accessing previous or next frames tables beyo...Michael Niedermayer
2015-11-26avcodec/dpx: Move need_align to act per lineMichael Niedermayer
2015-11-26avcodec/flashsv: Check size before updating itMichael Niedermayer
2015-11-26avcodec/ivi: Check image dimensionsMichael Niedermayer
2015-11-26avcodec/utils: Better check for channels in av_get_audio_frame_duration()Michael Niedermayer
2015-11-26avcodec/jpeg2000dec: Check for duplicate SIZ markerMichael Niedermayer
2015-11-26aacsbr: don't call sbr_dequant twice without intermediate read_sbr_dataAndreas Cadhalpun
2015-11-26hqx: correct type and size check of info_offsetAndreas Cadhalpun
2015-11-26avcodec/jpeg2000: Change coord to 32bit to support larger than 32k width or h...Michael Niedermayer
2015-11-26avcodec/jpeg2000dec: Check SIZ dimensions to be within the supported rangeMichael Niedermayer
2015-11-26avcodec/jpeg2000: Check comp coords to be within the supported sizeMichael Niedermayer
2015-11-26mpegvideo: clear overread in clear_contextAndreas Cadhalpun
2015-11-26avcodec/avrndec: Use the AVFrame format instead of the contextMichael Niedermayer
2015-11-26dds: disable palette flag for compressed imagesAndreas Cadhalpun
2015-11-26dds: validate compressed source buffer sizeAndreas Cadhalpun
2015-11-26dds: validate source buffer size before copyingAndreas Cadhalpun
2015-11-26dvdsubdec: validate offset2 similar to offset1Andreas Cadhalpun
2015-11-26aacps: avoid division by zero in stereo_processingAndreas Cadhalpun
2015-11-26avcodec/takdec: Use memove, avoid undefined memcpy() useMichael Niedermayer
2015-11-12aacsbr_fixed: check for envelope scalefactors overflowingAndreas Cadhalpun
2015-11-12aacdec: don't return frames without data from aac_decode_er_frameAndreas Cadhalpun
2015-11-12avcodec/aacsbr_fixed: Try to initialize sum[0..1] differently to fix build wi...Michael Niedermayer
2015-11-12avcodec/aacsbr: Use FLOAT_0Michael Niedermayer
2015-11-07apng: use correct size for output bufferAndreas Cadhalpun
2015-11-07avcodec/jpeg2000dec: Clip all tile coordinatesMichael Niedermayer
2015-11-07avcodec/microdvddec: Check for string end in 'P' caseMichael Niedermayer
2015-11-07avcodec/dirac_parser: Fix undefined memcpy() useMichael Niedermayer
2015-11-06avcodec/mpeg12dec: Do not call show_bits() with invalid bitsMichael Niedermayer
2015-11-05avcodec/faxcompr: Add missing runs check in decode_uncompressed()Michael Niedermayer
2015-11-05avcodec/hevc_ps: Check chroma_format_idcMichael Niedermayer
2015-11-05avcodec/ffv1dec: Check for 0 quant tablesMichael Niedermayer
2015-11-05avcodec/mjpegdec: Reinitialize IDCT on BPP changesMichael Niedermayer
2015-11-04avcodec/mjpegdec: Check index in ljpeg_decode_yuv_scan() before using itMichael Niedermayer
2015-11-01avcodec/h264_slice: Disable slice threads if there are multiple access units ...Michael Niedermayer
2015-10-30opusdec: Don't run vector_fmul_scalar on zero length arraysKieran Kunhya
2015-10-30avcodec/opusdec: Fix extra samples read indexMichael Niedermayer
2015-10-30avcodec/ffv1: Initialize vlc_state on allocationMichael Niedermayer
2015-10-30avcodec/ffv1dec: update progress in case of broken pointer chainsMichael Niedermayer
2015-10-30avcodec/ffv1dec: Clear slice coordinates if they are invalid or slice header ...Michael Niedermayer