]> git.sesse.net Git - ffmpeg/history - libavutil/rational.c
configure: Simplify and fix avfoundation indev handling
[ffmpeg] / libavutil / rational.c
2013-05-15 Diego BiurrunRemove commented-out #includes
2012-03-26 Diego Biurrunlibavutil: Remove pointless rational test program.
2011-12-03 Yordan MakarievCode clean-up for crc.c, lfg.c, log.c, random_see.d...
2011-06-29 Diego Biurrunrational-test: Add proper main() declaration to fix...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-10-05 Michael NiedermayerAdd selftest code for av_cmp_q().
2010-10-04 Stefano SabatiniMake av_d2q() manage the case in which the value to...
2010-10-02 Stefano SabatiniAvoid cast of double nan to int.
2010-10-01 Måns RullgårdRename libavutil/assert.h to avassert.h
2010-09-30 Michael Niedermayerav_assert() system.
2010-05-24 David ConradConvert NaN to 0/0 in av_d2q
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-02-01 Diego Biurruncosmetics: Use 'num' instead of 'nom' as abbreviation...
2009-01-28 Diego Biurrunspelling/grammar/consistency review part I
2009-01-24 Diego BiurrunDirectly #include a bunch of indirectly #included headers.
2009-01-17 Aurelien Jacobsexport gcd function as av_gcd()
2008-09-25 Stefano SabatiniImplement av_nearer_q() and av_find_nearest_q_idx(...
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-02-26 Dujardin Bernardmove doxy comments from rational.c to rational.h and...
2007-01-09 Michael Niedermayerfix av_reduce() with things like 1/0 and 0/0
2006-11-30 Michael Niedermayerfix overflow and remove wrong comment
2006-11-30 Michael Niedermayerreturn optimal fraction
2006-10-11 Diego BiurrunRename ABS macro to FFABS.
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-07-20 Michael Niedermayersimplify
2006-07-20 Michael Niedermayerfor floats fabs is better & smaller then ABS
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-08-01 Alexander Strasserlibavutil: Utility code from libavcodec moved to a...