[vlc-devel] [PATCH 0/9] avcodec decoder

Rafaël Carré funman at videolan.org
Tue May 28 10:44:45 CEST 2013


Le 27/05/2013 20:12, Derek Buitenhuis a écrit :
> On 2013-05-27 3:18 AM, Rafaël Carré wrote:
>> [PATCH 1/9] ffmpeg_GetFormat: deindent
>> [PATCH 2/9] ffmpeg_ReleaseFrameBuf: simplify
>> [PATCH 3/9] ffmpeg_GetFrameBuf: simplify
>> [PATCH 4/9] ffmpeg_GetFrameBuf: split out va code
>> [PATCH 5/9] ffmpeg_GetFrameBuf: simplify
>> [PATCH 6/9] ffmpeg_GetFrameBuf: split out some direct rendering code
>>
>> These 6 patches simplify our custom get_buffer allocator for 
>> HW accel and direct rendering to make it more readable.
> 
> Just some musings from the peanut gallery:
> 
> Wouldn't this be a good time to move HEAD over to get_buffer2 and
> refcounted frames? (Sorry, I haven't been following any freezes or
> things... you may still be on a version of libavcoded without that.)

If we can support both without too much ifdef'ry then yes we should move
to it before get_buffer is removed.

> - Derek



More information about the vlc-devel mailing list