508 Commits (b498ce16787d659e9cc696f2f2fd891d732e811c)

Author SHA1 Message Date
Rémi Denis-Courmont f32f289264 Rationalise not found error codes 5 years ago
Rémi Denis-Courmont 6a69daad1f Use VLC_EINVAL rather than VLC_ENO* 5 years ago
Rémi Denis-Courmont dd20ace531 Rename VLC_EBADVAR to VLC_EINVAL 5 years ago
Romain Vimont 3716a7da5b config: remove remaining "advanced" flags 5 years ago
Lyndon Brown d75459a35b remove unnecessary option longtext 7 years ago
Rémi Denis-Courmont 7cda5b695b lua: appropriate --lua option and fix caption 5 years ago
Alexandre Janniaux 616c92425c lua: wrap luaL_register since Lua 5.2 6 years ago
Pierre Lamot 16f171590e lua: add missing player lock 6 years ago
Rémi Denis-Courmont 05829da84c Lua: convert playlist parser back to demux 6 years ago
Rémi Denis-Courmont 9bd74c486a stream_filter: remove redundant tests 6 years ago
Pierre Ynard b33c2c3afe lua httpd: use TLS if --http-cert is set 6 years ago
Steve Lhomme eda8861490 lua: add the late frames statistics 6 years ago
Rémi Denis-Courmont 0b6f8e5c7c Check for <poll.h> explicitly 6 years ago
Hugo Beauzée-Luyssen 43ea5b40fc lua: Add basic support for renderer discovery 6 years ago
Hugo Beauzée-Luyssen 9618772c56 lua: Move vlclua_get_player_internal to misc 6 years ago
Marvin Scholz 6b07642188 lua: sd: use new md5 API 6 years ago
Rémi Denis-Courmont 65b83f162a lua/sd: use queue 6 years ago
Rémi Denis-Courmont 8a53887fbf lua: fix leaks 6 years ago
Rémi Denis-Courmont 2c88e2273b lua: use vlc_send() 6 years ago
Steve Lhomme 48442d3536 lua: use the proper prototype for Lua C callbacks 6 years ago
Steve Lhomme 87882838d8 lua: don't force pushing an object to be released 6 years ago
Steve Lhomme ad7df57810 lua: fix the pushed release callback prototype 6 years ago
Steve Lhomme 49baa7dba6 lua: fix vlclua_release_vlc_object prototype 6 years ago
Quentin Chateau e965992290 lua: fixed object release function 6 years ago
Rémi Denis-Courmont a18c4d6570 thread: remove vlc_cond_destroy() 6 years ago
Rémi Denis-Courmont a3226cf890 thread: remove vlc_mutex_destroy() 6 years ago
Alexandre Janniaux 361428f858 lua: input: fix uninitialized autoselect variable 7 years ago
Rémi Denis-Courmont 542df0f3ad Use set_callback() where applicable 7 years ago
Thomas Guillem dd5ba72db7 player: add a policy to vlc_player_SelectEsId 7 years ago
Thomas Guillem cb1b9717d0 player: rename vlc_player_*Track to EsId 7 years ago
Thomas Guillem 9d592a58e4 vout: spu: rework channel registration 7 years ago
Thomas Guillem 1cd778c182 extensions: extension_SetInput: use input_item_t 7 years ago
Thomas Guillem ee4afd6821 remove unused #include <vlc_input.h> 7 years ago
Rémi Denis-Courmont 13c2620955 lua: remove RC interface aliases 7 years ago
Rémi Denis-Courmont 161832532a lua: use vlc_strerror_c() 7 years ago
Romain Vimont 3159390d8a lua: player: remove incorrect const 7 years ago
Thomas Guillem bef305db36 lua: use aout_Release() 7 years ago
Thomas Guillem c19b8b2307 lua: remove unused code 7 years ago
Thomas Guillem 30fcfbae4f lua: fix typo 7 years ago
Thomas Guillem 8f20277b06 lua: remove unused playlist_legacy includes 7 years ago
Romain Vimont 3159dad5eb lua: sd: Remove sd media browsing 7 years ago
Romain Vimont 9e3b88e096 lua: add functions to the player/playlist API 7 years ago
Romain Vimont 849001b69f lua: add playlist.list() 7 years ago
Romain Vimont 3a4a32816f lua: add playlist.current_item() 7 years ago
Romain Vimont c9e2717771 lua: use new playlist and player 8 years ago
Romain Vimont a6d665ab88 playlist: remove lua search 7 years ago
Rémi Denis-Courmont 10a4eda3fd lua/objects: remove dummy object.find 7 years ago
Rémi Denis-Courmont 7ec21fc721 lua/objects: remove dead code 7 years ago
Rémi Denis-Courmont d2c1bc4433 aout: introduce aout_Hold() and aout_Release() 7 years ago
Rémi Denis-Courmont a990818d1a vout: introduce vout_Hold() and vout_Release() 7 years ago