]> git.sesse.net Git - vlc/history - modules/meta_engine
macosx: Fix addNode:.
[vlc] / modules / meta_engine /
2008-07-25 Derk-Jan Hartmanmeta engine: add checks to verify that we indeed have...
2008-06-15 Jean-Baptiste KempfKill a "cannot pass objects of non-POD type 'class...
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-26 Rafaël CarréInclude assert.h where assert() is used
2008-05-22 Rafaël CarréWorkaround f*cked up iTunes
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-04-23 Rafaël Carrémeta-data handling cleanup
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-03-23 Rémi Denis-CourmontCheck-in modules/Makefile.am
2008-01-29 Rafaël Carréid3tag: use size_t to represent sizes
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-10-10 Laurent AimarFixed a bunch of const warnings.
2007-10-10 Laurent Aimarid3tag: fixed segfault (introduced with demux_meta_t)
2007-10-04 Rafaël Carréid3tag: p_demux->p_private has been malloc()ed by the...
2007-10-04 Rafaël Carréid3tag: properly casts p_demux->p_private
2007-10-03 Rafaël Carrétaglib: warn the user when the embedded image is invali...
2007-10-03 Rafaël Carrétaglib: fix a memleak.
2007-10-03 Rafaël Carrétaglib: Supports in ogg/vorbis base64 encoded embedded...
2007-10-02 Rafaël Carrétaglib: support for id3v2 embedded album art
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-22 Rafaël CarréInput access locking, part 3 (final).
2007-08-22 Pierre d'Herbemontmodules/misc/meta_engine: Remove luameta now that it...
2007-08-20 Rafaël CarréAdds some metadata writing capability (ref #1248 )
2007-08-20 Rafaël CarréFactorizes code
2007-08-20 Rémi Denis-CourmontRemove stdio while we're at it.
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-08-20 Rafaël CarréReads more metadata from ID3v2 tags
2007-08-19 Rafaël CarréImplements ogg/vorbis & flac duration preparsing
2007-08-19 Ilkka Ollakkaadd artist to lua-script also
2007-08-19 Christophe MutricyFix [21233]
2007-08-19 Christophe MutricyFix compile warning
2007-08-19 Christophe MutricyLook for luameta script in share/luameta dor the case...
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-16 Rémi Denis-CourmontRemove redumdant parameter to vlc_global
2007-08-16 Damien Fouilleullua: fixed search paths list for scripts, needs more...
2007-08-15 Damien Fouilleullua modules: enforce DIR_SEP instead of /
2007-08-15 Pierre d'Herbemontmodules/meta_engine/luameta.c: Add resolve_xml_special_...
2007-08-15 Pierre d'Herbemont* Protect input item's meta through setters and getters...
2007-08-14 Pierre d'Herbemontmodules/meta_engine/googleimage.c: Remove the googleima...
2007-08-14 Pierre d'Herbemontmodules/meta/Modules.am: Add the luameta module and...
2007-08-13 Christophe MutricyProper date and svn:keywords
2007-08-13 Pierre d'Herbemontmodules/meta_fetcher/luameta.c: Fix file name in header...
2007-08-13 Pierre d'Herbemontmodules/meta_engine/luameta.c: Get meta (untested)...
2007-08-12 Pierre d'Herbemontmodules/meta_engine/googleimage.c: Art Fetcher module...
2007-06-27 Rafaël CarréUses TagLib class to represent UTF8 strings when writin...
2007-06-24 Rafaël CarréPrevents segfault if no file are in the playlist (thank...
2007-06-24 Rafaël CarréReverts [20669]
2007-06-23 Rafaël CarréRemoves meta_export_t
2007-06-23 Rafaël CarréAdds title, album, genre, year, and track number writin...
2007-06-17 Laurent AimarAdded APEv1/2 support to id3tag.c
2007-05-27 Laurent AimarCompilation warning fixes.
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-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...