]> git.sesse.net Git - vlc/history - modules/misc/lua
Fix compiler warning about asprintf return value.
[vlc] / modules / misc / lua /
2008-08-01 Rémi DuraffortFix memleak in lua module.
2008-08-01 Rémi DuraffortFix memleaks (use vlclua_dir_list_free).
2008-08-01 Rémi DuraffortAdd vlclua_dir_list_free to free list created by vlclua...
2008-08-01 Rémi Duraffortlua/intf: Fix a memleak.
2008-08-01 Rémi DuraffortFix potential memleak.
2008-07-23 Ilkka Ollakkadon't release before unlock, thanks to ivoire for spott...
2008-07-23 Ilkka Ollakkaadd vlc_object_lock/unlock to playlist-handling, fixes...
2008-07-21 Rémi DuraffortUse pl_Release an factorise two lines.
2008-07-21 Rémi DuraffortUse pl_Locked and pl_Unlocked.
2008-07-05 Rémi Denis-CourmontLUA: don't look for scripts in .
2008-06-30 Christophe MutricyDistribute lua/lib/misc.h
2008-06-28 Rémi Denis-CourmontVLC_OBJECT_FILTER: remove
2008-06-28 Rémi Denis-CourmontVLC_OBJECT_DIALOGS: remove
2008-06-27 Antoine CellerierDon't segfault when looking for art with the lua script...
2008-06-27 Ilkka Ollakkagive playlist to vlclua_playlist_add_internal instead...
2008-06-21 Rémi Denis-CourmontRemove VLC_OBJECT_INTERACTION
2008-06-21 Rémi Denis-CourmontRemove VLC_OBJECT_HTTPD_HOST
2008-06-17 Rémi Denis-CourmontUse vlc_object_lock and vlc_object_unlock
2008-06-15 Rémi Denis-CourmontRemove VLC_OBJECT_(ACCESS|DEMUX|STREAM) types
2008-06-15 Antoine CellerierUpdate lua intf scripts to new API (untested).
2008-06-15 Antoine CellerierAdd a global documentation for all the Lua modules.
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-14 Rémi Denis-CourmontMake the playlist a generic object
2008-06-09 Christophe MutricyTypo (pointed by Bruno Queirós)
2008-06-04 Rémi Denis-CourmontRemove VLC_OBJECT_SOUT
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-27 Rémi Denis-CourmontFix non-sensical declaration
2008-05-27 Rémi Denis-CourmontFix lua with --disable-vlm
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-20 Rémi Denis-CourmontNo need to do stat() before opendir()!
2008-05-10 Rémi Denis-CourmontRemove message unused "queue" parameter
2008-05-08 Rémi Denis-CourmontRemove E_()
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-07 Rémi Denis-CourmontWe know where VLM is, no need to find it.
2008-05-05 Rémi Denis-Courmontconfig_GetConfigDir -> config_GetUserConfDir
2008-05-05 Rémi Denis-CourmontUse config_Get*Dir
2008-05-04 Rémi Denis-CourmontNo need to lookup i_verbose. The core does it anyway.
2008-05-04 Rémi Denis-CourmontRemove VLC_OBJECT_GLOBAL
2008-05-04 Rémi Denis-CourmontAlso if BUILD_LUA
2008-05-03 Rémi Denis-CourmontLUA: don't reinvent scandir
2008-05-01 Rémi Denis-CourmontUse int64_t directly within plugins rather than vlc_int64_t
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-30 Rémi Denis-CourmontRemove HTTPD object type
2008-03-29 Rémi Denis-CourmontRemove META_ENGINE object type
2008-03-29 Rémi Denis-CourmontRemove XML object type
2008-03-29 Rémi Denis-CourmontRemove SD object type
2008-03-29 Rémi Denis-CourmontRemove SPU type
2008-03-29 Rémi Denis-CourmontRemove VOD object type - not actually needed
2008-03-29 Rémi Denis-CourmontRemove ITEM type - not used anywhere
2008-03-26 Rémi Denis-CourmontFix memory leak
2008-03-11 Rafaël CarréDo not use playlist_*AddInput() when the playlist has...
2008-03-08 Antoine CellerierAdd a function to get the current playlist item in...
2008-03-02 Rémi DuraffortAvoid a segfault when services_discovery_GetServicesNam...
2008-02-10 Rémi Denis-CourmontUse config_GetDataDir() instead of DATA_PATH.
2008-01-29 Rafaël Carrémisc: fix warnings
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-18 Rémi Denis-CourmontFix Windows case which implements fd_set differently:
2008-01-18 Rémi Denis-CourmontAvoid overflows in the LUA net API. Run-time behavior...
2008-01-15 Christophe Mutricy_GNU_SOURCE is already taken of by config.h + typo
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 CellerierOops, forgot this file.
2007-11-24 Antoine CellerierChanges to the lua module's declaration: add luahttp...
2007-11-12 Antoine CellerierFix problem with the search lua wrapper (it always...
2007-11-12 Antoine CellerierAdd services discovery support and enhance playlist...
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.
2007-10-21 Rafaël Carrélua: makes sure metadata is UTF8 encoded (some websites...
2007-09-19 Rafaël Carrélua: check stream_UrlNew return value
2007-09-17 Pierre d'Herbemontlua: Print debug message only if really wanted.
2007-09-16 Antoine CellerierDon't print the "googleimage.lua: didn't return a strin...
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-09-09 Christophe Mutricyluameta.c: Fix a message
2007-09-09 Antoine CellerierOn OSes other than Windows, Mac OS X and BeOS (so it...
2007-08-23 Antoine CellerierFix copyright date here too.
2007-08-23 Antoine CellerierSet svn:keywords and change copyright year back to...
2007-08-23 Antoine CellerierRestore svn history for the lua modules (For future...
2007-08-22 Christophe MutricyCheck for the good directory.
2007-08-22 Christophe MutricyDistribute vlclua.h
2007-08-22 Pierre d'Herbemontmodules/misc/lua: Share some code between the modules...