Hugo Beauzée-Luyssen
9af90cca2b
lua: add medialibrary API
6 years ago
Hugo Beauzée-Luyssen
43ea5b40fc
lua: Add basic support for renderer discovery
6 years ago
Romain Vimont
c9e2717771
lua: use new playlist and player
Change the lua API implementation (the native part) to use the new
player and the new playlist.
Signed-off-by: Thomas Guillem <thomas@gllm.fr>
8 years ago
Steve Lhomme
5363279805
remove the $Id$ in the source code
7 years ago
Hugo Beauzée-Luyssen
b9e2274d6b
lua: Expose rand functions
8 years ago
Hugo Beauzée-Luyssen
f70881d160
lua: Expose a minimal set of errno values
8 years ago
Hugo Beauzée-Luyssen
50f61974a2
lua: libs: Add a vlc.io and move mkdir there
8 years ago
Hugo Beauzée-Luyssen
17b37dd4dd
lua: Expose vlclua_input_item_get to the rest of the lua lib
9 years ago
Rémi Denis-Courmont
4aa188cac8
lua: move url_parse() from net to strings ( fixes #3447 )
Leave an alias in url_parse() for compatiblity for the time being.
10 years ago
Rémi Denis-Courmont
13cb1f0e20
lua: dead code
12 years ago
Rémi Denis-Courmont
bfe17fd33e
lua: vector out files descriptable table code
12 years ago
Rémi Denis-Courmont
5384c38e49
Lua: split sd function for SD and for interfaces plugins ( fixes #10308 )
Functions casting this to a services_discovery_t pointer are only
usable by SD plugins. Functions looking up the playlist are only usable
by interfaces plugins and extensions.
12 years ago
Rémi Denis-Courmont
11ffab8a59
lua: separate generic and interface-specific net functions
13 years ago
Rafaël Carré
6d53362001
Use _WIN32 rather than WIN32 (same for WIN64)
http://msdn.microsoft.com/en-us/library/b0084kay(v=vs.80).aspx only
mentions the _ prefixed variable.
gcc will always define the _ prefixed variable, like Visual Studio.
The prefixless one is defined in some language standards, e.g. gnu99
but not c99.
13 years ago
Rémi Denis-Courmont
0b5239ff64
Lua: remove now unused ACL functions
14 years ago
Antoine Cellerier
642959ea07
Add lua console handling code for windows.
This fixes the lua command line interface under windows. Adding all
those special cases in the host abstraction layer doesn't seem optimal
but at least it works. I'll probably try cleaning it up later.
14 years ago
Rémi Denis-Courmont
b3efd42737
lua: remove MD5 functions before someone uses them
15 years ago
Akash Mehrotra
187293b678
HTTP interface: give access to equalizer preamp
This is the first part of the equalizer control
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
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
Antoine Cellerier
9517fa1161
Export VLC's md5 API.
16 years ago
Antoine Cellerier
a0e994c0da
Export vlc's xml api.
16 years ago
Jean-Philippe André
83f1c9442e
Extensions: buildsystem
Let's compile!
17 years ago
Pierre d'Herbemont
1af19c857a
lua: Add the possibility to expose vlc.item.
Also support multiple meta data, and the "filename" meta data as well.
17 years ago
Antoine Cellerier
fbd5aa9902
Revert "lua: Make sure it builds with --disable-nls."
This reverts commit 29847260f6 .
I'd rather have a stable lua api (besides, vlclua_gettext is already a noop).
17 years ago
Pierre d'Herbemont
29847260f6
lua: Make sure it builds with --disable-nls.
17 years ago
Antoine Cellerier
16cb266cb6
Experimental lua gettext support.
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
Faustino Osuna
f88c57c4e7
VLCKit.framework: Documentation updates and whitespace cleanup.
18 years ago
Pierre d'Herbemont
b3372f1fd0
Move the Mac OS X framework plus the yet to be finished VLC.app to projects/macosx/framework and projects/macosx/vlc_app.
18 years ago
Pierre d'Herbemont
2e888fde24
Source Tree Layout Cleanup: (As decided at videolan-meeting #2 )
projects/ - contains projects that link to libvlc other than vlc and the bindings.
extras/package - contains the packaging specific files.
extras/deprecated - deprecated files.
extras/buildsystem - contains non-default buildsystem stuff.
extras/analyser - contains code analyser (such as editor specific files) specific files.
18 years ago
Pierre d'Herbemont
7bdcff973c
MacOSX/Framework: Forgot that in previous commit.
19 years ago
Pierre d'Herbemont
3d83d9c289
MacOSX/Framework: Add VLCStreamSession, VLCStreamOutput to allow streaming/exporting.
19 years ago