Michael Niedermayer
|
e34fe61bf4
avutil/softfloat: Add FLOAT_MIN
|
7 years ago |
Michael Niedermayer
|
6019d721d4
avutil/softfloat: Fix sign error in and improve documentation of av_int2sf()
|
7 years ago |
Michael Niedermayer
|
277e397eb5
avutil/softfloat: Fix overflow in av_div_sf()
|
7 years ago |
Michael Niedermayer
|
35f3df0d76
avutil/softfloat: Fix multiple runtime error: left shift of negative value -8
|
7 years ago |
Michael Niedermayer
|
79aa2ff199
avutil/softfloat: use ldexp(), fixes undefined shift
|
7 years ago |
Andreas Cadhalpun
|
2d6f46d801
softfloat: decrease MIN_EXP to cover full float range
|
8 years ago |
Andreas Cadhalpun
|
0edd569466
softfloat: handle -INT_MAX correctly
|
8 years ago |
Michael Niedermayer
|
52ca24bdd2
avutil/softfloat: Improve doxy for av_sub_sf() and av_sf2int()
|
8 years ago |
Michael Niedermayer
|
d1520a6cfd
avutil/softfloat: Document public constants and a few public functions
|
8 years ago |
Michael Niedermayer
|
5e8b9e746f
avutil/softfloat: Assert that the exponent did not overflow the legal range in av_normalize1_sf()
|
9 years ago |
James Almer
|
9f4a41bf99
avutil/softfloat: use abort() instead of av_assert0(0)
|
9 years ago |
Andreas Cadhalpun
|
9ac61e73d0
softfloat: handle INT_MIN correctly in av_int2sf
|
9 years ago |
Andreas Cadhalpun
|
f3866a14c3
softfloat: assert when the argument of av_sqrt_sf is negative
|
9 years ago |
Michael Niedermayer
|
05b05a7a84
avutil/softfloat: Fix av_gt_sf() with large exponents try #2
|
9 years ago |
Michael Niedermayer
|
cee3c9d29a
avutil/softfloat: Fix overflows in shifts in av_cmp_sf() and av_gt_sf()
|
9 years ago |
Michael Niedermayer
|
046218b212
avutil/softfloat: Fix exponent underflow in av_div_sf()
|
9 years ago |
Michael Niedermayer
|
a1e3303fc0
avutil/softfloat: Fix exponent underflow in av_mul_sf()
|
9 years ago |
Michael Niedermayer
|
4135a2bfd6
avutil/softfloat: Fix typo in av_mul_sf() doxy
|
9 years ago |
Michael Niedermayer
|
4b6ad23609
Revert "avutil/softfloat: Check for MIN_EXP in av_sqrt_sf()"
|
9 years ago |
Michael Niedermayer
|
0269fb11e3
avutil/softfloat: Check for MIN_EXP in av_sqrt_sf()
|
9 years ago |
Michael Niedermayer
|
107db5abf3
avutil/softfloat: Correctly set the exponent for 0.0 in av_sqrt_sf()
|
9 years ago |
Michael Niedermayer
|
a66b243d52
avutil/softfloat: FLOAT_0 should use MIN_EXP
|
9 years ago |
James Almer
|
a176bbc873
avutil/softfloat: move av_sincos_sf() back to header
|
9 years ago |
Djordje Pesut
|
f85bc147fb
avcodec: Implementation of AAC_fixed_decoder (SBR-module)
|
9 years ago |
James Almer
|
20abb1afe5
softfloat: make av_div_sf() inline
|
9 years ago |
Michael Niedermayer
|
daf1158d77
avutil/softfloat: Move av_sf2double() to header
|
9 years ago |
Michael Niedermayer
|
af8d63e756
avutil/softfloat: Fix alternative implementation of av_normalize1_sf()
|
9 years ago |
Michael Niedermayer
|
6690ca22b3
avutil/softfloat: Fix alternative implementation of av_normalize_sf()
|
9 years ago |
Michael Niedermayer
|
d3585c53de
avutil/softfloat: Move av_sincos_sf() from header to c file
|
9 years ago |
Michael Niedermayer
|
c7ce16e716
avutil/softfloat: Fix thresholds in av_normalize_sf()
|
9 years ago |
Nedeljko Babic
|
7131aba916
libavutil/softfloat: Fix av_normalize1_sf bias.
|
9 years ago |
Nedeljko Babic
|
1fae268307
libavutil/softfloat: Add functions.
|
9 years ago |
Nedeljko Babic
|
7bab281475
libavutil/softfloat: Added av_normalize_sf in av_add_sf
|
9 years ago |
Nedeljko Babic
|
a1c7fe431c
libavutil/softfloat: exponent adjusted for aac fixed point dec
|
9 years ago |
Michael Niedermayer
|
a3110beebd
avutil/softfloat: document av_int2sf()
|
9 years ago |
Nedeljko Babic
|
f4ccf38902
libavutil/softfloat: Change order of fields in SoftFloat structure.
|
9 years ago |
Michael Niedermayer
|
171d971dbf
avutil/softfloat: Fix undefined shift in av_add_sf()
|
10 years ago |
Michael Niedermayer
|
99afec08f8
avutil/softfloat: add some asserts
|
10 years ago |
Michael Niedermayer
|
44198a728d
avutil/softfloat: Fix dependence on signed overflow in av_normalize1_sf()
|
10 years ago |
Diego Biurrun
|
89c9ff504b
spelling/grammar/consistency review part I
|
16 years ago |
Stefano Sabatini
|
987903826b
Globally rename the header inclusion guard names.
|
16 years ago |
Diego Biurrun
|
ca74c0a180
cosmetics: Fix two common typos: wont --> will not, lets --> let us.
|
16 years ago |
Måns Rullgård
|
3540b950ec
add missing #include "common.h" to libavutil headers
|
16 years ago |
Zuxy Meng
|
85074d3c93
Reapply r12489: Add pure, const and malloc attributes to proper functions
|
16 years ago |
Benoit Fouet
|
2119bb8f51
revert r12489.
|
16 years ago |
Zuxy Meng
|
6544f48f03
Pure, const and malloc attributes to libavutil.
|
16 years ago |
Diego Biurrun
|
5b21bdabe4
Add FFMPEG_ prefix to all multiple inclusion guards.
|
17 years ago |
Diego Biurrun
|
e5a389a1b7
license header consistency cosmetics
|
17 years ago |
Guillaume Poirier
|
efb775777f
add a comment to indicate which #endif belong to which #define
|
17 years ago |
Måns Rullgård
|
699b3f99d0
add multiple inclusion guards to headers
|
17 years ago |