- 27 Jul, 2014 5 commits
-
-
Mickaël Raulet authored
- all of them testing HEVC version 1 cherry picked from commit adcdabb4dd062694fb8de6df0faecaad1c36ba33 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Janne Grunau authored
Adding 'branch=release/10' to the fate config file will check the release/10 branch instead of master. If no branch is specified it will use 'master' so that existing config are still valid. The server side changes are already deployed, see https://fate.libav.org/v10/ for an example. The server supports only the release/* branches. The server enforces that a single slot tests always the same branch. Please append "-v$RELEASE" to the slot of release branch configs or make the slot otherwise unique. A different fate samples dir is needed for each release branch. make fate-rsync has the correct URL in each branch.
-
Mickaël Raulet authored
cherry picked from commit 3b69a2dc469160ee87367191e630e8398e832227 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Mickaël Raulet authored
cherry picked from commit 3b69a2dc469160ee87367191e630e8398e832227 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Mickaël Raulet authored
cherry picked from commit d4d61a071f087db2a4bc2b49559d40dd350a841e Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 26 Jul, 2014 1 commit
-
-
Mickaël Raulet authored
cherry picked from commit 903236292f066bc321080e3e2192b64f8943d960 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 22 Jul, 2014 1 commit
-
-
Mickaël Raulet authored
cherry picked from commit d0924959f16d42630cfd7b3b4fce9fead60a4aa8 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 21 Jul, 2014 3 commits
-
-
Katerina Barone-Adesi authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 20 Jul, 2014 2 commits
-
-
Vittorio Giovara authored
-
Mickaël Raulet authored
cherry picked from commit e6ee89e6fab60a3faa1f933b7774e819846f70c4 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 18 Jul, 2014 1 commit
-
-
Peter B authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 17 Jul, 2014 1 commit
-
-
Stefano Sabatini authored
-
- 14 Jul, 2014 1 commit
-
-
Martin Storsjö authored
This fixes running fate in configs where the samples are located in a different path on the target. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 06 Jul, 2014 1 commit
-
-
Eric Lasota authored
Signed-off-by:
ejlasota <ejlasota@gmail.com> Also update fate test checksums Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 28 Jun, 2014 1 commit
-
-
Yao Wang authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 26 Jun, 2014 1 commit
-
-
Diego Biurrun authored
-
- 23 Jun, 2014 1 commit
-
-
Tobias Rapp authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 22 Jun, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 21 Jun, 2014 1 commit
-
-
Clément Bœsch authored
Partially fixes Ticket #3404 (xbr filter remaining)
-
- 20 Jun, 2014 1 commit
-
-
Timothy Gu authored
The order of error codes will be useful in my future fateserver patches. Signed-off-by:
Timothy Gu <timothygu99@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 19 Jun, 2014 1 commit
-
-
Christophe Gisquet authored
Normally, a Laplace distribution is more typical of the residuals encoded, but for noisy input, it's both better and simpler to be safe and use a 1/d^2 distribution. Second hunk could use some renormalization but it has effectively little impact. Output size of ffvhuff on various 4:2:0 sequences: context=0,1/d: 851974 27226 1137281 context=0,1/d²: 619081 25069 1051500 context=0,1/d³: 501983 30454 1290561 context=0,lapl: 500650 31754 1304082 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 18 Jun, 2014 4 commits
-
-
Clément Bœsch authored
Suggested-by: wm4
-
Clément Bœsch authored
This avoids the following libass warning when using the subtitles filter: "Neither PlayResX nor PlayResY defined. Assuming 384x288" Subtitles tests change because the output is ASS and the PlayRes[XY] ends up in the output.
-
Anton Khirnov authored
Previously, AVStream.codec.time_base was used for that purpose, which was quite confusing for the callers. This change also opens the path for removing AVStream.codec. The change in the lavf-mkv test is due to the native timebase (1/1000) being used instead of the default one (1/90000), so the packets are now sent to the crc muxer in the same order in which they are demuxed (previously some of them got reordered because of inexact timestamp conversion).
-
Anton Khirnov authored
It has not been properly maintained for years and there is little hope of that changing in the future. It appears simpler to write a new replacement from scratch than unbreaking it.
-
- 17 Jun, 2014 1 commit
-
-
Josh Allmann authored
Over-counting occurs if framerate is not set. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 15 Jun, 2014 3 commits
-
-
Christophe Gisquet authored
It was previously untested. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Christophe Gisquet authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 14 Jun, 2014 1 commit
-
-
Michael Niedermayer authored
This should ensure all platforms use the same idct Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 11 Jun, 2014 3 commits
-
-
Timothy Gu authored
Signed-off-by:
Timothy Gu <timothygu99@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
The encoder lacks support for width % 4 != 0 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 10 Jun, 2014 2 commits
-
-
Vittorio Giovara authored
-
Christophe Gisquet authored
This should exercise the corner cases of numerous codecs. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 09 Jun, 2014 2 commits
-
-
Billy Shambrook authored
The value is used by some bitstream to mark the maximum bit rate. See thread: Subject: [FFmpeg-devel] [PATCH] Add rc_max_rate to ffprobe stream output Date: Sun, 1 Jun 2014 17:36:36 +0100 To: ffmpeg-devel@ffmpeg.org http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/178461Signed-off-by:
Stefano Sabatini <stefasab@gmail.com>
-
Michael Niedermayer authored
This very slightly improves compression Found-by:
Christophe Gisquet <christophe.gisquet@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 06 Jun, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-