]> git.sesse.net Git - vlc/history - modules/misc/lua/demux.c
lua_demux: fix a potential read of uninitialized value (thanks to JoungEunKim on...
[vlc] / modules / misc / lua / demux.c
2010-09-26 Rémi Duraffortlua_demux: fix a potential read of uninitialized value...
2010-07-19 Rémi Duraffortlua_demux: fix object leak.
2010-07-07 Rémi Denis-Courmontdemux: provide both URL and file path as with access
2010-06-05 Pierre YnardSpelling
2010-02-27 Antoine CellerierDo not store p_this in a table value visible from lua...
2010-02-26 Fabio RitrovatoLua demux: open the stream lib
2010-02-20 Antoine CellerierExport VLC's md5 API.
2010-02-13 Antoine CellerierExport vlc's xml api.
2010-02-13 Antoine CellerierSetup lua module search path
2010-02-13 Antoine CellerierWhen scanning multiple lua scripts, create a new lua_St...
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-11 Rémi Denis-CourmontRemove useless <sys/stat.h> includes
2010-01-11 Rémi Denis-CourmontRemove useless <errno.h> inclusions
2009-09-30 Antoine CellerierSimplify and hopefully fix compilation :)
2009-09-30 Antoine CellerierFix candidate filename leak in lua playlist.
2009-08-21 Pierre d'Herbemontmodules: Use access_GetParentInput and demux_GetParentI...
2009-06-12 JP DingerFix a stack smash in the lua module (vlc.read).
2009-03-20 Rémi Duraffortlua_demux: fix object leaks.
2008-10-28 Jean-Baptiste KempfFix forgotten include.
2008-09-20 Antoine Celleriers/pl_Yield/pl_Hold/
2008-09-12 Antoine CellerierDon't call the demux close function ourselves, the...
2008-08-03 Justus PiaterDeclared many static variables const
2008-07-23 Ilkka Ollakkaadd vlc_object_lock/unlock to playlist-handling, fixes...
2008-06-27 Ilkka Ollakkagive playlist to vlclua_playlist_add_internal instead...
2008-06-15 Antoine CellerierImplement Lua objects in the C code directly. Fix most...