- 21 Jan, 2013 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes CID968589 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 20 Jan, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> Conflicts: Changelog
-
- 15 Jan, 2013 2 commits
-
-
Michael Niedermayer authored
Attempting to re-parse the headers at demuxer level is a pandora box the way its done currently. This allows full reconfiguration of vorbis streams Fixes Ticket2117 Fixes Ticket2121 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Previously we re synced from where we where which cam lead to loosing pages. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 06 Jan, 2013 2 commits
-
-
Luca Barbato authored
-
Luca Barbato authored
Plug an annoying memory leak on broken files.
-
- 24 Dec, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 23 Dec, 2012 2 commits
-
-
Luca Barbato authored
-
Luca Barbato authored
-
- 05 Dec, 2012 1 commit
-
-
Michael Niedermayer authored
This prevents inconsistencies leading to out of array accesses. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 20 Nov, 2012 1 commit
-
-
Michael Niedermayer authored
Fixes Ticket1931 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 21 Oct, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 25 Sep, 2012 2 commits
-
-
Michael Niedermayer authored
This is based on: commit 7751e469 Author: Luca Barbato <lu_zero@gentoo.org> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 24 Sep, 2012 2 commits
-
-
Luca Barbato authored
The fisbone packets can be muxed in any order as long the last one comes before the first data packet.
-
Luca Barbato authored
Not having the header for a codec is a tell-tale of a broken file.
-
- 21 Sep, 2012 1 commit
-
-
Clément Bœsch authored
Fix Ticket #1617, revealing a regression I introduced in 8f3eebd6. We need to make sure no stream is added in between Ogg context save and restore operations (because it would likely lead to a mismatch between ogg->nstreams and AVFormatContext->nb_streams after the restore op). This is the reason the ogg->state check is added in ogg_new_stream(). Before this patch, checking for ogg->headers was preventing this: ogg->headers is always set before any ogg save/restore (though, it was also preventing from creating the stream when necessary).
-
- 16 Sep, 2012 9 commits
-
-
Clément Bœsch authored
-
Clément Bœsch authored
-
Clément Bœsch authored
Also re-use the allocated buffer instead of re-allocating a new one.
-
Clément Bœsch authored
-
Clément Bœsch authored
-
Clément Bœsch authored
nstreams is assumed to be 1 at that point, so the loop is pointless.
-
Clément Bœsch authored
"str" is misleading here (it's often used for string). "sid" makes more sense to identify a stream id.
-
Clément Bœsch authored
-
Clément Bœsch authored
There is no point in a distant definition of a small function like this used only once. Additional spacing to distinguish better the block.
-
- 05 Aug, 2012 3 commits
-
-
Reimar Döffinger authored
The previous method of having to initialize it outside lead to incorrect code: even if it was initialized, it usually was only initialized once, thus a packet that could not be matched to any stream would just be processed with the return values from the previous call. Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
Reimar Döffinger authored
Also slightly more correct behaviour in case streams_left for some reason is 0 from the start. Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
Michael Niedermayer authored
Fixes crash based on a uninitialized array index read. If the read does not crash then out of array writes based on the same index might have been triggered afterwards. Found-by: inferno@chromium.org Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 20 Jul, 2012 1 commit
-
-
Nicolas George authored
This patch also introduces CODEC_ID_OPUS.
-
- 02 Jun, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 14 May, 2012 2 commits
-
-
Michael Niedermayer authored
this is simpler and closer to how timestamps are found for seeking. Fixes Ticket1186 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 04 May, 2012 6 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-