489 Commits (6e43f2fc9212f3e2116d4b7ec747d1f684614fee)

Author SHA1 Message Date
Steve Lhomme 48442d3536 lua: use the proper prototype for Lua C callbacks 7 years ago
Steve Lhomme 87882838d8 lua: don't force pushing an object to be released 7 years ago
Steve Lhomme ad7df57810 lua: fix the pushed release callback prototype 7 years ago
Steve Lhomme 49baa7dba6 lua: fix vlclua_release_vlc_object prototype 7 years ago
Quentin Chateau e965992290 lua: fixed object release function 7 years ago
Rémi Denis-Courmont a18c4d6570 thread: remove vlc_cond_destroy() 7 years ago
Rémi Denis-Courmont a3226cf890 thread: remove vlc_mutex_destroy() 7 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 8 years ago
Romain Vimont 9e3b88e096 lua: add functions to the player/playlist API 8 years ago
Romain Vimont 849001b69f lua: add playlist.list() 8 years ago
Romain Vimont 3a4a32816f lua: add playlist.current_item() 8 years ago
Romain Vimont c9e2717771 lua: use new playlist and player 8 years ago
Romain Vimont a6d665ab88 playlist: remove lua search 8 years ago
Rémi Denis-Courmont 10a4eda3fd lua/objects: remove dummy object.find 8 years ago
Rémi Denis-Courmont 7ec21fc721 lua/objects: remove dead code 8 years ago
Rémi Denis-Courmont d2c1bc4433 aout: introduce aout_Hold() and aout_Release() 8 years ago
Rémi Denis-Courmont a990818d1a vout: introduce vout_Hold() and vout_Release() 8 years ago
Rémi Denis-Courmont d55765b605 input: introduce input_Hold() and input_Release() 8 years ago
Rémi Denis-Courmont 5ee4818677 lua: don't hold/release root or playlist 8 years ago
Rémi Denis-Courmont c06db92c18 lua/objects: playlist cannot be nul 8 years ago
Rémi Denis-Courmont d1ffbbf01e lua/input: playlist cannot be nul 8 years ago
Rémi Denis-Courmont d8ddb20fde lua: remove useless header file 8 years ago
Rémi Denis-Courmont d0b51794db lua: privatize vlclua_push_vlc_object() 8 years ago
Rémi Denis-Courmont cb105cd837 lua: reorder to avoid forward declaration 8 years ago
Rémi Denis-Courmont 3e8986472a Rename vlc_error() to vlc_error_string() 8 years ago
Rémi Denis-Courmont c2abea1ff5 lua: remove sd.is_loaded 8 years ago
Rémi Denis-Courmont 489c87b5c0 lua: fix variable shadowing 8 years ago
Rémi Denis-Courmont d867dac99e Use vlc_object_parent() 8 years ago
Rémi Denis-Courmont 4fb39fac32 lua: use vlc_LogHeaderCreate() 8 years ago
Rémi Denis-Courmont e48a8a9eb2 objects: add vlc_object_instance() 8 years ago
Marvin Scholz 6b5477551f lua: Rename demux to stream_filter 8 years ago
Steve Lhomme 5363279805 remove the $Id$ in the source code 8 years ago
Rémi Denis-Courmont 9314dc4913 lua: remove no-op casts 8 years ago
Lukas Bergdoll 0e0b070c26 lua: replace deprecated luaL_checkint with luaL_checkinteger 8 years ago
Thomas Guillem 034a3f75a2 core: move playlist to playlist_legacy 8 years ago
Romain Vimont 53009d018b vlc_arrays: refactor foreach loop 8 years ago