]> git.sesse.net Git - vlc/history - modules/misc/lua/libs/input.c
lua: cosmetics (use the exact pointer typer not just void*).
[vlc] / modules / misc / lua / libs / input.c
2010-09-12 Rémi Duraffortlua: cosmetics (use the exact pointer typer not just...
2010-02-13 Antoine CellerierItem specific information getters are now item object...
2010-02-13 Antoine CellerierMake sure that the playlist item has been preparsed...
2010-02-09 Rémi Denis-CourmontRemove pl_Release, and rename pl_Hold back to pl_Get
2010-02-07 Rémi Denis-CourmontSplit file path functions out of vlc_charset.h into...
2010-01-29 Pierre d'Herbemontlua/libs: Fix a left over lonely UnlockExtension().
2010-01-29 Pierre d'Herbemontlua/extension: Export extension_SetInput().
2010-01-15 Pierre d'Herbemontlua: Remove dummy printf.
2010-01-15 Pierre d'Herbemontlua: Properly set the meta according to metas().
2010-01-15 Pierre d'Herbemontlua: Expose extra meta through vlc.item.metas.
2010-01-07 Pierre d'Herbemontlua: assert that we have an item.
2010-01-06 Pierre d'Herbemontlua: Add the possibility to expose vlc.item.
2009-11-20 Rémi Duraffortlua: also add some statistics.
2009-11-16 Rémi Duraffortlua_libs: lock the mutex when reading the stats of...
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-03-04 Rémi Denis-CourmontRemove dummy input locking
2008-09-27 Pierre d'Herbemontplaylist: Move more members as private.
2008-09-20 Antoine Celleriers/vlc_object_yield/vlc_object_release/
2008-09-14 Rémi Denis-CourmontUse PL_LOCK/PL_UNLOCK
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-06-15 Antoine CellerierImplement Lua objects in the C code directly. Fix most...