- 10 Nov, 2011 2 commits
-
-
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>
-
- 08 Nov, 2011 14 commits
-
-
Martin Storsjö authored
The return value ret isn't an error code that can be passed to ERR_error_string(). This makes the error messages printed actually contain useful information. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Alex Converse authored
Found with asan and the venerable 1-dog.avi sample.
-
Alex Converse authored
'size' is populated by functions returning int64_t and int that return negative error codes.
-
Anton Khirnov authored
Bug introduced in 84ad31ff. Thanks to Uoti Urpala for finding it.
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Diego Biurrun authored
Filenames are brittle across renames and add no useful information.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Justin Ruggles authored
this fixes a crash when cycling audio streams if the spectrograph is displayed.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 07 Nov, 2011 8 commits
-
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Kostya Shishkov authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
The caller expects the seekhead struct to be freed when calling matroska_write_seekhead. Currently, the structure is leaked if the seek fails. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Alex Converse authored
-
Alex Converse authored
run: The number of zero coefficients preceding a non-zero coefficient, in the scan order. The absolute value of the non-zero coefficient is called "level". The run-level code makes illegal reads when trying to set up tables for nonsense level 0.
-
Alex Converse authored
run: The number of zero coefficients preceding a non-zero coefficient, in the scan order. The absolute value of the non-zero coefficient is called "level". The run-level code makes illegal reads when trying to set up tables for nonsense level 0.
-
Martin Storsjö authored
This is to make developers aware of the fact that they will start using the new init function at some point. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
It might make sense not to make the function completely mandatory immediately at the next bump, which might be quite soon after the function was introduced. Signed-off-by: Martin Storsjö <martin@martin.st>
-