]> git.sesse.net Git - vlc/history - src/playlist/engine.c
dejidjei:
[vlc] / src / playlist / engine.c
2008-07-09 Pierre d'Herbemontdejidjei:
2008-07-06 Pierre d'Herbemontplaylist: Make sure the preparser and the fetcher relea...
2008-07-06 Pierre d'Herbemontplaylist: Make sure the currently playing item is relea...
2008-07-06 Pierre d'Herbemontplaylist: Print a destroyed message when the playlist...
2008-07-06 Pierre d'Herbemontplaylist: Make sure we don't crash when we delete the...
2008-07-05 Rémi Denis-Courmontpl_Yield(): return NULL when the playlist is gone ...
2008-07-05 Pierre d'Herbemontplaylist: Define playlist_CurrentInput(), that returns...
2008-06-30 Rémi Denis-CourmontRemove the brain-damaged video output destruction code
2008-06-28 Rémi Denis-Courmontplaylist: release video outputs *once* - fixes #1593
2008-06-28 Rémi Denis-CourmontRemove unused variable
2008-06-28 Antoine CellerierMove intf-popupmenu and video-on-top variables from...
2008-06-27 Rémi Denis-CourmontRemove video output when input stops - fixes #1637
2008-06-20 Rémi Denis-CourmontCleanup service discovery - always
2008-06-19 Rémi DuraffortRemove msg_Err about memory allocation.
2008-06-17 Rémi Denis-CourmontMove object lock and condition into the internals
2008-06-17 Rémi Denis-CourmontUse vlc_object_lock and vlc_object_unlock
2008-06-14 Pierre d'Herbemontplaylist: Listen to vlc_InputSelectedStreamChanged...
2008-06-14 Rémi Denis-CourmontMake the playlist a generic object
2008-06-14 Pierre d'Herbemontplaylist: Respond to input state changed event.
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-06-12 Rémi Denis-CourmontRemove services discovery tasks before the playlist
2008-06-12 Rémi Denis-CourmontFix previous commit
2008-06-12 Rémi Denis-CourmontNULLify p_playlist when the playlist is gone
2008-06-07 Rémi Denis-CourmontUntriplicate vout release code - fix #1593
2008-06-04 Rémi Denis-CourmontRemove another unsafe sout cleanup hack
2008-06-04 Rémi Denis-CourmontHandle sout-keep from the playlist engine
2008-06-01 Pierre d'Herbemontlibvlccore: "intf-show" is now a libvlc var instead...
2008-06-01 Rafaël Carrés/vout_Destroy/vlc_object_release/ - A cat is a cat
2008-05-31 Pierre d'HerbemontRevert "Preparser: yield the playlist (NSDRCID 1)"
2008-05-31 Rémi Denis-CourmontPreparser: yield the playlist (NSDRCID 1)
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-05-31 Rémi Denis-CourmontDo not use b_die directly, and simplify
2008-05-30 Pierre d'Herbemontplaylist: Make sure fetcher and preparser won't miss...
2008-05-14 Rafaël CarréUse vlc_object_release() to release the playlist
2008-05-14 Rafaël CarréRevert "Remove playlist destructor"
2008-05-14 Rafaël CarréRemove playlist destructor
2008-05-07 Rémi Denis-CourmontRemove p_playlist from p_libvlc
2008-05-06 Rafaël CarréFix #1487 - race condition
2008-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
2008-05-01 Rémi Denis-CourmontDon't compile sout code if sout is disabled
2008-04-23 Rafaël Carrémeta-data handling cleanup
2008-04-22 Rafaël Carréplaylist-tree has only 2 meaningful values now
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-04-06 Rafaël CarréRemove hack : input items are now correctly dereference...
2008-04-02 Rafaël CarréDon't dump/clean media library if it's not active
2008-04-01 Pierre d'Herbemontplaylist: Fix a typo.
2008-04-01 Pierre d'Herbemontplaylist: rename ML_decref() to recursively_decref...
2008-04-01 Pierre d'Herbemontplaylist: Correctly indicate why we put a buggy yield...
2008-04-01 Rafaël CarréFix media library reference counting
2008-04-01 Pierre d'Herbemontplaylist: Correctly decref where we use the object.
2008-04-01 Rafaël CarréFix media library's input items reference counting
2008-03-31 Rafaël CarréAvoid leaking input items
2008-03-29 Pierre d'Herbemontstats: Move the stat to libvlc instead of the playlist...
2008-03-29 Rémi Denis-CourmontInput and playlist: use custom object
2008-03-26 Pierre d'HerbemontLetf over from libvlc->playlist vout
2008-03-26 Pierre d'Herbemontlibvlc: Move input_item array from playlist to libvlc.
2008-03-26 Pierre d'Herbemontplaylist: Properly clean the playlist using the object...
2008-03-23 Pierre d'Herbemontinput: Remove input_DestroyThread() as it is now handle...
2008-03-16 Rafaël CarréInteraction are controlled by a dedicated thread
2008-03-11 Rafaël Carréuse vlc_object_* and PL_{UN}LOCK to simplify
2008-03-11 Rafaël CarréDo not use playlist_*AddInput() when the playlist has...
2008-02-26 Pierre d'Herbemontsrc/playlist: Fix a rare memleak that could happen...
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-02-20 Rémi DuraffortComment, typo and spaces again
2008-02-20 Rémi DuraffortDelete a test which is always true.
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-12-24 Jean-Baptiste KempfFix a Typo.
2007-12-15 Rafaël CarréPreparse file items which don't begin with 'file:'...
2007-12-06 Jean-Paul SamanNo need to sleep 25 ms, a bit longer will do fine too.
2007-12-06 Jean-Paul SamanCodingStyle fixes, use ; when using macros and do not...
2007-11-07 Pierre d'Herbemontplaylist: Add an option to disable meta-fetch. (Need...
2007-10-18 Rafaël Carréplaylist_CreateNode(): add an argument to specify an...
2007-10-16 Rafaël Carréplaylist_PreparseLoop(): oneliner fix for psz_arturl...
2007-10-16 Ilkka Ollakkaoneliner to fix psz_arturl check in album_art stuff
2007-10-16 Rafaël Carréfix [22632]: check psz_arturl before using it
2007-10-16 Rafaël Carréalbum art: the corrects picture URLs begin with "file...
2007-10-14 Damien Fouilleulplaylist.c: removed potential deadlock and duplicate...
2007-10-11 Pierre d'Herbemontplaylist/services_discovery.c: Isolate more the service...
2007-10-10 Rafaël Carréservices_discovery: storing the category & onelevel...
2007-09-17 Rafaël Carréplaylist: removes useless variable, only preparse files
2007-09-17 Rémi Denis-CourmontSignal the playlist BEFORE unlocking it.
2007-09-13 Rafaël CarréRemove debug not intended to be committed, however...
2007-09-13 Rafaël CarréChecks ncursesw/curses.h presence
2007-09-02 Antoine CellerierAttach service discovery objects to the playlist (and...
2007-08-19 Pierre d'Herbemontplaylist: Make playlist_archived_services_discovery_t...
2007-08-18 Rafaël CarréInput access locking, part 2.
2007-08-18 Pierre d'Herbemontplaylist/services_discovery.c: Handle removal of a...
2007-08-15 Pierre d'Herbemont* Protect input item's meta through setters and getters...
2007-06-10 Laurent AimarCall garbage collector (vout/sout) when playlist enter...
2007-06-03 Laurent Aimar- Added support for embeded cover. Demuxer just need...
2007-05-19 Rémi Denis-CourmontUse vlc_object_kill(). Needs triple checking.
2007-04-05 Rémi Denis-CourmontCompiler warnings rampage
2007-03-10 Jean-Paul SamanRevert [19273] because these asserts are meant to catch...
2007-03-10 Jean-Paul SamanDon't abort when nothing found in playlist.
2007-02-28 Laurent AimarReworked/improved the way sout-keep works. (VLM sout...
2007-02-21 Laurent AimarChanged input_DestroyThread to take care of detaching...
2006-12-23 Clément StenacUnlock the playlist while waiting for input to finish...
2006-12-22 Clément StenacCleanup control and parser threads handling. Might...
next