- 23 Apr, 2019 1 commit
-
-
Carl Eugen Hoyos authored
Allows running fate in-tree on wsl with msvc.
-
- 03 Apr, 2019 1 commit
-
-
Gyan Doshi authored
-
- 16 Feb, 2019 8 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
-
Diego Biurrun authored
-
Diego Biurrun authored
These directories are not just for object files.
-
- 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>
-
- 10 Jul, 2018 1 commit
-
-
Gyan Doshi authored
Set make variable KEEP to non-zero value to preserve temp files when a test has passed. Helpful in diagnosing failed tests when test outfile is some type of single hash and does not reveal differences in processed output.
-
- 16 Jun, 2018 1 commit
-
-
Gyan Doshi authored
qt-faststart build doesn't have PROGSSUF added.
-
- 13 Jun, 2018 1 commit
-
-
erankor authored
verify that the stco atom is upgraded to co64 when the addition of moov size to the offsets results in an overflow Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 21 May, 2018 1 commit
-
-
Mark Thompson authored
This uses any devices it can find on the host system - on a system with no hardware device support or in builds with no support included it will do nothing and pass.
-
- 13 Mar, 2018 1 commit
-
-
Martin Vignali authored
-
- 16 Feb, 2018 1 commit
-
-
Gyan Doshi authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 02 Feb, 2018 1 commit
-
-
Richard Shaffer authored
Adds basic unit test for parsing ID3v2 tags. Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 06 Jan, 2018 1 commit
-
-
Rostislav Pehlivanov authored
Signed-off-by:
Rostislav Pehlivanov <atomnuker@gmail.com>
-
- 17 Oct, 2017 1 commit
-
-
Mark Thompson authored
Use the appropriate metadata filter for each codec - in the absence of any options to modify the stream, the output bitstream should be identical to the input (though the output file may differ in padding). All tests use conformance bitstreams, the MPEG-2 streams are newly added from the conformance test streams <http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_IEC_13818-4_2004_Conformance_Testing/Video/> (cherry picked from commit 3cae7f8b) (cherry picked from commit fbd63170)
-
- 03 Oct, 2017 1 commit
-
-
Carl Eugen Hoyos authored
-
- 26 Sep, 2017 1 commit
-
-
Mark Thompson authored
Use the appropriate metadata filter for each codec - in the absence of any options to modify the stream, the output bitstream should be identical to the input (though the output file may differ in padding). All tests use conformance bitstreams, the MPEG-2 streams are newly added from the conformance test streams <http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_IEC_13818-4_2004_Conformance_Testing/Video/>
-
- 31 Aug, 2017 1 commit
-
-
Martin Vignali authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 30 Aug, 2017 1 commit
-
-
Paras Chadha authored
Signed-off-by:
Paras Chadha <paraschadha18@gmail.com>
-
- 03 Aug, 2017 1 commit
-
-
Steinar H. Gunderson authored
Also add simple FATE tests, based on output produced by the NDI SDK. Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 20 Mar, 2017 1 commit
-
-
Clément Bœsch authored
Test the pixel format querying within libswscale.
-
- 01 Mar, 2017 1 commit
-
-
Diego Biurrun authored
-
- 28 Dec, 2016 1 commit
-
-
Janne Grunau authored
This can be useful to filter out noise in known-broken scenarios like miscompilation by legacy compilers and similar. Originally based on a patch by Diego Biurrun. Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 28 Nov, 2016 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 10 Nov, 2016 1 commit
-
-
Steven Liu authored
Add keyframe index metadata Used to facilitate seeking; particularly for HTTP pseudo streaming. 1. read live streaming or file by sequence 2. if use add_keyframe_index option, add a mark flag at the position, use to insert new context at the last step. 3. add the keyframes *offset* and *timestamp* into a list 4. if use add_keyframe_index option, shift the metadata data from mark flag offset 5. insert the keyframes *offset* and *timestamp* from the list by sequence 6. free the list 7. end. Add FATE test case; Reviewed-by:
Lou Logan <lou@lrcd.com> Signed-off-by:
Steven Liu <liuqi@gosun.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 01 Nov, 2016 1 commit
-
-
Vittorio Giovara authored
Rotation, sample/display aspect ratio and pure matrix export. Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 19 Sep, 2016 1 commit
-
-
Sasi Inguva authored
Signed-off-by:
Sasi Inguva <isasi@google.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 22 Aug, 2016 1 commit
-
-
Jan Sebechlebsky authored
Tested-by:
Michael Niedermayer <michael@niedermayer.cc> Signed-off-by:
Jan Sebechlebsky <sebechlebskyjan@gmail.com> Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 04 Jul, 2016 1 commit
-
-
Martin Vignali authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 06 Jun, 2016 1 commit
-
-
Vittorio Giovara authored
Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 10 May, 2016 1 commit
-
-
Ronald S. Bultje authored
This tests automatic insertion of the vp9_superframe BSF as well as ensuring that the colorspace properties in the video header can be modified when remuxing (-c:v copy).
-
- 21 Apr, 2016 1 commit
-
-
Diego Biurrun authored
-
- 07 Apr, 2016 1 commit
-
-
Diego Biurrun authored
Restore alphabetical order in lists, break overly long lines, do some prettyprinting, add some explanatory section comments, group parts together that belong together logically.
-
- 22 Mar, 2016 1 commit
-
-
Michael Niedermayer authored
Testset provided by Justin Greer <justin@zencoder.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-