taglib/tests
Lukáš Lalinský c962d78a57 Always read tags from the first Vorbis Comment block in FLAC files
Prevously TagLib saved tags to the first block, but read them from the
last one. Having multiple VC blocks is a non-standard situation, but
this is the best we can do (libFLAC also uses the first block in the
case of multiple VC blocks). 

BUG:211089


git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1043985 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
2009-11-02 19:41:12 +00:00
..
data Always read tags from the first Vorbis Comment block in FLAC files 2009-11-02 19:41:12 +00:00
CMakeLists.txt Always read tags from the first Vorbis Comment block in FLAC files 2009-11-02 19:41:12 +00:00
main.cpp Add a CppUnit-based test suite (only very few things is covered for now, but it's a start). 2007-11-10 16:46:04 +00:00
Makefile.am Don't wrote the Vorbis framing bit to OggFLAC files 2009-10-24 12:01:40 +00:00
test_aiff.cpp Handle RIFF chunk padding and ignore trailing garbage 2009-07-28 18:29:39 +00:00
test_asf.cpp Add my old WMA and MP4 code. It is disabled by default, must be explicitly enabled to be compiled. 2008-11-12 08:17:11 +00:00
test_bytevector.cpp Messed with things until the algorithm is correct. rfind now passes all unit tests. 2008-02-12 03:20:30 +00:00
test_bytevectorlist.cpp Fix off-by-one error in ByteVectorList::split 2009-07-11 13:24:21 +00:00
test_fileref.cpp Proper .oga file handling in FileRef 2009-10-24 12:17:08 +00:00
test_flac.cpp Always read tags from the first Vorbis Comment block in FLAC files 2009-11-02 19:41:12 +00:00
test_id3v1.cpp Add a CppUnit-based test suite (only very few things is covered for now, but it's a start). 2007-11-10 16:46:04 +00:00
test_id3v2.cpp Don't save ID3v2.2 frames. 2009-07-11 14:43:58 +00:00
test_list.cpp Add a CppUnit-based test suite (only very few things is covered for now, but it's a start). 2007-11-10 16:46:04 +00:00
test_map.cpp Add a CppUnit-based test suite (only very few things is covered for now, but it's a start). 2007-11-10 16:46:04 +00:00
test_mp4.cpp Fixed ID3v1-style genre to string conversion in MP4 files 2009-10-29 15:53:20 +00:00
test_mp4coverart.cpp Support for MP4 cover art 2009-10-24 16:55:54 +00:00
test_mp4item.cpp Support for MP4 cover art 2009-10-24 16:55:54 +00:00
test_mpeg.cpp Use correct frame sizes when calculating length of MPEG 2 or 2.5 streams. 2007-11-22 18:55:47 +00:00
test_ogg.cpp Split Ogg packets larger than 64kb into multiple pages 2009-09-03 17:20:29 +00:00
test_oggflac.cpp Don't wrote the Vorbis framing bit to OggFLAC files 2009-10-24 12:01:40 +00:00
test_riff.cpp Handle RIFF chunk padding and ignore trailing garbage 2009-07-28 18:29:39 +00:00
test_string.cpp Add String:rfind 2009-04-29 15:57:05 +00:00
test_synchdata.cpp switch to the not-in-place variety of this function 2008-02-11 22:50:46 +00:00
test_trueaudio.cpp Fix TTA audio properties reading. 2007-11-23 06:54:22 +00:00
test_xiphcomment.cpp Try to read track also from TRACKNUM and year from YEAR. 2009-07-11 13:17:06 +00:00
utils.h Previous was me being stupid and too-quick on the commit button. Need unistd as well for read, write. 2008-05-20 09:29:09 +00:00