]> git.sesse.net Git - vlc/history - src/playlist
Use var_Inherit* instead of var_CreateGet*.
[vlc] / src / playlist /
2009-01-17 Laurent AimarForce to specify options flags in input_item_New*.
2009-01-17 Rémi Denis-Courmontplaylist: add real functions for locking
2009-01-10 Rémi Denis-CourmontRemove useless parameter
2009-01-10 Rémi Denis-CourmontPlaylist: only try to add one SD plugin at a time
2009-01-10 Rémi Denis-Courmontplaylist: create root SD node before registering events
2009-01-10 Rémi Denis-CourmontFix memory leak
2009-01-10 Rémi Denis-CourmontPlaylist: detach from SD events _after_ stopping the...
2009-01-10 Rémi Denis-CourmontRemove playlist items when destroying the playlist...
2009-01-10 Rémi Denis-CourmontRemove children kill hack
2009-01-10 Rémi Denis-CourmontRemove suspicious and suspiciously dead code
2009-01-10 Rémi Denis-CourmontSD: remove psz_module parameter, shorter function names
2009-01-10 Rémi Denis-CourmontInclude vlc_services_discovery.h only where needed
2009-01-10 Rémi Denis-CourmontRestore SD human-readable names
2009-01-07 Laurent AimarFixed undefined behavior with integer overflow.
2009-01-06 Laurent AimarStop the playlist when it is killed.
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 AimarFix OS-X build (PATH_MAX defined in limits.h)
2009-01-05 Laurent AimarActivated vout/aout recycling with playlist inputs.
2009-01-05 Laurent AimarPrepare for safe (sout)/vout/aout recycling.
2009-01-05 Laurent AimarFixed preparsing/art fetching locking.
2009-01-05 Laurent AimarClean up main playlist thread.
2009-01-05 Laurent AimarSimplify a bit playlist loop.
2009-01-05 Laurent AimarNo functionnal changes.
2009-01-05 Laurent AimarSimplify a bit main playlist loop.
2009-01-05 Laurent AimarEnsure fast fetcher/preparser thread cancelation.
2009-01-05 Laurent AimarFixed too soon playlist items destruction.
2009-01-05 Laurent AimarSplit creation/destruction and activation/deactivation...
2009-01-05 Laurent AimarClean up/document a bit art fetcher code.
2009-01-05 Laurent AimarDo not access internal fetcher data from playlist and...
2009-01-05 Laurent AimarClean up/document a bit preparser code.
2009-01-05 Laurent AimarClean up preparser/fetcher code.
2009-01-05 Laurent AimarClean up a bit unused playlist functions and added...
2009-01-02 Ilkka Ollakkaplaylist: Don't assume that psz_name != NULL as GetName...
2008-12-21 Ilkka Ollakkause MetaMatch in search instead compare to possible...
2008-12-15 Rémi DuraffortRemove a varaible never really used (only writen one...
2008-12-12 Rémi DuraffortUse calloc when needed.
2008-12-11 Laurent AimarDo not use 2 event manager in input.
2008-12-09 Laurent AimarFixed input_get_event_manager naming scheme.
2008-11-22 Laurent AimarUse input_interface.h (playlist).
2008-11-22 Laurent AimarRemoved unused -playlist_ItemSetName.
2008-10-31 Rémi DuraffortRemove unused macros (or used only one time).
2008-10-31 Rémi DuraffortDon't use var_CreateGet just to create variables.
2008-10-20 Rémi Denis-CourmontCosmetic
2008-10-10 Rémi DuraffortPlaylist: Simplification and fix CID 151
2008-10-05 Rémi DuraffortFix resource leak when loadsave fail (CID 94)
2008-10-05 Rémi Denis-CourmontAnother useless parameter
2008-09-30 Rémi Denis-CourmontDe-inline playlist_Signal
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: i_sort and i_order are not used. removed.
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-21 Rémi Denis-Courmontlower case the module_* functions
2008-09-20 Pierre d'Herbemontservices_discovery: Useless hack.
2008-09-20 Pierre d'Herbemontservices_discovery: Partially fix service discovery...
2008-09-20 Antoine CellerierSpelling.
2008-09-20 Antoine CellerierRemove last occurences of yield in the code and comments.
2008-09-20 Antoine Celleriers/pl_Yield/pl_Hold/
2008-09-20 Antoine Celleriers/vlc_object_yield/vlc_object_release/
2008-09-20 Rémi Denis-Courmontremove useless if not harmful hack
2008-09-20 Rémi Denis-Courmontsimplify service discoveries
2008-09-18 Antoine CellerierAdd URI column to Qt4 playlist. Add sorting by URI...
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-09-13 Rémi Denis-CourmontAlways send the SD events
2008-09-08 Rémi Denis-CourmontRemove dummy usage of vlc_thread_ready()
2008-09-06 Rémi Denis-Courmontfetcher and preparser don't need object names
2008-09-05 Rémi DuraffortRemove double declaration.
2008-08-31 Pierre d'Herbemontplaylist: Initialize private members. (oops)
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-08-28 Rémi Denis-CourmontRun SD threads (if any) with cancellation
2008-08-27 Rémi Denis-Courmontlibvlccore: push threads cancellation down vlc_thread_c...
2008-08-24 Antoine CellerierThis doesn't need to be an info message.
2008-08-24 Rémi DuraffortFix #1899 as far as I can test it (in all cse this...
2008-08-24 Derk-Jan Hartmanplaylist: use get_current_status_node()
2008-08-22 Geoffroy CouprieAdd tree-view for SD only
2008-08-22 Rémi DuraffortFix #1768
2008-08-20 Przemyslaw FialaDon't restart playlist after converting current item...
2008-08-17 Pierre d'HerbemontFix previous commit.
2008-08-17 Pierre d'Herbemontplaylist: Assert() locked in playlist_Release().
2008-08-17 Pierre d'Herbemontplaylist: Make sure we always have an input_item associ...
2008-08-17 Rémi Denis-CourmontJoin the input thread before we destroy the input object
2008-08-14 Pierre d'HerbemontMerge branch 'codecleanup' of git://repo.or.cz/vlc...
2008-08-14 Pierre d'Herbemontcodecleanup: Replace input_Item by input_item.
2008-08-14 Fabio RitrovatoPlaylist: if we select a node, play it's first child
2008-08-12 Pierre d'HerbemontRevert "playlist: With NDEBUG p_playlist may become...
2008-08-12 Pierre d'Herbemontplaylist: With NDEBUG p_playlist may become unused.
2008-08-12 Pierre d'Herbemontplaylist: playlist_LiveSearchUpdate is locked, no need...
2008-08-12 Pierre d'Herbemontplaylist: Remove the callbacks from the deleted input...
next