summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add FLAC__metadata_get_tags(), FLAC::Metadata::get_tags()Josh Coalson2004-07-307-18/+164
|
* add more info about requirements and possible solutions to problemsJosh Coalson2004-07-301-0/+17
|
* fix bug in touch commandJosh Coalson2004-07-301-1/+1
|
* add checks for docbook2manJosh Coalson2004-07-302-0/+16
|
* minor wordingJosh Coalson2004-07-301-2/+2
|
* update to match CVSJosh Coalson2004-07-302-15/+44
|
* update revision datesJosh Coalson2004-07-302-2/+2
|
* add testing of min/max possible --skip valuesJosh Coalson2004-07-301-0/+21
|
* minor commentsJosh Coalson2004-07-302-2/+2
|
* deduce from the STREAMINFO whether or not to expect the imported cuesheet to ↵Josh Coalson2004-07-301-9/+6
| | | | follow CD-DA rules
* bump libtool version numbers for flac-1.1.1-beta1Josh Coalson2004-07-304-8/+8
|
* more acceptable hack to the workaround of nested classes not being able to ↵Josh Coalson2004-07-304-24/+24
| | | | see protected members in the parent with some compilers
* add explanation of new read callbackJosh Coalson2004-07-301-1/+2
|
* remove some older news items from the status boxJosh Coalson2004-07-301-5/+1
|
* add changelog.html and links.htmlJosh Coalson2004-07-291-0/+2
|
* add changelog and links to navigation bar, move links section from main page ↵Josh Coalson2004-07-2912-137/+34
| | | | sidebar to its own page
* initial importJosh Coalson2004-07-291-0/+338
|
* 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 ↵Josh Coalson2004-07-295-19/+24
| | | | duties stripping other arguments for other assemblers
* obsoleteJosh Coalson2004-07-291-43/+0
|
* add comments to OS X section about required libs and altivecJosh Coalson2004-07-291-0/+9
|
* be more precise in long long int literal specification for ANSI compilers ↵Josh Coalson2004-07-297-28/+77
| | | | (gcc3 requires an LL suffix on literals that do not fit in an int
* fix #include ordering to stop a warning caused by id3.hJosh Coalson2004-07-291-2/+7
|
* fix syntax errorJosh Coalson2004-07-291-1/+0
|
* add AM_PROG_AS, although currently it is only needed for PowerPCJosh Coalson2004-07-291-0/+1
|
* add callback.h to header listJosh Coalson2004-07-291-0/+1
|
* attribute Brady's asm code contributionsJosh Coalson2004-07-281-1/+1
|
* add 1.1.1 changelog entry for PPC optimizationsJosh Coalson2004-07-281-0/+2
|
* finish hooking up altivec asm routinesJosh Coalson2004-07-282-3/+133
|
* dos2unix it, remove unmatched single quotes in comments (whatever way ↵Josh Coalson2004-07-281-428/+428
| | | | ProjectBuilder calls "as" chokes on them)
* dos2unix itJosh Coalson2004-07-281-38/+38
|
* add FurthurNet news itemJosh Coalson2004-07-282-4/+17
|
* check in Brady's second altivec-related patch that hooks up the asm routines ↵Josh Coalson2004-07-274-13/+87
| | | | and does the requisite configure-related stuff
* hide some stray libOggFLAC references in #ifdef FLAC__HAS_OGGJosh Coalson2004-07-272-4/+19
|
* extend hack of making decoder_ pointer public to gcc < 2.96Josh Coalson2004-07-274-24/+24
|
* finally updated again to build everything except the plugins; expects ↵Josh Coalson2004-07-271-69/+2441
| | | | libiconv.a and libogg.a to be in /usr/lib or /sw/lib (ala Fink)
* fix bug skipping padding byte in unsupported WAVE subchunksJosh Coalson2004-07-271-2/+2
|
* bump version number to 1.1.1-beta1, with a target date of 2004-07-31Josh Coalson2004-07-261-1/+1
|
* bump version number to 1.1.1-beta1, with a target date of 2004-07-31Josh Coalson2004-07-254-6/+6
|
* add brady's first round of altivec implementationsJosh Coalson2004-07-253-0/+470
|
* add extra verbiage about hardware problems to verify error message, ↵Josh Coalson2004-07-241-1/+6
| | | | hopefully this will cut down on the number of bogus bug reports
* fix "unknown metadata block" test to use ID 126 instead of the now-reserved 127Josh Coalson2004-07-243-1/+1
|
* fix erroneous assertionJosh Coalson2004-07-242-8/+9
|
* add tmv linkJosh Coalson2004-07-231-0/+1
|
* add xmcd linkJosh Coalson2004-07-232-0/+2
|
* fix bonk, optimfrog, rkau linksJosh Coalson2004-07-231-3/+3
|
* fix shntool linkJosh Coalson2004-07-231-1/+1
|
* tweaks to the MD5 routines; they need to be exported when building a windows ↵Josh Coalson2004-07-235-44/+55
| | | | DLL since the seekable stream decoder in libOggFLAC secretly uses them
* work around MSVC bug in set_metadata()Josh Coalson2004-07-233-0/+42
|
* make encoder encode the blocksize and sample rate in the frame header ↵Josh Coalson2004-07-232-16/+20
| | | | whenever possible, regardless if subset is specified or not