.. |
data
|
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 |
CMakeLists.txt
|
-INSTALL_DIR_NAME doesn't have to be set in the toplevel CMakeLists.txt, since it is already set as target property
|
2008-12-02 12:06:49 +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
|
Fix TTA audio properties reading.
|
2007-11-23 06:54:22 +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_fileref.cpp
|
Don't build ASF/MP4 FileRef tests if WITH_ASF/WITH_MP4 are undefined
|
2009-03-27 10:45:00 +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
|
Fix reading of POPM rating -- it's unsigned char, not just char
|
2008-05-22 20:40:14 +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
|
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_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_string.cpp
|
Detach before appending a character
|
2009-03-25 17:52:23 +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 |
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 |