- 15 Jan, 2012 1 commit
-
-
Reimar Döffinger authored
Current code would just return uninitialized data with no way to detect this condition. Instead, fill the whole GUID with 0 in that case. Fixes valgrind uninitialized data errors in fate-seek-lavf_asf. Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- 14 Jan, 2012 4 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Laurent BRULET authored
Fixes ticket915
-
Oana Stratulat authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 13 Jan, 2012 6 commits
-
-
Peter Ross authored
Fixes ticket 759. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Nicolas Noirbent authored
With the added benefit that allowing -segment_list_size 0 makes it possible to keep all segment entries in the list file. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This reverts commit 0fd88d39. Theres no reason to drop support for this.
-
Stefano Sabatini authored
Give a more generic advice.
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
- 12 Jan, 2012 9 commits
-
-
Alex Converse authored
-
Martin Storsjö authored
This isn't used in practice anywhere within libav at the moment, but change it for consistency until it is removed. URL_RDONLY/WRONLY were fixed in commit 5b81e295 (after the values that actually were used were changed at the major bump, in commit cbea3ac8), but this flag was unintentionally left unfixed. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Reimar Döffinger authored
Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
Anton Khirnov authored
-
Anton Khirnov authored
The "new seeking API" was never finished and nobody is working on it.
-
Anton Khirnov authored
They are deprecated and will be purged on next major bump.
-
Peter Ross authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Peter Ross authored
Fixes ticket 905. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Peter Ross authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 11 Jan, 2012 4 commits
-
-
Justin Ruggles authored
Since packets all contain only a single block, the generic seek function can be used while still maintaining block-accuracy.
-
Justin Ruggles authored
fixes stream copy of raw gsm to mov. tested with QuickTime.
-
Oana Stratulat authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Janne Grunau authored
-
- 10 Jan, 2012 3 commits
-
-
Justin Ruggles authored
frame sample count calculation was incorrect
-
Justin Ruggles authored
The duration of the first packet was being calculated incorrectly, leading to an incorrect timestamp offset.
-
Martin Storsjö authored
If the creation time is stored in the file as a zero, the mov demuxer skips exporting the creation time. Currently, files muxed without a creation time get demuxed with a Jan 1st 1970 creation timestamp. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 09 Jan, 2012 2 commits
-
-
Reimar Döffinger authored
This fixes reads of uninitialized data by the parser when running FATE sample h264-conformance/SL1_SVA_B.264. Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
Michael Niedermayer authored
This fixes a tiny memleak. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 08 Jan, 2012 1 commit
-
-
Michael Niedermayer authored
Fixes Ticket676 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 07 Jan, 2012 8 commits
-
-
Diego Biurrun authored
rtsp.h relies on network.h and the latter conditionally defines fallback OS structures that rely on configure tests, which are only run if networking is enabled.
-
Diego Biurrun authored
-
Michael Niedermayer authored
This fixes various problems with getting stream info. For example playback of the file of Ticket88. Multithreaded find_stream_info should be reenabled once it works correctly This partly reverts 212fd3a1Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Paul B Mahol authored
Do not create tags for non-char chunks. Create readable tag for DSIZ chunk. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> Signed-off-by:
Justin Ruggles <justin.ruggles@gmail.com>
-
Michael Niedermayer authored
Fixes use of uninitialized values. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> Signed-off-by:
Justin Ruggles <justin.ruggles@gmail.com>
-
Paul B Mahol authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Carl Eugen Hoyos authored
-
- 06 Jan, 2012 2 commits
-
-
Janne Grunau authored
Prevents division by zero.
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-