]> git.sesse.net Git - vlc/history - modules/misc/lua/demux.c
Remove useless <sys/stat.h> includes
[vlc] / modules / misc / lua / demux.c
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...