November 1, 2017
View e34fe61

avutil/softfloat: Add FLOAT_MIN

Michael Niedermayer authored on 2017/11/01 22:00:18
June 5, 2017
View 6019d72

avutil/softfloat: Fix sign error in and improve documentation of av_int2sf()

Michael Niedermayer authored on 2017/06/05 03:45:09
May 7, 2017
View 277e397

avutil/softfloat: Fix overflow in av_div_sf()

Michael Niedermayer authored on 2017/05/07 04:31:49
May 6, 2017
View 35f3df0

avutil/softfloat: Fix multiple runtime error: left shift of negative value -8

Michael Niedermayer authored on 2017/05/06 07:13:05
May 2, 2017
View 79aa2ff

avutil/softfloat: use ldexp(), fixes undefined shift

Michael Niedermayer authored on 2017/05/02 10:56:13
November 25, 2016
View 2d6f46d

softfloat: decrease MIN_EXP to cover full float range

Andreas Cadhalpun authored on 2016/11/25 08:26:51
November 14, 2016
View 0edd569

softfloat: handle -INT_MAX correctly

Andreas Cadhalpun authored on 2016/11/14 04:52:02
May 29, 2016
View 52ca24b

avutil/softfloat: Improve doxy for av_sub_sf() and av_sf2int()

Michael Niedermayer authored on 2016/05/29 21:44:27
May 28, 2016
View d1520a6

avutil/softfloat: Document public constants and a few public functions

Michael Niedermayer authored on 2016/05/28 21:11:10
November 10, 2015
View 9f4a41b

avutil/softfloat: use abort() instead of av_assert0(0)

James Almer authored on 2015/11/10 11:16:17
November 9, 2015
View 9ac61e7

softfloat: handle INT_MIN correctly in av_int2sf

Andreas Cadhalpun authored on 2015/11/09 01:19:10
November 8, 2015
View 5e8b9e7

avutil/softfloat: Assert that the exponent did not overflow the legal range in av_normalize1_sf()

Michael Niedermayer authored on 2015/11/08 21:41:58
View f3866a1

softfloat: assert when the argument of av_sqrt_sf is negative

Andreas Cadhalpun authored on 2015/11/08 23:15:24
View 05b05a7

avutil/softfloat: Fix av_gt_sf() with large exponents try #2

Michael Niedermayer authored on 2015/11/08 23:03:28
View cee3c9d

avutil/softfloat: Fix overflows in shifts in av_cmp_sf() and av_gt_sf()

Michael Niedermayer authored on 2015/11/08 22:13:42