[vlc-devel] [PATCH]: HEVC/H.265 decoder using libde265
Rémi Denis-Courmont
remi at remlab.net
Thu May 8 11:07:23 CEST 2014
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.
--
Rémi Denis-Courmont
More information about the vlc-devel
mailing list