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-12-09avformat/utils: estimate_timings_from_pts - increase retry counter, fixes inv...n2.4.12Rainer Hochecker
2015-12-09avutil/mathematics: Fix division by 0Michael Niedermayer
2015-12-07mjpegdec: consider chroma subsampling in size checkAndreas Cadhalpun
2015-12-06update for 2.4.12Michael Niedermayer
2015-12-06avcodec/ffv1dec: Clear quant_table_count if its invalidMichael Niedermayer
2015-12-06avcodec/ffv1dec: Print an error if the quant table count is invalidMichael Niedermayer
2015-12-06avcodec/hevc: Check max ctb addresses for WPPMichael Niedermayer
2015-12-06avcodec/vp3: ensure header is parsed successfully before tablesMichael Niedermayer
2015-12-06avcodec/jpeg2000dec: Check bpno in decode_cblk()Michael Niedermayer
2015-12-06avcodec/pgssubdec: Fix left shift of 255 by 24 places cannot be represented i...Michael Niedermayer
2015-12-06swscale/utils: Fix for runtime error: left shift of negative value -1Michael Niedermayer
2015-12-06avcodec/hevc: Fix integer overflow of entry_point_offsetMichael Niedermayer
2015-12-06avcodec/dirac_parser: Check that there is a previous PU before accessing itMichael Niedermayer
2015-12-06avcodec/dirac_parser: Add basic validity checks for next_pu_offset and prev_p...Michael Niedermayer
2015-12-06avcodec/dirac_parser: Fix potential overflows in pointer checksMichael Niedermayer
2015-12-06avcodec/wmaprodec: Check bits per sample to be within the range not causing i...Michael Niedermayer
2015-12-06avcodec/wmaprodec: Fix overflow of cutoffMichael Niedermayer
2015-12-06avformat/smacker: fix integer overflow with pts_incMichael Niedermayer
2015-12-06avcodec/vp3: Fix "runtime error: left shift of negative value"Michael Niedermayer
2015-12-06mpegencts: Fix overflow in cbr mode period calculationsTimo Teräs
2015-12-06avutil/timecode: Fix fps checkMichael Niedermayer
2015-12-06avutil/mathematics: return INT64_MIN (=AV_NOPTS_VALUE) from av_rescale_rnd() ...Michael Niedermayer
2015-12-06avcodec/apedec: Check length in long_filter_high_3800()Michael Niedermayer
2015-12-06avcodec/vp3: always set pix_fmt in theora_decode_header()Michael Niedermayer
2015-12-06avcodec/mpeg4videodec: Check available data before reading custom matrixMichael Niedermayer
2015-12-06avutil/mathematics: Do not treat INT64_MIN as positive in av_rescale_rndMichael Niedermayer
2015-12-06avutil/integer: Fix av_mod_i() with negative dividendMichael Niedermayer
2015-12-06avformat/dump: Fix integer overflow in av_dump_format()Michael Niedermayer
2015-12-06avcodec/utils: Clear dimensions in ff_get_buffer() on failureMichael Niedermayer
2015-12-06avcodec/utils: Use 64bit for aspect ratio calculation in avcodec_string()Michael Niedermayer
2015-12-06avcodec/vp3: Clear context on reinitialization failureMichael Niedermayer
2015-12-06avcodec/hevc: allocate entries unconditionallyMichael Niedermayer
2015-12-06avcodec/hevc_cabac: Fix multiple integer overflowsMichael Niedermayer
2015-12-06avcodec/jpeg2000dwt: Check ndeclevels before calling dwt_encode*()Michael Niedermayer
2015-12-06avcodec/jpeg2000dwt: Check ndeclevels before calling dwt_decode*()Michael Niedermayer
2015-12-06avcodec/hevc: Check entry_point_offsetsMichael Niedermayer
2015-12-06avcodec/cabac: Check initial cabac decoder stateMichael Niedermayer
2015-12-06avcodec/cabac_functions: Fix "left shift of negative value -31767"Michael Niedermayer
2015-12-06avcodec/h264_slice: Limit max_contexts when slice_context_count is initializedMichael Niedermayer
2015-12-06avcodec/vp8: Do not use num_coeff_partitions in thread/buffer setupMichael Niedermayer
2015-12-06rtmpcrypt: Do the xtea decryption in little endian modeMartin Storsjö
2015-12-06avformat/matroskadec: Check subtitle stream before dereferencingMichael Niedermayer
2015-12-06avformat/utils: Do not init parser if probing is unfinishedMichael Niedermayer
2015-12-06avcodec/jpeg2000dec: Fix potential integer overflow with tile dimensionsMichael Niedermayer
2015-12-06avcodec/jpeg2000dec: Check SIZ dimensions to be within the supported rangeMichael Niedermayer
2015-12-06avcodec/jpeg2000: Check comp coords to be within the supported sizeMichael Niedermayer
2015-12-06avcodec/jpeg2000: Use av_image_check_size() in ff_jpeg2000_init_component()Michael Niedermayer
2015-12-06avcodec/wmaprodec: Check for overread in decode_packet()Michael Niedermayer
2015-12-06avcodec/smacker: Check that the data size is a multiple of a sample vectorMichael Niedermayer
2015-12-06avcodec/takdec: Skip last p2 sample (which is unused)Michael Niedermayer