]> git.sesse.net Git - vlc/history - src/playlist
Refresh PO files
[vlc] / src / playlist /
2010-03-28 Rémi Denis-Courmontplaylist: allow video-on-top variable to be preserved...
2010-03-13 Jakob Lebeninput_item: remove b_prefers_tree
2010-03-13 Jakob Lebenadjustments to playlist API changes
2010-03-13 Jakob Lebenplaylist: new playlist_NodeAddCopy(), modified playlist...
2010-03-06 Ilkka Ollakkaplaylist: fix crash when p_playlist->current.i_size...
2010-03-06 Rémi Denis-Courmontplaylist: randomize in a thread-safe manner
2010-03-05 Antoine CellerierFix randomisation algorithm. Thanks to jawbroken on...
2010-03-02 Jakob LebenPlaylist: fix faulty duration sorting due to integer...
2010-02-24 Rémi Denis-CourmontRevert "sd: Make most members private."
2010-02-24 Rémi Denis-CourmontRevert "sd: Export internals with a getters."
2010-02-24 Pierre d'Herbemontsd: Export internals with a getters.
2010-02-24 Pierre d'Herbemontsd: Make most members private.
2010-02-23 Pierre d'Herbemontsd: Factorize function dispatch for better code readabi...
2010-02-23 Jakob Lebenplaylist: remove unused ItemToNode()
2010-02-23 Jakob Lebenplaylist: consistently change input item type when...
2010-02-23 Jakob Lebenplaylist: only make The Playlist flat, not Media Library
2010-02-17 Jakob Lebenplaylist: fix first subitem added as last and refactor
2010-02-15 Jakob LebenSD: remove category node when it becomes empty
2010-02-14 Rémi Denis-CourmontStore audio output interface variables into the input...
2010-02-14 Rémi Denis-CourmontFix missing signal while stopping preparser (fixes...
2010-02-14 Rémi Denis-CourmontAdd indirection to find input from wanabee input manage...
2010-02-13 Jakob Lebenplaylist: sizeof -> strlen
2010-02-12 Jakob Lebenplaylist: use md5 hash for caching downloaded art by...
2010-02-12 Jakob Lebenplaylist: allow non-recursive search
2010-02-12 Jakob Lebenplaylist: cache artwork by download URL instead of...
2010-02-10 Jakob Lebenplaylist: append input subitems to the end of parent...
2010-02-10 Antoine CellerierChange filename_sanitize() to work on original string...
2010-02-10 Rémi Denis-Courmontplaylist: create the fullscreen variable
2010-02-10 Jakob Lebenservices_discovery: implement SD categories and use...
2010-02-09 Rémi Denis-CourmontRemove pl_Release, and rename pl_Hold back to pl_Get
2010-02-09 Rémi Denis-Courmontplaylist does not need a destructor
2010-02-09 Rémi Denis-CourmontNo need to lock the playlist for meta fetch and preparsing
2010-02-09 Rémi Denis-CourmontCreate preparser and fetcher immediately
2010-02-09 Rémi Denis-CourmontAllow pl_Hold from within pl_Deactivate
2010-02-07 Rémi Denis-Courmontutf8_* -> vlc_* (sed roxxors)
2010-02-07 Rémi Denis-CourmontSplit file path functions out of vlc_charset.h into...
2010-02-06 Rémi Denis-CourmontSD listing: remove module lookup hack
2010-02-04 Jean-Philippe AndréSD: set the name to configuration value "longname"
2010-02-04 Rémi Denis-CourmontSD: initialize config chain also in LibVLC media discov...
2010-02-04 Rémi Denis-CourmontDe-uglify root SD item name
2010-02-04 Fabio Ritrovatoluasd: use a configuration chain to pass parameters...
2010-02-03 Ilkka Ollakkaplaylist: add check if item is allready preparsed befor...
2010-02-03 Ilkka Ollakkaplaylist: fix preparsing (atleast fixed it for me)
2010-02-02 Jakob Lebenfix build - remove redundant declarations
2010-02-02 Jakob Lebenplaylist: restore stop and browse behavior like before
2010-02-02 Jakob Lebenplaylist: refactor a bit and fix a crash
2010-02-02 Jakob Lebenvlc core: single storage playlist
2010-01-31 Jakob Lebenservices_discovery: no need to attach to events twice
2010-01-31 Jakob Lebenplaylist: make playlist_DeleteFromInput delete containe...
2010-01-31 Jakob Lebenplaylist: only install input item event callbacks on...
2010-01-30 Rémi Denis-CourmontDon't start the playlist thread if not needed
2010-01-30 Rémi Denis-Courmontplaylist: small race between vlc_object_alive and vlc_c...
2010-01-30 Jakob Lebenplaylist, Qt: playlist browsing support
2010-01-30 Jakob LebenQt: efficient iconView browsing demands a specialized...
2010-01-28 Rémi Denis-CourmontMissing vlc_object_attach
2010-01-28 Rémi Denis-CourmontAttach playlist ASAP
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...
next