]> git.sesse.net Git - vlc/history - modules/meta_engine/id3tag.c
Merge branch 'master' of git@git.videolan.org:vlc
[vlc] / modules / meta_engine / id3tag.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-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...