|
|
|
@ba2e3c57dfe7781d2b32deb277da997bf51e171e
|
[ba2e3c57dfe7781d2b32deb277da997bf51e171e]
|
10/09/08 02:34:09 |
Antoine Cellerier <dionoea@videolan.org> |
Add new functions to Lua API.
Add misc.mwait(), var.create() and … |
|
|
|
@5f8cd3991a86c8be37fe0bce9686c2d6f7635afa
|
[5f8cd3991a86c8be37fe0bce9686c2d6f7635afa]
|
03/08/08 11:03:14 |
Rémi Denis-Courmont <rdenis@simphalempin.com> |
Declared many static variables const
Signed-off-by: Rémi Denis-Courmont … |
|
|
|
@6f5ee98782b887d86e40e04b9b88ed0b38ba117e
|
[6f5ee98782b887d86e40e04b9b88ed0b38ba117e]
|
27/06/08 13:49:59 |
Antoine Cellerier <dionoea@videolan.org> |
Don't segfault when looking for art with the lua scripts. Thanks to ILEoo … |
|
|
|
@95addd57388b78fdfb6a58c90437085de8bbbc33
|
[95addd57388b78fdfb6a58c90437085de8bbbc33]
|
15/06/08 13:05:50 |
Antoine Cellerier <dionoea@videolan.org> |
Implement Lua objects in the C code directly. Fix most type checks. Move … |
|
|
|
@3561b9b28f58eb7a4183e158a8fd973800d31ceb
|
[3561b9b28f58eb7a4183e158a8fd973800d31ceb]
|
31/05/08 21:10:30 |
Rémi Denis-Courmont <rdenis@simphalempin.com> |
Plugins: include vlc_common.h directly instead of vlc/vlc.h |
|
|
|
@630076053112b47b2f6279b1e67a4031d2ca45b2
|
[630076053112b47b2f6279b1e67a4031d2ca45b2]
|
08/05/08 18:23:43 |
Rémi Denis-Courmont <rem@videolan.org> |
Remove E_() |
|
|
|
@7bc28eebe843ef72304a7ec4bb7e89a12a17187a
|
[7bc28eebe843ef72304a7ec4bb7e89a12a17187a]
|
23/04/08 07:23:18 |
Rafaël Carré <funman@videolan.org> |
meta-data handling cleanup
Remove VLC_META_ENGINE_*
Don't use … |
|
|
|
@4ad218c25fb08d55b944e1c78c20cb96492f6267
|
[4ad218c25fb08d55b944e1c78c20cb96492f6267]
|
02/04/08 22:32:33 |
Antoine Cellerier <dionoea@videolan.org> |
Move lua{intf,playlist,meta} to lua/{intf,playlist,meta}. I haven't been … |
|
|
|
@99fab9089e9e1709d9c3a4bc5ced0c137ac59134
|
[99fab9089e9e1709d9c3a4bc5ced0c137ac59134]
|
23/01/08 22:50:58 |
Rémi Denis-Courmont <rem@videolan.org> |
Don't include config.h from the headers - refs #297.
Missing some cases … |
|
|
|
@de31813fc07c398e906346df090bf4680212a85c
|
[de31813fc07c398e906346df090bf4680212a85c]
|
04/11/07 22:42:27 |
Antoine Cellerier <dionoea@videolan.org> |
Add a new type of VLC Lua module: Interfaces.
Two things led me to add … |