summaryrefslogtreecommitdiff
path: root/src/test_libOggFLAC
Commit message (Expand)AuthorAgeFilesLines
* merge libOggFLAC into libFLAC and libOggFLAC++ into FLAC++; documentation sti...Josh Coalson2006-10-158-1717/+0
* try to limit the #defines (of fseeko to fseek and ftello to ftell) to just th...Josh Coalson2006-10-031-2/+3
* add support for new PICTURE metadata blockJosh Coalson2006-09-232-8/+15
* merge down from merged-API-layer branch: cvs -q up -dP -j API_LAYER_MERGING_B...Josh Coalson2006-09-1310-2996/+382
* fix #include for off_tJosh Coalson2006-08-281-3/+0
* complete largefile supportJosh Coalson2006-05-246-17/+51
* add 2206 to copyright noticeJosh Coalson2006-04-2511-11/+11
* fix handling of CFLAGS/CXXFLAGS, now using AM_CFLAGSJosh Coalson2005-01-301-1/+2
* add 2005 to copyright noticesJosh Coalson2005-01-2511-11/+11
* additions to metadata object api: more vorbiscomment functions, trailing-null...Josh Coalson2004-12-301-4/+4
* get Makefile.lite system (with asm) working on Darwin, better handling of lib...Josh Coalson2004-10-301-3/+10
* add new requirements to ogg mapping: vorbis comment block must come second af...Josh Coalson2004-09-102-19/+20
* fix valgrind uninitialized memory errorsJosh Coalson2004-07-161-0/+1
* revamp OggFLAC__SeekableStreamDecoder to derive from OggFLAC__StreamDecoder i...Josh Coalson2004-07-071-37/+37
* update copyright to 2004Josh Coalson2004-01-1711-11/+11
* add read callback to OggFLAC__SeekableStreamEncoder, necessary for metadata r...Josh Coalson2004-01-171-0/+11
* various fixes related to deriving OggFLAC__SeekableStreamEncoder from FLAC__S...Josh Coalson2004-01-161-30/+12
* revamp ogg flac file decoder; it needed to be derived from the ogg flac strea...Josh Coalson2003-12-311-11/+10
* fix bug in dummy tell callbackJosh Coalson2003-12-301-1/+2
* fix bug in read callback where *bytes was not being set to 0 on end-of-stream...Josh Coalson2003-12-301-7/+9
* add undocumented option --apply-replaygain-which-is-not-lossless to flac; req...Josh Coalson2003-12-173-4/+4
* add ogg seekable stream and file encoder and decoder interfacesJosh Coalson2003-09-262-3/+2053
* add metadata callback back to ogg stream encoderJosh Coalson2003-09-251-0/+6
* add the metadata callback back in the stream encoderJosh Coalson2003-09-241-0/+11
* C89 standard fixes, based on feedback from IRIX portJosh Coalson2003-05-201-1/+3
* 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-44/+0
* bump version number to 1.1.0Josh Coalson2003-01-251-2/+2
* 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/+32
* move in some common metadata setting stuff hereJosh Coalson2003-01-102-22/+246
* move common stuff into metadata_utilsJosh Coalson2003-01-102-173/+25
* minor verbiageJosh Coalson2003-01-101-6/+10
* 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-0212-12/+12
* 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-051-0/+4
* 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
* 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-6/+6
* copy updates from test_libFLACJosh Coalson2002-11-192-4/+71
* fix path to grabbag libJosh Coalson2002-11-141-1/+1
* updates to work with new grabbag libJosh Coalson2002-11-076-9/+14
* work related to moving some file utils into the new file_utils convenience libJosh Coalson2002-10-306-52/+7
* 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