]> git.sesse.net Git - vlc/history - modules/meta_engine/taglib.cpp
Don't include config.h from the headers - refs #297.
[vlc] / modules / meta_engine / taglib.cpp
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-10-10 Laurent Aimarid3tag: fixed segfault (introduced with demux_meta_t)
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-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 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-18 Rafaël CarréInput access locking. Part one
2007-08-15 Pierre d'Herbemont* Protect input item's meta through setters and getters...
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...
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-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-09-24 Clément StenacStart splitting the various meta module types
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 CellerierSet svn:keywords Id
2006-09-24 Clément StenacMove the meta readers to the correct folder, and use...