]> git.sesse.net Git - vlc/history - modules/misc/lua/libs/playlist.c
Use pushliteral instead of pushstring where possible. Saves a strlen call.
[vlc] / modules / misc / lua / libs / playlist.c
2010-02-27 Antoine CellerierUse pushliteral instead of pushstring where possible...
2010-02-12 Jakob Lebenplaylist: allow non-recursive search
2010-02-09 Rémi Denis-CourmontRemove pl_Release, and rename pl_Hold back to pl_Get
2010-02-05 Jakob Lebenlua: adjust to playlist changes and kill a warning
2009-12-21 Antoine CellerierCleanup playlist status.
2009-12-14 Antoine Cellerierrepeat is a reserved lua keyword
2009-11-11 Jean-Philippe AndréLua: don't lock playlist before playlist_Play
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
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 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-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-12 Rémi Denis-CourmontUnused variable
2009-01-02 Rémi Duraffortsome cleaning.
2008-09-27 Pierre d'Herbemontplaylist: Move more members as private.
2008-09-20 Antoine Celleriers/pl_Yield/pl_Hold/
2008-09-14 Rémi Denis-CourmontUse PL_LOCK/PL_UNLOCK
2008-08-02 Pierre d'Herbemontplaylist: Make sure we don't pl_Release(p_playlist).
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-06-17 Rémi Denis-CourmontUse vlc_object_lock and vlc_object_unlock
2008-06-15 Antoine CellerierImplement Lua objects in the C code directly. Fix most...