- 10 Nov, 2012 1 commit
-
-
Michael Niedermayer authored
Fixes division by 0 Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 24 Oct, 2012 1 commit
-
-
Michael Niedermayer authored
Fixes CID739867 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 23 Oct, 2012 1 commit
-
-
Carl Eugen Hoyos authored
Fixes mpegts-in-mov, ticket #987 / issue 2223.
-
- 21 Oct, 2012 2 commits
-
-
Carl Eugen Hoyos authored
Fixes issue 1520.
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 19 Oct, 2012 1 commit
-
-
Petter Ericson authored
mov.c: Check for stsd + m1s tag indicating MOV-wrapped MPEG-PS, and force continued probing if found. Fixes Ticket241 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 17 Oct, 2012 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes Ticket1817 Based on patch by: Przemyslaw Wesolek <przemyslaw.wesolek@go.art.pl> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 16 Oct, 2012 1 commit
-
-
Michael Niedermayer authored
Fixes CID717497 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 07 Oct, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 02 Oct, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 29 Sep, 2012 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 28 Sep, 2012 1 commit
-
-
Michael Niedermayer authored
It is not correct in all cases and it is less predictable than a skip of 0 for user applications. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 19 Sep, 2012 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Yusuke Nakamura authored
Frames described by this grouping are the starter of a closed or an open GOP. This is useful for open GOP of H.264 stream which is not described by sync sample atom. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 18 Sep, 2012 1 commit
-
-
Luca Barbato authored
A quite widespread pattern in the demuxer is read a 32bit unsigned integer and then loop till this value is reached. Checking for EOF prevents pathological situations.
-
- 16 Sep, 2012 2 commits
-
-
Michael Niedermayer authored
Fix near infinite loop in stsd parsing. Bug found by: Diana Elena Muscalu The size is unsigned according the specification. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
Michael Niedermayer authored
Avoid a near infinite loop. Issue discovered by cosminamironesei. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 07 Sep, 2012 1 commit
-
-
Samuel Pitoiset authored
This fixes crashes when called from rtpdec_qt, where AVFormatContext->pb is null, a crash present since 3bab7cd1. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 01 Sep, 2012 1 commit
-
-
Piotr Bandurski authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 29 Aug, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 21 Aug, 2012 2 commits
-
-
Justin Greer authored
This fixes priming for faac Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Justin Greer authored
This fixes the priming samples for NERO AAC LC Simplified-by: Michael Niedermayer Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 15 Aug, 2012 1 commit
-
-
Michael Niedermayer authored
Fixes Ticket1596 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 12 Aug, 2012 1 commit
-
-
Piotr Bandurski authored
AALP(AALP001) tag is present in 32bpp files encoded with avid codecs Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 11 Aug, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 07 Aug, 2012 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Anton Khirnov authored
-
- 05 Aug, 2012 2 commits
-
-
Michael Niedermayer authored
Fixes Ticket1251 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Piotr Bandurski authored
-
- 30 Jul, 2012 1 commit
-
-
Diego Biurrun authored
-
- 29 Jul, 2012 1 commit
-
-
Anton Khirnov authored
According to its description, it is supposed to be the LCM of all the frame durations. The usability of such a thing is vanishingly small, especially since we cannot determine it with any amount of reliability. Therefore get rid of it after the next bump. Replace it with the average framerate where it makes sense. FATE results for the wtv and xmv demux tests change. In the wtv case this is caused by the file being corrupted (or possibly badly cut) and containing invalid timestamps. This results in lavf estimating the framerate wrong and making up wrong frame durations. In the xmv case the file contains pts jumps, so again the estimated framerate is far from anything sane and lavf again makes up different frame durations. In some other tests lavf starts making up frame durations from different frame.
-
- 25 Jul, 2012 1 commit
-
-
Carl Eugen Hoyos authored
The native decoder and MPlayer's binary decoder only need the APRG atom, QuickTime at least requires also the ARES atom and four additional 0 bytes padding at the end of stsd.
-
- 19 Jul, 2012 1 commit
-
-
Justin Ruggles authored
-
- 17 Jul, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 04 Jul, 2012 1 commit
-
-
Ronald S. Bultje authored
MSVC gives a compile error on the tentative definition of mov_default_parse_table[].
-
- 02 Jul, 2012 1 commit
-
-
Anton Khirnov authored
-
- 01 Jul, 2012 1 commit
-
-
Michael Niedermayer authored
Fixes Ticket1471 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 26 Jun, 2012 1 commit
-
-
Carl Eugen Hoyos authored
Fixes bug 308. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-