]> git.sesse.net Git - vlc/history - src/playlist/playlist_internal.h
Use var_Inherit* instead of var_CreateGet*.
[vlc] / src / playlist / playlist_internal.h
2010-08-12 Jakob Lebenplaylist: refactor and fix #3932 (take 2)
2010-08-08 Rémi Denis-CourmontRevert "playlist: refactor and fix #3932"
2010-07-29 Jakob Lebenplaylist: refactor and fix #3932
2010-02-24 Rémi Denis-CourmontRevert "sd: Make most members private."
2010-02-24 Pierre d'Herbemontsd: Make most members private.
2010-02-09 Rémi Denis-CourmontCreate preparser and fetcher immediately
2010-02-02 Jakob Lebenfix build - remove redundant declarations
2010-02-02 Jakob Lebenplaylist: refactor a bit and fix a crash
2010-02-02 Jakob Lebenvlc core: single storage playlist
2010-01-31 Jakob Lebenplaylist: make playlist_DeleteFromInput delete containe...
2010-01-31 Jakob Lebenplaylist: only install input item event callbacks on...
2010-01-30 Rémi Denis-CourmontDon't start the playlist thread if not needed
2009-10-17 Rémi Denis-CourmontFully privatize vlc_sd_internal_t
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-19 Rémi Denis-CourmontRetain SD name for matching purpose
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Rémi Denis-Courmontplaylist_ItemFindFromInputAndRoot: use pointer rather...
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Rémi Denis-Courmontplaylist_DeleteFromInput: pass the input item rather...
2009-03-04 Rémi Denis-CourmontPrivatize the playlist lock
2009-03-01 Rémi Denis-CourmontSpell resource the English way
2009-02-16 Laurent AimarRemoved or privatized playlist functions.
2009-01-06 Rémi Denis-CourmontPlaylist thread is not cancellable as of now, no point...
2009-01-06 Rémi Denis-CourmontUse a custom condition variable for the playlist engine
2009-01-05 Rémi Denis-CourmontMinor memory layout optimization
2009-01-05 Laurent AimarActivated vout/aout recycling with playlist inputs.
2009-01-05 Laurent AimarNo functionnal changes.
2009-01-05 Laurent AimarSimplify a bit main playlist loop.
2009-01-05 Laurent AimarSplit creation/destruction and activation/deactivation...
2009-01-05 Laurent AimarClean up preparser/fetcher code.
2009-01-05 Laurent AimarClean up a bit unused playlist functions and added...
2008-11-22 Laurent AimarUse input_interface.h (playlist).
2008-09-28 Pierre d'Herbemontplaylist: i_last_playlist_id is private.
2008-09-28 Pierre d'Herbemontplaylist: b_reset_currently_playing is private.
2008-09-28 Pierre d'Herbemontplaylist: last_rebuild_date is private.
2008-09-28 Pierre d'Herbemontplaylist: gc_date is private.
2008-09-28 Pierre d'Herbemontplaylist: b_cant_sleep is private.
2008-09-28 Pierre d'Herbemontplaylist: b_auto_preparse is private.
2008-09-28 Pierre d'Herbemontplaylist: b_doing_ml doing ml is private.
2008-09-28 Pierre d'Herbemontplaylist: b_tree is private.
2008-09-27 Pierre d'Herbemontplaylist: items_to_delete is now private.
2008-09-27 Pierre d'Herbemontplaylist: Move more members as private.
2008-09-14 Rémi Denis-CourmontFetcher: use nornal thread API
2008-09-14 Rémi Denis-CourmontPlaylist: put private data after public data
2008-09-14 Rémi Denis-CourmontPreparser: use normal thread API
2008-09-14 Rémi Denis-CourmontHide fetcher and prepase typedefs
2008-08-31 Rémi Denis-CourmontMove kept sout instance to playlist private data
2008-08-31 Pierre d'Herbemontplaylist: Fetcher and parser are playlist private.
2008-07-22 Pierre d'Herbemontplaylist: Never delete the playlist_item directly....
2008-07-19 Pierre d'Herbemontplaylist: playlist_NodeAddInput was noted as deprecated...
2008-07-19 Pierre d'Herbemontplaylist: playlist_DeleteFromInputInParent wasn't used...
2008-07-15 Pierre d'Herbemontplaylist: playlist_Get*Leaf are already defined in...
2008-07-15 Pierre d'Herbemontplaylist: Remove playlist_GetAllEnabledChildren as...
2008-07-15 Pierre d'Herbemontplaylist: Use PL_LOCK_IF and PL_UNLOCK_IF to perform...
2008-07-15 Pierre d'Herbemontplaylist: Use an accessor for current status item and...
2008-07-13 Pierre d'Herbemontplaylist: Don't export playlist_ItemNewFromInput as...
2008-06-14 Pierre d'Herbemontplaylist: de-inline p_input setters.
2008-06-14 Pierre d'Herbemontplaylist: Use a set/release accessor for playlist-...
2008-05-14 Rafaël CarréUse vlc_object_release() to release the playlist
2008-04-23 Rafaël Carrémeta-data handling cleanup
2008-04-16 Rafaël CarréDo not put a private function in a public header
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-02 André WeberMerge branch 'master' of git@git.videolan.org:vlc
2008-03-02 Jean-Paul SamanAgain id weirdness.
2007-11-07 Pierre d'Herbemontplaylist: Add an option to disable meta-fetch. (Need...
2007-10-20 Rémi Denis-CourmontProtects internal headers against incorrect/multiple...
2007-10-10 Rafaël Carréservices_discovery: storing the category & onelevel...
2007-08-19 Pierre d'Herbemontplaylist: Make playlist_archived_services_discovery_t...
2007-02-11 Filippo Caroneplaylist_ItemGetByInputId now included in libvlc
2006-12-18 Clément StenacA bit of cleanup in libvlc playlist API. Preliminary...
2006-12-10 Clément Stenac* Do not take and release the structure lock for each...
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-19 Clément Stenac* Documentation belongs to the .h, step 1
2006-11-19 Clément StenacFinish the playlist API transition (hopefully)
2006-10-23 Clément StenacClean up and improve core handling for album art. Still...
2006-10-21 Clément StenacRebuild the array of currently playing items as a backg...
2006-09-24 Antoine CellerierSome more (mostly) untested stuff:
2006-09-23 Antoine CellerierStart of meta engine stuff. src/input/input.c needs...
2006-09-05 Clément StenacSplit playlist include file in public/private