The module API allows all "video converter" modules to list their chroma
conversions.
The user API allows to get a full list of all possibles chromas
conversion from an input chroma.
You should now use a preparser to generate thumbnails.
One single preparser is able to:
- Parse
- Fetch meta
- Generate thumbnails
Using 3 different queues. It is also possible to create a preparser for
only one type of processing.
There is no more deprecated functions.
In case, we need to deprecate new functions in a future release, we can
just add LIBVLC_DEPRECATED, and leave the function in its original
header.