-
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
H.264 parser and new overloaded makeFrame #380
base: main
Are you sure you want to change the base?
Conversation
Test Results Linux-CudaT 1 files ±0 1 suites ±0 11m 53s ⏱️ -1s For more details on these failures, see this check. Results for commit f9a6b8b. ± Comparison against base commit 320408d. ♻️ This comment has been updated with latest results. |
Test Results Linux 1 files ±0 1 suites ±0 10m 9s ⏱️ ±0s For more details on these failures, see this check. Results for commit f9a6b8b. ± Comparison against base commit 320408d. ♻️ This comment has been updated with latest results. |
IMPORTANT: All PRs must be linked to an issue (except for extremely trivial and straightforward changes).
Fixes #[Issue]
Description
Added a h264 parser feature. This parser can now handle any wild h264 bitstream coming from camera or any h264 encoded mp4 video. This parser is inspired by ffmpeg library
Alternative(s) considered
Have you considered any alternatives? And if so, why have you chosen the approach in this PR?
Type
Type Choose one: (Feature)
Screenshots (if applicable)
Checklist