]> git.sesse.net Git - vlc/history - src/playlist/fetcher.c
correct realloc() usage, on failure realloc will return NULL
[vlc] / src / playlist / fetcher.c
2009-05-24 Jean-Paul Samancorrect realloc() usage, on failure realloc will return...
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.