summaryrefslogtreecommitdiff
path: root/src/test_libOggFLAC
Commit message (Expand)AuthorAgeFilesLines
* 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
* initial importJosh Coalson2002-10-171-0/+136
* changes for MSCV: added dsp file, rename any .cc files to .cppJosh Coalson2002-10-161-3/+4
* Fix a broken search-and-replace which produced effects like @ OGG_CFLAGS@Matt Zimmerman2002-10-151-1/+1
* Fix slightly botched search-and-replace which produced constructs likeMatt Zimmerman2002-10-151-1/+1
* Use config.h rather than passing all defs in CFLAGSMatt Zimmerman2002-10-101-2/+2
* bump the version number from 1.0.4_beta to 1.0.4Josh Coalson2002-09-251-2/+2
* bump version number to 1.0.4_betaJosh Coalson2002-09-091-2/+2
* add support for serial number in Ogg streamsJosh Coalson2002-09-044-0/+15
* minor formattingJosh Coalson2002-08-273-90/+90
* update tests to reflect addition of vorbis comment with vendor stringJosh Coalson2002-08-251-13/+16
* fixes based on a pass over everything with autoconf/automakeJosh Coalson2002-08-231-1/+1