Commit Graph

1973 Commits

Author SHA1 Message Date
Josh Coalson cce2f25a10 obsolete 2004-07-29 06:42:16 +00:00
Josh Coalson 792a6a074e add comments to OS X section about required libs and altivec 2004-07-29 06:34:50 +00:00
Josh Coalson 49623ea2d0 be more precise in long long int literal specification for ANSI compilers (gcc3 requires an LL suffix on literals that do not fit in an int 2004-07-29 06:28:59 +00:00
Josh Coalson 2af08da5e5 fix #include ordering to stop a warning caused by id3.h 2004-07-29 06:27:00 +00:00
Josh Coalson 2ca6ca8706 fix syntax error 2004-07-29 05:25:48 +00:00
Josh Coalson 985dd8d17b add AM_PROG_AS, although currently it is only needed for PowerPC 2004-07-29 05:25:36 +00:00
Josh Coalson 04890961a9 add callback.h to header list 2004-07-29 05:24:35 +00:00
Josh Coalson 6013f4e3a2 attribute Brady's asm code contributions 2004-07-28 04:04:23 +00:00
Josh Coalson 79761232fc add 1.1.1 changelog entry for PPC optimizations 2004-07-28 04:04:00 +00:00
Josh Coalson ea050ba65d finish hooking up altivec asm routines 2004-07-28 01:33:57 +00:00
Josh Coalson 52f8f77844 dos2unix it, remove unmatched single quotes in comments (whatever way ProjectBuilder calls "as" chokes on them) 2004-07-28 01:32:59 +00:00
Josh Coalson a7ffb0ce9c dos2unix it 2004-07-28 01:31:51 +00:00
Josh Coalson 99a62d72e2 add FurthurNet news item 2004-07-28 01:30:33 +00:00
Josh Coalson 3aadd10c67 check in Brady's second altivec-related patch that hooks up the asm routines and does the requisite configure-related stuff 2004-07-27 01:13:16 +00:00
Josh Coalson 9c47dff34c hide some stray libOggFLAC references in #ifdef FLAC__HAS_OGG 2004-07-27 00:23:35 +00:00
Josh Coalson 26b69845eb extend hack of making decoder_ pointer public to gcc < 2.96 2004-07-27 00:22:51 +00:00
Josh Coalson 384ef23ee0 finally updated again to build everything except the plugins; expects libiconv.a and libogg.a to be in /usr/lib or /sw/lib (ala Fink) 2004-07-27 00:21:49 +00:00
Josh Coalson 530514ac7a fix bug skipping padding byte in unsupported WAVE subchunks 2004-07-27 00:02:47 +00:00
Josh Coalson 83dd4ce7f9 bump version number to 1.1.1-beta1, with a target date of 2004-07-31 2004-07-26 05:54:09 +00:00
Josh Coalson 63ee53d94d bump version number to 1.1.1-beta1, with a target date of 2004-07-31 2004-07-25 20:57:28 +00:00
Josh Coalson 31bdd7048a add brady's first round of altivec implementations 2004-07-25 20:34:40 +00:00
Josh Coalson 41294c928f add extra verbiage about hardware problems to verify error message, hopefully this will cut down on the number of bogus bug reports 2004-07-24 17:56:51 +00:00
Josh Coalson a7eecd05d8 fix "unknown metadata block" test to use ID 126 instead of the now-reserved 127 2004-07-24 00:03:45 +00:00
Josh Coalson e04f0c424e fix erroneous assertion 2004-07-24 00:02:46 +00:00
Josh Coalson 98a81f505a add tmv link 2004-07-23 19:59:09 +00:00
Josh Coalson 1bdce9d91c add xmcd link 2004-07-23 19:53:55 +00:00
Josh Coalson 2d405658aa fix bonk, optimfrog, rkau links 2004-07-23 19:49:23 +00:00
Josh Coalson f6eb2f4545 fix shntool link 2004-07-23 19:49:04 +00:00
Josh Coalson 3e7a96e460 tweaks to the MD5 routines; they need to be exported when building a windows DLL since the seekable stream decoder in libOggFLAC secretly uses them 2004-07-23 05:18:22 +00:00
Josh Coalson 990f741f54 work around MSVC bug in set_metadata() 2004-07-23 05:16:11 +00:00
Josh Coalson 527bdda738 make encoder encode the blocksize and sample rate in the frame header whenever possible, regardless if subset is specified or not 2004-07-23 05:15:20 +00:00
Josh Coalson 63945ecad5 fix warnings exposed by MSVC 2004-07-23 05:13:43 +00:00
Josh Coalson 8eb486a53e update license verbiage 2004-07-23 05:12:30 +00:00
Josh Coalson 9454b41d5e consolidate chain error reporting in a single function, add extra explanation for common errors 2004-07-23 05:11:52 +00:00
Josh Coalson 3cb83414a9 add pragma to disable annoying MSVC warning C4800 2004-07-23 05:11:06 +00:00
Josh Coalson e44501d557 remove the __LIBNAME__ definitions 2004-07-23 05:09:04 +00:00
Josh Coalson 00db21147a add table of contents 2004-07-23 05:08:30 +00:00
Josh Coalson 71ed969b7e initial import 2004-07-23 05:08:01 +00:00
Josh Coalson df8fd27405 add anchors for each option, add commented out docs for --apply-replaygain-which-is-not-lossless 2004-07-23 05:07:36 +00:00
Josh Coalson 1cb2341298 max the largest metadata type code be 126, reserving 127 to avoid confusion with a frame sync code 2004-07-22 01:32:00 +00:00
Josh Coalson 5bf54f0a93 add link to Audio::FLAC::Decoder, update link to Audio::FLAC 2004-07-22 01:07:40 +00:00
Josh Coalson 091d84f25c add FLAC::Encoder::*::set_metadata(FLAC::Metadata::Prototype **metadata, unsigned num_blocks) 2004-07-22 01:04:22 +00:00
Josh Coalson d113ca3d2f add an accessor method for the underlying ::FLAC__StreamMetadata object 2004-07-22 01:03:43 +00:00
Josh Coalson e84102694a fix display of year tag 2004-07-22 00:52:13 +00:00
Josh Coalson 6a703a452f add more informative error info for some common errors; also, no not exit with error when decoding to stdout and writing return EPIPE 2004-07-22 00:19:17 +00:00
Josh Coalson 9c82c174c3 add more informative error info for some common errors 2004-07-22 00:18:21 +00:00
Josh Coalson 9af9519a12 fix option --residual-gnuplot, was previously looking for --residual-gnu-plot 2004-07-22 00:17:53 +00:00
Josh Coalson a278cd88dc add warning about libtool/autoconf "missing sed" bug to comments 2004-07-22 00:16:31 +00:00
Josh Coalson c77b26055c add libtoolize to flow 2004-07-20 05:19:23 +00:00
Josh Coalson 86244e07fb obey padding byte requirement when writing WAVE 2004-07-20 01:26:03 +00:00