summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* avcodec/libx264: fix usage of AVComponentDescriptor depth fieldrelease/2.4James Almer2018-01-311-1/+1
* avcodec/libx264: remove NV21, its not supportedMichael Niedermayer2017-12-311-3/+0
* changelog: update with previous commitn2.4.14James Almer2017-12-311-0/+1
* x264: Support version 153Luca Barbato2017-12-311-0/+29
* Update for 2.4.14Michael Niedermayer2017-12-303-2/+442
* avcodec/exr: Check buf_size more completelyMichael Niedermayer2017-12-301-2/+2
* avcodec/flacdec: Fix overflow in multiplication in decode_subframe_fixed()Michael Niedermayer2017-12-281-1/+1
* avcodec/hevcdsp_template: Fix Invalid shifts in put_hevc_qpel_bi_w_h() and pu...Michael Niedermayer2017-12-281-2/+2
* avcodec/flacdec: avoid undefined shiftMichael Niedermayer2017-12-281-1/+1
* avcodec/hevcdsp_template.c: Fix undefined shift in FUNC(dequant)Michael Niedermayer2017-12-281-1/+1
* avcodec/dirac_dwt: Fix integer overflow in COMPOSE_DD97iH0() and COMPOSE_DD13...Michael Niedermayer2017-12-281-2/+2
* avcodec/hevc_cabac: Fix integer overflow in ff_hevc_cu_qp_delta_abs()Michael Niedermayer2017-12-281-1/+3
* avcodec/hevc_sei: Fix integer overflows in decode_nal_sei_message()Michael Niedermayer2017-12-281-0/+4
* avcodec/hevcdsp_template: Fix undefined shift in put_hevc_qpel_bi_w_hv()Michael Niedermayer2017-12-281-1/+1
* avfilter/formats: fix wrong function name in error messageJun Zhao2017-12-131-1/+1
* avcodec/amrwbdec: Fix division by 0 in voice_factor()Michael Niedermayer2017-12-101-1/+1
* avcodec/dirac_dwt: Fix integer overflows in COMPOSE_DAUB97*Michael Niedermayer2017-12-071-4/+4
* avcodec/vorbis: Fix another 1 << 31 > int32_t::max() with 1u.Dale Curtis2017-12-021-1/+1
* Don't manipulate duration when it's AV_NOPTS_VALUE.Dale Curtis2017-12-021-1/+1
* avcodec/vorbis: 1 << 31 > int32_t::max(), so use 1u << 31 instead.Dale Curtis2017-12-021-1/+1
* avformat/utils: Prevent undefined shift with wrap_bits > 64.Dale Curtis2017-12-021-2/+3
* avcodec/j2kenc: Fix out of array access in encode_cblk()Michael Niedermayer2017-12-011-1/+2
* libvpxenc: remove some unused ctrl id mappingsJames Zern2017-12-011-8/+0
* avcodec/hevcdsp_template: Fix undefined shift in put_hevc_epel_bi_w_h()Michael Niedermayer2017-12-011-1/+1
* avcodec/mlpdsp: Fix signed integer overflow, 2nd tryMichael Niedermayer2017-12-011-1/+1
* avcodec/kgv1dec: Check that there is enough input for maximum RLE compressionMichael Niedermayer2017-12-011-0/+3
* avcodec/dirac_dwt: Fix integer overflow in COMPOSE_FIDELITYi*Michael Niedermayer2017-12-011-2/+2
* avcodec/mpeg4videodec: Check also for negative versions in the validity checkMichael Niedermayer2017-11-211-1/+1
* Close ogg stream upon error when using AV_EF_EXPLODE.Dale Curtis2017-11-211-1/+3
* Fix undefined shift on assumed 8-bit input.Dale Curtis2017-11-211-2/+9
* avcodec/hevcdsp_template: Fix invalid shift in put_hevc_epel_bi_w_v()Michael Niedermayer2017-11-211-1/+1
* avcodec/mlpdsp: Fix undefined shift ff_mlp_pack_output()Michael Niedermayer2017-11-211-1/+1
* avcodec/zmbv: Check that the buffer is large enough for mvecMichael Niedermayer2017-11-211-0/+2
* avcodec/dirac_dwt: Fix integer overflow in COMPOSE_DD137iL0()Michael Niedermayer2017-11-211-1/+1
* avcodec/wmv2dec: Check end of bitstream in parse_mb_skip() and ff_wmv2_decode...Michael Niedermayer2017-11-211-2/+16
* avcodec/snowdec: Check for remaining bitstream in decode_blocks()Michael Niedermayer2017-11-171-0/+2
* avcodec/snowdec: Check intra block dc differences.Michael Niedermayer2017-11-171-4/+13
* avcodec/h264dec: Fix potential array overreadMichael Niedermayer2017-11-161-0/+1
* avcodec/x86/mpegvideodsp: Fix signedness bug in need_emuMichael Niedermayer2017-11-161-2/+3
* avcodec/mdct_*: Fix integer overflow in addition in RESCALE()Michael Niedermayer2017-11-132-11/+11
* avcodec/snowdec: Fix integer overflow in header parsingMichael Niedermayer2017-11-131-5/+5
* avcodec/cngdec: Fix integer clippingMichael Niedermayer2017-11-091-1/+1
* avcodec/h264idct_template: Fix integer overflows in ff_h264_idct8_add()Michael Niedermayer2017-11-091-4/+4
* avcodec/xan: Check for bitstream end in xan_huffman_decode()Michael Niedermayer2017-11-091-1/+4
* avformat: Free the internal codec context at the endLuca Barbato2017-11-091-6/+1
* avcodec/xan: Improve overlapping checkMichael Niedermayer2017-11-011-1/+1
* avcodec/jpeglsdec: Check for end of bitstream in ls_decode_line()Michael Niedermayer2017-11-011-0/+3
* avcodec/jpeglsdec: Check ilv for being a supported valueMichael Niedermayer2017-11-011-0/+4
* avcodec/snowdec: Check mv_scaleMichael Niedermayer2017-10-151-1/+2
* avcodec/pafvideo: Check for bitstream end in decode_0()Michael Niedermayer2017-10-151-1/+4