- 07 Jul, 2019 1 commit
-
-
Mark Thompson authored
Operates in the same way as the h264-levels test.
-
- 12 Jun, 2019 3 commits
-
-
Peter Ross authored
-
Michael Niedermayer authored
The tests previously rounded the timestamps. Its better in a fate test to preserve the data from the demuxer and decoder. Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Ruiling Song authored
Signed-off-by:
Ruiling Song <ruiling.song@intel.com>
-
- 09 Jun, 2019 1 commit
-
-
Peter Ross authored
-
- 08 May, 2019 3 commits
-
-
Andreas Rheinhardt authored
Up until now, the length field of most level 1 elements has been written using eight bytes, although it is known in advance how much space the content of said elements will take up so that it would be possible to determine the minimal amount of bytes for the length field. This commit changes this. Signed-off-by:
Andreas Rheinhardt <andreas.rheinhardt@gmail.com> Signed-off-by:
James Almer <jamrial@gmail.com>
-
Andreas Rheinhardt authored
Given that in both the seekable as well as the non-seekable mode dynamic buffers are used to write level 1 elements and that now no seeks are used in the seekable case any more, the two modes can be combined; as a consequence, the non-seekable mode automatically inherits the ability to write CRC-32 elements. There are no differences in case the output is seekable; when it is not and writing CRC-32 elements is disabled, there can still be minor differences because before this commit, the EBML ID and length field were counted towards the cluster size limit; now they no longer are. Signed-off-by:
Andreas Rheinhardt <andreas.rheinhardt@gmail.com> Signed-off-by:
James Almer <jamrial@gmail.com>
-
Andreas Rheinhardt authored
Up until now the EBML Header length field has been written with eight bytes, although the EBML Header is always so small that only one byte is needed for it. This patch saves seven bytes for every Matroska/Webm file. Signed-off-by:
Andreas Rheinhardt <andreas.rheinhardt@gmail.com> Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 03 May, 2019 1 commit
-
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 19 Apr, 2019 1 commit
-
-
Hendrik Leppkes authored
The transcode() helper function will already prepend the TARGET_PATH to the sample path, if its a relative path. This avoids an issue on Windows, where the relative path check could fail.
-
- 18 Apr, 2019 2 commits
-
-
Carl Eugen Hoyos authored
Fixes fate in Windows subsystem for Linux.
-
Steven Liu authored
-
- 17 Apr, 2019 1 commit
-
-
Steven Liu authored
Signed-off-by:
Steven Liu <lq@chinaffmpeg.org>
-
- 05 Apr, 2019 1 commit
-
-
Derek Buitenhuis authored
This makes sure we don't regress on 70c8c8a8. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
- 03 Apr, 2019 1 commit
-
-
Gyan Doshi authored
write_tmcd allows tmcd track to be created with any mode but in mov_write_header, index for first tmcd track is only set for modes MP4 or MOV, causing a crash if tmcd creation is attempted with other modes.
-
- 15 Mar, 2019 1 commit
-
-
Carl Eugen Hoyos authored
The file has to be created first, fixes fate without zlib.
-
- 14 Mar, 2019 2 commits
-
-
James Almer authored
Should fix fate failures on big endian targets. Signed-off-by:
James Almer <jamrial@gmail.com>
-
James Almer authored
-
- 13 Mar, 2019 1 commit
-
-
Mark Reid authored
Reviewed-by:
Tomas Härdin <tjoppen@acc.umu.se> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 04 Mar, 2019 1 commit
-
-
Martin Vignali authored
-
- 27 Feb, 2019 1 commit
-
-
Martin Vignali authored
-
- 16 Feb, 2019 6 commits
-
-
Diego Biurrun authored
Rename a test in the process for consistency and simplicity and remove the remnants of the now-unused lavf regression test scripts.
-
Diego Biurrun authored
Rename some tests in the process for consistency and simplicity.
-
Diego Biurrun authored
Also split monolithic lavf-pixfmt test into individual tests.
-
Diego Biurrun authored
Rename some tests in the process for consistency and simplicity.
-
Diego Biurrun authored
Rename some tests in the process for consistency and simplicity.
-
Diego Biurrun authored
-
- 14 Jan, 2019 1 commit
-
-
Rafaël Carré authored
This program only takes 2 arguments Remove comment that was never right Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 04 Jan, 2019 1 commit
-
-
Steven Liu authored
init add three test examples: 1. check no endlist at the end 2. check endlist at the end 3. check hls_list_size 0 full list Tested-by:
Michael Niedermayer <michael@niedermayer.cc> Signed-off-by:
Steven Liu <lq@chinaffmpeg.org>
-
- 03 Jan, 2019 1 commit
-
-
James Almer authored
Reviewed-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 19 Dec, 2018 1 commit
-
-
Michael Niedermayer authored
Fixes: test failure on powerpc Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 11 Dec, 2018 1 commit
-
-
Gyan Doshi authored
Prevent test failure with builds that set a suffix and/or extension for the ffprobe binary
-
- 02 Dec, 2018 1 commit
-
-
Martin Vignali authored
based on patch by Kieran Kunhya ticket 7163
-
- 28 Nov, 2018 1 commit
-
-
Paul B Mahol authored
Also update fate test. Fixes #5258.
-
- 25 Nov, 2018 1 commit
-
-
Martin Vignali authored
-
- 12 Nov, 2018 1 commit
-
-
Jun Zhao authored
Signed-off-by:
Jun Zhao <mypopydev@gmail.com>
-
- 11 Nov, 2018 3 commits
-
-
Martin Vignali authored
-
Mark Thompson authored
With fate test using the SLPPLP_A_VIDYO_2 conformance file, which contains two sublayers with full PTL information.
-
Mark Thompson authored
-
- 26 Oct, 2018 1 commit
-
-
Josh de Kock authored
This test ensures that you are able to send N number of slice NALUs in slice threaded mode to be decoded simultaneously
-