aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Save ASF attributes larger than 64k to the metadata library objectLukáš Lalinský2010-04-021-0/+19
* Fix compilation fo the test runner on WindowsLukáš Lalinský2010-01-221-2/+11
* Be more paranoid about checking MP4 filesLukáš Lalinský2009-12-141-0/+9
* Handle WM/TrackNumber with DWORD contentLukáš Lalinský2009-12-131-0/+27
* Add test_flac.cpp to Makefile.amLukáš Lalinský2009-11-021-1/+2
* New utility class to make sure temporary files are always deletedLukáš Lalinský2009-11-0210-48/+56
* Always read tags from the first Vorbis Comment block in FLAC filesLukáš Lalinský2009-11-023-0/+41
* Fixed ID3v1-style genre to string conversion in MP4 filesLukáš Lalinský2009-10-292-0/+7
* Support for MP4 cover artLukáš Lalinský2009-10-244-1/+132
* Proper .oga file handling in FileRefLukáš Lalinský2009-10-241-0/+18
* Don't wrote the Vorbis framing bit to OggFLAC filesLukáš Lalinský2009-10-245-1/+51
* This value should be bool, not intLukáš Lalinský2009-09-141-1/+1
* Add support for a global, installable config headerLukáš Lalinský2009-09-041-4/+4
* Split Ogg packets larger than 64kb into multiple pagesLukáš Lalinský2009-09-033-1/+63
* Add missing tests to Makefile.amLukáš Lalinský2009-07-281-1/+7
* Handle RIFF chunk padding and ignore trailing garbageLukáš Lalinský2009-07-284-0/+117
* Partial support for 64-bit atomsLukáš Lalinský2009-07-242-0/+27
* Don't save ID3v2.2 frames.Lukáš Lalinský2009-07-111-0/+21
* Support for ID3v2.2 PIC framesLukáš Lalinský2009-07-111-0/+20
* Fix off-by-one error in ByteVectorList::splitLukáš Lalinský2009-07-112-0/+39
* Try to read track also from TRACKNUM and year from YEAR.Lukáš Lalinský2009-07-112-0/+66
* TCON parsing fixesLukáš Lalinský2009-07-111-0/+62
* Add String:rfindLukáš Lalinský2009-04-291-0/+14
* Fix off-by-one error in MP4::Tag when looking for free padding to useLukáš Lalinský2009-04-292-0/+20
* Don't build ASF/MP4 FileRef tests if WITH_ASF/WITH_MP4 are undefinedLukáš Lalinský2009-03-271-0/+11
* Detach before appending a characterLukáš Lalinský2009-03-251-0/+20
* -INSTALL_DIR_NAME doesn't have to be set in the toplevel CMakeLists.txt, sinc...Alexander Neundorf2008-12-021-2/+3
* Add my old WMA and MP4 code. It is disabled by default, must be explicitly en...Lukáš Lalinský2008-11-129-0/+238
* Fix reading of POPM rating -- it's unsigned char, not just charLukáš Lalinský2008-05-221-1/+2
* Support for POPM ID3 frameLukáš Lalinský2008-05-221-0/+75
* Previous was me being stupid and too-quick on the commit button. Need unistd ...Adriaan de Groot2008-05-201-1/+2
* Need plain <fcntl.h> for open and its flags, not necessarily sys/fcntl.hAdriaan de Groot2008-05-201-0/+1
* add missing include; fixes compilation with testsAndreas Hartmetz2008-04-061-0/+1
* Messed with things until the algorithm is correct. rfind now passes all unit...Scott Wheeler2008-02-121-2/+2
* switch to the not-in-place variety of this functionScott Wheeler2008-02-111-2/+2
* Tweaks to preparing UTF-16 strings with BOMLukáš Lalinský2008-01-212-0/+39
* Add a test case for reading APIC frames with descriptions in UTF-16 including...Lukáš Lalinský2008-01-211-0/+14
* Add a hack to read ID2v2.4 frames with v2.3-like sizes, written by iTunes.Lukáš Lalinský2007-12-012-3/+3
* Fix TTA audio properties reading.Lukáš Lalinský2007-11-233-0/+30
* Use correct frame sizes when calculating length of MPEG 2 or 2.5 streams.Lukáš Lalinský2007-11-224-0/+27
* Support for URL link framesSupport for URL link frames, patch by Urs Fleisch.Lukáš Lalinský2007-11-221-0/+55
* Revert r735160 and r735161, and set BUILD_TESTS to OFF if CppUnit is not found. Lukáš Lalinský2007-11-221-9/+6
* This also breaks compilation of kdesupport. CppUnit won't be found since I c...Michael Pyne2007-11-111-6/+9
* TrueAudio support.Lukáš Lalinský2007-11-102-0/+6
* Fix ID3v2::UniqueFileIdentifier frame parsing.Lukáš Lalinský2007-11-101-0/+31
* Fix off-by-one error in ByteVector::find.Lukáš Lalinský2007-11-101-0/+9
* Add methods RelativeVolumeFrame::identification and RelativeVolumeFrame::setI...Lukáš Lalinský2007-11-101-0/+22
* - Fixed crash in AttachedPictureFrame and GeneralEncapsulatedObjectFrameLukáš Lalinský2007-11-101-0/+59
* Add a CppUnit-based test suite (only very few things is covered for now, but ...Lukáš Lalinský2007-11-1020-266/+757
* the usual daily unbreak compilationDirk Mueller2007-05-311-0/+1