summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-07-04avutil/rational: avoid llrint() and rint()Michael Niedermayer1-2/+3
2013-05-31av_d2q: Add a special case for |value| > MAX and |value| < 1/MAXMichael Niedermayer2-1/+3
2013-05-26av_d2q: Avoid llrint(), its not correctly implemented in old netbsdMichael Niedermayer1-1/+1
2013-05-25av_d2q: fix rounding for negative valuesMichael Niedermayer1-1/+1
2013-05-25av_d2q: Fix infinity checkMichael Niedermayer1-1/+1
2013-05-16Merge commit 'd46c588f3cb1963a00e990ceaf4ba9ffa05a716d'Michael Niedermayer4-33/+21
2013-05-15Remove commented-out #includesDiego Biurrun2-4/+0
2012-11-23replace av_log(0, by av_log(NULL,Michael Niedermayer16-22/+22
2012-11-01rational: test add/sub tooMichael Niedermayer1-1/+4
2011-12-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer19-1559/+1784
2011-12-03Code clean-up for crc.c, lfg.c, log.c, random_see.d, rational.c and tree.c.Yordan Makariev6-236/+287
2011-06-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer20-202/+272
2011-06-29rational-test: Add proper main() declaration to fix gcc warnings.Diego Biurrun1-1/+3
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-10-05Add selftest code for av_cmp_q().Michael Niedermayer1-0/+20
2010-10-04Make av_d2q() manage the case in which the value to convert is inf.Stefano Sabatini3-1/+5
2010-10-02Avoid cast of double nan to int.Stefano Sabatini1-2/+4
2010-10-01Rename libavutil/assert.h to avassert.hMåns Rullgård4-5/+5
2010-09-30av_assert() system.Michael Niedermayer5-12/+71
2010-05-24Convert NaN to 0/0 in av_d2qDavid Conrad1-0/+2
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun380-380/+380
2009-02-01cosmetics: Use 'num' instead of 'nom' as abbreviation for numerator.Diego Biurrun2-15/+15
2009-01-28spelling/grammar/consistency review part IDiego Biurrun27-178/+175
2009-01-24Directly #include a bunch of indirectly #included headers.Diego Biurrun4-0/+6
2009-01-17export gcd function as av_gcd()Aurelien Jacobs14-20/+19
2008-09-25Implement av_nearer_q() and av_find_nearest_q_idx() functions.Stefano Sabatini3-1/+39
2007-07-05license header consistency cosmeticsDiego Biurrun133-142/+45
2007-02-26move doxy comments from rational.c to rational.h and add some new commentsDujardin Bernard2-17/+35
2007-01-09fix av_reduce() with things like 1/0 and 0/0Michael Niedermayer1-3/+5
2006-11-30fix overflow and remove wrong commentMichael Niedermayer1-2/+1
2006-11-30return optimal fractionMichael Niedermayer1-1/+9
2006-10-11Rename ABS macro to FFABS.Diego Biurrun32-231/+231
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun422-1751/+2588
2006-07-20simplifyMichael Niedermayer1-5/+4
2006-07-20for floats fabs is better & smaller then ABSMichael Niedermayer1-1/+1
2006-01-12Update licensing information: The FSF changed postal address.Diego Biurrun295-301/+303
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun340-13125/+13124
2005-08-01libavutil: Utility code from libavcodec moved to a separate library.Alexander Strasser20-175/+369
2012-03-26libavutil: Remove pointless rational test program.Diego Biurrun2-26/+1