]> git.sesse.net Git - vlc/history - modules/meta_engine
Fix SRTP Roll-Over-Counter handling
[vlc] / modules / meta_engine /
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-12-12 Jean-Paul SamanFix compilation warnings
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-21 Rafaël CarréRemoves vorbis header since taglib isn't used to parse...
2006-11-21 Rafaël CarréCorrects indentation
2006-11-21 Rafaël CarréArtist, Album and Track musicbrainz IDs detection
2006-11-20 Rafaël CarréIgnore empty vorbis comments (closes #704)
2006-11-11 Clément Stenac* Remove some unneeded complexity in playlist and directory
2006-10-28 Sigmund Augdal Helbergtaglib.cpp: Don't put empty info in playlist for files...
2006-10-15 Clément StenacFix bogus warnings
2006-10-02 Rafaël CarréTrack, Artist, Album MusicBrainz IDs reading with libid3tag
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-24 Antoine CellerierUse DIR_SEP
2006-09-24 Clément StenacSkeleton for taglib art downloader and tags writer
2006-09-24 Clément StenacRead album, also detect images in FLAC
2006-09-24 Clément StenacDetect embedded images
2006-09-24 Antoine Cellerieruse msg_Dbg instead of fprintf
2006-09-24 Antoine CellerierSet svn:keywords Id
2006-09-24 Clément StenacMove the meta readers to the correct folder, and use...
2006-09-23 Antoine CellerierAdd low priority "folder" meta_engine. Will look for...
2006-09-23 Antoine Cellerierutf8_stat doesn't work if 2nd arg is NULL ... too bad :(
2006-09-23 Antoine CellerierAdd dummy meta engine with highest priority. Will check...
2006-09-23 Antoine CellerierStart of meta engine stuff. src/input/input.c needs...