Add support for Ogg Opus
authorLukáš Lalinský <lalinsky@gmail.com>
Sat, 13 Oct 2012 06:55:23 +0000 (08:55 +0200)
committerLukáš Lalinský <lalinsky@gmail.com>
Sat, 13 Oct 2012 06:55:23 +0000 (08:55 +0200)
commit5e7b1da632247be528e1a1b95590480c8f15d1d7
treef1f689ba2161a760bab4018d515ea41290c04182
parent1e660dda717d1c9680aca6247e48027435a69f6d
Add support for Ogg Opus
NEWS
taglib/CMakeLists.txt
taglib/fileref.cpp
taglib/ogg/opus/opusfile.cpp [new file with mode: 0644]
taglib/ogg/opus/opusfile.h [new file with mode: 0644]
taglib/ogg/opus/opusproperties.cpp [new file with mode: 0644]
taglib/ogg/opus/opusproperties.h [new file with mode: 0644]
taglib/toolkit/tfile.cpp
tests/CMakeLists.txt
tests/data/correctness_gain_silent_output.opus [new file with mode: 0644]
tests/test_opus.cpp [new file with mode: 0644]