Add AV1 OBU header parser and OBU types utilities#294
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #294 +/- ##
==========================================
+ Coverage 84.72% 85.18% +0.46%
==========================================
Files 24 25 +1
Lines 2703 2788 +85
==========================================
+ Hits 2290 2375 +85
Misses 354 354
Partials 59 59
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
@Sean-Der Hello, This is a base for the packetizer and the depacketizer. After this is merged I'll do:
If things went well I'll be able to do all of this by or before the next weekend. |
|
Amazing work @joeturki, full steam ahead :) The only thing I would do is add GStreamer/Chrome tests of AV1. I the effort vs value isn't worth it (IMO). I think it is ok to have a bunch of example video files and call it a day! AV1 isn't going to change. However running GStreamer/Chrome is CI is frustrating. Especially if then a user has to run it locally to debug anything. |
Implement AV1 bitstream format OBU header parser and utility functions for OBU types.
Description
Implement AV1 bitstream format OBU header parser and utility functions for OBU types.
Reference issue
pion/webrtc#3036