December 2, 2017
View 2bc6b9b

Changelog: update

Michael Niedermayer authored on 2017/12/02 08:30:18
December 1, 2017
View 06a6f73

avcodec/vorbis: Fix another 1 << 31 > int32_t::max() with 1u.

Dale Curtis authored on 2017/12/01 05:20:36
View 44dc83f

avcodec/j2kenc: Fix out of array access in encode_cblk()

Michael Niedermayer authored on 2017/12/01 07:42:04
View a65633a

avcodec/hevcdsp_template: Fix undefined shift in put_hevc_epel_bi_w_h()

Michael Niedermayer authored on 2017/12/01 05:27:37
November 29, 2017
View 532f0d1

Don't manipulate duration when it's AV_NOPTS_VALUE.

Dale Curtis authored on 2017/11/29 07:26:55
November 25, 2017
View 2214afd

avcodec/dirac_dwt: Fix integer overflow in COMPOSE_FIDELITYi*

Michael Niedermayer authored on 2017/11/25 11:15:16
November 23, 2017
View e6c6bb2

avcodec/vorbis: 1 << 31 > int32_t::max(), so use 1u << 31 instead.

Dale Curtis authored on 2017/11/23 03:58:39
View 71e4018

avcodec/kgv1dec: Check that there is enough input for maximum RLE compression

Michael Niedermayer authored on 2017/11/23 04:14:54
November 21, 2017
View 78b6e8f

avcodec/mlpdsp: Fix signed integer overflow, 2nd try

Michael Niedermayer authored on 2017/11/21 02:45:45
View abff307

avcodec/mpeg4videodec: Check also for negative versions in the validity check

Michael Niedermayer authored on 2017/11/21 11:15:53
View 50b2264

Close ogg stream upon error when using AV_EF_EXPLODE.

Dale Curtis authored on 2017/11/21 05:07:57
View 20e78d5

avformat/mov: Propagate errors in mov_switch_root.

Jacob Trimble authored on 2017/11/21 05:05:02
November 18, 2017
View b01020a

avformat/utils: Prevent undefined shift with wrap_bits > 64.

Dale Curtis authored on 2017/11/18 06:35:56
View c09d587

Fix undefined shift on assumed 8-bit input.

Dale Curtis authored on 2017/11/18 09:05:30
View 712814f

Use ff_thread_once for fixed, float table init.

Dale Curtis authored on 2017/11/18 07:51:09