-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mp4ReaderSource module - version 2 #268
Conversation
…verseplayandseek
…verseplayandseek
Test Results Linux 1 files ± 0 1 suites ±0 10m 20s ⏱️ +56s Results for commit 12b655c. ± Comparison against base commit 00c23b9. This pull request removes 14 and adds 86 tests. Note that renamed tests count towards both.
This pull request removes 2 skipped tests and adds 5 skipped tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Test Results Linux-CudaT 1 files ± 0 1 suites ±0 10m 22s ⏱️ +55s Results for commit 12b655c. ± Comparison against base commit 00c23b9. This pull request removes 14 and adds 86 tests. Note that renamed tests count towards both.
This pull request removes 2 skipped tests and adds 5 skipped tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Test Results Linux_ARM64 1 files ± 0 1 suites ±0 10m 59s ⏱️ +56s Results for commit 12b655c. ± Comparison against base commit 00c23b9. This pull request removes 14 and adds 86 tests. Note that renamed tests count towards both.
This pull request removes 2 skipped tests and adds 5 skipped tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Test Results Windows-cuda 1 files ± 0 1 suites ±0 12m 18s ⏱️ +57s Results for commit 12b655c. ± Comparison against base commit 00c23b9. This pull request removes 14 and adds 86 tests. Note that renamed tests count towards both.
This pull request removes 2 skipped tests and adds 5 skipped tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Test Results Win-nocuda 1 files ± 0 1 suites ±0 10m 39s ⏱️ + 1m 1s Results for commit 12b655c. ± Comparison against base commit 00c23b9. This pull request removes 14 and adds 86 tests. Note that renamed tests count towards both.
This pull request removes 2 skipped tests and adds 5 skipped tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
1. Added tests for mp4_getLiveVideoTs, mp4_dts_strategy, mp4_simul_read_write
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Recheck all the files & address comments
IMPORTANT: All PRs must be linked to an issue (except for extremely trivial and straightforward changes).
Fixes[#229], [#226]
Description
The new version of Mp4Reader has the following upgrades -
Ordered cache of files integration - jpeg and h264
Seek refactoring - jpeg and h264
Reverse play - jpeg
Alternative(s) considered
Have you considered any alternatives? And if so, why have you chosen the approach in this PR?
Type
Type Choose one: (Bug fix | Feature | Documentation | Testing | Other)
Screenshots (if applicable)
Checklist