]> granicus.if.org Git - taglib/commit
This is starting to look more sane.
authorScott Wheeler <wheeler@kde.org>
Sun, 24 Sep 2006 17:12:40 +0000 (17:12 +0000)
committerScott Wheeler <wheeler@kde.org>
Sun, 24 Sep 2006 17:12:40 +0000 (17:12 +0000)
commit60a3f993b5401356f147a34a44891ed17860876b
tree374b46a82bcc6b02a35d84c2672802300fe0efca
parentf9dbcabc8cb7723421ea869fa7ff6f563878865b
This is starting to look more sane.

git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@588022 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
121 files changed:
taglib/Makefile.am [moved from Makefile.am with 100% similarity]
taglib/ape/CMakeLists.txt [moved from ape/CMakeLists.txt with 100% similarity]
taglib/ape/Makefile.am [moved from ape/Makefile.am with 100% similarity]
taglib/ape/ape-tag-format.txt [moved from ape/ape-tag-format.txt with 100% similarity]
taglib/ape/apefooter.cpp [moved from ape/apefooter.cpp with 100% similarity]
taglib/ape/apefooter.h [moved from ape/apefooter.h with 100% similarity]
taglib/ape/apeitem.cpp [moved from ape/apeitem.cpp with 100% similarity]
taglib/ape/apeitem.h [moved from ape/apeitem.h with 100% similarity]
taglib/ape/apetag.cpp [moved from ape/apetag.cpp with 100% similarity]
taglib/ape/apetag.h [moved from ape/apetag.h with 100% similarity]
taglib/audioproperties.cpp [moved from audioproperties.cpp with 100% similarity]
taglib/audioproperties.h [moved from audioproperties.h with 100% similarity]
taglib/fileref.cpp [moved from fileref.cpp with 100% similarity]
taglib/fileref.h [moved from fileref.h with 100% similarity]
taglib/flac/CMakeLists.txt [moved from flac/CMakeLists.txt with 100% similarity]
taglib/flac/Makefile.am [moved from flac/Makefile.am with 100% similarity]
taglib/flac/flacfile.cpp [moved from flac/flacfile.cpp with 100% similarity]
taglib/flac/flacfile.h [moved from flac/flacfile.h with 100% similarity]
taglib/flac/flacproperties.cpp [moved from flac/flacproperties.cpp with 100% similarity]
taglib/flac/flacproperties.h [moved from flac/flacproperties.h with 100% similarity]
taglib/flac/flactag.h [moved from flac/flactag.h with 100% similarity]
taglib/mpc/CMakeLists.txt [moved from mpc/CMakeLists.txt with 100% similarity]
taglib/mpc/Makefile.am [moved from mpc/Makefile.am with 100% similarity]
taglib/mpc/combinedtag.h [moved from mpc/combinedtag.h with 100% similarity]
taglib/mpc/mpcfile.cpp [moved from mpc/mpcfile.cpp with 100% similarity]
taglib/mpc/mpcfile.h [moved from mpc/mpcfile.h with 100% similarity]
taglib/mpc/mpcproperties.cpp [moved from mpc/mpcproperties.cpp with 100% similarity]
taglib/mpc/mpcproperties.h [moved from mpc/mpcproperties.h with 100% similarity]
taglib/mpeg/CMakeLists.txt [moved from mpeg/CMakeLists.txt with 100% similarity]
taglib/mpeg/Makefile.am [moved from mpeg/Makefile.am with 100% similarity]
taglib/mpeg/id3v1/CMakeLists.txt [moved from mpeg/id3v1/CMakeLists.txt with 100% similarity]
taglib/mpeg/id3v1/Makefile.am [moved from mpeg/id3v1/Makefile.am with 100% similarity]
taglib/mpeg/id3v1/id3v1genres.cpp [moved from mpeg/id3v1/id3v1genres.cpp with 100% similarity]
taglib/mpeg/id3v1/id3v1genres.h [moved from mpeg/id3v1/id3v1genres.h with 100% similarity]
taglib/mpeg/id3v1/id3v1tag.cpp [moved from mpeg/id3v1/id3v1tag.cpp with 100% similarity]
taglib/mpeg/id3v1/id3v1tag.h [moved from mpeg/id3v1/id3v1tag.h with 100% similarity]
taglib/mpeg/id3v2/CMakeLists.txt [moved from mpeg/id3v2/CMakeLists.txt with 100% similarity]
taglib/mpeg/id3v2/Makefile.am [moved from mpeg/id3v2/Makefile.am with 100% similarity]
taglib/mpeg/id3v2/frames/CMakeLists.txt [moved from mpeg/id3v2/frames/CMakeLists.txt with 100% similarity]
taglib/mpeg/id3v2/frames/Makefile.am [moved from mpeg/id3v2/frames/Makefile.am with 100% similarity]
taglib/mpeg/id3v2/frames/attachedpictureframe.cpp [moved from mpeg/id3v2/frames/attachedpictureframe.cpp with 100% similarity]
taglib/mpeg/id3v2/frames/attachedpictureframe.h [moved from mpeg/id3v2/frames/attachedpictureframe.h with 100% similarity]
taglib/mpeg/id3v2/frames/commentsframe.cpp [moved from mpeg/id3v2/frames/commentsframe.cpp with 100% similarity]
taglib/mpeg/id3v2/frames/commentsframe.h [moved from mpeg/id3v2/frames/commentsframe.h with 100% similarity]
taglib/mpeg/id3v2/frames/generalencapsulatedobjectframe.cpp [moved from mpeg/id3v2/frames/generalencapsulatedobjectframe.cpp with 100% similarity]
taglib/mpeg/id3v2/frames/generalencapsulatedobjectframe.h [moved from mpeg/id3v2/frames/generalencapsulatedobjectframe.h with 100% similarity]
taglib/mpeg/id3v2/frames/relativevolumeframe.cpp [moved from mpeg/id3v2/frames/relativevolumeframe.cpp with 100% similarity]
taglib/mpeg/id3v2/frames/relativevolumeframe.h [moved from mpeg/id3v2/frames/relativevolumeframe.h with 100% similarity]
taglib/mpeg/id3v2/frames/textidentificationframe.cpp [moved from mpeg/id3v2/frames/textidentificationframe.cpp with 100% similarity]
taglib/mpeg/id3v2/frames/textidentificationframe.h [moved from mpeg/id3v2/frames/textidentificationframe.h with 100% similarity]
taglib/mpeg/id3v2/frames/uniquefileidentifierframe.cpp [moved from mpeg/id3v2/frames/uniquefileidentifierframe.cpp with 100% similarity]
taglib/mpeg/id3v2/frames/uniquefileidentifierframe.h [moved from mpeg/id3v2/frames/uniquefileidentifierframe.h with 100% similarity]
taglib/mpeg/id3v2/frames/unknownframe.cpp [moved from mpeg/id3v2/frames/unknownframe.cpp with 100% similarity]
taglib/mpeg/id3v2/frames/unknownframe.h [moved from mpeg/id3v2/frames/unknownframe.h with 100% similarity]
taglib/mpeg/id3v2/id3v2.4.0-frames.txt [moved from mpeg/id3v2/id3v2.4.0-frames.txt with 100% similarity]
taglib/mpeg/id3v2/id3v2.4.0-structure.txt [moved from mpeg/id3v2/id3v2.4.0-structure.txt with 100% similarity]
taglib/mpeg/id3v2/id3v2extendedheader.cpp [moved from mpeg/id3v2/id3v2extendedheader.cpp with 100% similarity]
taglib/mpeg/id3v2/id3v2extendedheader.h [moved from mpeg/id3v2/id3v2extendedheader.h with 100% similarity]
taglib/mpeg/id3v2/id3v2footer.cpp [moved from mpeg/id3v2/id3v2footer.cpp with 100% similarity]
taglib/mpeg/id3v2/id3v2footer.h [moved from mpeg/id3v2/id3v2footer.h with 100% similarity]
taglib/mpeg/id3v2/id3v2frame.cpp [moved from mpeg/id3v2/id3v2frame.cpp with 100% similarity]
taglib/mpeg/id3v2/id3v2frame.h [moved from mpeg/id3v2/id3v2frame.h with 100% similarity]
taglib/mpeg/id3v2/id3v2framefactory.cpp [moved from mpeg/id3v2/id3v2framefactory.cpp with 100% similarity]
taglib/mpeg/id3v2/id3v2framefactory.h [moved from mpeg/id3v2/id3v2framefactory.h with 100% similarity]
taglib/mpeg/id3v2/id3v2header.cpp [moved from mpeg/id3v2/id3v2header.cpp with 100% similarity]
taglib/mpeg/id3v2/id3v2header.h [moved from mpeg/id3v2/id3v2header.h with 100% similarity]
taglib/mpeg/id3v2/id3v2synchdata.cpp [moved from mpeg/id3v2/id3v2synchdata.cpp with 100% similarity]
taglib/mpeg/id3v2/id3v2synchdata.h [moved from mpeg/id3v2/id3v2synchdata.h with 100% similarity]
taglib/mpeg/id3v2/id3v2tag.cpp [moved from mpeg/id3v2/id3v2tag.cpp with 100% similarity]
taglib/mpeg/id3v2/id3v2tag.h [moved from mpeg/id3v2/id3v2tag.h with 100% similarity]
taglib/mpeg/mpegfile.cpp [moved from mpeg/mpegfile.cpp with 100% similarity]
taglib/mpeg/mpegfile.h [moved from mpeg/mpegfile.h with 100% similarity]
taglib/mpeg/mpegheader.cpp [moved from mpeg/mpegheader.cpp with 100% similarity]
taglib/mpeg/mpegheader.h [moved from mpeg/mpegheader.h with 100% similarity]
taglib/mpeg/mpegproperties.cpp [moved from mpeg/mpegproperties.cpp with 100% similarity]
taglib/mpeg/mpegproperties.h [moved from mpeg/mpegproperties.h with 100% similarity]
taglib/mpeg/xingheader.cpp [moved from mpeg/xingheader.cpp with 100% similarity]
taglib/mpeg/xingheader.h [moved from mpeg/xingheader.h with 100% similarity]
taglib/ogg/CMakeLists.txt [moved from ogg/CMakeLists.txt with 100% similarity]
taglib/ogg/Makefile.am [moved from ogg/Makefile.am with 100% similarity]
taglib/ogg/flac/CMakeLists.txt [moved from ogg/flac/CMakeLists.txt with 100% similarity]
taglib/ogg/flac/Makefile.am [moved from ogg/flac/Makefile.am with 100% similarity]
taglib/ogg/flac/oggflacfile.cpp [moved from ogg/flac/oggflacfile.cpp with 100% similarity]
taglib/ogg/flac/oggflacfile.h [moved from ogg/flac/oggflacfile.h with 100% similarity]
taglib/ogg/oggfile.cpp [moved from ogg/oggfile.cpp with 100% similarity]
taglib/ogg/oggfile.h [moved from ogg/oggfile.h with 100% similarity]
taglib/ogg/oggpage.cpp [moved from ogg/oggpage.cpp with 100% similarity]
taglib/ogg/oggpage.h [moved from ogg/oggpage.h with 100% similarity]
taglib/ogg/oggpageheader.cpp [moved from ogg/oggpageheader.cpp with 100% similarity]
taglib/ogg/oggpageheader.h [moved from ogg/oggpageheader.h with 100% similarity]
taglib/ogg/vorbis/CMakeLists.txt [moved from ogg/vorbis/CMakeLists.txt with 100% similarity]
taglib/ogg/vorbis/Makefile.am [moved from ogg/vorbis/Makefile.am with 100% similarity]
taglib/ogg/vorbis/vorbisfile.cpp [moved from ogg/vorbis/vorbisfile.cpp with 100% similarity]
taglib/ogg/vorbis/vorbisfile.h [moved from ogg/vorbis/vorbisfile.h with 100% similarity]
taglib/ogg/vorbis/vorbisproperties.cpp [moved from ogg/vorbis/vorbisproperties.cpp with 100% similarity]
taglib/ogg/vorbis/vorbisproperties.h [moved from ogg/vorbis/vorbisproperties.h with 100% similarity]
taglib/ogg/xiphcomment.cpp [moved from ogg/xiphcomment.cpp with 100% similarity]
taglib/ogg/xiphcomment.h [moved from ogg/xiphcomment.h with 100% similarity]
taglib/tag.cpp [moved from tag.cpp with 100% similarity]
taglib/tag.h [moved from tag.h with 100% similarity]
taglib/toolkit/CMakeLists.txt [moved from toolkit/CMakeLists.txt with 100% similarity]
taglib/toolkit/Makefile.am [moved from toolkit/Makefile.am with 100% similarity]
taglib/toolkit/taglib.h [moved from toolkit/taglib.h with 100% similarity]
taglib/toolkit/tbytevector.cpp [moved from toolkit/tbytevector.cpp with 100% similarity]
taglib/toolkit/tbytevector.h [moved from toolkit/tbytevector.h with 100% similarity]
taglib/toolkit/tbytevectorlist.cpp [moved from toolkit/tbytevectorlist.cpp with 100% similarity]
taglib/toolkit/tbytevectorlist.h [moved from toolkit/tbytevectorlist.h with 100% similarity]
taglib/toolkit/tdebug.cpp [moved from toolkit/tdebug.cpp with 100% similarity]
taglib/toolkit/tdebug.h [moved from toolkit/tdebug.h with 100% similarity]
taglib/toolkit/tfile.cpp [moved from toolkit/tfile.cpp with 100% similarity]
taglib/toolkit/tfile.h [moved from toolkit/tfile.h with 100% similarity]
taglib/toolkit/tlist.h [moved from toolkit/tlist.h with 100% similarity]
taglib/toolkit/tlist.tcc [moved from toolkit/tlist.tcc with 100% similarity]
taglib/toolkit/tmap.h [moved from toolkit/tmap.h with 100% similarity]
taglib/toolkit/tmap.tcc [moved from toolkit/tmap.tcc with 100% similarity]
taglib/toolkit/tstring.cpp [moved from toolkit/tstring.cpp with 100% similarity]
taglib/toolkit/tstring.h [moved from toolkit/tstring.h with 100% similarity]
taglib/toolkit/tstringlist.cpp [moved from toolkit/tstringlist.cpp with 100% similarity]
taglib/toolkit/tstringlist.h [moved from toolkit/tstringlist.h with 100% similarity]
taglib/toolkit/unicode.cpp [moved from toolkit/unicode.cpp with 100% similarity]
taglib/toolkit/unicode.h [moved from toolkit/unicode.h with 100% similarity]