35 Commits (e48a8a9eb2b507cbfecce661cf0fc843db05a6bd)

Author SHA1 Message Date
Steve Lhomme 5363279805 remove the $Id$ in the source code 7 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
Hugo Beauzée-Luyssen d36e369e6a core: Remove old medialibrary 8 years ago
Hugo Beauzée-Luyssen 06a21a6443 modules: Remove references to the old media library 8 years ago
Steve Lhomme 69b25f403d lua: use helper function to convert from vlc_tick_t to floating point seconds 8 years ago
Filip Roséen 7aa4bec741 playlist: playlist_NodeDelete: privatize forceful delete 9 years ago
Rémi Denis-Courmont f4dbb80854 lua: use playlist_ViewPlay(), fix aliasing 9 years ago
Rémi Denis-Courmont 435aecff88 playlist: use boolean for playlist_AddInput() mode parameter 9 years ago
Rémi Denis-Courmont 10232c2d3b playlist: remove the skip flag 9 years ago
Rémi Denis-Courmont 9c77c04437 playlist: allocate the root item statically 9 years ago
Rémi Denis-Courmont 2167ff75e6 lua: factor common playlist add/enqueue code 9 years ago
Hugo Beauzée-Luyssen 204f711366 lua: Don't expose a "goto" method in lua >= 5.2 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 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 520b13a2ca lua: use luaL_checkint() where applicable 10 years ago
Ludovic Fauvet 2468da50f6 lua: replace deprecated functions 10 years ago
Jean-Baptiste Kempf 5dafc001bb Modules: Remove tabs in source code 11 years ago
Rémi Denis-Courmont 522604203a playlist: rename playlist_Pause() to playlist_TogglePause() 11 years ago
Rémi Denis-Courmont 6efc10f0a5 lua/playlist: do not handle impossible error 11 years ago
Rémi Denis-Courmont 9e7dd0b49f playlist: move i_nb_played to playlist item, not the input item 12 years ago
Rémi Denis-Courmont 6da72c20cf lua: move some code, no functional changes 12 years ago
Rémi Denis-Courmont 781ff75140 Lua: set playlist object explicitly in state 12 years ago
Tomas Krotil 6daa137c12 lua playlist move and delete functions run-time 13 years ago
Rafaël Carré f79f3ae2f8 lua: export playlist item's input item 14 years ago
Kelly Anderson 9934897a3b Change goto to gotoitem for lua 5.2 compatibility. Maintain lua 5.1 backwards compatibility. 14 years ago
Kelly Anderson c0f44d25b3 Consolidate lua includes in vlc.h 14 years ago
Akash Mehrotra 88359db48d luahttp: implement pl_delete to match oldhttp feature 15 years ago
Jean-Baptiste Kempf 61147a769e Move /modules/misc/lua/ to /modules/lua 15 years ago
Rémi Duraffort a63042d425 lua_playlist: Use the title of the item and fallback to the name if this one is empty (better for some sd like icecast). 16 years ago
Antoine Cellerier f782f86eb4 Use pushliteral instead of pushstring where possible. Saves a strlen call. 16 years ago
Jakob Leben c3d342a2d5 playlist: allow non-recursive search 16 years ago
Rémi Denis-Courmont 7e4d50ac42 Remove pl_Release, and rename pl_Hold back to pl_Get 16 years ago
Jakob Leben 6dafd7ff91 lua: adjust to playlist changes and kill a warning 16 years ago
Antoine Cellerier c7b0875374 Cleanup playlist status. 17 years ago
Antoine Cellerier 62d4d133a9 repeat is a reserved lua keyword 17 years ago
Jean-Philippe André 1a881eeb4f Lua: don't lock playlist before playlist_Play 17 years ago
Rémi Denis-Courmont 6bbc4b9934 Pass pointer rather than ID for playlist item-current 17 years ago
Laurent Aimar bf099fea1f Renamed playlist "playlist-current" to "item-current". 17 years ago
Rémi Duraffort 7e4419bcc6 The playlist have to be locked when calling playlist_ItemGetById (not tested for wince and pda interface). 17 years ago
Rémi Denis-Courmont 71fb06931f Unused variable 18 years ago
Rémi Duraffort 303113c796 some cleaning. 18 years ago
Pierre d'Herbemont d228fdd28e playlist: Move more members as private. 18 years ago
Antoine Cellerier ba6501f308 s/pl_Yield/pl_Hold/ 18 years ago