]> git.sesse.net Git - vlc/history - src/playlist/fetcher.c
demux: ts: remove pid array
[vlc] / src / playlist / fetcher.c
2014-09-10 Hannes Domaniplaylist: fetcher: fix memory leaks
2014-05-24 Francois Cartegniefetcher: fix setting pointer to out of scope var (cid...
2014-05-21 Francois Cartegnieparser/fetcher: split in 2 pass mode
2014-05-21 Francois Cartegnieplaylist: fetcher: move playlist_album_t
2014-05-19 Francois CartegnieQt: update art requests to use updated API
2014-05-19 Francois Cartegnieupdate meta request API to allow overriding
2014-05-19 Francois Cartegniedeprecate art-album variable
2014-05-19 Francois Cartegnierename art_finder as meta_fetcher
2014-05-19 Francois Cartegniefinder/fetcher: always use scripts doing local access
2014-05-12 Francois Cartegnieplaylist: fetcher: remove unused policy
2013-12-31 Rémi Denis-Courmontplaylist: clean up #includes for meta data modules
2012-08-21 Rémi Denis-Courmontplaylist fetcher: use vlc_object_t instead of playlist_t
2012-08-21 Rémi Denis-Courmontplaylist art: use vlc_object_t instead of playlist_t
2012-08-21 Rémi Denis-Courmontplaylist preparser: do not wait for playing item (refs...
2012-06-03 Francois CartegnieFlag some input_item with uid to speed up cached elemen...
2011-11-27 Jean-Baptiste KempfLGPL
2011-07-11 Rémi Denis-CourmontRemove object type field
2011-05-25 Rémi Denis-CourmontRemove vlc_object_attach()
2011-04-03 Pierre YnardFix spelling: an URL -> a URL
2010-12-05 Rémi Denis-CourmontRevert "vlc_clone_detach: remove thread handle parameter"
2010-12-04 Rémi Denis-Courmontvlc_clone_detach: remove thread handle parameter
2010-11-29 Rémi Denis-CourmontReplace vlc_detach() with simpler vlc_clone_detach()
2010-07-27 Rémi Denis-CourmontDo not include vlc_modules.h in vlc_common.h
2010-02-12 Jakob Lebenplaylist: cache artwork by download URL instead of...
2010-01-28 Rémi Denis-CourmontMissing vlc_object_attach
2010-01-15 Pierre d'Herbemontplaylist/fetcher: Run "meta fetcher" before "art finder".
2010-01-06 Pierre d'HerbemontRevert "tmp"
2010-01-06 Pierre d'Herbemonttmp
2009-12-05 JP DingerIntroduce realloc_or_free() to src/*, and add assert...
2009-09-03 Rafaël Carrésrc/ : missing assert.h include
2009-08-23 Rémi Denis-CourmontTypo
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-02 Rémi Denis-Courmontfetcher: detach thread and race to idle
2009-07-31 Rémi Duraffortfetcher: fix a typo (thanks to fenrir).
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-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 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-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
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-Courmontfetcher is a VLC object
2009-04-26 Laurent AimarA really small optim (art fetcher).
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-01-07 Laurent AimarFixed undefined behavior with integer overflow.
2009-01-05 Laurent AimarEnsure fast fetcher/preparser thread cancelation.
2009-01-05 Laurent AimarClean up/document a bit art fetcher code.
2009-01-05 Laurent AimarClean up preparser/fetcher code.