]> git.sesse.net Git - vlc/history - src/playlist
Use var_Inherit* instead of var_CreateGet*.
[vlc] / src / playlist /
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
2009-03-01 Rémi Denis-CourmontRessource -> Resource
2009-03-01 Rémi Denis-CourmontSpell resource the English way
2009-02-16 Laurent AimarRemoved unused field and clean up (playlist).
2009-02-16 Laurent AimarRenamed playlist "item-append/deleted" to "playlist...
2009-02-16 Laurent AimarRenamed playlist "playlist-current" to "item-current".
2009-02-16 Laurent AimarModify playlist code to always use input_item_t->i_id...
2009-02-16 Laurent AimarCosmetics.
2009-02-16 Laurent AimarAdded missing lock assert to playlist_CurrentPlayingIte...
2009-02-16 Laurent AimarRemoved or privatized playlist functions.
2009-02-11 Rémi Denis-CourmontPrivatize input_Preparse
2009-02-11 Rémi DuraffortPlaylist have to be lock for playlist_ItemGetByInput...
2009-02-11 Rémi DuraffortThe playlist have to be locked when calling playlist_It...
2009-02-10 Rémi Duraffortplaylist_search:
2009-02-09 Rémi Duraffortplaylist_search: enable all items if the search string...
2009-02-08 Rémi Denis-CourmontFix service discovery submodules (i.e. shoutcast TV...
2009-01-29 Rémi DuraffortRevert "fix buffer overflows."
2009-01-29 Rémi Duraffortfix buffer overflows.
2009-01-26 Rémi Duraffortplaylist_SaveArt: fix a memleak.
2009-01-24 Rémi Denis-CourmontUse libvlc_Quit
2009-01-24 Laurent AimarFixed embedded art attachment support (close #2416)
2009-01-24 Laurent AimarFixed a deadlock between ressources freeing and playlis...
2009-01-22 Rémi Duraffortcosmetic.
2009-01-18 Ilkka Ollakkaplaylist: do case ignoring cmp everywhere when sorting
2009-01-18 Laurent AimarChanged playlist_AddExt to be more consistant with...
2009-01-18 Laurent AimarRemoved unused playlist_ItemNew(WithType).
next