Michael Niedermayer
|
fbdeea9102
avutil/mathematics: Document av_rescale_rnd() behavior on non int64 results
|
3 years ago |
Timothy Gu
|
a4d7a6d1dd
mathematics: Extend and edit Doxygen
|
8 years ago |
Timothy Gu
|
1fcf243216
mathematics: Make function prototypes identical to definitions
|
8 years ago |
Ganesh Ajjanagadde
|
20a30077c3
avutil/mathematics: correct documentation for av_gcd
|
9 years ago |
Lou Logan
|
88f2586adb
fix various typos
|
10 years ago |
Matt Oliver
|
3e309c5d18
Fix compilation with msvc/icl due to missing header and define.
|
10 years ago |
Michael Niedermayer
|
b317f9459f
avutil/mathematics: add av_add_stable()
|
11 years ago |
Michael Niedermayer
|
9c5260e73a
avutil/mathematics: fix 2 typos in the doxy
|
11 years ago |
Clément Bœsch
|
f263426eed
lavu/math: fix than/then typo, and add a comma.
|
12 years ago |
Michael Niedermayer
|
740e740895
av_rescale: support passing MIN/MAX through
|
12 years ago |
Michael Niedermayer
|
2bcbdd8456
lavu: add more doxy to av_rescale_delta
|
12 years ago |
Michael Niedermayer
|
8766ad9eb1
lavu: add av_rescale_delta()
|
12 years ago |
Michael Niedermayer
|
90d4b07063
mathemathics: update copyright years
|
12 years ago |
Michael Niedermayer
|
5eb353e0cd
Merge remote-tracking branch 'qatar/master'
|
12 years ago |
Ronald S. Bultje
|
a1245d5ca1
mathematics: Don't use division by zero in NAN/INFINITY macros
|
12 years ago |
Carl Eugen Hoyos
|
15bde06084
Revert "mathematics.h: remove a couple of math defines"
|
12 years ago |
Michael Niedermayer
|
4da42ebe44
Merge remote-tracking branch 'qatar/master'
|
12 years ago |
Janne Grunau
|
a2b186a188
mathematics.h: remove a couple of math defines
|
12 years ago |
Michael Niedermayer
|
eadd4264ee
Merge remote-tracking branch 'qatar/master'
|
12 years ago |
Justin Ruggles
|
0b42a9388c
avutil: add av_rescale_q_rnd() to allow different rounding
|
12 years ago |
Michael Niedermayer
|
0b9a69f244
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Luca Barbato
|
757cd8d876
doxy: provide a start page and document libavutil
|
13 years ago |
Mans Rullgard
|
2912e87a6c
Replace FFmpeg with Libav in licence headers
|
13 years ago |
Stefano Sabatini
|
448524777a
Add the M_PHI constant, contains an approximation of the golden ratio
|
14 years ago |
Måns Rullgård
|
49bd8e4b84
Fix grammar errors in documentation
|
14 years ago |
Stefano Sabatini
|
297084275c
Fix av_compare_mod() doxy.
|
14 years ago |
Michael Niedermayer
|
65db0587a8
Add av_compare_mod()
|
14 years ago |
Alex Converse
|
b9f60bd8fd
Add M_SQRT2 to the constants in mathematics.h.
|
14 years ago |
Benoit Fouet
|
32e543f866
Replace @returns by @return.
|
14 years ago |
Måns Rullgård
|
2ed6f39944
Replace many includes of libavutil/common.h with what is actually needed
|
14 years ago |
Måns Rullgård
|
94a5218c10
More accurate value for log2(10)
|
14 years ago |
Måns Rullgård
|
e4a35244fa
Replace log2f(10) with a constant
|
14 years ago |
Michael Niedermayer
|
78b0182375
av_compare_ts()
|
14 years ago |
Michael Niedermayer
|
bac24dd2a5
2nd try on documenting av_gcd().
|
15 years ago |
Michael Niedermayer
|
03703cb3d1
Document av_gcd().
|
15 years ago |
Måns Rullgård
|
bd41c06f18
Define INFINITIY and NAN in mathematics.h if missing
|
15 years ago |
Diego Biurrun
|
b69201a82c
Add common.h #include, necessary for av_const.
|
16 years ago |
Diego Biurrun
|
89c9ff504b
spelling/grammar/consistency review part I
|
16 years ago |
Aurelien Jacobs
|
9ce6c13879
export gcd function as av_gcd()
|
16 years ago |
Stefano Sabatini
|
987903826b
Globally rename the header inclusion guard names.
|
16 years ago |
Aurelien Jacobs
|
5af4f1f3e3
move M_PI definition along with other math definitions
|
16 years ago |
Aurelien Jacobs
|
d1a12956a0
define some math constants so as not to depend on _XOPEN_SOURCE
|
16 years ago |
Zuxy Meng
|
85074d3c93
Reapply r12489: Add pure, const and malloc attributes to proper functions
|
16 years ago |
Benoit Fouet
|
2119bb8f51
revert r12489.
|
16 years ago |
Zuxy Meng
|
6544f48f03
Pure, const and malloc attributes to libavutil.
|
16 years ago |
Diego Biurrun
|
6ef2912879
Add missing stdint.h #include to headers that use it.
|
16 years ago |
Diego Biurrun
|
5b21bdabe4
Add FFMPEG_ prefix to all multiple inclusion guards.
|
17 years ago |
Diego Biurrun
|
b78e7197a8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
18 years ago |
Diego Biurrun
|
04d7f60143
Add official LGPL license headers to the files that were missing them.
|
18 years ago |
Alexander Strasser
|
c11c2bc20b
libavutil: Utility code from libavcodec moved to a separate library.
|
19 years ago |