summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libavcodec/libvpxenc: Don't free user-provided AVPacketrelease/3.1Andreas Rheinhardt2020-05-231-1/+0
* avcodec/libopusenc: Don't free user-provided AVPacketAndreas Rheinhardt2020-05-231-2/+0
* avformat/matroskadec: Fix default value of BlockAddIDAndreas Rheinhardt2020-04-031-1/+1
* avutil/mem: Fix invalid use of av_alloc_sizeMark Harris2019-07-231-1/+1
* avcodec/hevcdec: decode at most one slice reporting being the first in the pi...James Almer2019-03-201-0/+4
* avfilter/af_silenceremove: fix possible crash if supplied duration is negativePaul B Mahol2019-01-251-0/+9
* avcodec/bitstream_filters: check the input argument of av_bsf_get_by_name() f...James Almer2018-07-281-0/+3
* avdevice/iec61883: free the private context at the endJames Almer2018-04-181-0/+1
* avdevice/iec61883: return reference counted packetsJames Almer2018-04-181-4/+13
* avdevice/iec61883: free packet on buffer allocation errorMarton Balint2018-04-181-0/+1
* avformat/libssh: check the user provided a password before trying to use itJames Almer2018-01-111-1/+1
* vc2enc_dwt: pad the temporary buffer by the slice sizeRostislav Pehlivanov2017-11-093-5/+14
* Update for 3.1.11n3.1.11Michael Niedermayer2017-09-253-2/+51
* avcodec/takdec: Fix integer overflow in decode_lpc()Michael Niedermayer2017-09-251-1/+1
* avcodec/proresdec2: Check bits in DECODE_CODEWORD(), fixes invalid shiftMichael Niedermayer2017-09-251-3/+8
* avcodec/takdec: Fix integer overflows in decode_subframe()Michael Niedermayer2017-09-251-4/+4
* avcodec/dirac_dwt: Fix integer overflow in COMPOSE_FIDELITYi*()Michael Niedermayer2017-09-241-2/+2
* avcodec/ffv1dec: Fix integer overflow in read_quant_table()Michael Niedermayer2017-09-241-1/+1
* avcodec/svq3: Fix overflow in svq3_add_idct_c()Michael Niedermayer2017-09-241-1/+1
* avcodec/pngdec: Clean up on av_frame_ref() failureMichael Niedermayer2017-09-201-1/+1
* avcodec/hevc_ps: Fix c?_qp_offset_list sizeMichael Niedermayer2017-09-171-2/+2
* avcodec/shorten: Move buffer allocation and offset init to end of read_header()Michael Niedermayer2017-09-171-6/+7
* avcodec/jpeg2000dsp: Fix multiple integer overflows in ict_int()Michael Niedermayer2017-09-171-2/+2
* avcodec/hevcdsp_template: Fix undefined shift in put_hevc_pel_bi_w_pixelsMichael Niedermayer2017-09-171-1/+1
* avcodec/diracdec: Fix overflow in DC computationMichael Niedermayer2017-09-171-1/+1
* avformat/asfdec: Fix DoS in asf_build_simple_index()Michael Niedermayer2017-09-171-0/+5
* avformat/mov: Fix DoS in read_tfra()Michael Niedermayer2017-09-171-0/+7
* avcodec/dirac_dwt: Fix multiple overflows in 9/7 liftingMichael Niedermayer2017-09-171-4/+4
* avcodec/diracdec: Fix integer overflow in INTRA_DC_PRED()Michael Niedermayer2017-09-171-1/+1
* avformat/mxfdec: Fix Sign error in mxf_read_primer_pack()孙浩(晓黑)2017-09-171-1/+1
* avformat/mxfdec: Fix DoS issues in mxf_read_index_entry_array()孙浩(晓黑)2017-09-171-0/+4
* avformat/nsvdec: Fix DoS due to lack of eof check in nsvs_file_offset loop.孙浩(晓黑)2017-09-171-1/+4
* avcodec/snowdec: Fix integer overflow in decode_subband_slice_buffered()Michael Niedermayer2017-09-171-1/+1
* avcodec/hevc_ps: Fix undefined shift in pcm codeMichael Niedermayer2017-09-171-3/+3
* avcodec/sbrdsp_fixed: Fix undefined overflows in autocorrelate()Michael Niedermayer2017-09-171-18/+18
* avformat/mvdec: Fix DoS due to lack of eof checkMichael Niedermayer2017-09-171-0/+2
* avformat/rl2: Fix DoS due to lack of eof check孙浩 and 张洪亮(望初)2017-09-171-3/+12
* avformat/rmdec: Fix DoS due to lack of eof check孙浩 and 张洪亮(望初)2017-09-171-1/+4
* avformat/cinedec: Fix DoS due to lack of eof check孙浩 and 张洪亮(望初)2017-09-171-1/+5
* avformat/asfdec: Fix DoS due to lack of eof check孙浩 and 张洪亮(望初)2017-09-171-2/+4
* avformat/hls: Fix DoS due to infinite loopMichael Niedermayer2017-09-172-0/+25
* ffprobe: Fix NULL pointer handling in color parameter printingMichael Niedermayer2017-09-171-18/+44
* ffprobe: Fix null pointer dereference with color primariesMichael Niedermayer2017-09-171-4/+11
* avcodec/hevc_ps: Check delta_pocs in ff_hevc_decode_short_term_rps()Michael Niedermayer2017-09-171-0/+12
* avformat/rtpdec_h264: Fix heap-buffer-overflowMichael Niedermayer2017-09-171-1/+1
* avformat/aviobuf: Fix signed integer overflow in avio_seek()Vitaly Buka2017-09-171-0/+2
* avformat/mov: Fix signed integer overflows with total_sizeVitaly Buka2017-09-171-1/+1
* avcodec/utils: Fix signed integer overflow in rc_initial_buffer_occupancy ini...Vitaly Buka2017-09-171-1/+1
* avcodec/aacdec_template: Fix running cleanup in decode_ics_info()Michael Niedermayer2017-09-171-4/+9
* avcodec/me_cmp: Fix crashes on ARM due to misalignmentMichael Niedermayer2017-09-174-5/+13