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
2020-05-23libavcodec/libvpxenc: Don't free user-provided AVPacketrelease/3.1Andreas Rheinhardt
2020-05-23avcodec/libopusenc: Don't free user-provided AVPacketAndreas Rheinhardt
2020-04-03avformat/matroskadec: Fix default value of BlockAddIDAndreas Rheinhardt
2019-07-23avutil/mem: Fix invalid use of av_alloc_sizeMark Harris
2019-03-21avcodec/hevcdec: decode at most one slice reporting being the first in the pi...James Almer
2019-01-25avfilter/af_silenceremove: fix possible crash if supplied duration is negativePaul B Mahol
2018-07-29avcodec/bitstream_filters: check the input argument of av_bsf_get_by_name() f...James Almer
2018-04-19avdevice/iec61883: free the private context at the endJames Almer
2018-04-19avdevice/iec61883: return reference counted packetsJames Almer
2018-04-19avdevice/iec61883: free packet on buffer allocation errorMarton Balint
2018-01-11avformat/libssh: check the user provided a password before trying to use itJames Almer
2017-11-09vc2enc_dwt: pad the temporary buffer by the slice sizeRostislav Pehlivanov
2017-09-25Update for 3.1.11n3.1.11Michael Niedermayer
2017-09-25avcodec/takdec: Fix integer overflow in decode_lpc()Michael Niedermayer
2017-09-25avcodec/proresdec2: Check bits in DECODE_CODEWORD(), fixes invalid shiftMichael Niedermayer
2017-09-25avcodec/takdec: Fix integer overflows in decode_subframe()Michael Niedermayer
2017-09-24avcodec/dirac_dwt: Fix integer overflow in COMPOSE_FIDELITYi*()Michael Niedermayer
2017-09-24avcodec/ffv1dec: Fix integer overflow in read_quant_table()Michael Niedermayer
2017-09-24avcodec/svq3: Fix overflow in svq3_add_idct_c()Michael Niedermayer
2017-09-20avcodec/pngdec: Clean up on av_frame_ref() failureMichael Niedermayer
2017-09-17avcodec/hevc_ps: Fix c?_qp_offset_list sizeMichael Niedermayer
2017-09-17avcodec/shorten: Move buffer allocation and offset init to end of read_header()Michael Niedermayer
2017-09-17avcodec/jpeg2000dsp: Fix multiple integer overflows in ict_int()Michael Niedermayer
2017-09-17avcodec/hevcdsp_template: Fix undefined shift in put_hevc_pel_bi_w_pixelsMichael Niedermayer
2017-09-17avcodec/diracdec: Fix overflow in DC computationMichael Niedermayer
2017-09-17avformat/asfdec: Fix DoS in asf_build_simple_index()Michael Niedermayer
2017-09-17avformat/mov: Fix DoS in read_tfra()Michael Niedermayer
2017-09-17avcodec/dirac_dwt: Fix multiple overflows in 9/7 liftingMichael Niedermayer
2017-09-17avcodec/diracdec: Fix integer overflow in INTRA_DC_PRED()Michael Niedermayer
2017-09-17avformat/mxfdec: Fix Sign error in mxf_read_primer_pack()孙浩(晓黑)
2017-09-17avformat/mxfdec: Fix DoS issues in mxf_read_index_entry_array()孙浩(晓黑)
2017-09-17avformat/nsvdec: Fix DoS due to lack of eof check in nsvs_file_offset loop.孙浩(晓黑)
2017-09-17avcodec/snowdec: Fix integer overflow in decode_subband_slice_buffered()Michael Niedermayer
2017-09-17avcodec/hevc_ps: Fix undefined shift in pcm codeMichael Niedermayer
2017-09-17avcodec/sbrdsp_fixed: Fix undefined overflows in autocorrelate()Michael Niedermayer
2017-09-17avformat/mvdec: Fix DoS due to lack of eof checkMichael Niedermayer
2017-09-17avformat/rl2: Fix DoS due to lack of eof check孙浩 and 张洪亮(望初)
2017-09-17avformat/rmdec: Fix DoS due to lack of eof check孙浩 and 张洪亮(望初)
2017-09-17avformat/cinedec: Fix DoS due to lack of eof check孙浩 and 张洪亮(望初)
2017-09-17avformat/asfdec: Fix DoS due to lack of eof check孙浩 and 张洪亮(望初)
2017-09-17avformat/hls: Fix DoS due to infinite loopMichael Niedermayer
2017-09-17ffprobe: Fix NULL pointer handling in color parameter printingMichael Niedermayer
2017-09-17ffprobe: Fix null pointer dereference with color primariesMichael Niedermayer
2017-09-17avcodec/hevc_ps: Check delta_pocs in ff_hevc_decode_short_term_rps()Michael Niedermayer
2017-09-17avformat/rtpdec_h264: Fix heap-buffer-overflowMichael Niedermayer
2017-09-17avformat/aviobuf: Fix signed integer overflow in avio_seek()Vitaly Buka
2017-09-17avformat/mov: Fix signed integer overflows with total_sizeVitaly Buka
2017-09-17avcodec/utils: Fix signed integer overflow in rc_initial_buffer_occupancy ini...Vitaly Buka
2017-09-17avcodec/aacdec_template: Fix running cleanup in decode_ics_info()Michael Niedermayer
2017-09-17avcodec/me_cmp: Fix crashes on ARM due to misalignmentMichael Niedermayer