188 Commits (c0e59decbfefab74dbe313da695249ad1af0de80)

Author SHA1 Message Date
Rémi Denis-Courmont 2b9c72c07b network: Remove httpd_handler_sys_t (refs #17018) 9 years ago
Filip Roséen e4fbdcebeb stream: rename vlc_stream_NewMRL to vlc_stream_NewURL 10 years ago
Pierre Ynard 27a081c234 lua: work around 32-bit integers limitation in vlc.var 9 years ago
Pierre Ynard e72b4cfac1 lua: fix comments about playlist API expansion 10 years ago
Pierre Ynard bf9003a0ac lua: release lock earlier when querying playlist status 10 years ago
Rémi Denis-Courmont 9aaa9f7fbe lua: fix playlist locking 10 years ago
Rémi Denis-Courmont 72f21416f2 playlist: remove unused expanded flag 10 years ago
Rémi Denis-Courmont e7a4c97c94 playlist: replace playlist_DeleteFromInput() wit playlist_NodeDelete() 10 years ago
Rémi Denis-Courmont a6fd99e4e8 lua: fix memory leak when getting/inherting string variable 10 years ago
Rémi Denis-Courmont c08c1e74d6 lua: remove constant parameter 10 years ago
Rémi Denis-Courmont 4aa188cac8 lua: move url_parse() from net to strings (fixes #3447) 10 years ago
Rémi Denis-Courmont d5f4d48d72 playlist: remove unused remove flag 10 years ago
Rémi Denis-Courmont 5001f5b25e playlist: remove unused save flag 10 years ago
Rémi Denis-Courmont 2a70d84151 lua: return playlist item ID from playlist.current() 10 years ago
Rémi Denis-Courmont 893ef33acc lua: remove sd.remove_all_items_nodes() 10 years ago
Filip Roséen 75215c7328 lua/libs/input: fix 17611: properly populate filename attribute 10 years ago
Rémi Denis-Courmont 268a46a055 lua: use inflate rather than decomp stream filter 10 years ago
Rémi Denis-Courmont dcd3a45eb4 lua: add decompression stream filter automatically (fixes #17132) 10 years ago
Rémi Denis-Courmont c537088a62 lua: remove some gratuitious casts 10 years ago
Rémi Denis-Courmont 520b13a2ca lua: use luaL_checkint() where applicable 10 years ago
Rémi Denis-Courmont 0fa357b2c0 lua: remove bogus down-cast (refs #17285) 10 years ago
Filip Roséen e5d4282307 lua/libs/xml: add :node_empty to xml-reader 10 years ago
Rémi Denis-Courmont 312d198438 stream: stream_ -> vlc_stream_ 10 years ago
Rémi Denis-Courmont c240692f0b Common structure for VLC common object members, document 10 years ago
Thomas Guillem e49ee59ad9 input/item: factor input_item_t New*() functions 10 years ago
Ludovic Fauvet 2468da50f6 lua: replace deprecated functions 10 years ago
Ludovic Fauvet c4458c71ff lua: kill a warning 10 years ago
Thomas Guillem 9f47a3a5e3 lua: use new ext dialog API 10 years ago
Rémi Denis-Courmont d88dd80b1b lua: memory leaks 10 years ago
Rémi Denis-Courmont f27294c668 lua: fix leak 10 years ago
Rémi Denis-Courmont be5c27fe72 lua: do not push uninitialized values on poll() error 10 years ago
Rémi Denis-Courmont 6f15ed5213 Namespace/rename vlc URI decode/encode functions 11 years ago
Rémi Denis-Courmont 04fb7e89cb Namespace/rename make_path to vlc_uri2path 11 years ago
Rémi Denis-Courmont 1b68edb931 Namespace/rename XML encode/decode functions 11 years ago
Rémi Denis-Courmont 2850821ad7 variables: voidify var_TriggerCallback() 11 years ago
Felix Paul Kühne 03159d8c43 Revert "lua: XML encode metadata before pushing it on the web interface (closes #15866)" 11 years ago
Felix Paul Kühne 1f5fb6194d lua: XML encode metadata before pushing it on the web interface (closes #15866) 11 years ago
Jean-Baptiste Kempf 5dafc001bb Modules: Remove tabs in source code 11 years ago
Jean-Baptiste Kempf a6ca4e4cc8 Meta: add DiscTotal 11 years ago
Rémi Denis-Courmont d7a88fe038 url: remove vlc_UrlParse() option parameter 11 years ago
Rémi Denis-Courmont 5043b4c818 lua: fix potentially uninitialized value 11 years ago
Rémi Denis-Courmont 66e5c332db Lua: use vlc_mwait_i11e() 11 years ago
Rémi Denis-Courmont bae1e6a097 Lua: refactor 11 years ago
Rémi Denis-Courmont 8e0838955a Lua: remove unused XML validator 11 years ago
Rémi Denis-Courmont 5097a47782 Lua: use <vlc_interrupt.h> instead of custom pipe for I/O 11 years ago
Rémi Denis-Courmont e7c7f4757c modules: use vlc_write() where appropriate 11 years ago
Rémi Denis-Courmont e1be96f232 Remove time variable type 11 years ago
Rémi Denis-Courmont 8d03dee93c Use MSG_NOSIGNAL in send()/sendto()/sendmsg() 11 years ago
Thomas Guillem e7c108d7d3 main: update VLC_META_TYPE_COUNT 11 years ago
Rémi Denis-Courmont 522604203a playlist: rename playlist_Pause() to playlist_TogglePause() 11 years ago