Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-23replace av_log(0, by av_log(NULL,Michael Niedermayer
2012-11-01rational: test add/sub tooMichael Niedermayer
2011-12-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-04Code clean-up for crc.c, lfg.c, log.c, random_see.d, rational.c and tree.c.Yordan Makariev
2011-06-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-30rational-test: Add proper main() declaration to fix gcc warnings.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-10-05Add selftest code for av_cmp_q().Michael Niedermayer
2010-10-04Make av_d2q() manage the case in which the value to convert is inf.Stefano Sabatini
2010-10-02Avoid cast of double nan to int.Stefano Sabatini
2010-10-01Rename libavutil/assert.h to avassert.hMåns Rullgård
2010-10-01av_assert() system.Michael Niedermayer
2010-05-24Convert NaN to 0/0 in av_d2qDavid Conrad
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-02-01cosmetics: Use 'num' instead of 'nom' as abbreviation for numerator.Diego Biurrun
2009-01-28spelling/grammar/consistency review part IDiego Biurrun
2009-01-24Directly #include a bunch of indirectly #included headers.Diego Biurrun
2009-01-17export gcd function as av_gcd()Aurelien Jacobs
2008-09-25Implement av_nearer_q() and av_find_nearest_q_idx() functions.Stefano Sabatini
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-02-26move doxy comments from rational.c to rational.h and add some new commentsDujardin Bernard
2007-01-09fix av_reduce() with things like 1/0 and 0/0Michael Niedermayer
2006-11-30fix overflow and remove wrong commentMichael Niedermayer
2006-11-30return optimal fractionMichael Niedermayer
2006-10-12Rename ABS macro to FFABS.Diego Biurrun
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-07-20simplifyMichael Niedermayer
2006-07-20for floats fabs is better & smaller then ABSMichael Niedermayer
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-08-02libavutil: Utility code from libavcodec moved to a separate library.Alexander Strasser