Closed Bug 1237023 Opened 9 years ago Closed 9 years ago

VP9 packetization code compliant with IETF draft and interop with Chrome

Categories

(Core :: WebRTC: Audio/Video, defect, P1)

defect

Tracking

()

RESOLVED FIXED
mozilla46
Tracking Status
firefox46 --- fixed

People

(Reporter: jesup, Assigned: jesup)

References

(Blocks 1 open bug)

Details

Attachments

(2 files)

+++ This bug was initially created as a clone of Bug #1090742 +++ We need VP9 packetization code to interop with Chrome's impl of the draft VP9 packetization spec. Support for independent layers/SVC is not required at this time, though if we get it, great. Likely we can cherry-pick the code from the upstream webrtc.org VP9 support, ahead of importing stable branch 48 of webrtc.org.
Rank: 12
Note that I decided to defined RTC_DCHECK/etc part way through, so some of the code I imported/merged has been modified, and some hasn't. I could go either way on this, probably it's simpler if the imported code keeps RTC_DCHECK
Attachment #8711492 - Flags: feedback?(pkerr)
Attachment #8711493 - Flags: feedback?(pkerr)
Attachment #8711492 - Flags: feedback?(pkerr) → feedback+
Attachment #8711493 - Flags: feedback?(pkerr) → feedback+
Comment on attachment 8711493 [details] MozReview Request: Bug 1237023: update of cherry-pick of VP9 - works with some chroma issues r?pkerr Review request updated; see interdiff: https://reviewboard.mozilla.org/r/32209/diff/1-2/
Attachment #8711493 - Flags: feedback+
Attachment #8711492 - Flags: feedback+ → review?(pkerr)
Attachment #8711493 - Flags: review?(pkerr)
Attachment #8711492 - Attachment description: MozReview Request: Bug 1237023: WIP cherry-pick of VP9 packetization/jitter-buffer/encoder code from Webrtc.org 48 f?pkerr → MozReview Request: Bug 1237023: cherry-pick of VP9 packetization/jitter-buffer/encoder code from Webrtc.org 48 r?pkerr
Attachment #8711493 - Attachment description: MozReview Request: Bug 1237023: WIP update of cherry-pick of VP9 - works with some chroma issues f?pkerr → MozReview Request: Bug 1237023: update of cherry-pick of VP9 - works with some chroma issues r?pkerr
Comment on attachment 8711492 [details] MozReview Request: Bug 1237023: cherry-pick of VP9 packetization/jitter-buffer/encoder code from Webrtc.org 48 r?pkerr https://reviewboard.mozilla.org/r/32207/#review28879 ::: media/webrtc/trunk/webrtc/modules/interface/module_common_types.h:208 (Diff revision 1) > +#if 0 Why the #if 0? Is there a more informative ifdef label that could be used? Is this documentation?
Attachment #8711492 - Flags: review?(pkerr) → review+
Comment on attachment 8711493 [details] MozReview Request: Bug 1237023: update of cherry-pick of VP9 - works with some chroma issues r?pkerr https://reviewboard.mozilla.org/r/32209/#review28881
Attachment #8711493 - Flags: review?(pkerr) → review+
> ::: media/webrtc/trunk/webrtc/modules/interface/module_common_types.h:208 > (Diff revision 1) > > +#if 0 > > Why the #if 0? Is there a more informative ifdef label that could be used? > Is this documentation? Switched to more informative #if ... #else
Blocks: 1242324
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla46
Depends on: 1242991
Forgot build config review.
(In reply to Karl Tomlinson (ni?:karlt) from comment #11) > Forgot build config review. Ouch, sorry about that. Mostly this is just merging code from upstream but that bit wasn't (it was making it build with our libvpx in the non-system-libvpx case)
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: