summaryrefslogtreecommitdiff
path: root/libavutil/softfloat.h
Commit message (Expand)AuthorAge
* 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
* include all prerequisites in header filesMåns Rullgård2007-06-16
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Exchange informal LGPL notice by official license header.Diego Biurrun2006-09-04
* floating point "emulation" codeMichael Niedermayer2006-08-08