summaryrefslogtreecommitdiff
path: root/include/OggFLAC
Commit message (Expand)AuthorAgeFilesLines
* merge libOggFLAC into libFLAC and libOggFLAC++ into FLAC++; documentation sti...Josh Coalson2006-10-155-1794/+0
* remove obsolete codeJosh Coalson2006-10-141-20/+0
* fix placement of FLAC_API_VERSION_... #definesJosh Coalson2006-10-141-2/+3
* minor commentsJosh Coalson2006-10-132-4/+4
* bump libtool .so number in prep for releaseJosh Coalson2006-10-101-1/+1
* change from one ..._API_NUMBER to 3 libtool numbers ..._API_VERSION_{CURRENT,...Josh Coalson2006-09-261-2/+6
* add #define FLAC_API_NUMBERJosh Coalson2006-09-231-0/+3
* minor commentsJosh Coalson2006-09-162-2/+2
* merge down from merged-API-layer branch: cvs -q up -dP -j API_LAYER_MERGING_B...Josh Coalson2006-09-138-3579/+466
* commentsJosh Coalson2006-07-061-15/+12
* add 2206 to copyright noticeJosh Coalson2006-04-259-9/+9
* add support for specifying which apodization functions to use to window data ...Josh Coalson2006-04-253-0/+40
* add 2005 to copyright noticesJosh Coalson2005-01-259-9/+9
* add new requirements to ogg mapping: vorbis comment block must come second af...Josh Coalson2004-09-103-3/+45
* add explanation of new read callbackJosh Coalson2004-07-301-1/+2
* remove the __LIBNAME__ definitionsJosh Coalson2004-07-231-3/+0
* minor comment fixesJosh Coalson2004-07-163-3/+7
* get rid of obsolete *_get_decode_position() methodsJosh Coalson2004-07-072-36/+0
* revamp OggFLAC__SeekableStreamDecoder to derive from OggFLAC__StreamDecoder i...Josh Coalson2004-07-072-34/+125
* minor reordering of decoder state enum to match FLAC layersJosh Coalson2004-03-173-9/+9
* update copyright to 2004Josh Coalson2004-01-179-9/+9
* add read callback to OggFLAC__SeekableStreamEncoder, necessary for metadata r...Josh Coalson2004-01-171-0/+66
* revamp OggFLAC__SeekableStreamEncoder to derive from FLAC__StreamEncoder inst...Josh Coalson2004-01-161-72/+74
* various fixes related to deriving OggFLAC__SeekableStreamEncoder from FLAC__S...Josh Coalson2004-01-161-20/+2
* revamp ogg flac file decoder; it needed to be derived from the ogg flac strea...Josh Coalson2003-12-311-19/+25
* fix __LIBNAME__ definitionJosh Coalson2003-12-181-1/+1
* better end-of-file/stream checkingJosh Coalson2003-11-133-0/+9
* add ogg seekable stream and file encoder and decoder interfacesJosh Coalson2003-09-264-0/+1739
* minor syntaxJosh Coalson2003-09-262-2/+2
* minor commentsJosh Coalson2003-09-261-1/+2
* minor commentsJosh Coalson2003-09-241-2/+3
* minor syntaxJosh Coalson2003-09-242-17/+15
* add the metadata callback back in the stream encoderJosh Coalson2003-09-241-5/+37
* add OggFLAC__stream_encoder_get_resolved_state_string()Josh Coalson2003-09-241-0/+13
* more API comments, add OggFLAC__file_decoder_set_serial_number(), OggFLAC__fi...Josh Coalson2003-09-241-5/+79
* more API comments, add OggFLAC__seekable_stream_decoder_set_serial_number(), ...Josh Coalson2003-09-241-6/+140
* add OggFLAC__stream_decoder_get_resolved_state_string()Josh Coalson2003-09-241-0/+13
* minor commentsJosh Coalson2003-09-232-4/+4
* minor commentsJosh Coalson2003-09-231-8/+20
* change license verbiage to Xiph'sJosh Coalson2003-01-317-92/+176
* better logic for determining whether or not DLL cruft is neededJosh Coalson2003-01-081-1/+1
* Add 2003 to copyright noticeJosh Coalson2003-01-027-7/+7
* fixes for building static libs (new FLAC__NO_DLL #define)Josh Coalson2002-10-181-1/+1
* initial importJosh Coalson2002-10-161-0/+38
* tweaks to build libs as DLLs under windowsJosh Coalson2002-10-165-146/+156
* add export.hJosh Coalson2002-10-161-0/+1
* fix _HEADERS targets to not clobber each othersJosh Coalson2002-09-201-2/+2
* add support for serial number in Ogg streamsJosh Coalson2002-09-044-17/+48
* minor formattingJosh Coalson2002-08-271-3/+3
* more doxygen commentsJosh Coalson2002-08-163-27/+88