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.h
Age
Commit message (
Expand
)
Author
2010-07-22
Add the M_PHI constant, contains an approximation of the golden ratio
Stefano Sabatini
2010-06-30
Fix grammar errors in documentation
Måns Rullgård
2010-06-13
Fix av_compare_mod() doxy.
Stefano Sabatini
2010-06-09
Add av_compare_mod()
Michael Niedermayer
2010-04-09
Add M_SQRT2 to the constants in mathematics.h.
Alex Converse
2010-03-30
Replace @returns by @return.
Benoit Fouet
2010-03-09
Replace many includes of libavutil/common.h with what is actually needed
Måns Rullgård
2010-02-21
More accurate value for log2(10)
Måns Rullgård
2010-02-20
Replace log2f(10) with a constant
Måns Rullgård
2010-02-07
av_compare_ts()
Michael Niedermayer
2009-12-27
2nd try on documenting av_gcd().
Michael Niedermayer
2009-12-27
Document av_gcd().
Michael Niedermayer
2009-08-10
Define INFINITIY and NAN in mathematics.h if missing
Måns Rullgård
2009-01-28
Add common.h #include, necessary for av_const.
Diego Biurrun
2009-01-28
spelling/grammar/consistency review part I
Diego Biurrun
2009-01-17
export gcd function as av_gcd()
Aurelien Jacobs
2008-08-31
Globally rename the header inclusion guard names.
Stefano Sabatini
2008-08-13
move M_PI definition along with other math definitions
Aurelien Jacobs
2008-08-13
define some math constants so as not to depend on _XOPEN_SOURCE
Aurelien Jacobs
2008-03-19
Reapply r12489: Add pure, const and malloc attributes to proper functions
Zuxy Meng
2008-03-18
revert r12489.
Benoit Fouet
2008-03-18
Pure, const and malloc attributes to libavutil.
Zuxy Meng
2008-03-13
Add missing stdint.h #include to headers that use it.
Diego Biurrun
2007-10-17
Add FFMPEG_ prefix to all multiple inclusion guards.
Diego Biurrun
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-09-10
Add official LGPL license headers to the files that were missing them.
Diego Biurrun
2005-08-01
libavutil: Utility code from libavcodec moved to a separate library.
Alexander Strasser