summaryrefslogtreecommitdiff
path: root/src/libOggFLAC
Commit message (Expand)AuthorAgeFilesLines
* merge libOggFLAC into libFLAC and libOggFLAC++ into FLAC++; documentation sti...Josh Coalson2006-10-1522-4077/+0
* remove unneeded SEEK_ERROR settingJosh Coalson2006-10-141-1/+0
* bump libtool .so number in prep for releaseJosh Coalson2006-10-101-1/+1
* enable file feof callback when input is stdinJosh Coalson2006-10-101-5/+3
* *** empty log message ***Josh Coalson2006-10-091-0/+6
* try to limit the #defines (of fseeko to fseek and ftello to ftell) to just th...Josh Coalson2006-10-032-2/+4
* minor commentsJosh Coalson2006-10-032-4/+4
* minor commentsJosh Coalson2006-09-261-1/+1
* remove unused code that had the old way of stat()ing a filename to get the le...Josh Coalson2006-09-161-31/+1
* remove unused codeJosh Coalson2006-09-161-25/+0
* fix bug in file closing logic in _finish()Josh Coalson2006-09-161-2/+3
* fixed bug, file was not being closed at _finish() timeJosh Coalson2006-09-161-0/+6
* merge down from merged-API-layer branch: cvs -q up -dP -j API_LAYER_MERGING_B...Josh Coalson2006-09-1322-4130/+1306
* complete largefile supportJosh Coalson2006-05-2410-6/+56
* add 2206 to copyright noticeJosh Coalson2006-04-2527-27/+27
* add support for specifying which apodization functions to use to window data ...Josh Coalson2006-04-253-0/+33
* fixes to remove warnings from gcc-4.0.0Josh Coalson2005-08-241-1/+1
* bump the libtool numberJosh Coalson2005-02-021-1/+1
* fix handling of CFLAGS/CXXFLAGS, now using AM_CFLAGSJosh Coalson2005-01-301-1/+2
* minor commentsJosh Coalson2005-01-291-0/+10
* remove unnecessary #includesJosh Coalson2005-01-262-2/+0
* add 2005 to copyright noticesJosh Coalson2005-01-2527-27/+27
* fix all bare malloc() realloc() etc calls to have a proper cast in frontJosh Coalson2004-12-301-2/+2
* finished integerized flavor of library; sections with floating point are eith...Josh Coalson2004-11-091-0/+8
* get Makefile.lite system (with asm) working on Darwin, better handling of lib...Josh Coalson2004-10-301-1/+1
* first pass at making an integer-only flavor of the libraries. move FLAC__rea...Josh Coalson2004-10-201-2/+3
* fix uninitialized variableJosh Coalson2004-10-071-1/+1
* remove the commented-out and erroneous end-of-stream setting in read_callback...Josh Coalson2004-09-251-15/+43
* fix some bugs with seeking; the libogg ogg_stream_pagein() bug with large pac...Josh Coalson2004-09-211-27/+40
* add call to OggFLAC__ogg_decoder_aspect_reset() in OggFLAC__stream_decoder_re...Josh Coalson2004-09-211-0/+2
* remove unused ogg_decoder_aspectJosh Coalson2004-09-211-1/+0
* add ogg_mapping.hJosh Coalson2004-09-151-0/+1
* fix bug in first packet synthesisJosh Coalson2004-09-141-14/+14
* add new requirements to ogg mapping: vorbis comment block must come second af...Josh Coalson2004-09-107-14/+101
* add mapping.* sourcesJosh Coalson2004-09-102-0/+16
* bump libtool library version numbersJosh Coalson2004-09-101-1/+1
* "finalize" Ogg FLAC mapping version 1.0 by prepending "FLAC" magic and a 2 by...Josh Coalson2004-09-034-9/+58
* initial importJosh Coalson2004-09-032-0/+88
* add ogg_mapping.hJosh Coalson2004-09-031-1/+2
* add ogg_mapping.cJosh Coalson2004-09-032-0/+2
* fix FLAC->Ogg mapping to merge fLaC magic with the STREAMINFO in the first Og...Josh Coalson2004-08-202-35/+82
* remove unused OggFLAC__ogg_decoder_aspect_get_unconsumed_bytes()Josh Coalson2004-08-201-7/+0
* remove unused "bytes_written" bookkeeping in FLAC__OggEncoderAspectJosh Coalson2004-08-202-31/+0
* minor commentsJosh Coalson2004-07-302-2/+2
* bump libtool version numbers for flac-1.1.1-beta1Josh Coalson2004-07-301-2/+2
* tweaks to the MD5 routines; they need to be exported when building a windows ...Josh Coalson2004-07-231-11/+16
* fix warnings exposed by MSVCJosh Coalson2004-07-231-1/+1
* fixes for autoconfJosh Coalson2004-07-201-1/+1
* get rid of obsolete *_get_decode_position() methodsJosh Coalson2004-07-072-26/+0
* revamp OggFLAC__SeekableStreamDecoder to derive from OggFLAC__StreamDecoder i...Josh Coalson2004-07-073-185/+415