Steve Lhomme
|
5363279805
|
remove the $Id$ in the source code
|
7 years ago |
Lukas Bergdoll
|
0e0b070c26
|
lua: replace deprecated luaL_checkint with luaL_checkinteger
Acked-by: Shaleen Jain <shaleen@jain.sh>
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
|
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
Keep a copy of vlc_tick_tfor backward compatibility.
|
8 years ago |
Steve Lhomme
|
04db84cd9c
|
modules: replace use of 1000000 on time values by CLOCK_FREQ
Modified-by: Thomas Guillem <thomas@gllm.fr>
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
|
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
So lua 5.2 compatibility declarations can be made in one place.
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
|
14 years ago |
Pere Orga
|
9abcaacf83
|
fix filename self-references
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
|
15 years ago |
Jean-Baptiste Kempf
|
61147a769e
|
Move /modules/misc/lua/ to /modules/lua
Lua is an important part of VLC and abusing misc has gone a bit too far...
|
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.
I highly doubt that the osd register/clear functions are usable...
|
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.
It reduces the number of executed vlc_object_find.
Some macosx calls have been commented out.
|
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
Trimmed and
Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
|
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 |