index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavutil
/
mathematics.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avutil/mathematics: add av_add_stable()
Michael Niedermayer
2014-01-04
1
-0
/
+14
*
Merge commit '94a417acc05cc5151b473abc0bf51fad26f8c5a0'
Michael Niedermayer
2014-01-04
1
-0
/
+3
|
\
|
*
mathematics: remove asserts from av_rescale_rnd()
Anton Khirnov
2014-01-03
1
-4
/
+3
*
|
av_rescale: support passing MIN/MAX through
Michael Niedermayer
2013-01-03
1
-1
/
+7
*
|
lavu: add av_rescale_delta()
Michael Niedermayer
2012-10-27
1
-0
/
+23
*
|
mathemathics: update copyright years
Michael Niedermayer
2012-10-27
1
-1
/
+1
*
|
Merge commit 'd5c62122a7b26704bf867a1262df358623bf5edf'
Michael Niedermayer
2012-10-13
1
-0
/
+4
|
\
\
|
|
/
|
*
Move av_reverse table to libavcodec
Diego Biurrun
2012-10-12
1
-0
/
+4
*
|
Merge commit '930c9d4373e0f3cb7c64fcfc129127a309f6d066'
Michael Niedermayer
2012-10-13
1
-11
/
+0
|
\
\
|
|
/
|
*
avutil: Duplicate ff_log2_tab instead of sharing it across libs
Diego Biurrun
2012-10-12
1
-11
/
+0
*
|
Merge commit '9734b8ba56d05e970c353dfd5baafa43fdb08024'
Michael Niedermayer
2012-10-12
1
-11
/
+0
|
\
\
|
|
/
|
*
Move avutil tables only used in libavcodec to libavcodec.
Diego Biurrun
2012-10-11
1
-11
/
+0
*
|
libavutil/mathematics: use av_assert()
Michael Niedermayer
2012-06-06
1
-4
/
+4
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-02-21
1
-2
/
+9
|
\
\
|
|
/
|
*
avutil: add av_rescale_q_rnd() to allow different rounding
Justin Ruggles
2012-02-20
1
-2
/
+9
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-06-29
1
-29
/
+0
|
\
\
|
|
/
|
*
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
*
|
av_compare_ts: Improve speed when calculations fit in 64bit.
Michael Niedermayer
2011-05-11
1
-0
/
+3
|
/
*
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