]> git.sesse.net Git - ffmpeg/history - libavutil/mathematics.c
lavu: Drop deprecated av_reverse function
[ffmpeg] / libavutil / mathematics.c
2015-08-28 Vittorio Giovaralavu: Drop deprecated av_reverse function
2014-05-03 Luca Barbatomathematics: K&R formatting cosmetics
2014-01-03 Anton Khirnovmathematics: remove asserts from av_rescale_rnd()
2012-10-12 Diego BiurrunMove av_reverse table to libavcodec
2012-10-12 Diego Biurrunavutil: Duplicate ff_log2_tab instead of sharing it...
2012-10-11 Diego BiurrunMove avutil tables only used in libavcodec to libavcodec.
2012-02-20 Justin Rugglesavutil: add av_rescale_q_rnd() to allow different rounding
2011-06-28 Diego Biurrunavutil: Remove unused arbitrary precision integer code.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-07-03 Eli FriedmanSilence "comparison of unsigned expression >= 0 is...
2010-06-09 Michael NiedermayerAdd av_compare_mod()
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-09 Måns RullgårdReplace many includes of libavutil/common.h with what...
2010-02-07 Michael Niedermayerav_compare_ts()
2009-11-09 Francesco LavraMove ff_reverse in libavcodec to av_reverse in libavutil.
2009-03-09 Diego BiurrunRemove all remaining code that was disabled through...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-28 Diego Biurrunspelling/grammar/consistency review part I
2009-01-27 Aurelien Jacobsadd a ff_gcd() function again, for compatibility with...
2009-01-24 Diego BiurrunDirectly #include a bunch of indirectly #included headers.
2009-01-17 Aurelien Jacobsexport gcd function as av_gcd()
2008-01-21 Michael NiedermayerFaster ff_sqrt()
2008-01-10 Diego BiurrunFix a couple of 'return type defaults to int' and ...
2008-01-08 Diego BiurrunAllow compilation of test programs when TEST is defined.
2007-11-23 Diego Biurrunmain() --> main(void)
2006-11-01 Steve L'HommeReplace most of the %lld and %llx by their (cleaner...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-05-29 Michael Niedermayerimprove selftest
2006-04-29 Michael Niedermayerextend range used for testing (larger range should...
2006-04-29 Michael Niedermayer<= vs. >= 10l bug
2006-04-28 Måns Rullgårdadd newline at end of file
2006-04-23 Michael Niedermayeravoid AVInteger usage in av_rescale
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...