summaryrefslogtreecommitdiff
path: root/libavutil/softfloat.h
Commit message (Expand)AuthorAge
* avutil/softfloat: Add FLOAT_MINMichael Niedermayer2017-11-05
* avutil/softfloat: Fix sign error in and improve documentation of av_int2sf()Michael Niedermayer2017-06-04
* avutil/softfloat: Fix overflow in av_div_sf()Michael Niedermayer2017-05-06
* avutil/softfloat: Fix multiple runtime error: left shift of negative value -8Michael Niedermayer2017-05-06
* avutil/softfloat: use ldexp(), fixes undefined shiftMichael Niedermayer2017-05-02
* softfloat: decrease MIN_EXP to cover full float rangeAndreas Cadhalpun2016-11-25
* softfloat: handle -INT_MAX correctlyAndreas Cadhalpun2016-11-14
* avutil/softfloat: Improve doxy for av_sub_sf() and av_sf2int()Michael Niedermayer2016-05-29
* avutil/softfloat: Document public constants and a few public functionsMichael Niedermayer2016-05-28
* avutil/softfloat: Assert that the exponent did not overflow the legal range i...Michael Niedermayer2015-12-11
* avutil/softfloat: use abort() instead of av_assert0(0)James Almer2015-11-10
* softfloat: handle INT_MIN correctly in av_int2sfAndreas Cadhalpun2015-11-08
* softfloat: assert when the argument of av_sqrt_sf is negativeAndreas Cadhalpun2015-11-08
* avutil/softfloat: Fix av_gt_sf() with large exponents try #2Michael Niedermayer2015-11-08
* avutil/softfloat: Fix overflows in shifts in av_cmp_sf() and av_gt_sf()Michael Niedermayer2015-11-08
* avutil/softfloat: Fix exponent underflow in av_div_sf()Michael Niedermayer2015-11-08
* avutil/softfloat: Fix exponent underflow in av_mul_sf()Michael Niedermayer2015-11-08
* avutil/softfloat: Fix typo in av_mul_sf() doxyMichael Niedermayer2015-11-08
* Revert "avutil/softfloat: Check for MIN_EXP in av_sqrt_sf()"Michael Niedermayer2015-11-08
* avutil/softfloat: Check for MIN_EXP in av_sqrt_sf()Michael Niedermayer2015-11-08
* avutil/softfloat: Correctly set the exponent for 0.0 in av_sqrt_sf()Michael Niedermayer2015-11-08
* avutil/softfloat: FLOAT_0 should use MIN_EXPMichael Niedermayer2015-11-08
* avutil/softfloat: move av_sincos_sf() back to headerJames Almer2015-07-22
* avcodec: Implementation of AAC_fixed_decoder (SBR-module)Djordje Pesut2015-07-20
* softfloat: make av_div_sf() inlineJames Almer2015-06-13
* avutil/softfloat: Move av_sf2double() to headerMichael Niedermayer2015-06-11
* avutil/softfloat: Fix alternative implementation of av_normalize1_sf()Michael Niedermayer2015-06-05
* avutil/softfloat: Fix alternative implementation of av_normalize_sf()Michael Niedermayer2015-06-05
* avutil/softfloat: Move av_sincos_sf() from header to c fileMichael Niedermayer2015-06-05
* avutil/softfloat: Fix thresholds in av_normalize_sf()Michael Niedermayer2015-06-05
* libavutil/softfloat: Fix av_normalize1_sf bias.Nedeljko Babic2015-06-04
* libavutil/softfloat: Add functions.Nedeljko Babic2015-04-30
* libavutil/softfloat: Added av_normalize_sf in av_add_sfNedeljko Babic2015-04-30
* libavutil/softfloat: exponent adjusted for aac fixed point decNedeljko Babic2015-04-30
* avutil/softfloat: document av_int2sf()Michael Niedermayer2015-04-25
* libavutil/softfloat: Change order of fields in SoftFloat structure.Nedeljko Babic2015-04-15
* avutil/softfloat: Fix undefined shift in av_add_sf()Michael Niedermayer2014-10-10
* avutil/softfloat: add some assertsMichael Niedermayer2014-10-09
* avutil/softfloat: Fix dependence on signed overflow in av_normalize1_sf()Michael Niedermayer2014-10-09
* spelling/grammar/consistency review part IDiego Biurrun2009-01-28
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* cosmetics: Fix two common typos: wont --> will not, lets --> let us.Diego Biurrun2008-07-24
* add missing #include "common.h" to libavutil headersMåns Rullgård2008-03-19
* Reapply r12489: Add pure, const and malloc attributes to proper functionsZuxy Meng2008-03-19
* revert r12489.Benoit Fouet2008-03-18
* Pure, const and malloc attributes to libavutil.Zuxy Meng2008-03-18
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* license header consistency cosmeticsDiego Biurrun2007-07-05
* add a comment to indicate which #endif belong to which #defineGuillaume Poirier2007-06-17
* add multiple inclusion guards to headersMåns Rullgård2007-06-17