- 03 Apr, 2017 1 commit
-
-
Martin Vignali authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 01 Apr, 2017 1 commit
-
-
James Almer authored
Makes the test output consistent across all targets. Reviewed-by: nevcairiel Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 31 Mar, 2017 1 commit
-
-
Martin Vignali authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 30 Mar, 2017 2 commits
-
-
Michael Niedermayer authored
Fixes: CID1396402 Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 22 Mar, 2017 1 commit
-
-
James Almer authored
-
- 20 Mar, 2017 3 commits
-
-
Clément Bœsch authored
-
Clément Bœsch authored
-
Clément Bœsch authored
Test the pixel format querying within libswscale.
-
- 17 Mar, 2017 2 commits
-
-
Vittorio Giovara authored
This field is of little value, and interferes with testing side data, since sizes can be different on multiple architectures. Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
Tobias Rapp authored
Allows to get a more realistic total bitrate (and estimated file size) in avi_write_header. Previously a static default value of 200k was assumed. Adds an internal helper function for bitrate guessing. Signed-off-by:
Tobias Rapp <t.rapp@noa-archive.com> Reviewed-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 16 Mar, 2017 1 commit
-
-
Alexis Ballier authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 14 Mar, 2017 1 commit
-
-
wm4 authored
Preparation for potentially disabling merged side data by default in the libs. Do this in particular because it affects fate tests. The changed tests either reflect added packet side data, or the changed packet size due to merged side data removal reducing the packet size.
-
- 09 Mar, 2017 1 commit
-
-
wm4 authored
-
- 08 Mar, 2017 1 commit
-
-
Thomas Turner authored
The Chen-Shapiro(CS) test was used to test normality for Lagged Fibonacci PRNG. Normality Hypothesis Test: The null hypothesis formally tests if the population the sample represents is normally-distributed. For CS, when the normality hypothesis is True, the distribution of QH will have a mean close to 1. Information on CS can be found here: http://www.stata-journal.com/sjpdf.html?articlenum=st0264 http://www.originlab.com/doc/Origin-Help/NormalityTest-AlgorithmSigned-off-by:
Thomas Turner <thomastdt@googlemail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 07 Mar, 2017 3 commits
-
-
Vittorio Giovara authored
Update the fate test as needed.
-
Vittorio Giovara authored
Update the fate test as needed.
-
Vittorio Giovara authored
Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 03 Mar, 2017 2 commits
-
-
Anton Khirnov authored
This makes sure the actual stream parameters are used, which is important mainly for hardware decoding+filtering cases, which would previously require various weird workarounds to handle the fact that a fake software graph has to be constructed, but never used. This should also improve behaviour in rare cases where avformat_find_stream_info() does not provide accurate information. This merges Libav commit a3a0230a. It was previously skipped. The code in flush_encoders() which sets up a "fake" format wasn't in Libav. I'm not sure if it's a good idea, but it tends to give behavior closer to the old one in certain corner cases. The vp8-size-change gives different result, because now the size of the first frame is used. libavformat reported the size of the largest frame for some reason. The exr tests now use the sample aspect ratio of the first frame. For some reason libavformat determines 0/1 as aspect ratio, while the decoder returns the correct one. The ffm and mxf tests change the field_order values. I'm assuming another libavformat/decoding mismatch. Signed-off-by:
wm4 <nfxjfg@googlemail.com>
-
Anton Khirnov authored
This will be useful in the following commit, after which the muxer timebase is not always available when encoding. This merges Libav commit 3e265ca5. It was previously skipped. There are some changes with how/when the mux_timebase field is set, because the Libav approach often causes a too imprecise time base to be set. This is hard, because the muxer's write_header function can readjust the timebase, at which point we might already have encoded packets buffered. (It might be better to buffer them after the encoder, instead of after all the timestamp handling logic before muxing.) The two FATE tests change because the output time base is raised for subtitles. (Needed to avoid certain rounding issues in other cases.) Includes a minor merge fix by Mark Thompson, and avconv: Move rescale to stream timebase before monotonisation also by Mark Thompson <sw@jkqxz.net>. Signed-off-by:
wm4 <nfxjfg@googlemail.com>
-
- 26 Feb, 2017 2 commits
-
-
Micah Galizia authored
Signed-off-by:
Micah Galizia <micahgalizia@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 25 Feb, 2017 2 commits
-
-
Paul B Mahol authored
Fixes #6181. Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
Michael Niedermayer authored
This should fix the fate failure due to a truncated last frame. Alternatively the frame could be dropped. Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 24 Feb, 2017 1 commit
-
-
Michael Niedermayer authored
Fixes: 664/clusterfuzz-testcase-4917047475568640 The change to fate is due to a truncated last frames which is now detected as damaged. Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpegSigned-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 20 Feb, 2017 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 13 Feb, 2017 1 commit
-
-
Paul B Mahol authored
Old behaviour was not useful at all. New behaviour only emulate old behaviour with default options. Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 01 Feb, 2017 1 commit
-
-
erankor authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 27 Jan, 2017 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 24 Jan, 2017 1 commit
-
-
Marton Balint authored
Current code returned the number of channels as channel layout in that case, and if nret is not set then unknown layouts are typically not supported. Also use the common parsing code. Use a temporary workaround to parse an unknown channel layout such as '13c', after a 1 year grace period only '13C' will work. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 14 Jan, 2017 2 commits
-
-
Carl Eugen Hoyos authored
Fixes ticket #6068.
-
Martin Vignali authored
The duotone file is interpreted as gray Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 11 Jan, 2017 1 commit
-
-
Martin Vignali authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 28 Dec, 2016 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 23 Dec, 2016 1 commit
-
-
Thomas Turner authored
Signed-off-by:
Thomas Turner <thomastdt@googlemail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 22 Dec, 2016 1 commit
-
-
Pavel Koshevoy authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 21 Dec, 2016 1 commit
-
-
Thomas Turner authored
Signed-off-by:
Thomas Turner <thomastdt@googlemail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 16 Dec, 2016 1 commit
-
-
Martin Vignali authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 12 Dec, 2016 1 commit
-
-
Derek Buitenhuis authored
Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
- 10 Dec, 2016 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-