]> granicus.if.org Git - taglib/commit
TrueAudio support.
authorLukáš Lalinský <lalinsky@gmail.com>
Sat, 10 Nov 2007 22:55:14 +0000 (22:55 +0000)
committerLukáš Lalinský <lalinsky@gmail.com>
Sat, 10 Nov 2007 22:55:14 +0000 (22:55 +0000)
commit049f77f0d9c79f091b6d25e15f4771350297050e
tree91bebc5fdd7a20ff62fda72290dec5234ed10768
parent2462905fe0cdbb7a37ca66b42a7176b13bbbb09c
TrueAudio support.

This is last of the three formats implemented for libtunepimp, now used also by various players.

BUG:114982

git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@735116 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
15 files changed:
bindings/c/CMakeLists.txt
bindings/c/Makefile.am
bindings/c/tag_c.cpp
bindings/c/tag_c.h
taglib/CMakeLists.txt
taglib/Makefile.am
taglib/fileref.cpp
taglib/trueaudio/CMakeLists.txt [new file with mode: 0644]
taglib/trueaudio/Makefile.am [new file with mode: 0644]
taglib/trueaudio/trueaudiofile.cpp [new file with mode: 0644]
taglib/trueaudio/trueaudiofile.h [new file with mode: 0644]
taglib/trueaudio/trueaudioproperties.cpp [new file with mode: 0644]
taglib/trueaudio/trueaudioproperties.h [new file with mode: 0644]
tests/data/empty.tta [new file with mode: 0644]
tests/test_fileref.cpp