]> git.sesse.net Git - vlc/history - modules/misc/lua
Use [[ ]] delimiter for string in order to prevent interpreting \ as an escape charac...
[vlc] / modules / misc / lua /
2010-01-04 Antoine CellerierUse [[ ]] delimiter for string in order to prevent...
2010-01-04 Antoine CellerierFix indentation.
2009-12-30 Antoine CellerierPartially fix interface parsing order when multiple...
2009-12-30 Antoine CellerierOnly default to rc.lua if module loading wasn't forced...
2009-12-30 Pierre d'Herbemontlua/intf: Default to rc instead of dummy since rc has...
2009-12-28 Antoine CellerierMake sure that vlc.gettext.N_() returns the first argument.
2009-12-28 Antoine CellerierRevert "lua: Make sure it builds with --disable-nls."
2009-12-28 Pierre d'Herbemontlua: Make sure it builds with --disable-nls.
2009-12-27 Antoine CellerierExperimental lua gettext support.
2009-12-27 Antoine CellerierAdd vlc_GetActionId().
2009-12-21 Antoine CellerierPrevent setting volume to outrageous values.
2009-12-21 Antoine CellerierCleanup playlist status.
2009-12-21 Antoine CellerierDeprecate the C rc, http and telnet interfaces. They...
2009-12-21 Antoine CellerierFix mutex cancellation.
2009-12-21 Antoine CellerierAdd --data-path option. Access the src share directory...
2009-12-21 Antoine CellerierFix blocking/non-blocking accept in lua interface.
2009-12-21 Rémi Denis-Courmontvlc_sd_GetNames: add object parameter
2009-12-19 Jean-Philippe AndréLua: vlc.stream has a new function: addfilter
2009-12-14 Antoine Cellerierrepeat is a reserved lua keyword
2009-12-14 Antoine CellerierFix acl use in http interface. Change default host...
2009-12-14 Antoine CellerierAdd osd menu api to lua (DVD menus).
2009-11-20 Rémi Duraffortlua: also add some statistics.
2009-11-16 Rémi Duraffortlua_libs: release the playlist object.
2009-11-16 Rémi Duraffortlua_libs: lock the mutex when reading the stats of...
2009-11-13 Rémi Duraffortlua_libs: add a function to trigger callbacks.
2009-11-12 Rémi Duraffortlua_intf: fix memleaks.
2009-11-12 Rémi Duraffortlua_intf: fix memleak.
2009-11-11 Jean-Philippe AndréLua: don't lock playlist before playlist_Play
2009-11-11 Jean-Philippe AndréLua: check variable type before adding a callback
2009-11-11 Jean-Philippe AndréLua: new input and input_item facilities
2009-11-11 Jean-Philippe AndréLua: new function vlc.input.metas
2009-11-11 Jean-Philippe AndréLua: new function vlc.input.add_subtitle
2009-11-11 Jean-Philippe AndréLua: release input thread
2009-10-10 Rémi Duraffortlua: fix potential memleak.
2009-10-05 Rémi Denis-Courmontnet_Accept: remove timeout parameter
2009-09-30 Antoine CellerierSimplify and hopefully fix compilation :)
2009-09-30 Antoine CellerierFix candidate filename leak in lua playlist.
2009-08-30 Rafaël Carrélua: add parenthesis as suggested by a gcc warning
2009-08-26 Rémi Denis-CourmontRemove config_GetCacheDir
2009-08-24 Rémi Denis-CourmontRemove config_GetUserDataDir()...
2009-08-24 Rémi Denis-CourmontRemove config_GetUserConfDir
2009-08-24 Rémi Denis-CourmontAdd a directory type parameter to config_GetHomeDir
2009-08-23 Rémi Denis-Courmontart_finder_t: custom type for art finder modules
2009-08-21 Pierre d'Herbemontmodules: Use access_GetParentInput and demux_GetParentI...
2009-07-24 Rémi DuraffortUse VLC_VAR_CLASS when applicable.
2009-07-09 Rémi Denis-CourmontTypo
2009-07-09 Rémi Denis-CourmontMissing #include
2009-07-09 Rémi Denis-CourmontLUA: set volume on playlist
2009-06-12 JP DingerFix a stack smash in the lua module (vlc.read).
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-31 Laurent AimarDo not access vout_thread_t fields when it can be avoided.
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi DuraffortCreate a function to free the memory allocated when...
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Rémi Denis-CourmontPass pointer rather than ID for playlist item-current
2009-03-20 Rémi Duraffortlua_demux: fix object leaks.
2009-03-09 Laurent AimarUse playlist_fetcher_t object instead of playlist one.
2009-03-04 Rémi Denis-CourmontRemove dummy input locking
2009-02-20 Frédéric CrozatFix format-security warnings
2009-02-16 Laurent AimarRenamed playlist "playlist-current" to "item-current".
2009-02-11 Rémi DuraffortThe playlist have to be locked when calling playlist_It...
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-24 Rémi Denis-CourmontUse libvlc_Quit
2009-01-19 Antoine CellerierHere too (and I'll stop spamming for today)
2009-01-19 Antoine CellerierUse config chain in lua intf module.
2009-01-19 Antoine CellerierFix horrible typo and vlc.misc.should_die() function.
2009-01-19 Antoine CellerierImplement "@name var val" style commands in rc.lua...
2009-01-19 Rémi Denis-CourmontRemove VLC_OBJECT_ENCODER
2009-01-19 Rémi Denis-CourmontPrivatize packetize and interface object types
2009-01-19 Rémi Denis-CourmontRemove VLC_OBJECT_OSDMENU
2009-01-19 Rémi Denis-CourmontRemove practically unused interface type from scripting
2009-01-17 Laurent AimarForce to specify options flags in input_item_New*.
2009-01-12 Rémi Denis-CourmontLUA intf: fix lock_and_wait, and stop using vlc_object_...
2009-01-12 Rémi Denis-CourmontUnused variable
2009-01-12 Rémi Denis-CourmontUnused variable
2009-01-10 Rémi Denis-CourmontRemove useless parameter
2009-01-05 Rémi Denis-CourmontLUA: remove misc.signal() - this API does not make...
2009-01-02 Rémi Duraffortsome cleaning.
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-28 Jean-Baptiste KempfFix forgotten include.
2008-09-28 Rémi Denis-CourmontRemove VLC_OBJECT_LIBVLC
2008-09-28 Rémi Denis-CourmontRemove VLC_OBJECT_OPENGL
2008-09-27 Pierre d'Herbemontplaylist: Move more members as private.
2008-09-21 Rémi Denis-CourmontRemove VLC_OBJECT_MODULE
2008-09-20 Antoine Celleriers/pl_Yield/pl_Hold/
2008-09-20 Antoine Celleriers/vlc_object_yield/vlc_object_release/
2008-09-14 Rémi Denis-CourmontUse PL_LOCK/PL_UNLOCK
2008-09-14 Rémi Denis-CourmontGrrr at subsubsubsubdirectories
next