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
2021-09-12avcodec/utils: don't return negative values in av_get_audio_frame_duration()James Almer
2021-09-12avcodec/jpeg2000dec: Check that atom header is within bytsetreamMichael Niedermayer
2021-09-12avcodec/apedec: Fix 2 integer overflows in filter_3800()Michael Niedermayer
2021-09-12avcodec/xpmdec: Move allocations down after more error checksMichael Niedermayer
2021-09-12avcodec/mjpegdec: Check for bits left in mjpeg_decode_scan_progressive_ac()Michael Niedermayer
2021-09-12avcodec/webp: Check available space in loop in decode_entropy_coded_image()Michael Niedermayer
2021-09-12avcodec/vc1dec: ff_print_debug_info() does not support WMV3 field_modeMichael Niedermayer
2021-09-12avcodec/frame_thread_encoder: Free AVCodecContext structure on error during initMichael Niedermayer
2021-09-12avcodec/faxcompr: Check for end of input in cmode == 1 in decode_group3_2d_li...Michael Niedermayer
2021-09-12avcodec/vc1dec: Disable error concealment for *IMAGEMichael Niedermayer
2021-09-12avcodec/sbrdsp_fixed: Fix negation overflow in sbr_neg_odd_64_c()Michael Niedermayer
2021-09-12avcodec/aaccoder: Add minimal bias in search_for_ms()Michael Niedermayer
2021-09-12avcodec/dnxhddec: check and propagate function return valuemaryam ebr
2021-09-11avcodec/lpc: check for zero err in normalization in compute_lpc_coefs()Michael Niedermayer
2021-09-11avcodec/cpia: Fix missing src_size updateMichael Niedermayer
2021-09-11avcodec/utils: Use 64bit for intermediate in AV_CODEC_ID_ADPCM_THP* duration ...Michael Niedermayer
2021-09-11avcodec/iff: Only write palette to plane 1 if its PAL8Michael Niedermayer
2021-09-11avcodec/faxcompr: Check available bits in decode_uncompressed()Michael Niedermayer
2021-09-11avcodec/faxcompr: Check if bits are available before reading in cmode == 9 ||...Michael Niedermayer
2021-09-11avcodec/utils: do "calc from frame_bytes, channels, and block_align" in 64bitMichael Niedermayer
2021-09-11avcodec/ttadata: Add sentinel at the end of ff_tta_shift_1Michael Niedermayer
2021-09-11avcodec/vc2enc: Check for non negative slice boundsMichael Niedermayer
2021-09-11avcodec/svq1enc: Do not print debug RD value before it has been computedMichael Niedermayer
2021-09-11avcodec/aacpsy: Check bandwidthMichael Niedermayer
2021-09-11avcodec/aacenc: Do not divide by lambda_count if it is 0Michael Niedermayer
2021-09-11avcodec/aacenc: Use FLT_EPSILON for lambda minimumMichael Niedermayer
2021-09-11avcodec/lpc: Avoid floating point division by 0Michael Niedermayer
2021-09-11avcodec/aacpsy: Avoid floating point division by 0 of norm_facMichael Niedermayer
2021-09-11avcodec/aacenc: Avoid 0 lambdaMichael Niedermayer
2021-09-11avcodec/exr: x/ymax cannot be INT_MAXMichael Niedermayer
2021-09-11avcodec/vc1: Check remaining bits in ff_vc1_parse_frame_header()Michael Niedermayer
2021-09-11avcodec/faxcompr: Check for end of bitstream in decode_group3_1d_line() and d...Michael Niedermayer
2021-09-11avcodec/utils: treat PAL8 for jpegs similar to other colorspacesMichael Niedermayer
2021-09-11avcodec/jpeglsdec: Set alpha plane in PAL8 so image is not 100% transparentMichael Niedermayer
2021-09-11avcodec/faxcompr: Check remaining bits on error in decode_group3_1d_line()Michael Niedermayer
2021-09-11avcodec/utils: Check ima wav duration for overflowMichael Niedermayer
2021-09-11avcodec/dpx: Check bits_per_color earlierMichael Niedermayer
2021-09-11avcodec/pnm_parser: Check image size addition for overflowMichael Niedermayer
2021-09-11avcodec/h264_slice: Check input SPS in ff_h264_update_thread_context()Michael Niedermayer
2021-09-11avcodec/mpegvideo: Update chroma_?_shift in ff_mpv_common_frame_size_change()Michael Niedermayer
2021-09-11avcodec/sonic: Use unsigned temporary in predictor_calc_error()Michael Niedermayer
2021-09-11avcodec/h264_slice: Check sps in h264_slice_header_init()Michael Niedermayer
2021-09-11avcodec/ffwavesynth: Avoid signed integer overflow in phi_at()Michael Niedermayer
2021-09-11avcodec/mpeg4videoenc: Check extradata malloc()Michael Niedermayer
2021-09-11avcodec/speedhq: Width < 8 is not supportedMichael Niedermayer
2021-09-11avcodec/utils: Use more bits for intermediate for AV_CODEC_ID_ADPCM_MSMichael Niedermayer
2021-09-11avcodec/jpegls: Check A[Q] for overflow in ff_jpegls_update_state_regular()Michael Niedermayer
2021-09-11avcodec/flacdec: Avoid undefined shift in error caseMichael Niedermayer
2021-09-11avcodec/ffv1dec: Check if trailer is availableMichael Niedermayer
2021-09-11avcodec/4xm: Check pre_gb in decode_i_block()Michael Niedermayer