- Jun 26, 2019
-
-
Steve Lhomme authored
-
Steve Lhomme authored
It's needed by vlc_decoder_device_Create().
-
Felix Paul Kühne authored
This shows discovered devices now instead of services capable of discovering something. Browsing will be implement in subsequent commits.
-
Steve Lhomme authored
-
Steve Lhomme authored
Creating textures will fail if it's too big anyway.
-
Steve Lhomme authored
It may be too big (for example 8K on an old GPU with little memory). We could actually reduce the size of the output and force a filter to scale the picture accordingly.
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
It may still work if not called but the rendering won't be nice.
-
Steve Lhomme authored
In the current MMAL code the pictures are allocated once from the display in a MMAL_POOL_T. The pool could be created in the decoder (push) and created using the MMAL_PORT_T. It may not possible to use pictures from different pools but the display should nonetheless be created with the same MMAL_PORT_T.
-
Steve Lhomme authored
-
Steve Lhomme authored
The core can do it by default.
-
Steve Lhomme authored
The core can do it by default.
-
Steve Lhomme authored
The core can do it by default.
-
Steve Lhomme authored
The core can do it by default and not a part being tested.
-
Steve Lhomme authored
The core can do it by default.
-
Steve Lhomme authored
Create a picture_t on the fly by default.
-
- Jun 25, 2019
-
-
Thomas Guillem authored
Multiple Video tracks can now be selected by the player with vlc_player_SelectEsIdList().
-
Thomas Guillem authored
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
vlc_player_GetVoutFromEsId() can now return the vout used by an SPU es_id. It also returns the vout order. The on_vout_changed callback is also used for SPU es_ids. Users could check the category of the es_id to know if the vout is attached to a VIDEO es or an SPU one.
-
Thomas Guillem authored
To vlc_player_GetEsIdVout(), for consistency with other functions using a vlc_es_id_t*.
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Only used for OSD. Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
And rename it to vout_ChangeSpuChannelMargin. A margin is now set for a specific channel order. Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
For spu_ChangeMargin(), like every other setters of the spu API. sys->margin is already read when the mutex is locked
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-