| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/softfloat: Include negative numbers in cmp/gt tests | Michael Niedermayer | 2015-11-08 | 1 | -3/+3 |
* | avutil/softfloat: Add test for av_gt_sf() | Michael Niedermayer | 2015-11-08 | 1 | -0/+8 |
* | avutil/softfloat: Extend the av_cmp_sf() test to cover a wider range of expon... | Michael Niedermayer | 2015-11-08 | 1 | -0/+9 |
* | avutil/softfloat: Add test for av_cmp_sf() | Michael Niedermayer | 2015-11-08 | 1 | -0/+13 |
* | avutil/softfloat: Add tests for exponent underflows | Michael Niedermayer | 2015-11-08 | 1 | -0/+12 |
* | avutil/softfloat: Add a test for av_sincos_sf() | Michael Niedermayer | 2015-07-25 | 1 | -0/+12 |
* | avutil/softfloat: move av_sincos_sf() back to header | James Almer | 2015-07-22 | 1 | -49/+0 |
* | avutil/softfloat: Move av_sf2double() to header | Michael Niedermayer | 2015-06-11 | 1 | -6/+0 |
* | avutil/softfloat: properly separate testcode | Michael Niedermayer | 2015-06-11 | 1 | -8/+9 |
* | avutil/softfloat: Move av_sincos_sf() from header to c file | Michael Niedermayer | 2015-06-05 | 1 | -0/+49 |
* | avutil/softfloat: Add more tests for the normalization | Michael Niedermayer | 2015-06-05 | 1 | -0/+10 |
* | libavutil/softfloat: Add test case for av_add_sf | Nedeljko Babic | 2015-05-14 | 1 | -2/+29 |
* | avutil/softfloat: remove unneeded include assert.h | Michael Niedermayer | 2013-07-19 | 1 | -1/+0 |
* | Make softfloat test program compile again: Setting the av_log_level variable | Diego Biurrun | 2009-03-20 | 1 | -1/+1 |
* | main() --> main(void) | Diego Biurrun | 2007-11-23 | 1 | -1/+1 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | Add official LGPL license headers to the files that were missing them. | Diego Biurrun | 2006-09-10 | 1 | -0/+18 |
* | floating point "emulation" code | Michael Niedermayer | 2006-08-08 | 1 | -0/+52 |