- 20 Mar, 2012 1 commit
-
-
Justin Ruggles authored
-
- 19 Mar, 2012 2 commits
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Justin Ruggles <justin.ruggles@gmail.com>
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Justin Ruggles <justin.ruggles@gmail.com>
-
- 17 Mar, 2012 2 commits
-
-
Justin Ruggles authored
-
Justin Ruggles authored
-
- 13 Mar, 2012 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 12 Mar, 2012 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 29 Feb, 2012 3 commits
-
-
Justin Ruggles authored
We already have sufficient coverage for 16-bit pcm.
-
Justin Ruggles authored
related to b7165426 Error messages and audible artifacts were fixed in that commit.
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Justin Ruggles <justin.ruggles@gmail.com>
-
- 27 Feb, 2012 1 commit
-
-
Derek Buitenhuis authored
WavPack has a comprehensive test suite, and a bunch of corner cases. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 26 Feb, 2012 1 commit
-
-
Anton Khirnov authored
No changes in the test results.
-
- 25 Feb, 2012 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Justin Ruggles <justin.ruggles@gmail.com>
-
- 13 Feb, 2012 1 commit
-
-
Aneesh Dogra authored
Signed-off-by:
Janne Grunau <janne-libav@jannau.net>
-
- 09 Feb, 2012 2 commits
-
-
Alex Converse authored
This changes the output order of multichannel PCE based streams.
-
Diego Biurrun authored
-
- 08 Feb, 2012 1 commit
-
-
Anton Khirnov authored
This changes a number of FATE results, since before this commit, the timestamps in all tests using rawenc were made up by lavf. In most cases, the previous timestamps were completely bogus. In some other cases -- raw formats, mostly h264 -- the new timestamps are bogus as well. The only difference is that timestamps invented by the muxer are replaced by timestamps invented by the demuxer. cscd -- avconv sets output codec timebase from r_frame_rate and r_frame_rate is in this case some guessed number 31.42 (377/12), which is not accurate enough to represent all timestamps. This results in some frames having duplicate pts. Therefore, vsync 0 needs to be changed to vsync 2 and avconv drops two frames. A proper fix in the future would be to set output timebase to something saner in avconv. nuv -- previous timestamps for video were wrong AND the cscd comment applies, one frame is dropped. vp8-signbias -- the file contains two frames with identical timestamps, so -vsync 0 needs to be removed/changed to -vsync 2 and avconv drops one frame. vc1-ism -- apparrently either the demuxer lies about timestamps or the file is broken, since dts == pts on all packets, but reordering clearly takes place.
-
- 07 Feb, 2012 1 commit
-
-
Anton Khirnov authored
The output is obviously not supposed to contain video (since only -acodec copy is specified), but that only happens because of the way -t handling is implemented currently.
-
- 01 Feb, 2012 1 commit
-
-
Janne Grunau authored
get_ue_golomb_long() is only tested for values up to 2^15 - 2 since we can not write larger values. Silence the test on success and return a non-zero value on error. Use an heap scratch buffer instead of large stack buffer. Remove unneeded includes.
-
- 31 Jan, 2012 1 commit
-
-
Diego Biurrun authored
-
- 18 Jan, 2012 2 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 15 Jan, 2012 1 commit
-
-
Diego Biurrun authored
-
- 13 Jan, 2012 4 commits
-
-
Justin Ruggles authored
fixes the tests on big-endian systems
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
Based on a patch by Oana Stratulat <oanaandreeastratulat@gmail.com>
-
- 09 Jan, 2012 5 commits
-
-
Gaurav Narula authored
al15_44 uses independent coupling. al18_44 uses PNS (perceptual noise substitution). am05_44 uses main prediction and independent coupling. Signed-off-by:
Alex Converse <alex.converse@gmail.com>
-
Alex Converse authored
-
Alex Converse authored
-
Mike Melanson authored
(Does not attempt to decode percetual audio data inside.) Code coverage: libavformat/xwma.c: 3% -> 75% Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
Mike Melanson authored
(Don't attempt to decode JPEG data.) Code coverage: libavformat/smjpeg.c: 0% -> 69% libavcodec/adpcm.c: 0% -> 10% (fresh run); 92.4% -> 93% following a FATE run Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 08 Jan, 2012 2 commits
-
-
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>
-
Mike Melanson authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 07 Jan, 2012 5 commits
-
-
Mike Melanson authored
Code coverage: libavformat/xmv.c: 3% -> 91% Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
Mike Melanson authored
Code coverage: libavcodec/bmv.c: 0% -> 75% libavformat/bmv.c: 0% -> 85% Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
Mike Melanson authored
Code coverage: libavcodec/indeo4.c: 0% -> 78% Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
Mike Melanson authored
The previous sample used for this test only contained type 0 frames. Replace it with a sample that also features type 1 frames. Code coverage: libavcodec/xxan.c: 72% -> 89% Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
Mike Melanson authored
Change the recent h264_mp4toannexb bitstream filter test to output to an elementary stream rather than a program stream. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 05 Jan, 2012 1 commit
-
-
Janne Grunau authored
-