summaryrefslogtreecommitdiff
path: root/src/test_libFLAC
Commit message (Expand)AuthorAgeFilesLines
* add FLAC__metadata_get_tags(), FLAC::Metadata::get_tags()Josh Coalson2004-07-301-0/+18
* be more precise in long long int literal specification for ANSI compilers (gc...Josh Coalson2004-07-291-2/+9
* add method for skipping an audio frame, plus testsJosh Coalson2004-07-161-0/+15
* tempfile only needs to be opened with wb, not w+bJosh Coalson2004-07-161-1/+1
* minor commentsJosh Coalson2004-07-151-1/+1
* add tests of mismatched read/write protections in chain interfaceJosh Coalson2004-07-151-7/+178
* fix uninitialized variable error turned up by valgrindJosh Coalson2004-07-141-1/+2
* add tests for callback-based chain reading/writingJosh Coalson2004-07-141-20/+222
* update copyright to 2004Josh Coalson2004-01-1717-17/+17
* fix bug in read callback where *bytes was not being set to 0 on end-of-stream...Josh Coalson2003-12-301-6/+8
* add undocumented option --apply-replaygain-which-is-not-lossless to flac; req...Josh Coalson2003-12-173-4/+4
* add a "tell" callback to the seekable stream encoder to make the metadata wri...Josh Coalson2003-09-251-0/+11
* C89 standard fixes, based on feedback from IRIX portJosh Coalson2003-05-201-3/+9
* Build libtool archives instead of plain .a archives, so that PIC versions areMatt Zimmerman2003-02-071-2/+2
* remove reference to obsolete Makefile.vcJosh Coalson2003-01-251-1/+0
* obsolete now that .dsp files are completeJosh Coalson2003-01-251-48/+0
* bump version number to 1.1.0Josh Coalson2003-01-251-2/+2
* minor verbiageJosh Coalson2003-01-151-1/+1
* add some more missing unit testsJosh Coalson2003-01-151-0/+42
* Second patch from X-Fixer: tweaks for better MSVC buildJosh Coalson2003-01-141-2/+2
* augment unit tests to test for correctness with unknown metadata blocksJosh Coalson2003-01-104-13/+46
* update some function names to match changes in metadata_utils.hJosh Coalson2003-01-102-67/+67
* move in some common metadata setting stuff hereJosh Coalson2003-01-102-22/+246
* move common stuff into metadata_utilsJosh Coalson2003-01-102-314/+14
* bump version string to 1.0.5_beta2Josh Coalson2003-01-081-2/+2
* update the version number from 1.0.4 to 1.0.5-beta1Josh Coalson2003-01-021-2/+2
* Add 2003 to copyright noticeJosh Coalson2003-01-0218-18/+18
* fix memory leaksJosh Coalson2002-12-301-0/+5
* fix problem with uninitialized data from valgrindJosh Coalson2002-12-292-2/+22
* minor syntaxJosh Coalson2002-12-281-5/+5
* fix uninitialized dataJosh Coalson2002-12-281-0/+6
* add flushed fwrite in Valgrind modeJosh Coalson2002-12-281-1/+13
* fix bug in cuesheet comparisonJosh Coalson2002-12-131-23/+26
* add "is_cd" flag to CUESHEET everywhereJosh Coalson2002-12-054-12/+28
* fix memory leaks found with valgrindJosh Coalson2002-12-042-1/+11
* fix library listJosh Coalson2002-12-044-4/+5
* get Makefile.vc system working again with new debug/release dirs and static/d...Josh Coalson2002-11-221-2/+2
* minor fixesJosh Coalson2002-11-221-1/+1
* revamp MSVC build system, separate dynamic and static builds, separate debug ...Josh Coalson2002-11-211-6/+6
* revamp Makefile.lite system, use separate dirs and names for debug and releas...Josh Coalson2002-11-201-10/+10
* finish CUESHEET testsJosh Coalson2002-11-163-18/+440
* implement new CUESHEET metadata blockJosh Coalson2002-11-143-1/+441
* fix path to grabbag libJosh Coalson2002-11-141-1/+1
* updates to work with new grabbag libJosh Coalson2002-11-077-13/+16
* work related to moving some file utils into the new file_utils convenience libJosh Coalson2002-10-307-55/+11
* update to match new default vorbis comment size (now with vendor string)Josh Coalson2002-10-261-1/+1
* add notion of topdir to Makefile.lite build systemJosh Coalson2002-10-231-2/+4
* fixes for building static libs (new FLAC__NO_DLL #define)Josh Coalson2002-10-181-2/+2
* initial importJosh Coalson2002-10-171-0/+156
* changes for MSCV: added dsp file, rename any .cc files to .cppJosh Coalson2002-10-161-2/+3