]> git.sesse.net Git - vlc/history - modules/meta_engine/musicbrainz.c
Merge branch 'master' of git@git.videolan.org:vlc
[vlc] / modules / meta_engine / musicbrainz.c
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-08-18 Pierre d'Herbemontmusicbrainz.c: Hopefully fix the art finder submodule.
2007-08-18 Antoine CellerierAdd some extra debug.
2007-08-18 Antoine CellerierFreeing stuff before using it is *stupid*. (<-- funman)
2007-08-18 Antoine CellerierFix compile error in muscibrainz.
2007-08-18 Rafaël CarréInput access locking. Part one
2007-08-15 Pierre d'Herbemont* Protect input item's meta through setters and getters...
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-15 Clément StenacFix bogus warnings
2006-09-30 Clément StenacRe-enable art fetching when in "ALL" mode
2006-09-30 Clément StenacSplit the musicbrainz module : meta fetcher (to retriev...
2006-09-29 Clément StenacDon't loop preparse threads when idle
2006-09-25 Christophe MutricyCosmetic
2006-09-24 Antoine CellerierSome more meta changes (mostly cleanup and check the...
2006-09-24 Clément StenacFix include paths
2006-09-24 Clément StenacStart splitting the various meta module types
2006-09-23 Antoine CellerierStart of meta engine stuff. src/input/input.c needs...