Closed elbertronnie closed 4 months ago
CCExtractor CI platform finished running the test files on linux. Below is a summary of the test results:
Report Name | Tests Passed |
Broken | 13/13 |
CEA-708 | 2/14 |
DVB | 4/7 |
DVD | 3/3 |
DVR-MS | 2/2 |
General | 24/27 |
Hauppage | 3/3 |
MP4 | 2/3 |
NoCC | 10/10 |
Options | 72/87 |
Teletext | 21/21 |
WTV | 0/13 |
XDS | 25/34 |
It seems that not all tests were passed completely. This is an indication that the output of some files is not as expected (but might be according to you).
Your PR breaks these cases:
Check the result page for more info.
CCExtractor CI platform finished running the test files on windows. Below is a summary of the test results:
Report Name | Tests Passed |
Broken | 13/13 |
CEA-708 | 2/14 |
DVB | 4/7 |
DVD | 3/3 |
DVR-MS | 2/2 |
General | 24/27 |
Hauppage | 3/3 |
MP4 | 3/3 |
NoCC | 10/10 |
Options | 85/87 |
Teletext | 21/21 |
WTV | 13/13 |
XDS | 31/34 |
It seems that not all tests were passed completely. This is an indication that the output of some files is not as expected (but might be according to you).
Your PR breaks these cases:
Check the result page for more info.
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
This is an attempt to split #1495 into multiple independant PRs. Dependant on #1551.
This PR adds types that enables to store time in different representations like simple milliseconds, number of frames, etc. And also allow to interconvert between them. It also provides functions for formatting time in different kinds of formats. Certain functions are integrated into C codebase.