- 09 Nov, 2011 7 commits
-
-
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 13 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>
-
Martin Storsjö authored
This makes rdt work again, which has been broken since 603b8bc2. This commit made opening a demuxer without a file (or in this case, with a filename which can't be opened) fail, unless the demuxer actually declared AVFMT_NOFILE. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
If it failed, return NULL. This avoids trying to use an half-initialized RDTDemuxContext. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Justin Ruggles authored
-
Justin Ruggles authored
-
- 06 Nov, 2011 6 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-