- 25 Feb, 2012 1 commit
-
-
Justin Ruggles authored
Useful to return instead of -1 when the cause of the error is unknown, typically from an external library.
-
- 23 Feb, 2012 1 commit
-
-
Diego Biurrun authored
This library does not fit into Libav as a whole and its code is just a maintenance burden. Furthermore it is now available as an external project, which completely obviates any reason to keep it around. URL: http://git.videolan.org/?p=libpostproc.git
-
- 22 Feb, 2012 1 commit
-
-
Tim Walker authored
Signed-off-by:
Justin Ruggles <justin.ruggles@gmail.com>
-
- 21 Feb, 2012 2 commits
-
-
Tim W authored
Signed-off-by:
Justin Ruggles <justin.ruggles@gmail.com>
-
Alex Converse authored
-
- 20 Feb, 2012 1 commit
-
-
Justin Ruggles authored
-
- 13 Feb, 2012 1 commit
-
-
Diego Biurrun authored
This allows dropping the av_unused argument from them.
-
- 09 Feb, 2012 1 commit
-
-
Diego Biurrun authored
-
- 08 Feb, 2012 4 commits
-
-
Anton Khirnov authored
This makes it possible to dintinguish them from PAL8. Fixes an invalid write in avpicture_layout().
-
Haruhiko Yamagata authored
This sets __OUTPUT_FORMAT__ to win64 instead of win32, even though both (through -m amd64) produce 64-bit binary code. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
Henrik Gramner authored
Functions using INIT_MMX may still access XMM registers through direct means (xmm0-15). Therefore, they still need to be marked for clobber so they can be properly saved/restored. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
Alex Converse authored
The spec says the following speaker mapping is default: center front speaker left, right center front speakers, left, right outside front speakers, left surround, right surround rear speakers, front low frequency effects speaker
-
- 02 Feb, 2012 1 commit
-
-
Ronald S. Bultje authored
This will be useful to test more aggressively for failures to mark XMM registers as clobbered in Win64 builds, and prevent regressions thereof. Based on a patch by Ramiro Polla <ramiro.polla@gmail.com>
-
- 30 Jan, 2012 1 commit
-
-
Paul B Mahol authored
The functions are already av_ prefixed and intfloat header is already provided. Install libavutil/intfloat.h Signed-off-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 28 Jan, 2012 1 commit
-
-
Alex Converse authored
-
- 27 Jan, 2012 4 commits
-
-
Ronald S. Bultje authored
Assemblers don't understand ! in %if statements.
-
Ronald S. Bultje authored
This allows combining multiple conditionals in a single statement.
-
Alex Converse authored
This reverts commit fc115c80. Tests are broken.
-
Paul B Mahol authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 26 Jan, 2012 1 commit
-
-
Diego Biurrun authored
-
- 09 Jan, 2012 1 commit
-
-
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>
-
- 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.
-
- 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 1 commit
-
-
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>
-
- 10 Dec, 2011 1 commit
-
-
Diego Biurrun authored
-
- 09 Dec, 2011 2 commits
-
-
Justin Ruggles authored
-
Justin Ruggles authored
-
- 08 Dec, 2011 1 commit
-
-
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 1 commit
-
-
Diego Biurrun authored
-
- 03 Dec, 2011 1 commit
-
-
Yordan Makariev authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-