]> git.sesse.net Git - vlc/history - modules/meta_engine/folder.c
meta_folder: fix a memleak.
[vlc] / modules / meta_engine / folder.c
2010-06-27 Rémi Duraffortmeta_folder: fix a memleak.
2010-06-11 Ilkka OllakkaRevert "Revert "redundant includes of vlc_playlist.h""
2010-06-11 Jakob LebenRevert "redundant includes of vlc_playlist.h"
2010-06-11 Jakob Lebenredundant includes of vlc_playlist.h
2010-02-20 Rémi Denis-Courmontfolder: use make_path
2010-02-07 Rémi Denis-Courmontutf8_* -> vlc_* (sed roxxors)
2010-02-07 Rémi Denis-CourmontSplit file path functions out of vlc_charset.h into...
2010-01-23 Rémi Denis-Courmontmisc: use var_Inherit
2009-08-23 Rémi Denis-Courmontart_finder_t: custom type for art finder modules
2009-07-07 Rafaël CarréFolder album art : use the correct config option name
2009-07-06 Rafaël Carréfolder meta data retriver: some enhancements
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-29 Rémi DuraffortInclude vlc_url when using make_URI
2009-05-29 Rafaël CarréFix xspf reading/writing
2009-05-28 Rafaël CarréFix xspf reading/writing
2009-03-09 Laurent AimarUse playlist_fetcher_t object instead of playlist one.
2009-01-10 Rémi Duraffortfolder: less include
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-07-25 Derk-Jan Hartmanmeta engine: add checks to verify that we indeed have...
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
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-22 Rafaël CarréInput access locking, part 3 (final).
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-08-15 Pierre d'Herbemont* Protect input item's meta through setters and getters...
2007-04-04 Rafaël CarréUse local copies for album art, rather than download...
2007-02-13 Rafaël CarréFixes segfault introduced in [18810]
2007-02-12 Rafaël CarréFixes album art local discovery and preparsing for...
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-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 CellerierAdd low priority "folder" meta_engine. Will look for...