summaryrefslogtreecommitdiff
path: root/libavutil/softfloat.c
Commit message (Expand)AuthorAge
* avutil/softfloat: Include negative numbers in cmp/gt testsMichael Niedermayer2015-11-08
* avutil/softfloat: Add test for av_gt_sf()Michael Niedermayer2015-11-08
* avutil/softfloat: Extend the av_cmp_sf() test to cover a wider range of expon...Michael Niedermayer2015-11-08
* avutil/softfloat: Add test for av_cmp_sf()Michael Niedermayer2015-11-08
* avutil/softfloat: Add tests for exponent underflowsMichael Niedermayer2015-11-08
* avutil/softfloat: Add a test for av_sincos_sf()Michael Niedermayer2015-07-25
* avutil/softfloat: move av_sincos_sf() back to headerJames Almer2015-07-22
* avutil/softfloat: Move av_sf2double() to headerMichael Niedermayer2015-06-11
* avutil/softfloat: properly separate testcodeMichael Niedermayer2015-06-11
* avutil/softfloat: Move av_sincos_sf() from header to c fileMichael Niedermayer2015-06-05
* avutil/softfloat: Add more tests for the normalizationMichael Niedermayer2015-06-05
* libavutil/softfloat: Add test case for av_add_sfNedeljko Babic2015-05-14
* avutil/softfloat: remove unneeded include assert.hMichael Niedermayer2013-07-19
* Make softfloat test program compile again: Setting the av_log_level variableDiego Biurrun2009-03-20
* main() --> main(void)Diego Biurrun2007-11-23
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-10
* floating point "emulation" codeMichael Niedermayer2006-08-08