summaryrefslogtreecommitdiff
path: root/src/libFLAC
Commit message (Expand)AuthorAgeFilesLines
* bump release date to 2004-09-18Josh Coalson2004-09-141-2/+2
* add new requirements to ogg mapping: vorbis comment block must come second af...Josh Coalson2004-09-101-0/+5
* remove %FLAC__NASM% environment variable requirementJosh Coalson2004-09-102-16/+16
* bump libtool library version numbersJosh Coalson2004-09-101-1/+1
* bump version number to 1.1.1Josh Coalson2004-09-101-2/+2
* fix bug: source file needs to be explicitly rewound before reading/writing in...Josh Coalson2004-09-081-0/+13
* fix bug copying a null vorbis comment entryJosh Coalson2004-09-081-2/+3
* add --tag=CC required by latest libtoolJosh Coalson2004-09-021-1/+1
* add FLAC__metadata_get_tags(), FLAC::Metadata::get_tags()Josh Coalson2004-07-301-9/+75
* bump libtool version numbers for flac-1.1.1-beta1Josh Coalson2004-07-301-2/+2
* strip out bogus args passed to assembler by libtoolJosh Coalson2004-07-291-1/+5
* rename strip_fPIC.sh to strip_non_asm_libtool_args.sh, as it takes on new dut...Josh Coalson2004-07-292-3/+4
* obsoleteJosh Coalson2004-07-291-43/+0
* be more precise in long long int literal specification for ANSI compilers (gc...Josh Coalson2004-07-294-24/+52
* finish hooking up altivec asm routinesJosh Coalson2004-07-281-1/+4
* dos2unix it, remove unmatched single quotes in comments (whatever way Project...Josh Coalson2004-07-281-428/+428
* dos2unix itJosh Coalson2004-07-281-38/+38
* check in Brady's second altivec-related patch that hooks up the asm routines ...Josh Coalson2004-07-273-13/+73
* bump version number to 1.1.1-beta1, with a target date of 2004-07-31Josh Coalson2004-07-251-2/+2
* add brady's first round of altivec implementationsJosh Coalson2004-07-253-0/+470
* fix erroneous assertionJosh Coalson2004-07-241-1/+1
* tweaks to the MD5 routines; they need to be exported when building a windows ...Josh Coalson2004-07-234-33/+39
* make encoder encode the blocksize and sample rate in the frame header wheneve...Josh Coalson2004-07-232-16/+20
* fix warnings exposed by MSVCJosh Coalson2004-07-231-1/+1
* max the largest metadata type code be 126, reserving 127 to avoid confusion w...Josh Coalson2004-07-222-5/+10
* fixes for autoconfJosh Coalson2004-07-201-1/+1
* add method for skipping an audio frame, plus testsJosh Coalson2004-07-163-68/+152
* remove unused variablesJosh Coalson2004-07-161-1/+0
* do not close any file handles in the callback-based chain reading/writingJosh Coalson2004-07-151-34/+23
* fix bug in FLAC__metadata_chain_check_if_tempfile_needed()Josh Coalson2004-07-141-2/+1
* add callback-based versions of chain writing: FLAC__metadata_chain_check_if_t...Josh Coalson2004-07-111-250/+501
* add FLAC__metadata_chain_read_with_callbacks()Josh Coalson2004-07-101-19/+58
* begin addition of callback-based option to metadata interfaces; start by conv...Josh Coalson2004-07-101-132/+214
* fix another possible seeking bugJosh Coalson2004-07-071-2/+8
* minor commentsJosh Coalson2004-07-071-1/+1
* fix bug where calling FLAC__seekable_stream_decoder_set_metadata_ignore_*() t...Josh Coalson2004-07-071-4/+12
* use $libdir instead of $prefix/lib to find library dirJosh Coalson2004-05-261-1/+1
* Enure that libFLAC is linked with -lm on all architectures, and regardless ofMatt Zimmerman2004-04-161-4/+2
* fix seeking bug where I/O seek to "unparseable" frame header caused a seek er...Josh Coalson2004-03-231-3/+26
* fix bug: %ll doesn't work for MSVC, use %I64 insteadJosh Coalson2004-03-221-6/+4
* bump version infoJosh Coalson2004-03-161-2/+2
* fix possible bug with seeking past 4GbytesJosh Coalson2004-01-181-2/+2
* update copyright to 2004Josh Coalson2004-01-1747-47/+47
* fix some syntax bugsJosh Coalson2004-01-161-3/+3
* minor reformattingJosh Coalson2004-01-121-45/+48
* minor cleanupJosh Coalson2003-12-311-5/+3
* fix up reporting of the current frame to the write callback; also fixes a pro...Josh Coalson2003-12-311-1/+13
* fix bug in read callback where *bytes was not being set to 0 on end-of-stream...Josh Coalson2003-12-301-4/+3
* stamp a CVS+date for the versionJosh Coalson2003-12-171-2/+2
* fix bug in sample_number calculation from frame headerJosh Coalson2003-11-271-6/+8