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

Rafaël Carré funman at videolan.org
Mon May 27 09:18:54 CEST 2013


Hello,

[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.

[PATCH 7/9] avcodec: remove dummy EndSubtitleDec
[PATCH 8/9] avcodec video dec: remove useless assignement in

These 2 remove unneeded code in destructors.

[PATCH 9/9] avcodec: set pkt_pts in old libavcodec versions

That one fixes DVD menus.



More information about the vlc-devel mailing list