summaryrefslogtreecommitdiff
path: root/libavutil/rational.c
Commit message (Expand)AuthorAge
* Remove commented-out #includesDiego Biurrun2013-05-15
* libavutil: Remove pointless rational test program.Diego Biurrun2012-03-26
* Code clean-up for crc.c, lfg.c, log.c, random_see.d, rational.c and tree.c.Yordan Makariev2011-12-03
* 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