- 05 Dec, 2011 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 03 Dec, 2011 1 commit
-
-
Derek Buitenhuis authored
Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by:
Janne Grunau <janne-libav@jannau.net>
-
- 02 Dec, 2011 1 commit
-
-
Luca Barbato authored
-
- 01 Dec, 2011 1 commit
-
-
Justin Ruggles authored
this removes 2 redundant tests for pcm in mkv. we can add the coverage back in later as fate-lavf tests if needed.
-
- 23 Nov, 2011 3 commits
-
-
Anton Khirnov authored
Also check for sufficient packet size.
-
Justin Ruggles authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
AVFMT_NOTIMESTAMPS for crc, as it ignores the timestamps. AVFMT_VARIABLE_FPS for framecrc, as it prints dts. Many FATE changes, because avconv is no longer duplicating frames in those tests. Also added -vsync 0 for some tests to prevent avconv from dropping frames until it can be fixed more properly.
-
- 22 Nov, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 18 Nov, 2011 1 commit
-
-
Anton Khirnov authored
Serves as a test of muxer private options.
-
- 02 Nov, 2011 1 commit
-
-
Diego Biurrun authored
-
- 26 Oct, 2011 2 commits
-
-
Justin Ruggles authored
this was forgotten when the encoder was removed
-
Justin Ruggles authored
The Zork PCM decoder does not decode the 1 sample we have correctly, therefore the encoder based on the decoder is also incorrect. There is no good reason to keep the encoder.
-
- 22 Oct, 2011 1 commit
-
-
Ronald S. Bultje authored
-
- 21 Oct, 2011 2 commits
-
-
Ronald S. Bultje authored
-
Ronald S. Bultje authored
-
- 20 Oct, 2011 1 commit
-
-
Justin Ruggles authored
enable CODEC_CAP_DELAY to flush any remaining frames in the buffer. Stop decoding when the FN_QUIT command is found so that a trailing seek table isn't decoded as a normal frame. decode all channels in the same call to avcodec_decode_audio3() so that decoding will not stop after the first channel of the last frame. Updated FATE reference. More valid audio is now decoded.
-
- 18 Oct, 2011 2 commits
-
-
Ronald Bultje authored
Signed-off-by:
Janne Grunau <janne-libav@jannau.net>
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 15 Oct, 2011 2 commits
-
-
Mans Rullgard authored
The size check must be updated to take into account both manners in which v_data_size might be set. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
The pixel format is not known until the frame header is parsed. Guessing it here only causes trouble for the caller if the guess turns out to be wrong (and actually causes very wrong output by avconv/avplay). Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 14 Oct, 2011 5 commits
-
-
Justin Ruggles authored
There are still 2 nibbles to decode once the last byte in the packet has been read. Updated FATE reference.
-
Ronald S. Bultje authored
Fix the fate ref for prores-422_proxy by reverting the changes to it in commit f492df09Signed-off-by:
Janne Grunau <janne-libav@jannau.net>
-
Janne Grunau authored
Signed-off-by:
Janne Grunau <janne-libav@jannau.net>
-
Diego Biurrun authored
Also correct CRCs for Sequence_1-Apple_ProRes_422_Proxy.mov, previous CRCs were generated with the non-bitexact x86_64 assembler IDCT.
-
John Brooks authored
The cbSize field should be included in all cases, even with PCM where its value is ignored. Fixes encoding PCM audio in Matroska for some players which insist on a full WAVEFORMATEX structure for A_MS/ACM audio. Since fate uses wav files for the audio test a larger number of tests has changed checksums or shifted positions due to the 2 byte longer wave header. Signed-off-by:
Janne Grunau <janne-libav@jannau.net>
-
- 13 Oct, 2011 1 commit
-
-
Diego Biurrun authored
-
- 12 Oct, 2011 1 commit
-
-
Anton Khirnov authored
-
- 07 Oct, 2011 2 commits
-
-
Janne Grunau authored
Signed-off-by:
Janne Grunau <janne-libav@jannau.net>
-
Laurent Aimar authored
Signed-off-by:
Janne Grunau <janne-libav@jannau.net>
-
- 28 Sep, 2011 1 commit
-
-
Mans Rullgard authored
The input file for this test is no longer generated. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 27 Sep, 2011 1 commit
-
-
Anton Khirnov authored
Makes the code less obfuscated and fixes encoding one video stream to several outputs. Also use avcodec_alloc_frame() instead of allocating AVFrame on stack. Breaks me_threshold in avconv, as motion vectors aren't passed through lavfi. They could be copied manually, but I don't think this misfeature is useful enough to justify ugly hacks.
-
- 24 Sep, 2011 2 commits
-
-
Baptiste Coudurier authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Baptiste Coudurier authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 23 Sep, 2011 1 commit
-
-
Kieran Kunhya authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 22 Sep, 2011 1 commit
-
-
Anton Khirnov authored
sqrt(-1) returns "some NaN", it's not specified which exactly.
-
- 19 Sep, 2011 2 commits
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
-
- 17 Sep, 2011 1 commit
-
-
Anton Khirnov authored
Partially fixes bug 44.
-
- 14 Sep, 2011 1 commit
-
-
Michael Niedermayer authored
stereo & 16bit is untested due to lack of samples Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 07 Sep, 2011 1 commit
-
-
Baptiste Coudurier authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-