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

Joachim Bauch jojo at struktur.de
Thu May 8 11:41:32 CEST 2014


On 08.05.2014 11:05, Jean-Baptiste Kempf wrote:
> 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.

any special number you have in mind? libavcodec is using "70", so I
would probably go for "60".

Best regards,
  Joachim




More information about the vlc-devel mailing list