- 28 Mar, 2012 1 commit
-
-
Diego Biurrun authored
Also remove one pointless zero initialization in rangecoder.c.
-
- 26 Mar, 2012 3 commits
-
-
Diego Biurrun authored
This allows simplifying the Makefiles; it is no longer necessary to register arch subdirectory Makefiles, just putting them in place is enough.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 19 Mar, 2012 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 15 Mar, 2012 1 commit
-
-
Ronald S. Bultje authored
-
- 12 Mar, 2012 1 commit
-
-
Janne Grunau authored
The were broken since August of 2010 without anyone noticing until three weeks ago. Nobody cares about it anymore and hopefully Marvell will support NEON like in the PXA978 from now on.
-
- 06 Mar, 2012 2 commits
-
-
Ronald S. Bultje authored
-
Anton Khirnov authored
-
- 04 Mar, 2012 1 commit
-
-
Loren Merritt authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 28 Feb, 2012 1 commit
-
-
Diego Biurrun authored
-
- 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 2 commits
-
-
Diego Biurrun authored
-
Anton Khirnov authored
-