| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil: add av_rescale_q_rnd() to allow different rounding | Justin Ruggles | 2012-02-20 | 1 | -2/+9 |
* | avutil: Remove unused arbitrary precision integer code. | Diego Biurrun | 2011-06-28 | 1 | -29/+0 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Silence "comparison of unsigned expression >= 0 is always true" warning. | Eli Friedman | 2010-07-03 | 1 | -1/+1 |
* | Add av_compare_mod() | Michael Niedermayer | 2010-06-09 | 1 | -0/+7 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Replace many includes of libavutil/common.h with what is actually needed | Måns Rullgård | 2010-03-09 | 1 | -2/+2 |
* | av_compare_ts() | Michael Niedermayer | 2010-02-07 | 1 | -0/+8 |
* | Move ff_reverse in libavcodec to av_reverse in libavutil. | Francesco Lavra | 2009-11-09 | 1 | -0/+19 |
* | Remove all remaining code that was disabled through the major version bump. | Diego Biurrun | 2009-03-09 | 1 | -6/+0 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | spelling/grammar/consistency review part I | Diego Biurrun | 2009-01-28 | 1 | -1/+1 |
* | add a ff_gcd() function again, for compatibility with old libavcodec | Aurelien Jacobs | 2009-01-27 | 1 | -0/+7 |
* | Directly #include a bunch of indirectly #included headers. | Diego Biurrun | 2009-01-24 | 1 | -0/+1 |
* | export gcd function as av_gcd() | Aurelien Jacobs | 2009-01-17 | 1 | -2/+2 |
* | Faster ff_sqrt() | Michael Niedermayer | 2008-01-21 | 1 | -5/+9 |
* | Fix a couple of 'return type defaults to int' and 'control reaches end of | Diego Biurrun | 2008-01-10 | 1 | -1/+2 |
* | Allow compilation of test programs when TEST is defined. | Diego Biurrun | 2008-01-08 | 1 | -1/+2 |
* | main() --> main(void) | Diego Biurrun | 2007-11-23 | 1 | -1/+1 |
* | Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. | Steve L'Homme | 2006-11-01 | 1 | -1/+1 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | improve selftest | Michael Niedermayer | 2006-05-29 | 1 | -3/+4 |
* | extend range used for testing (larger range should work too but testing code ... | Michael Niedermayer | 2006-04-29 | 1 | -3/+3 |
* | <= vs. >= 10l bug | Michael Niedermayer | 2006-04-29 | 1 | -5/+9 |
* | add newline at end of file | Måns Rullgård | 2006-04-28 | 1 | -1/+1 |
* | avoid AVInteger usage in av_rescale | Michael Niedermayer | 2006-04-23 | 1 | -6/+54 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -6/+6 |
* | libavutil: Utility code from libavcodec moved to a separate library. | Alexander Strasser | 2005-08-01 | 1 | -0/+84 |