- 03 Oct, 2012 1 commit
-
-
Michael Niedermayer authored
The new fields are only printed when they differ from their defaults this way only few fate refs change Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 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.
-
- 04 Mar, 2012 1 commit
-
-
Michael Niedermayer authored
This fixes issues when the bitrate is variable or inaccurate but the frame size has not been determined yet. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 03 Mar, 2012 1 commit
-
-
Justin Ruggles authored
Update some demuxing and seeking fate tests.
-
- 22 Feb, 2012 1 commit
-
-
Anton Khirnov authored
It is not supposed to be done outside lavc. This is basically a revert of 818062f2. It is unclear what issue this was supposed to fix, if it reappears again it will have to be fixed in a more proper place. The wtv-demux test change is because the sample starts with a B-frame.
-
- 03 Feb, 2012 1 commit
-
-
Anton Khirnov authored
Right now those muxers use the default timebase in all cases(1/90000). This patch avoid unnecessary rescaling and makes the printed timestamps more readable. Also, extend the printed information to include the timebases and packet pts/duration and align the columns. Obviously changes the results of all fate tests which use those two muxers.
-
- 08 Jan, 2012 1 commit
-
-
Mike Melanson authored
Does not attempt to decode perceptual codecs inside. Code coverage: libavformat/wtv.c: 0% -> 71% Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-