- 11 Aug, 2021 13 commits
-
-
Alaric Sénat authored
-
Alaric Sénat authored
-
Alaric Sénat authored
-
Alaric Sénat authored
-
Alaric Sénat authored
-
Alaric Sénat authored
-
Alaric Sénat authored
- sharing the m3u8 via hls_io and http callbacks - pace the access out (hacky) - successfull tests with chromecast
-
Alaric Sénat authored
-
Alaric Sénat authored
-
Alaric Sénat authored
-
Alaric Sénat authored
-
Alaric Sénat authored
- no-fs option - hls_io system, implemented for files
-
Alaric Sénat authored
-
- 10 Aug, 2021 1 commit
-
-
- 09 Aug, 2021 26 commits
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- documented parameters need to appear in the prototype. - offset was probably a leftover from copy-paste.
-
- functions returning void with a \return is incorrect. - missing documented parameter names in the prototypes. - copy-paste leftover for vlc_playlist_SetPlaybackOrder. - vlc_playlist_Preparse doesn't need a libvlc instance.
-
- missing documented parameter names. - void functions with a \return parameter is incorrect. - non-matching parameter names and documented parameters. - player_rate doesn't exist in vlc_player_timer_point_Interpolate.
-
-
-
-
-
-
-
The callbacks and opaque seem to have been replaced by a whole owner object.
-
If the parameter is documented in the prototype, it should be specified in the prototype and should not be left out.
-
- \param is used to declare a parameter, so \p should be used to reference them. - `type` parameter didn't exist. - `opaque` parameter was named `data` - \return for void functions is not correct. Moving the notice to a \bug reference. - \see used instead of \ref.
-