]> git.sesse.net Git - vlc/history - modules/meta_engine/id3tag.c
aa: fix compilation (collision with Xlib symbols).
[vlc] / modules / meta_engine / id3tag.c
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
2009-08-23 Jean-Baptiste KempfId3tag: fix compilation after breakage
2009-08-23 Rémi Denis-CourmontUse a VLC object for meta reader
2009-08-23 Jean-Baptiste Kempfid3tag: code cosmetic and warning killing
2009-08-21 Jean-Baptiste KempfId3tag: constify when possible.
2009-08-21 Jean-Baptiste Kempfid3tag: kill a warning about casting
2009-02-01 Laurent AimarChanged vlc_meta_SetTracknum to *Num for consistency.
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
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-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-02 Rafaël Carrétaglib: support for id3v2 embedded album art
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-08-18 Antoine CellerierFix compile error in muscibrainz.
2007-06-17 Laurent AimarAdded APEv1/2 support to id3tag.c
2006-12-12 Jean-Paul SamanFix compilation warnings
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-20 Rafaël CarréIgnore empty vorbis comments (closes #704)
2006-10-02 Rafaël CarréTrack, Artist, Album MusicBrainz IDs reading with libid3tag
2006-09-24 Antoine Cellerieruse msg_Dbg instead of fprintf
2006-09-24 Clément StenacMove the meta readers to the correct folder, and use...