- 28 Sep, 2011 5 commits
-
-
Stefano Sabatini authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Stefano Sabatini authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Alex Converse authored
-
Mans Rullgard authored
This is simpler, and the actual seek-test command is printed with V=1. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
The input file for this test is no longer generated. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 27 Sep, 2011 11 commits
-
-
Michael Niedermayer authored
Whitespace of the patch cleaned up by Aurel Some of the issues have been reported by Steve Manzuik / Microsoft Vulnerability Research (MSVR) Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 956c901c) Further suggestions from Kostya <kostya.shishkov@gmail.com> have been implemented by Reinhard Tartler <siretart@tauware.de> Signed-off-by: Reinhard Tartler <siretart@tauware.de>
-
Alex Converse authored
-
Alex Converse authored
Different sample formats are different sizes.
-
Alex Converse authored
-
Anton Khirnov authored
Makes the code less obfuscated and fixes encoding one video stream to several outputs. Also use avcodec_alloc_frame() instead of allocating AVFrame on stack. Breaks me_threshold in avconv, as motion vectors aren't passed through lavfi. They could be copied manually, but I don't think this misfeature is useful enough to justify ugly hacks.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 26 Sep, 2011 18 commits
-
-
Mans Rullgard authored
This declares dependencies to skip tests using libavfilter when it is disabled. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Jason Garrett-Glaser authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
iterator variable.
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
8-bit unsigned is the native sample format.
-
Justin Ruggles authored
Adds an additional check before reading the next block header and avoids a potential integer overflow when checking the metadata size against the remaining buffer size.
-
Rafaël Carré authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Rafaël Carré authored
Specifying the payload type is useful when the type number has already been negotiated before creating the stream, for example in SIP protocol. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Rafaël Carré authored
Since 0c378ea1, it can't fail anymore. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Anton Khirnov authored
Deprecate -v option, now only -loglevel is enough.
-
Anton Khirnov authored
-
Anton Khirnov authored
This way, all messages can be easily disabled with -loglevel. Behavior change -- configuration is printed with AV_LOG_VERBOSE, so it's not shown by default.
-
Anton Khirnov authored
This way it can be applied to cmdutils too -- e.g. showing the banner and printing startup messages.
-
Nicolas George authored
This patch also introduces CODEC_ID_CELT. Signed-off-by: Nicolas George <nicolas.george@normalesup.org> Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
- 25 Sep, 2011 6 commits
-
-
Justin Ruggles authored
This prevents sending a packet with data=NULL size=AVERROR_EOF.
-
Justin Ruggles authored
-
Justin Ruggles authored
The decoder shouldn't be allocating coded_frame. It's also cleaner to split them than to check avctx->codec->encode and avctx->codec->decode.
-
Mans Rullgard authored
Use uintptr_t instead of plain int. Without this change, the comparisons will come out wrong for pointers in certain ranges. Fixes random failures on ppc64. Also fixes some compiler warnings. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
On 32-bit ppc, the GOT pointer must be loaded manually. This adds a "get_got" assembler macro to compute the GOT address. The "movrel" macro is updated to take an additional parameter containing the GOT address since no register is reserved for this purpose on ppc32. These changes have no effect on ppc64 builds. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Justin Ruggles authored
The initial sample of each block is raw 16-bit PCM, not DPCM. Fixes decoding of all samples in: http://streams.videolan.org/samples/game-formats/sierra-vmd/Lighthouse/
-