]> git.sesse.net Git - vlc/history - src/playlist
Moved date_Decrement to libvlc core from dirac.
[vlc] / src / playlist /
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).
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.
next