- 10 Nov, 2011 24 commits
-
-
Justin Ruggles authored
This avoids artifically consuming a partial packet but ignoring remaining data in subsequent calls.
-
Justin Ruggles authored
also move nblocks to the local scope where it is used.
-
Justin Ruggles authored
-
Justin Ruggles authored
The decoder already skips data at the end of the packet without this. Also remove 2 APEContext fields that were only used for the end-of-frame normalization.
-
Justin Ruggles authored
-
Justin Ruggles authored
The user could provide a larger buffer, which is already checked separately before writing output.
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Martin Storsjö authored
That header simply doesn't make sense in that context. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Laurent Aimar authored
Signed-off-by: Janne Grunau <janne-libav@jannau.net>
-
Martin Storsjö authored
The chunksize internal variable has two different uses - for reading, it's the amount of data left of the current chunk (or -1 if the server doesn't send data in chunked mode), where it's only an internal state variable. For writing, it's used to decide whether to enable chunked encoding (by default), by using the value 0, or disable chunked encoding (value -1). This, while consistent, doesn't make much sense to expose as an AVOption. This splits the usage of the internal variable into two variables, chunksize which is used for reading (as before), and chunked_post which is the user-settable option, with the values 0 and 1, where 1 is default. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Anton Khirnov authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Anton Khirnov authored
The problem they are supposed to fix is handled in riff.c, so those hacks are pointless.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
John Brooks authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
- 09 Nov, 2011 16 commits
-
-
Justin Ruggles authored
It is found in some 8svx files (e.g. ones created by SoX). Currently the decoder reuses the 8svx functions because we already have handling of a single large planar packet for the compressed 8svx codecs.
-
Justin Ruggles authored
This enables the user (i.e. avconv) to automatically convert to the supported sample format if needed.
-
Justin Ruggles authored
This matches the output sample format and the range of the output values.
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
the user is not required to set bit_rate
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Martin Storsjö authored
This is useful if sending multicast data on a host with multiple interfaces. Signed-off-by: Martin Storsjö <martin@martin.st>
-
shahriman AMS authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
shahriman AMS authored
There are no reason for "if (c_valid) { ... }" to appear before "if (b_valid) { ... }". Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
shahriman AMS authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
shahriman AMS authored
The current code is a generalization of the earlier progressive MV prediction code. This was supposed to predict MVs for both interlaced and progressive pictures. But the interlaced MV prediction is buggy and works mostly by luck. This partially fixes interlaced MV prediction. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
shahriman AMS authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Andrey Utkin authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-