15 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
Steve Lhomme 0223136621 modules: replace hardcoded CLOCK_FREQ fractions/multiples by VLC_TICK macros 8 years ago
Steve Lhomme ff56c92a5e rename mtime_t to vlc_tick_t 8 years ago
Steve Lhomme 04db84cd9c modules: replace use of 1000000 on time values by CLOCK_FREQ 8 years ago
Francois Cartegnie 7d49b1c033 vlc_vout: channels disambiguation 9 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
Rémi Denis-Courmont 03c911f342 Useless #includes 13 years ago
Rémi Denis-Courmont 4c4456b3c7 Lua: remove non-working menu object 13 years ago
Rémi Denis-Courmont eeb201b9b0 lua: fixes right OSD alignment (refs #6326) 14 years ago
Rémi Denis-Courmont c1157eb5cc lua: fix "center" OSD alignment (refs #6326) 14 years ago
Kelly Anderson c0f44d25b3 Consolidate lua includes in vlc.h 14 years ago
Pere Orga 9abcaacf83 fix filename self-references 15 years ago
Jean-Baptiste Kempf 61147a769e Move /modules/misc/lua/ to /modules/lua 15 years ago
Rémi Duraffort f7bf166202 lua_osd: add some parameters to the osd.message function to allow the user to set duration and position. 16 years ago
Laurent Aimar a72aa02a86 Removed all vlc_object_find in lua osd code. 16 years ago
Christophe Mutricy 8f94b77dce Compile fix 16 years ago
Laurent Aimar 6e8939e496 Made SPU commands go through vout. 16 years ago
Laurent Aimar eb95c577ff Used a vout object for vout_OSDMessage/OSDSlider/OSDIcon. 16 years ago
Laurent Aimar 776b826403 Cleaned up a bit spu_t API. 16 years ago
Antoine Cellerier b7c1008797 Add osd menu api to lua (DVD menus). 17 years ago
Laurent Aimar cc4f67fe86 Do not access vout_thread_t fields when it can be avoided. 17 years ago
Frédéric Crozat 25c5812608 Fix format-security warnings 17 years ago
Antoine Cellerier 95addd5738 Implement Lua objects in the C code directly. Fix most type checks. Move every thing arround. 18 years ago