aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* configure: bump yearn3.2.10Carl Eugen Hoyos2018-01-131-1/+1
* Changelog: updateMichael Niedermayer2018-01-131-0/+2
* avcodec/utils: Avoid hardcoding duplicated types in sizeof()Michael Niedermayer2018-01-131-2/+2
* avcodec/arm/sbrdsp_neon: Use a free register instead of putting 2 things in oneMichael Niedermayer2018-01-131-2/+2
* changelog: update after previous commitJames Almer2018-01-111-0/+1
* avformat/libssh: check the user provided a password before trying to use itJames Almer2018-01-111-1/+1
* Update for 3.2.10Michael Niedermayer2018-01-093-2/+70
* avcodec/h264addpx_template: Fixes integer overflowsMichael Niedermayer2018-01-081-12/+12
* avcodec/dirac_dwt: Fix overflows in COMPOSE_HAARiH0/COMPOSE_HAARiL0Michael Niedermayer2018-01-081-2/+2
* avcodec/diracdec: Fix integer overflow with quantMichael Niedermayer2018-01-081-5/+5
* avcodec/opus_parser: Check payload_len in parse_opus_ts_header()Michael Niedermayer2018-01-081-3/+13
* avcodec/jpeg2000dsp: Fix integer overflows in ict_int()Michael Niedermayer2018-01-081-2/+2
* avcodec/h264_slice: Do not attempt to render into frames already outputMichael Niedermayer2018-01-081-0/+6
* avcodec/dnxhddec: Check dc vlcMichael Niedermayer2018-01-081-1/+5
* x264: Support version 153Luca Barbato2018-01-081-0/+29
* avcodec/exr: Check buf_size more completelyMichael Niedermayer2018-01-081-4/+4
* avcodec/flacdec: Fix overflow in multiplication in decode_subframe_fixed()Michael Niedermayer2018-01-081-1/+1
* avcodec/hevcdsp_template: Fix Invalid shifts in put_hevc_qpel_bi_w_h() and pu...Michael Niedermayer2018-01-081-2/+2
* avcodec/flacdec: avoid undefined shiftMichael Niedermayer2018-01-081-1/+1
* avcodec/hevcdsp_template.c: Fix undefined shift in FUNC(dequant)Michael Niedermayer2018-01-081-1/+1
* avcodec/dirac_dwt: Fix integer overflow in COMPOSE_DD97iH0() and COMPOSE_DD13...Michael Niedermayer2018-01-081-2/+2
* avcodec/hevc_cabac: Fix integer overflow in ff_hevc_cu_qp_delta_abs()Michael Niedermayer2018-01-081-1/+3
* tests/audiomatch: Add missing return code at the end of main()Michael Niedermayer2018-01-081-0/+2
* avcodec/hevc_sei: Fix integer overflows in decode_nal_sei_message()Michael Niedermayer2018-01-081-0/+4
* avcodec/hevcdsp_template: Fix undefined shift in put_hevc_qpel_bi_w_hv()Michael Niedermayer2018-01-081-1/+1
* libavfilter/af_dcshift.c: Fixed repeated spelling errorKelly Ledford2018-01-081-10/+10
* avfilter/formats: fix wrong function name in error messageJun Zhao2018-01-081-1/+1
* avcodec/amrwbdec: Fix division by 0 in voice_factor()Michael Niedermayer2018-01-081-1/+1
* avcodec/diracdsp: Fix integer overflow in PUT_SIGNED_RECT_CLAMPED()Michael Niedermayer2018-01-081-4/+4
* avcodec/dirac_dwt: Fix integer overflows in COMPOSE_DAUB97*Michael Niedermayer2018-01-081-4/+4
* avcodec/vorbis: Fix another 1 << 31 > int32_t::max() with 1u.Dale Curtis2018-01-081-1/+1
* Don't manipulate duration when it's AV_NOPTS_VALUE.Dale Curtis2018-01-081-1/+1
* avcodec/vorbis: 1 << 31 > int32_t::max(), so use 1u << 31 instead.Dale Curtis2018-01-081-1/+1
* avformat/utils: Prevent undefined shift with wrap_bits > 64.Dale Curtis2018-01-081-2/+3
* avcodec/j2kenc: Fix out of array access in encode_cblk()Michael Niedermayer2018-01-081-1/+2
* avcodec/hevcdsp_template: Fix undefined shift in put_hevc_epel_bi_w_h()Michael Niedermayer2018-01-081-1/+1
* avcodec/mlpdsp: Fix signed integer overflow, 2nd tryMichael Niedermayer2018-01-081-1/+1
* avcodec/kgv1dec: Check that there is enough input for maximum RLE compressionMichael Niedermayer2018-01-081-0/+3
* avcodec/dirac_dwt: Fix integer overflow in COMPOSE_FIDELITYi*Michael Niedermayer2018-01-081-2/+2
* avcodec/mpeg4videodec: Check also for negative versions in the validity checkMichael Niedermayer2018-01-081-1/+1
* Close ogg stream upon error when using AV_EF_EXPLODE.Dale Curtis2018-01-081-1/+3
* Fix undefined shift on assumed 8-bit input.Dale Curtis2018-01-081-2/+9
* Use ff_thread_once for fixed, float table init.Dale Curtis2018-01-081-2/+6
* avformat/mov: Propagate errors in mov_switch_root.Jacob Trimble2018-01-081-2/+5
* avcodec/hevcdsp_template: Fix invalid shift in put_hevc_epel_bi_w_v()Michael Niedermayer2018-01-081-1/+1
* avcodec/mlpdsp: Fix undefined shift ff_mlp_pack_output()Michael Niedermayer2018-01-081-1/+1
* avcodec/zmbv: Check that the buffer is large enough for mvecMichael Niedermayer2018-01-081-0/+2
* avcodec/dirac_dwt: Fix integer overflow in COMPOSE_DD137iL0()Michael Niedermayer2018-01-081-1/+1
* avcodec/wmv2dec: Check end of bitstream in parse_mb_skip() and ff_wmv2_decode...Michael Niedermayer2018-01-081-2/+16
* avcodec/snowdec: Check for remaining bitstream in decode_blocks()Michael Niedermayer2018-01-081-0/+2