summaryrefslogtreecommitdiff
path: root/libavutil/rational.c
Commit message (Expand)AuthorAge
* lavu: add av_gcd_q().Nicolas George2020-05-23
* Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis2016-05-11
|\
* | lavu/rational: add more info regarding floor(x+0.5) usageGanesh Ajjanagadde2016-02-29
* | avutil/rational: Test av_rescale_rnd() with combinations of "special" valuesMichael Niedermayer2015-12-02
* | avutil/rational: use frexp rather than ad-hoc log to get floating point exponentGanesh Ajjanagadde2015-10-30
* | avutil: Add av_q2intfloat()Michael Niedermayer2015-05-26
* | avutil/rational: Check that av_reduce() returns values within the requested maxMichael Niedermayer2014-12-29
* | avutil/rational: av_add_stable() test codeMichael Niedermayer2014-01-04
* | avutil/rational: avoid llrint() and rint()Michael Niedermayer2013-07-04
* | av_d2q: Add a special case for |value| > MAX and |value| < 1/MAXMichael Niedermayer2013-05-31
* | av_d2q: Avoid llrint(), its not correctly implemented in old netbsdMichael Niedermayer2013-05-26
* | av_d2q: fix rounding for negative valuesMichael Niedermayer2013-05-25
* | av_d2q: Fix infinity checkMichael Niedermayer2013-05-25
* | Merge commit 'd46c588f3cb1963a00e990ceaf4ba9ffa05a716d'Michael Niedermayer2013-05-16
|\|
| * Remove commented-out #includesDiego Biurrun2013-05-15
| * libavutil: Remove pointless rational test program.Diego Biurrun2012-03-26
* | replace av_log(0, by av_log(NULL,Michael Niedermayer2012-11-23
* | rational: test add/sub tooMichael Niedermayer2012-11-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-05
|\|
| * Code clean-up for crc.c, lfg.c, log.c, random_see.d, rational.c and tree.c.Yordan Makariev2011-12-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-30
|\|
| * rational-test: Add proper main() declaration to fix gcc warnings.Diego Biurrun2011-06-30
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
|/
* Add selftest code for av_cmp_q().Michael Niedermayer2010-10-05
* Make av_d2q() manage the case in which the value to convert is inf.Stefano Sabatini2010-10-04
* Avoid cast of double nan to int.Stefano Sabatini2010-10-02
* Rename libavutil/assert.h to avassert.hMåns Rullgård2010-10-01
* av_assert() system.Michael Niedermayer2010-09-30
* Convert NaN to 0/0 in av_d2qDavid Conrad2010-05-24
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* cosmetics: Use 'num' instead of 'nom' as abbreviation for numerator.Diego Biurrun2009-02-01
* spelling/grammar/consistency review part IDiego Biurrun2009-01-28
* Directly #include a bunch of indirectly #included headers.Diego Biurrun2009-01-24
* export gcd function as av_gcd()Aurelien Jacobs2009-01-17
* Implement av_nearer_q() and av_find_nearest_q_idx() functions.Stefano Sabatini2008-09-25
* license header consistency cosmeticsDiego Biurrun2007-07-05
* move doxy comments from rational.c to rational.h and add some new commentsDujardin Bernard2007-02-26
* fix av_reduce() with things like 1/0 and 0/0Michael Niedermayer2007-01-09
* fix overflow and remove wrong commentMichael Niedermayer2006-11-30
* return optimal fractionMichael Niedermayer2006-11-30
* Rename ABS macro to FFABS.Diego Biurrun2006-10-11
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* simplifyMichael Niedermayer2006-07-20
* for floats fabs is better & smaller then ABSMichael Niedermayer2006-07-20
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* libavutil: Utility code from libavcodec moved to a separate library.Alexander Strasser2005-08-01