GNOME Bugzilla – Bug 670296
[PLUGIN-MOVE] move vp8 plugin to -good
Last modified: 2012-10-02 22:32:09 UTC
The vp8 plugin currently lives in -bad it its usage is increasing due to its use as the video codec for the webm format and is considered the best patent free codec currently available. So I suggest it should move to -good unless there are specific issues blocking it from doing that.
Yes, we very much want that as well, and it's on the TODO list, but it's being blocked by the video decoder/encoder base classes that it depends on moving into -base. And those need some more work first. It's all being planned, but there's a lot of other things going on right now too (0.11 and all that).
Base classes are in -base now, next thing that has to be done is cleaning up the encoder properties somehow (there are some bugs for this already).
Sebastian, Tim, what's blocking this now ?
The interface of the encoder plugin needs serious rework (there are some patches IIRC) and also our use of the libvpx encoder API.
This was actually done before 1.0 We still need a nice encoder interface so people don't have to deal with encoder library APIs directly, but there's another bug for that somewhere.