- 17 Jan, 2012 2 commits
-
-
Stefano Sabatini authored
The tool is useful for testing the internal arithmetic evaluation engine (indeed I plan to use it in FATE), and provides a handy calculator when you can't rely on bc ;-).
-
Stefano Sabatini authored
They allow to implement the if/then/else logic, which cannot be implemented otherwise. For example the expression: A*B + not(A)*C always evaluates to NaN if B is NaN, even in the case where A is 0.
-
- 16 Jan, 2012 1 commit
-
-
Clément Bœsch authored
-
- 11 Jan, 2012 1 commit
-
-
Carl Eugen Hoyos authored
-
- 10 Jan, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 09 Jan, 2012 2 commits
-
-
Clément Bœsch authored
-
Vitor Sessak authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
- 05 Jan, 2012 1 commit
-
-
Diego Biurrun authored
-
- 03 Jan, 2012 2 commits
-
-
Janne Grunau authored
Add it to doc/APIchanges and update and correct other entries.
-
Daniel Verkamp authored
Signed-off-by: Janne Grunau <janne-libav@jannau.net>
-
- 31 Dec, 2011 1 commit
-
-
Reimar Döffinger authored
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- 30 Dec, 2011 1 commit
-
-
Reimar Döffinger authored
This only happens for a "back" value of 0 which is invalid anyway, but lcldec does not properly validate input. Also extend the documentation to specify valid values. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- 25 Dec, 2011 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 24 Dec, 2011 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 23 Dec, 2011 1 commit
-
-
Carl Eugen Hoyos authored
-
- 22 Dec, 2011 2 commits
-
-
Michael Niedermayer authored
Prior to this a X bytes write could be seen as less than X bytes being available if the check was done at an unfortunate moment. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 21 Dec, 2011 1 commit
-
-
Diego Biurrun authored
-
- 19 Dec, 2011 1 commit
-
-
Luca Barbato authored
It should be used to mark codepath that can be reached only through programming error.
-
- 17 Dec, 2011 2 commits
-
-
Michael Niedermayer authored
avutil: check sampleformats enum, pict type enum and media type enum against insert/remove mistakes. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 13 Dec, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 12 Dec, 2011 4 commits
-
-
Diego Biurrun authored
-
Anton Khirnov authored
-
Mans Rullgard authored
Firstly, this test never worked as intended, always reporting success. Secondly, bswap is available from 486 onward and can thus be assumed present. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
With these changes, gcc 4.5 and later recognise it as a bswap and use the proper instructions on ARM and x86. On x86, the 16-bit bswap is recognised from gcc 4.1. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 11 Dec, 2011 2 commits
-
-
Mans Rullgard authored
The existing functions defined in intfloat_readwrite.[ch] are both slow and incorrect (infinities are not handled). This introduces a new header with fast, inline conversion functions using direct union punning assuming an IEEE-754 system, an assumption already made throughout the code. The one use of Intel/Motorola extended 80-bit format is replaced by simpler code sufficient under the present constraints (positive normal values). The old functions are marked deprecated and retained for compatibility. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Hanspeter Niederstrasser authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 10 Dec, 2011 1 commit
-
-
Diego Biurrun authored
-
- 09 Dec, 2011 2 commits
-
-
Justin Ruggles authored
-
Justin Ruggles authored
-
- 08 Dec, 2011 2 commits
-
-
Nicolas George authored
-
Diego Biurrun authored
-
- 07 Dec, 2011 2 commits
-
-
Sean McGovern authored
Solaris Studio (suncc) has difficulty with filling in members of a union. Instead, let's retrieve and store the cpuid() results separately. This is still a compiler bug, however this fix does not cause a regression on other platforms. Signed-off-by: Janne Grunau <janne-libav@jannau.net>
-
Diego Biurrun authored
-
- 05 Dec, 2011 4 commits
-
-
Gavin Kinsey authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Reimar Döffinger authored
For some of the code e.g. doing timing measurements there is no real point in running regression testing on it, thus it should not be counted against coverage. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
Diego Biurrun authored
-
Michael Niedermayer authored
an AVClass Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 03 Dec, 2011 1 commit
-
-
Yordan Makariev authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-