Alexandre Janniaux
|
14a114f89a
|
vlc_decoder.h: document vlc_input_decoder_Delete
Add documentation for the vlc_input_decoder_Delete function to enforce
usage of vlc_input_decoder_Flush or vlc_input_decoder_Drain before
destruction.
|
3 years ago |
Alaric Senat
|
1ee62010c0
|
vlc_decoder: add the clock as parameter
Forwarding a valid clock instance is necessary for the aout/vout proper
synchronization.
|
4 years ago |
Alaric Senat
|
e6c436611a
|
input_decoder: publicly expose `ChangeDelay`
Will be needed in the `display` stream output for backward compatibility
with the VLC 3.0 `delay` option.
|
4 years ago |
Alexandre Janniaux
|
6b35aaa863
|
include: change <> includes into "" includes
For packaging into a framework
|
5 years ago |
Alexandre Janniaux
|
04cf57b84c
|
forward vout events
|
6 years ago |
Thomas Guillem
|
6909e42f67
|
input_resource: don't expose aout functions
Not used anymore, modules go through the player to get the aout.
|
4 years ago |
Thomas Guillem
|
a11d8d8c94
|
input: unexport input_resource_ResetAout()
|
6 years ago |
Thomas Guillem
|
a64695dd92
|
Revert "input: remove unused input_resource_ResetAout() function"
This reverts commit 72d3ebd544.
|
6 years ago |
Thomas Guillem
|
3d275aded4
|
decoder: rename input_Decoder*() to vlc_input_decoder_()
In order to match with vlc_input_decoder_t.
|
6 years ago |
Thomas Guillem
|
412d1b8a4c
|
vlc_decoder: use a specific opaque struct for input API
That way, the input API can't be used with user decoder_t modules.
This is a prerequisite of the packetizer API rework.
|
6 years ago |
Rémi Denis-Courmont
|
5703a00f08
|
Fix Doxygen ToC
Regression from acf5684027
|
7 years ago |
Thomas Guillem
|
6699b98a85
|
input: remove unused input_resource_TerminateVout() function
|
7 years ago |
Thomas Guillem
|
72d3ebd544
|
input: remove unused input_resource_ResetAout() function
|
7 years ago |
Thomas Guillem
|
88e9f04f1d
|
input: remove unused input_resource_Terminate() function
|
7 years ago |
Thomas Guillem
|
acf5684027
|
input: move decoder functions into vlc_decoder.h
TODO: needs to be documented.
|
7 years ago |