[Bug 725145] PATCH: HEVC/H.265 decoder plugin
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Feb 25 06:22:38 PST 2014
https://bugzilla.gnome.org/show_bug.cgi?id=725145
GStreamer | gst-plugins-bad | git
--- Comment #2 from Joachim Bauch <jojo at struktur.de> 2014-02-25 14:43:54 UTC ---
(In reply to comment #1)
> Cool stuff, thanks for the patch.
Thanks for the fast reply :)
> Out of curiosity, how does your decoder implementation differ from the LGPL
> implementation that's part of libav?
Both decoders are currently at about the same development status with
comparable performance, reaching 50fps @ 4K. With libde265, the plugin depends
on a smaller library and is more modular.
We are concentrating on streaming applications and want to support additional
features that are not possible with a catch-all API, like dynamic switching
between sub-streams with different fps. Work on a complementing encoder is
currently starting.
We have ARM NEON support in the queue and are evaluating whether CUDA support
makes sense.
> Due to the patent situation -good might not be appropriate for this plugin. In
> general new plugins get added to gst-plugins-bad and then later moved to either -good or -ugly.
>
> So if you could prepare a patch against -bad, that would be great.
I see. I'm currently looking into providing a patch against -bad and will
attach that here when done.
> Also, could you please ship a pkg-config .pc file with your decoder library and
> fix the configure check up to use that to detect/find the library + version ?
I added that to our TODO-list for the next release of the library and will then
update the configure check accordingly.
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list