aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-31avcodec/g729dec: Factor block_size outMichael Niedermayer
2019-12-31avcodec/g729dec: require buf_size to be non 0Michael Niedermayer
2019-12-31avcodec/alac: Fix integer overflow in lpc_prediction() with signMichael Niedermayer
2019-12-31avcodec/wmaprodec: Fix buflen computation in save_bits()Michael Niedermayer
2019-12-31avcodec/vc1_block: Fix integer overflow in AC rescaling in vc1_decode_i_block...Michael Niedermayer
2019-12-31avcodec/vmdaudio: Check chunk counts to avoid integer overflowMichael Niedermayer
2019-12-31avformat/mxfdec: Clear metadata_sets_count in mxf_read_close()Michael Niedermayer
2019-12-31avcodec/nuv: Use ff_set_dimensions()Michael Niedermayer
2019-12-31avformat/vividas: Error out on audio packets in the absence of audio streamsMichael Niedermayer
2019-12-31avformat/vividas: Check and require 1 video streamMichael Niedermayer
2019-12-31avcodec/ffwavesynth: Fix integer overflow with pink_ts_cur/nextMichael Niedermayer
2019-12-31avcodec/ralf: Fix integer overflows with the filter coefficient in decode_cha...Michael Niedermayer
2019-12-31avcodec/g729dec: Use 64bit and clip in scalar productMichael Niedermayer
2019-12-31avcodec/mxpegdec: Check for multiple SOFMichael Niedermayer
2019-12-31avcodec/nuv: Move comptype check upMichael Niedermayer
2019-12-31avcodec/wmavoice: Fix integer overflow in synth_frame()Michael Niedermayer
2019-12-31avcodec/rawdec: Check bits_per_coded_sample more pedantically for 16bit casesMichael Niedermayer
2019-12-31avutil/lfg: Correct index increment type to avoid undefined behaviorMichael Niedermayer
2019-12-31avcodec/cngdec: Remove AV_CODEC_CAP_DELAYMichael Niedermayer
2019-12-31avcodec/iff: Move index use after check in decodeplane8()Michael Niedermayer
2019-12-31avcodec/atrac3: Check for huge block alignsMichael Niedermayer
2019-12-31avcodec/ralf: use multiply instead of shift to avoid undefined behavior in de...Michael Niedermayer
2019-12-31avcodec/wmadec: Require previous exponents for reuseMichael Niedermayer
2019-12-31avcodec/vc1_block: Fix undefined behavior in ac prediction rescalingMichael Niedermayer
2019-12-31avcodec/qdm2: The smallest header seems to have 2 bytes so treat 1 as invalidMichael Niedermayer
2019-12-31avcodec/apedec: Fixes integer overflow of res+*data in do_apply_filter()Michael Niedermayer
2019-12-31avcodec/sonic: Fix integer overflow in predictor_calc_error()Michael Niedermayer
2019-12-31avformat/vividas: Add EOF check in val_1 loop in track_header()Michael Niedermayer
2019-12-31avcodec/atrac9dec: Check precision_fine/coarseMichael Niedermayer
2019-12-31avformat/mp3dec: Check that the frame fits within the probe bufferMichael Niedermayer
2019-12-31vcodec/agm: Alloc based on coded dimensionsMichael Niedermayer
2019-12-31avcodec/wmaprodec: get frame during frame decodeMichael Niedermayer
2019-12-31avcodec/interplayacm: Fix overflow of last unused valueMichael Niedermayer
2019-12-31avcodec/adpcm: Fix undefined behavior with negative predictions in IMA OKIMichael Niedermayer
2019-12-31avcodec/cook: Move up and extend block_align checkMichael Niedermayer
2019-12-31avcodec/sbcdec: Fix integer overflows in sbc_synthesize_four()Michael Niedermayer
2019-12-31avcodec/twinvq: Check block_alignMichael Niedermayer
2019-12-31avcodec/cook: Enlarge gain tableMichael Niedermayer
2019-12-31avcodec/cook: Check samples_per_channel earlierMichael Niedermayer
2019-12-31avcodec/atrac3plus: Check split point in fill mode 3Michael Niedermayer
2019-12-31avcodec/wmavoice: Check sample_rateMichael Niedermayer
2019-12-31avcodec/xsubdec: fix overflow in alpha handlingMichael Niedermayer
2019-12-31avcodec/iff: Check available space before entering loop in decode_long_vertic...Michael Niedermayer
2019-12-31avcodec/apedec: Fix integer overflow in filter_3800()Michael Niedermayer
2019-12-31avutil/lfg: Document the AVLFG structMichael Niedermayer
2019-12-31avcodec/ffv1dec: Use a different error message for the slice level CRCMichael Niedermayer
2019-12-31avcodec/apedec: Fix undefined integer overflow in long_filter_ehigh_3830()Michael Niedermayer
2019-12-31avcodec/dstdec: Check that AC probabilities are within rangeMichael Niedermayer
2019-12-31avcodec/dstdec: Check read_table() for failureMichael Niedermayer
2019-12-31avformat/vividas: Fix n_sb_blocks CheckMichael Niedermayer