| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13' | Derek Buitenhuis | 2016-05-11 | 1 | -116/+0 |
|\ |
|
* | | lavu/rational: add more info regarding floor(x+0.5) usage | Ganesh Ajjanagadde | 2016-02-29 | 1 | -1/+2 |
* | | avutil/rational: Test av_rescale_rnd() with combinations of "special" values | Michael Niedermayer | 2015-12-02 | 1 | -0/+44 |
* | | avutil/rational: use frexp rather than ad-hoc log to get floating point exponent | Ganesh Ajjanagadde | 2015-10-30 | 1 | -2/+2 |
* | | avutil: Add av_q2intfloat() | Michael Niedermayer | 2015-05-26 | 1 | -0/+48 |
* | | avutil/rational: Check that av_reduce() returns values within the requested max | Michael Niedermayer | 2014-12-29 | 1 | -0/+1 |
* | | avutil/rational: av_add_stable() test code | Michael Niedermayer | 2014-01-04 | 1 | -0/+30 |
* | | avutil/rational: avoid llrint() and rint() | Michael Niedermayer | 2013-07-04 | 1 | -2/+3 |
* | | av_d2q: Add a special case for |value| > MAX and |value| < 1/MAX | Michael Niedermayer | 2013-05-31 | 1 | -0/+2 |
* | | av_d2q: Avoid llrint(), its not correctly implemented in old netbsd | Michael Niedermayer | 2013-05-26 | 1 | -1/+1 |
* | | av_d2q: fix rounding for negative values | Michael Niedermayer | 2013-05-25 | 1 | -1/+1 |
* | | av_d2q: Fix infinity check | Michael Niedermayer | 2013-05-25 | 1 | -1/+1 |
* | | Merge commit 'd46c588f3cb1963a00e990ceaf4ba9ffa05a716d' | Michael Niedermayer | 2013-05-16 | 1 | -1/+0 |
|\| |
|
| * | Remove commented-out #includes | Diego Biurrun | 2013-05-15 | 1 | -1/+0 |
| * | libavutil: Remove pointless rational test program. | Diego Biurrun | 2012-03-26 | 1 | -25/+0 |
* | | replace av_log(0, by av_log(NULL, | Michael Niedermayer | 2012-11-23 | 1 | -2/+2 |
* | | rational: test add/sub too | Michael Niedermayer | 2012-11-01 | 1 | -1/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-05 | 1 | -48/+62 |
|\| |
|
| * | Code clean-up for crc.c, lfg.c, log.c, random_see.d, rational.c and tree.c. | Yordan Makariev | 2011-12-03 | 1 | -48/+62 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-30 | 1 | -1/+3 |
|\| |
|
| * | rational-test: Add proper main() declaration to fix gcc warnings. | Diego Biurrun | 2011-06-30 | 1 | -1/+3 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|
* | Add selftest code for av_cmp_q(). | Michael Niedermayer | 2010-10-05 | 1 | -0/+20 |
* | Make av_d2q() manage the case in which the value to convert is inf. | Stefano Sabatini | 2010-10-04 | 1 | -0/+2 |
* | Avoid cast of double nan to int. | Stefano Sabatini | 2010-10-02 | 1 | -2/+4 |
* | Rename libavutil/assert.h to avassert.h | Måns Rullgård | 2010-10-01 | 1 | -1/+1 |
* | av_assert() system. | Michael Niedermayer | 2010-09-30 | 1 | -2/+2 |
* | Convert NaN to 0/0 in av_d2q | David Conrad | 2010-05-24 | 1 | -0/+2 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | cosmetics: Use 'num' instead of 'nom' as abbreviation for numerator. | Diego Biurrun | 2009-02-01 | 1 | -11/+11 |
* | spelling/grammar/consistency review part I | Diego Biurrun | 2009-01-28 | 1 | -2/+2 |
* | Directly #include a bunch of indirectly #included headers. | Diego Biurrun | 2009-01-24 | 1 | -0/+1 |
* | export gcd function as av_gcd() | Aurelien Jacobs | 2009-01-17 | 1 | -2/+2 |
* | Implement av_nearer_q() and av_find_nearest_q_idx() functions. | Stefano Sabatini | 2008-09-25 | 1 | -0/+25 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+0 |
* | move doxy comments from rational.c to rational.h and add some new comments | Dujardin Bernard | 2007-02-26 | 1 | -16/+0 |
* | fix av_reduce() with things like 1/0 and 0/0 | Michael Niedermayer | 2007-01-09 | 1 | -3/+5 |
* | fix overflow and remove wrong comment | Michael Niedermayer | 2006-11-30 | 1 | -2/+1 |
* | return optimal fraction | Michael Niedermayer | 2006-11-30 | 1 | -1/+9 |
* | Rename ABS macro to FFABS. | Diego Biurrun | 2006-10-11 | 1 | -3/+3 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | simplify | Michael Niedermayer | 2006-07-20 | 1 | -5/+4 |
* | for floats fabs is better & smaller then ABS | Michael Niedermayer | 2006-07-20 | 1 | -1/+1 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -5/+5 |
* | libavutil: Utility code from libavcodec moved to a separate library. | Alexander Strasser | 2005-08-01 | 1 | -0/+110 |