- 29 Oct, 2015 1 commit
-
-
Ronald S. Bultje authored
For the 10-show-existing-frame, the source file indeed has a timestamp of 3 (or 100/33) for the second visible frame, so the fix appears to work correctly. For the other, only the timebase is fixed, but again appears to be correct now.
-
- 25 Oct, 2015 1 commit
-
-
Clément Bœsch authored
Example: % ./ffmpeg -h encoder=gif [...] GIF encoder AVOptions: -gifflags <flags> E..V.... set GIF flags (default offsetting+transdiff) offsetting E..V.... enable picture offsetting transdiff E..V.... enable transparency detection between frames
-
- 23 Oct, 2015 1 commit
-
-
Vittorio Giovara authored
Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 14 Oct, 2015 1 commit
-
-
Zhang Rui authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 13 Oct, 2015 2 commits
-
-
Christophe Gisquet authored
It was useful to (accidentally?) spot an overflow in the column pass of the x86 simple_idct10 implementation. Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Christophe Gisquet authored
omse goes from 0.03060703 (which fails for dct-test) to 0.01663750. This also actually improve the error of decoding the sample generated by fate-vsynth3-dnxhd1080i-10bit using simple_idct10 to FAANI, which goes (when resampled to yuv422p) from: stddev: 0.06 PSNR: 72.28 MAXDIFF: 1 to identical. Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 12 Oct, 2015 2 commits
-
-
Ricardo Constantino authored
Signed-off-by:
Ricardo Constantino <wiiaboo@gmail.com>
-
Ricardo Constantino authored
Includes escapes that should now be supported and a few features not yet fully supported, like comments, regions, classes, ruby, and lang. All were tested with https://quuz.org/webvtt/ for validation, except regions because the validator doesn't support them yet, and I couldn't find any other way to validate WebVTT. Signed-off-by:
Ricardo Constantino <wiiaboo@gmail.com>
-
- 10 Oct, 2015 1 commit
-
-
Zhang Rui authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 09 Oct, 2015 1 commit
-
-
Christophe Gisquet authored
Currently only 2 profiles are evaluated because they are the only 2 with distributed test sequences. - CID 1260: YUV 4:2:2 10 bits with block-adaptive interlace coding, from ticket 4876; - CID 1270: YUV 4:4:4 10 bits (HR), 1920x839, from ticket 4581. They were generated from the ticket sequences by running the following kind of command-line; ffmpeg -i $INPUT -an -sn -vcodec copy -vframes 1 -y $OUTPUT.mov Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 08 Oct, 2015 1 commit
-
-
Stefano Sabatini authored
tests: update fate-filter-delogo test reference after commit 8bc708fc
-
- 02 Oct, 2015 2 commits
-
-
Christophe Gisquet authored
The current one, while correct, does not yield the best possible results. The specificiations suggest another formula, which results in quality gains in the decoded output from fate tests. This justifies changing said formula. Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Joseph Artsimovich authored
Convert them to zigzag order, as the rest of them are. When I was adding support for 10-bit DNxHD, I just copy-pasted the missing quant matrices from the spec. Now it turns out the existing matrices in dnxhddata.c were in zigzag order. This resulted in wrong quantization for 10-bit DNxHD. The attached patch fixes the problem by converting 10-bit quant matrices to zigzag order. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 30 Sep, 2015 1 commit
-
-
Vittorio Giovara authored
Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 29 Sep, 2015 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 23 Sep, 2015 1 commit
-
-
Christophe Gisquet authored
The sample position is made weird and non-nominal to force catching such issues as default values or specialized operations hiding issues in corner cases. Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 13 Sep, 2015 1 commit
-
-
Vittorio Giovara authored
This introduces a slight timebase computation difference in zmbv-8bit fate test. This is expected since the new options are double instead of ints, and the additional precision skews the results in a non meaningful way.
-
- 10 Sep, 2015 1 commit
-
-
Michael Niedermayer authored
Its illogic to handle gray differently depending on the existence of an alpha channel Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 08 Sep, 2015 1 commit
-
-
Clément Bœsch authored
-
- 06 Sep, 2015 3 commits
-
-
Yayoi authored
Signed-off-by:
Clément Bœsch <u@pkh.me>
-
Yayoi authored
Signed-off-by:
Clément Bœsch <u@pkh.me>
-
Michael Niedermayer authored
also limit dcinema-encode to 20 frames to avoid huge reference checksum lists Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 05 Sep, 2015 1 commit
-
-
Hendrik Leppkes authored
FATE refs changed to accomodate for the new default behavior of the function. Numbers are now interpreted as a channel layout, instead of a number of channels.
-
- 04 Sep, 2015 1 commit
-
-
Ronald S. Bultje authored
The fate results change because we now correctly timestamp the pskip frames, which means the results are now identical to -vsync 0.
-
- 03 Sep, 2015 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 02 Sep, 2015 1 commit
-
-
Vittorio Giovara authored
Support all DXDI and DXD3 normal quality videos.
-
- 31 Aug, 2015 1 commit
-
-
Peter B authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 30 Aug, 2015 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 29 Aug, 2015 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 25 Aug, 2015 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 24 Aug, 2015 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 23 Aug, 2015 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 20 Aug, 2015 1 commit
-
-
Janne Grunau authored
-
- 19 Aug, 2015 1 commit
-
-
Michael Niedermayer authored
otherwise it can fail when a different idct is used on some platform Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 16 Aug, 2015 1 commit
-
-
Alexandra Hájková authored
Test the demuxer for the case when the replicated data length in a sample is 0. Sample-ID: https://samples.libav.org/mplayer-bugs/bug821/bug821-2.asfSigned-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 12 Aug, 2015 1 commit
-
-
Niklesh authored
As suggested, posting the combined patch with the fate changes. The patch sets the default style in ASS from the default style information present in the movtext header. Signed-off-by:
Niklesh <niklesh.lalwani@iitb.ac.in>
-
- 05 Aug, 2015 1 commit
-
-
Sasi Inguva authored
Compute individual stream durations in matroska muxer. Write them as string tags in the same format as mkvmerge tool does. Signed-off-by:
Sasi Inguva <isasi@google.com>
-
- 29 Jul, 2015 1 commit
-
-
James Almer authored
Also replace custom tests for MD5 with those published in RFC 2202 Signed-off-by:
James Almer <jamrial@gmail.com> Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 27 Jul, 2015 1 commit
-
-
Vittorio Giovara authored
Missing from the push of 3ee21785.
-
- 24 Jul, 2015 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-