]> git.sesse.net Git - vlc/history - src/playlist
Qt: add drow shadow effect
[vlc] / src / playlist /
2010-01-18 Rafaël Carréplaylist: fix command line options
2010-01-15 Pierre d'Herbemontplaylist/fetcher: Run "meta fetcher" before "art finder".
2010-01-11 Rémi Denis-CourmontRemove useless <errno.h> inclusions
2010-01-06 Pierre d'HerbemontRevert "tmp"
2010-01-06 Pierre d'Herbemonttmp
2009-12-28 Rémi Duraffortplaylist: add a fixme => race condition.
2009-12-21 Rémi Denis-Courmontprobe: helpers for services discovery
2009-12-21 Rémi Denis-Courmontvlc_sd_GetNames: use probe
2009-12-21 Rémi Denis-Courmontvlc_sd_GetNames: add object parameter
2009-12-05 JP DingerIntroduce realloc_or_free() to src/*, and add assert...
2009-10-17 Rémi Denis-CourmontFully privatize vlc_sd_internal_t
2009-09-24 Rafaël CarréDeleteInner() : remove deleted items from current items...
2009-09-18 Erwan Tulouplaylist: add a input-current variable for being comple...
2009-09-18 Pierre d'HerbemontDon't leak the event manager.
2009-09-15 Ilkka Ollakkaplaylist: use Fisher-Yater shuffle instead naive when...
2009-09-14 Laurent AimarRemoved b_block parameter from input_Read.
2009-09-03 Rafaël Carrésrc/ : missing assert.h include
2009-08-26 Rémi Denis-CourmontRemove config_GetCacheDir
2009-08-24 Rémi Denis-CourmontRemove config_GetUserDataDir()...
2009-08-23 Rémi Denis-CourmontTypo
2009-08-23 Rémi Denis-CourmontMake playlist_export_t a VLC object
2009-08-23 Rémi Denis-Courmontfetcher does not need to be an object
2009-08-23 Rémi Denis-Courmontart_finder_t: custom type for art finder modules
2009-08-20 Pierre d'Herbemontplaylist: Fix a warning about sign.
2009-08-18 Jakob Leben[PATCH] playlist, Qt4: new playlist_TreeMoveMany()
2009-08-13 Jakob Lebenplaylist: do not move both tree and non-tree items...
2009-08-11 Rémi Denis-CourmontDo not check that playlist has an input twice
2009-08-08 Jakob LebenPlaylist: correct insertion index when moving items...
2009-08-06 Laurent AimarRevert "Remove useless assignation"
2009-08-06 Rémi Denis-CourmontRemove useless assignation
2009-08-02 Rémi Denis-CourmontPreparser: detach thread and race to idle
2009-08-02 Rémi Denis-Courmontfetcher: detach thread and race to idle
2009-07-31 Rémi Duraffortfetcher: fix a typo (thanks to fenrir).
2009-07-10 Rémi DuraffortRemove unused function.
2009-07-10 Rémi Duraffortplaylist_art: simplify.
2009-06-23 Rémi Denis-CourmontDo not inherit xspf-open demux from media library
2009-06-23 Rémi Denis-Courmontplaylist_MLLoad: format library URI correctly
2009-06-23 Rémi Denis-Courmontplaylist_Import: use make_URI
2009-06-19 Rémi DuraffortFix #2720 for master also. Finally that's not an hack...
2009-06-18 Rémi DuraffortFix #2720: when deleting the current playing item we...
2009-06-15 Rémi DuraffortRemove dummy test.
2009-06-04 Rémi Denis-Courmontpreparser: shut threat down when not needed
2009-06-03 Rémi Denis-Courmontfetcher: shut thread down when not needed
2009-06-03 Rémi Denis-Courmontfetcher: don't recycle the main condition variable...
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-30 JP DingerCosmetics, and pull finding the playlist sorting functi...
2009-05-29 Rémi DuraffortInclude vlc_url when using make_URI
2009-05-29 Rafaël CarréFix xspf reading/writing
2009-05-29 JP Dingerplaylist/sort.c: remove globals, replace with pointers...
2009-05-29 JP Dingerplaylist sorting: for inline to work, the text has...
2009-05-28 Rafaël CarréFix xspf reading/writing
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 Rémi Duraffortplaylist_sort: rewrite the sort functions and split...
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-25 Rémi Denis-CourmontRevert "correct realloc() usage, on failure realloc...
2009-05-24 Jean-Paul Samancorrect realloc() usage, on failure realloc will return...
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-CourmontMatch used SD alias rather than plugin name (fixes...
2009-05-19 Rémi Denis-CourmontRetain SD name for matching purpose
2009-05-17 Rémi DuraffortFix a bug when sorting the playlist:
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-CourmontCompare input item pointers, no need to deref here
2009-05-16 Rémi Denis-CourmontPass pointer rather than ID for playlist item-current
2009-05-16 Rémi Denis-CourmontPass input item through playlist item-change rather...
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Rémi Denis-CourmontAttach fetcher to playlist so it gets proper configuration
2009-05-16 Rémi Denis-Courmontplaylist_DeleteFromInput: pass the input item rather...
2009-05-16 Rémi Denis-Courmontfetcher is a VLC object
2009-05-16 Rémi Denis-Courmontplaylist_Add and playlist_AddExt: return error/success...
2009-05-16 Rémi Denis-Courmontplaylist_ItemGetByInputId: remove dead code
2009-05-13 Laurent AimarFixed the option "auto-preparse".
2009-05-13 Laurent AimarFixed the option "auto-preparse".
2009-05-08 Laurent AimarFixed a race condition with input creation and events.
2009-04-28 Rémi DuraffortFix playlist sort when using the flag "SORT_TITLE_NUMER...
2009-04-26 Rémi DuraffortAdd a function to get the Title and fallback to the...
2009-04-26 Laurent AimarA really small optim (art fetcher).
2009-04-25 Rémi Duraffortplaylist_sort: sort using the title and fallback to...
2009-04-16 Rémi Duraffortsort: we have a macro so use it and remove unused variable.
2009-04-01 Rafaël CarréFix a memory leak when media library is disabled
2009-03-31 Rémi Duraffortalbum art: use filename_sanitize function
2009-03-31 Rémi Duraffortplaylist_art: blacklist some forbidden char for windows.
2009-03-09 Laurent AimarTry to interrupt fetcher thread as soon as possible.
2009-03-09 Laurent AimarFixed a possible fetcher deadlock.
2009-03-09 Laurent AimarUse playlist_fetcher_t object instead of playlist one.
2009-03-09 Laurent AimarAdded a INPUT_EVENT_ABORT event to detect user requeste...
2009-03-04 Rémi Denis-CourmontPrivatize the playlist lock
2009-03-04 Rémi Denis-Courmontuse playlist_Lock explicitly
2009-03-04 Rémi Denis-CourmontSD: use playlist_Lock explicitly
2009-03-04 Rémi Denis-Courmontplaylist_Export simplifications
next