[vlc-devel] [PATCH]: HEVC/H.265 decoder using libde265

Jean-Baptiste Kempf jb at videolan.org
Thu May 8 11:05:52 CEST 2014


On 08 May, Rémi Denis-Courmont wrote :
> Le 2014-05-07 19:03, Joachim Bauch a écrit :
> >>+        int size = __MIN( src_stride, dst_stride );
> >>+        for( int line = 0; line < pic->p[plane].i_visible_lines; line++
> >>) {
> >>+            memcpy( dst, src, size );
> >>
> >>Ouch... can't this library decode directly to the picture buffers?
> >>
> >>This is especially bad with a precedence higher than libavcvodec's...
> >
> >Unfortunately not, but we have this on the roadmap for a later version
> >of the library.
> 
> Then I think the de265 plugin should probably have a lower precedence than
> the libavcodec plugin, at least until this is addressed.

Agreed.

With my kindest regards,

-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device



More information about the vlc-devel mailing list