]> git.sesse.net Git - vlc/history - src/playlist/fetcher.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / src / playlist / fetcher.c
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.