]> git.sesse.net Git - vlc/history - modules/misc/lua/vlc.c
Add vlclua_dir_list_free to free list created by vlclua_dir_list and use it.
[vlc] / modules / misc / lua / vlc.c
2008-08-01 Rémi DuraffortAdd vlclua_dir_list_free to free list created by vlclua...
2008-07-05 Rémi Denis-CourmontLUA: don't look for scripts in .
2008-06-15 Antoine CellerierImplement Lua objects in the C code directly. Fix most...
2008-06-14 Pierre d'Herbemontlua: Don't use the playlist in the lua demux.
2008-06-09 Christophe MutricyTypo (pointed by Bruno Queirós)
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-22 Rémi Denis-CourmontRemove libvlc->psz_homedir and use config_GetHomeDir...
2008-05-22 Rémi Denis-CourmontPut the _same_ _platform-independent_ stuff in the...
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontRemove E_()
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-05 Rémi Denis-Courmontconfig_GetConfigDir -> config_GetUserConfDir
2008-05-05 Rémi Denis-CourmontUse config_Get*Dir
2008-05-03 Rémi Denis-CourmontLUA: don't reinvent scandir
2008-05-01 Rémi Denis-CourmontDon't re-invent uint8_t - remove byte_t
2008-04-23 Rafaël Carrémeta-data handling cleanup
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'Herbemontdemux: Rename demux2 to demux as demux is no longer...
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-04-06 Jean-Baptiste KempfLua path for windows modification.
2008-04-02 Antoine CellerierSimplify code reading.
2008-04-02 Antoine CellerierMove lua{intf,playlist,meta} to lua/{intf,playlist...
2008-03-11 Rafaël CarréDo not use playlist_*AddInput() when the playlist has...
2008-02-10 Rémi Denis-CourmontUse config_GetDataDir() instead of DATA_PATH.
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-01 Pierre d'HerbemontRevert [23949].
2007-12-30 Rafaël Carréfix #1410.
2007-12-23 Pierre d'Herbemontvlc_common.h:
2007-12-16 Antoine CellerierChange demux2 capability values so the lua demux2 gets...
2007-11-24 Antoine CellerierChanges to the lua module's declaration: add luahttp...
2007-11-10 Antoine CellerierPort the http interface to the Lua Interface Module...
2007-11-05 Antoine Cellerier * modules/misc/lua:
2007-11-04 Antoine CellerierSome more simplification of the luaplaylist/luameta...
2007-11-04 Antoine CellerierDon't pop the string before using it (else our pointer...
2007-11-04 Antoine CellerierAdd a new type of VLC Lua module: Interfaces.