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
2016-08-02
mathematics: Extend and edit Doxygen
Timothy Gu
2016-08-02
mathematics: Make function prototypes identical to definitions
Timothy Gu
2015-10-30
avutil/mathematics: correct documentation for av_gcd
Ganesh Ajjanagadde
2014-06-03
fix various typos
Lou Logan
2014-02-03
Fix compilation with msvc/icl due to missing header and define.
Matt Oliver
2014-01-04
avutil/mathematics: add av_add_stable()
Michael Niedermayer
2014-01-03
avutil/mathematics: fix 2 typos in the doxy
Michael Niedermayer
2013-01-03
lavu/math: fix than/then typo, and add a comma.
Clément Bœsch
2013-01-03
av_rescale: support passing MIN/MAX through
Michael Niedermayer
2012-10-27
lavu: add more doxy to av_rescale_delta
Michael Niedermayer
2012-10-27
lavu: add av_rescale_delta()
Michael Niedermayer
2012-10-27
mathemathics: update copyright years
Michael Niedermayer
2012-07-01
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-07-01
mathematics: Don't use division by zero in NAN/INFINITY macros
Ronald S. Bultje
2012-06-22
Revert "mathematics.h: remove a couple of math defines"
Carl Eugen Hoyos
2012-06-20
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-06-20
mathematics.h: remove a couple of math defines
Janne Grunau
2012-02-21
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-02-20
avutil: add av_rescale_q_rnd() to allow different rounding
Justin Ruggles
2011-11-23
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-22
doxy: provide a start page and document libavutil
Luca Barbato
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
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