]> git.sesse.net Git - vlc/history - src/playlist
lua/intf: Fix a memleak.
[vlc] / src / playlist /
2008-04-22 Rafaël Carréplaylist-tree has only 2 meaningful values now
2008-04-22 Rafaël CarréRemove unused option: b_prefers_tree
2008-04-16 Rafaël CarréRemove unused i_enabled member from the playlist struct
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-04-07 Rémi DuraffortComments presentation.
2008-04-07 Rémi DuraffortRemove playlist_NodeDump as nobody is using this debugi...
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: if(X)free(X) -> free(X)
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: Don't lock/unlock where not needed.
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 Pierre d'Herbemontplaylist: To avoid race on p_input destruction, keep...
2008-03-31 Pierre d'Herbemontplaylist: Proper locking when editing playlist variable...
2008-03-31 Rafaël CarréAvoid leaking input items
2008-03-30 Pierre d'Herbemontplaylist: Fix a possible dead lock when the playlist...
2008-03-30 Pierre d'Herbemontplaylist: Use PL_LOCK and PL_UNLOCK.
2008-03-30 Pierre d'Herbemontplaylist: Use vlc_object_alive().
2008-03-30 Rafaël CarréCheck cond_wait() return value - Fix a deadlock
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-29 Rémi Denis-CourmontMissing #include
2008-03-29 Rémi Denis-CourmontRemove SD object type
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-26 Pierre d'Herbemontplaylist: Properly destroy the preparser and the fetche...
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-14 Ilkka Ollakkawhen sorting playlist with artist, sort also album...
2008-03-13 Ilkka Ollakkachange playlist sorting to use qsort instead bubblesort...
2008-03-12 Rémi DuraffortRemove useless test before freeing something.
2008-03-11 Rafaël Carrétypo
2008-03-11 Rafaël Carréherm, "attachment://" is 13 characters, not 15
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-03-08 Rémi DuraffortRemove PLAYLIST_AUTOPLAY and use PLAYLIST_PLAY instead...
2008-03-08 Rémi DuraffortSort the playlist by album then by track number when...
2008-03-04 Rémi DuraffortRemove the Rating column from the inteface because...
2008-03-04 Rémi DuraffortFix an issu when sorting with the track number : the...
2008-03-04 Rémi DuraffortLast patch to close #1479 (add a column with the track id)
2008-03-04 Rémi DuraffortFix a little bug in the playlist sorting.
2008-03-04 Rémi DuraffortUse the correct meta data to sort the playlist.
2008-03-03 Rémi DuraffortCheck the return value of malloc.
2008-03-03 Rémi DuraffortCheck the return value of malloc.
2008-03-02 André WeberMerge branch 'master' of git@git.videolan.org:vlc
2008-03-02 Jean-Paul SamanAgain id weirdness.
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-25 Rafaël Carréextract early attachment:// art
2008-02-24 Rémi DuraffortAdd some doxygene comments
2008-02-21 Rémi DuraffortComments to make doxygen happy
2008-02-20 Rémi DuraffortSome comments to have a better doxygen documentation
2008-02-20 Rémi DuraffortRemove unnecessary declaration
2008-02-20 Rémi DuraffortComment, typo and spaces again
2008-02-20 Rémi DuraffortComments, typo and spaces
2008-02-20 Rémi DuraffortDelete unused variable
2008-02-20 Rémi DuraffortDelete a test which is always true.
2008-01-24 Rémi Denis-CourmontInclude assert.h when needed
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-14 Rafaël Carrédon't copy 'meta-file' option to inputs
2008-01-01 Pierre d'HerbemontRevert [23949].
2007-12-30 Rafaël Carréfix #1410.
2007-12-29 Rafaël Carrésimplify *install_input_item_observer()
2007-12-29 Rafaël Carréfix input item mem leak
2007-12-29 Pierre d'HerbemontFix previous commit ;.
2007-12-29 Pierre d'Herbemontplaylist/item.c: Properly release the input_item as...
2007-12-25 Pierre d'Herbemontplaylist/services_discovery.c: Send service discover...
2007-12-24 Jean-Baptiste KempfFix a Typo.
2007-12-23 Pierre d'Herbemontplaylist: Fix an input_item leak in item.c, and notice...
2007-12-23 Pierre d'Herbemontplaylist/tree.c: Fix an input_item leak.
2007-12-15 Rafaël CarréPreparse file items which don't begin with 'file:'...
2007-12-13 Jean-Paul SamanPatch by Jilles Tjoelker. Fixes crash in playlist due...
2007-12-09 Rémi Denis-CourmontSplit the big config 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-25 Antoine CellerierHide nodes which don't match the search string and...
2007-11-13 Yoann Peronneau* XSPF nested playlist
2007-11-12 Rafaël Carréservices_discovery_SetLocalizedName() is now mandatory...
2007-11-11 Antoine CellerierUse the services_discovery_GetServicesNames() function...
2007-11-11 Antoine CellerierAdd argument to module_GetModulesNamesForCapability...
2007-11-08 Jean-Baptiste KempfCorrect a typo in [22984], s/meta-fetch/fetch-meta :D
2007-11-07 Pierre d'Herbemontplaylist: Add an option to disable meta-fetch. (Need...
2007-10-21 Rafaël Carréplaylist_Clear() should delete only the local playlist...
2007-10-20 Rémi Denis-CourmontProtects internal headers against incorrect/multiple...
2007-10-18 Rafaël Carréplaylist: avoid a segfault when the fetcher has been...
2007-10-18 Rafaël Carréplaylist_CreateNode(): add an argument to specify an...
2007-10-18 Rafaël Carréplaylist_NodeCreate(): fix a potential segfault
2007-10-18 Rafaël Carréplaylist: incrementing the input_id is already taken...
2007-10-17 Rafaël Carréplaylist_NodeDelete(): we want to delete a specific...
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...
next