41 Commits (28e52ddb9b8a1ae76eba086114ecf0bca90383ee)

Author SHA1 Message Date
Antoine Cellerier 28e52ddb9b Add --data-path option. Access the src share directory now works from build tree. 17 years ago
Rémi Denis-Courmont 8210d67fc5 Remove config_GetUserDataDir()... 17 years ago
Frédéric Crozat 25c5812608 Fix format-security warnings 18 years ago
Rémi Denis-Courmont fa4bde0b26 Trailing ; 18 years ago
Laurent Aimar d3081ffff7 Force to specify options flags in input_item_New*. 18 years ago
Rémi Denis-Courmont 0549228196 Remove most stray semi-colons in module descriptions 18 years ago
Pierre d'Herbemont d11fd0d1e5 codecleanup: Replace input_Item by input_item. 18 years ago
Rémi Duraffort 588723d7c6 Add vlclua_dir_list_free to free list created by vlclua_dir_list and use it. 18 years ago
Rémi Denis-Courmont 7291c4595b LUA: don't look for scripts in . 18 years ago
Antoine Cellerier 95addd5738 Implement Lua objects in the C code directly. Fix most type checks. Move every thing arround. 18 years ago
Pierre d'Herbemont ff6d0af6bd lua: Don't use the playlist in the lua demux. 18 years ago
Christophe Mutricy 45ae1b754b Typo (pointed by Bruno Queirós) 18 years ago
Rémi Denis-Courmont 3561b9b28f Plugins: include vlc_common.h directly instead of vlc/vlc.h 18 years ago
Rémi Denis-Courmont 59dec65d5f Remove libvlc->psz_homedir and use config_GetHomeDir() instead 18 years ago
Rémi Denis-Courmont da5d49e284 Put the _same_ _platform-independent_ stuff in the same place 18 years ago
Rémi Denis-Courmont 13ae40b0ef Use gettext_noop() consistently 18 years ago
Rémi Denis-Courmont 6300760531 Remove E_() 19 years ago
Rémi Denis-Courmont 27d483e9ef Include vlc_plugin.h as needed 19 years ago
Rémi Denis-Courmont cb47bc073c config_GetConfigDir -> config_GetUserConfDir 19 years ago
Rémi Denis-Courmont 9b6ca60280 Use config_Get*Dir 19 years ago
Rémi Denis-Courmont 4724e090bc LUA: don't reinvent scandir 19 years ago
Rémi Denis-Courmont 2ea3b5fc8a Don't re-invent uint8_t - remove byte_t 19 years ago
Rafaël Carré 7bc28eebe8 meta-data handling cleanup 19 years ago
Pierre d'Herbemont 57bbabb5e7 demux: Rename demux2 to demux as demux is no longer existing. 19 years ago
Pierre d'Herbemont 449fd28aaf Replace vlc_bool_t by bool, VLC_TRUE by true and VLC_FALSE by false. 19 years ago
Jean-Baptiste Kempf 7633315069 Lua path for windows modification. 19 years ago
Antoine Cellerier aae60936d2 Simplify code reading. 19 years ago
Antoine Cellerier 4ad218c25f Move lua{intf,playlist,meta} to lua/{intf,playlist,meta}. I haven't been able to check the changes to the Win32 and Mac OS X specific Makefile.am parts. 19 years ago
Rafaël Carré 0e86a35f78 Do not use playlist_*AddInput() when the playlist has already been destroyed and is dying (fix a crash when exiting while directory access is still reading) Try to return early if one of those function fail, because it either mean we don't have anymore memory available (I'm still looking for infinite Turing machines), or we are exiting (the playlist is dying). Use object / thread helpers for simplicity 19 years ago
Rémi Denis-Courmont b4c3135730 Use config_GetDataDir() instead of DATA_PATH. 19 years ago
Rémi Denis-Courmont 99fab9089e Don't include config.h from the headers - refs #297. 19 years ago
Pierre d'Herbemont 99f6722d6c Revert [23949]. 19 years ago
Rafaël Carré 7b9e1799ee fix #1410. 19 years ago
Pierre d'Herbemont 1421fa57d9 vlc_common.h: 19 years ago
Antoine Cellerier c366075e5b Change demux2 capability values so the lua demux2 gets called as a last resort (2) right before the ps demux is forced (1). 19 years ago
Antoine Cellerier 7d7455f975 Changes to the lua module's declaration: add luahttp alias and don't make it accept the luameta alias for all capabilities. 19 years ago
Antoine Cellerier e10d431182 Port the http interface to the Lua Interface Module framework. 19 years ago
Antoine Cellerier d510781059 * modules/misc/lua: 19 years ago
Antoine Cellerier bddd76b004 Some more simplification of the luaplaylist/luameta code. 19 years ago
Antoine Cellerier 1b65354670 Don't pop the string before using it (else our pointer points to garbage) and add a user friendly error message in vlclua_stream_new. 19 years ago
Antoine Cellerier de31813fc0 Add a new type of VLC Lua module: Interfaces. 19 years ago