]> git.sesse.net Git - vlc/history - modules/misc/lua
macosx: vout drawable rework.
[vlc] / modules / misc / lua /
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
2008-09-14 Rémi Denis-CourmontRemove VLC_OBJECT_ANNOUNCE
2008-09-12 Antoine CellerierDon't call the demux close function ourselves, the...
2008-09-10 Antoine CellerierAdd new functions to Lua API.
2008-09-08 Rémi Denis-CourmontFix cut&paste error in 1014a2aa09d4c4a529407b221676f913...
2008-09-03 Rémi Denis-CourmontPull cancellation into (most) remaining interfaces
2008-08-28 Rémi Denis-Courmontvlc_object_lock_and_wait: broken by design, remove
2008-08-14 Pierre d'HerbemontMerge branch 'codecleanup' of git://repo.or.cz/vlc...
2008-08-14 Pierre d'Herbemontcodecleanup: Replace input_Item by input_item.
2008-08-03 Justus PiaterDeclared many static variables const
2008-08-02 Pierre d'Herbemontplaylist: Make sure we don't pl_Release(p_playlist).
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
next