-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Description
I would like to add a third party hardware decoder but I can't include the code under the constraints of the LGPL licence of QtAV. Is there a way to include a decoder plugin for QtAV? If so, how do I go about creating the plugin?
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
Metadata
Metadata
Assignees
Labels
Projects
Relationships
Development
Select code repository
Activity
wang-bin commentedon May 28, 2015
I have thought about it. There are some choices:
Then I can add a wrapper class like
PluginVideoDecoder
There are some problems, for example, how to convert pixel format type between plugin and QtAV.
BTW, what's your decoder license?