<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Apr 28, 2016 at 10:44 AM, Sebastian Dröge <span dir="ltr"><<a href="mailto:sebastian@centricular.com" target="_blank">sebastian@centricular.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Do, 2016-04-28 at 10:15 -0400, Aaron Boxer wrote:<br>
<span class="">><br>
><br>
> On Thu, Apr 28, 2016 at 9:15 AM, Sebastian Dröge  wrote:<br>
> > On Do, 2016-04-28 at 08:22 -0400, Aaron Boxer wrote:<br>
> > > <br>
> > > > Someone will have to debug what goes wrong in there and make it<br>
> > > > handle more JPEG2000 bitstreams properly.<br>
> > ><br>
> > > Thanks, Sebastian. I guess I will take a look. What library is used<br>
> > > for parsing the JPEG 2000 streams?<br>
> ><br>
> > None, the relevant bits are all in the JPEG2000 payloader and<br>
> > depayloader code. No external dependencies.<br>
> Thanks. Would it make sense to use OpenJPEG to do the parsing? <br>
> It would guarantee that all known code streams are supported<br>
><br>
> I can make whatever modifications necessary to OpenJPEG to extract<br>
> the payload. Except, I might have to do this in a branch, if the maintainers<br>
> do not accept the changes.<br>
<br>
</span>No, the payloader/depayloader should have no external dependencies and<br>
you probably also don't save a lot of work with that as the parsing<br>
needs to be closely integrated with the payloading/depayloading anyway.<br></blockquote><div><br></div><div>Thanks. Makes sense. Can I copy-paste BSD licensed OpenJPEG code into<br></div><div>the payloader? I would maintain a piece of OpenJPEG inside, and try to keep<br></div><div>it as independant as possible, to ease maintenance.<br></div><div><br> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5"><br>
--<br>
Sebastian Dröge, Centricular Ltd · <a href="http://www.centricular.com" rel="noreferrer" target="_blank">http://www.centricular.com</a><br>
</div></div><br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br></div></div>