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