[vlc-devel] [PATCH 0/8] Replace decoder_t pf_decoder_* callbacks

Francois Cartegnie fcvlcdev at free.fr
Wed Feb 8 20:10:11 CET 2017


Le 08/02/2017 à 19:53, Thomas Guillem a écrit :
> As discussed during the FOSDEM. Here is the big replacement of every
> pf_decoder_* callbacks.
> 
> This new callback is simpler to handle, no more pointer of pointer to set or
> reset (in the past, a lot of modules has been fixed because there were leaking
> a *pp_block). Decoder modules will also be able to return a new status.
> 
> I tested transcode, a lot of decoder modules, and I was able to build every
> modules (expect mmal). Everything are on the commits (04/05/06).

I have the feeling this will break CC extraction due to now possible out
of sync pf_decode and pf_get_cc.

Francois


More information about the vlc-devel mailing list