index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavutil
/
mathematics.c
Age
Commit message (
Expand
)
Author
2010-07-03
Silence "comparison of unsigned expression >= 0 is always true" warning.
Eli Friedman
2010-06-09
Add av_compare_mod()
Michael Niedermayer
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-03-09
Replace many includes of libavutil/common.h with what is actually needed
Måns Rullgård
2010-02-07
av_compare_ts()
Michael Niedermayer
2009-11-09
Move ff_reverse in libavcodec to av_reverse in libavutil.
Francesco Lavra
2009-03-09
Remove all remaining code that was disabled through the major version bump.
Diego Biurrun
2009-02-01
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-01-28
spelling/grammar/consistency review part I
Diego Biurrun
2009-01-27
add a ff_gcd() function again, for compatibility with old libavcodec
Aurelien Jacobs
2009-01-24
Directly #include a bunch of indirectly #included headers.
Diego Biurrun
2009-01-17
export gcd function as av_gcd()
Aurelien Jacobs
2008-01-21
Faster ff_sqrt()
Michael Niedermayer
2008-01-10
Fix a couple of 'return type defaults to int' and 'control reaches end of
Diego Biurrun
2008-01-08
Allow compilation of test programs when TEST is defined.
Diego Biurrun
2007-11-23
main() --> main(void)
Diego Biurrun
2006-11-01
Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.
Steve L'Homme
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-05-29
improve selftest
Michael Niedermayer
2006-04-29
extend range used for testing (larger range should work too but testing code ...
Michael Niedermayer
2006-04-29
<= vs. >= 10l bug
Michael Niedermayer
2006-04-28
add newline at end of file
Måns Rullgård
2006-04-23
avoid AVInteger usage in av_rescale
Michael Niedermayer
2006-01-12
Update licensing information: The FSF changed postal address.
Diego Biurrun
2005-12-17
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-08-01
libavutil: Utility code from libavcodec moved to a separate library.
Alexander Strasser