]> git.sesse.net Git - vlc/history - src/playlist/preparser.c
input: add b_net variable in item
[vlc] / src / playlist / preparser.c
2015-03-25 Thomas Guilleminput: add b_net variable in item
2015-03-25 Thomas Guilleminput: replace ITEM_TYPE_NET by ITEM_TYPE_STREAM
2015-02-04 Thomas Guilleminput: add vlc_InputItemPreparseEnded event
2015-01-13 Thomas Guillempreparser: pass meta request options to Preparse
2014-05-19 Francois Cartegnieupdate meta request API to allow overriding
2014-05-19 Francois Cartegniedeprecate art-album variable
2014-05-19 Francois Cartegniefinder/fetcher: always use scripts doing local access
2013-12-31 Rémi Denis-Courmontplaylist: clean up #includes for meta data modules
2013-12-31 Rémi Denis-Courmontplaylist: hide fetcher underneath the preparser and...
2012-08-21 Rémi Denis-Courmontpreparser: use vlc_object_t instead of playlist_t
2012-02-16 Jean-Baptiste KempfPlaylist: do not fetch art if you got an attachment...
2011-12-15 Pere Orgafix filename self-references
2011-11-29 Rémi Denis-CourmontRemove write-only timer statistics
2011-11-27 Jean-Baptiste KempfLGPL
2011-08-07 Rafaël Carréplaylist preparser: fix input_item_t refcounting
2011-07-10 Rémi Denis-CourmontMark non-file input items as preparsed even if they...
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-04-16 Francois CartegnieFix segfault in preparser
2010-02-14 Rémi Denis-CourmontFix missing signal while stopping preparser (fixes...
2009-08-02 Rémi Denis-CourmontPreparser: detach thread and race to idle
2009-06-04 Rémi Denis-Courmontpreparser: shut threat down when not needed
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-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-02-11 Rémi Denis-CourmontPrivatize input_Preparse
2009-01-05 Laurent AimarEnsure fast fetcher/preparser thread cancelation.
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.