- 8da98c8 merge libOggFLAC into libFLAC and libOggFLAC++ into FLAC++; documentation still needs work by Josh Coalson · 18 years ago
- 42228b3 bump libtool .so number in prep for release by Josh Coalson · 18 years ago
- 59717c2 minor comments by Josh Coalson · 18 years ago
- 480c011 minor comments by Josh Coalson · 18 years ago
- 6b21f66 merge down from merged-API-layer branch: cvs -q up -dP -j API_LAYER_MERGING_BASELINE -j API_LAYER_MERGING_BRANCH by Josh Coalson · 18 years ago
- 6c08886 add window.[ch] by Josh Coalson · 18 years ago
- 0395dac add 2206 to copyright notice by Josh Coalson · 19 years ago
- a02b73f check in more fixes from Luca to build properly on linux-ppc (asm-related again) by Josh Coalson · 20 years ago
- 16eded5 fix on ppc: as/gas checks need to be __TEMPORARILY_DISABLED by Josh Coalson · 20 years ago
- a344812 bump the libtool number by Josh Coalson · 20 years ago
- 2499c56 only use -force_cpusubtype_ALL in CFLAGS on Darwin-PPC by Josh Coalson · 20 years ago
- 05a3984 fix handling of CFLAGS/CXXFLAGS, now using AM_CFLAGS by Josh Coalson · 20 years ago
- 63d489a temporary disable ppc asm optimizations by Josh Coalson · 20 years ago
- b1b4f59 minor fixes by Josh Coalson · 20 years ago
- a78fac6 add 2005 to copyright notices by Josh Coalson · 20 years ago
- 663c599 merged patches from Chris Csanady and John Steele Scott, better checking for altivec and ppc64 on ppc by Josh Coalson · 20 years ago
- b990022 fix libFLAC to build PPC asm properly, conditionalized for gas or as by Josh Coalson · 20 years ago
- 47faab8 split PPC asm code into two directores, one holding asm compatible with OS X native 'as', and one for 'gas' by Josh Coalson · 20 years ago
- 29a6a9d add float.c/h by Josh Coalson · 20 years ago
- 3fbf64c bump libtool library version numbers by Josh Coalson · 20 years ago
- 9b32217 bump libtool version numbers for flac-1.1.1-beta1 by Josh Coalson · 20 years ago
- c257065 rename strip_fPIC.sh to strip_non_asm_libtool_args.sh, as it takes on new duties stripping other arguments for other assemblers by Josh Coalson · 20 years ago
- 31bdd70 add brady's first round of altivec implementations by Josh Coalson · 20 years ago
- 04027ad Enure that libFLAC is linked with -lm on all architectures, and regardless of by Matt Zimmerman · 21 years ago
- 9564390 update copyright to 2004 by Josh Coalson · 21 years ago
- e349907 Explicitly link shared libraries against dependent libraries, in response to by Matt Zimmerman · 21 years ago
- afd8107 change license verbiage to Xiph's by Josh Coalson · 22 years ago
- e5d57af bump the libtool version numbers by Josh Coalson · 22 years ago
- 630d22e remove reference to obsolete Makefile.vc by Josh Coalson · 22 years ago
- ad017c6 bump the libtool revision number only by Josh Coalson · 22 years ago
- 8bd67f5 update the libtool library version number by Josh Coalson · 22 years ago
- afae69f Add 2003 to copyright notice by Josh Coalson · 22 years ago
- bfc8e31 revamp MSVC build system, separate dynamic and static builds, separate debug and release intermediate directories by Josh Coalson · 22 years ago
- fc70147 changes for MSCV: added dsp file, rename any .cc files to .cpp by Josh Coalson · 22 years ago
- 3960df1 Fix slightly botched search-and-replace which produced constructs like by Matt Zimmerman · 22 years ago
- e525917 Use config.h rather than passing all defs in CFLAGS by Matt Zimmerman · 22 years ago
- 07b4fb7 bump the libtool version number by Josh Coalson · 22 years ago
- 4fbf2bb bump library version number by Josh Coalson · 22 years ago
- f1eff45 new seekable stream encoder and file encoder layers, not fully implemented yet by Josh Coalson · 22 years ago
- cd443f6 add Makefile.lite, Makefile.vc, etc. to EXTRA_DIST by Josh Coalson · 22 years ago
- 05d8583 bump the library revision number by Josh Coalson · 22 years ago
- bfeec74 add autoconf m4 files by Josh Coalson · 22 years ago
- 57ba6f4 massive glob of checkins: improved tests, more tests, bugfixes by Josh Coalson · 22 years ago
- 6dc7934 remove seek_table; it moved into the metadata interface by Josh Coalson · 22 years ago
- 90ced91 split metadata.c into metadata_object.c and metadata_iterators.c by Josh Coalson · 22 years ago
- 5ac8bd1 minor comments by Josh Coalson · 22 years ago
- f29622d minor cosmetics by Josh Coalson · 22 years ago
- 036f903 add metadata.c, remove utility.c by Josh Coalson · 23 years ago
- 1152f9f update copyright date to include 2002 by Josh Coalson · 23 years ago
- 8caed3d update library version by Josh Coalson · 23 years ago
- dda04f6 update library version by Josh Coalson · 23 years ago
- dbd84c4 split most of FileDecoder off to new SeekableStreamDecoder by Josh Coalson · 23 years ago
- 4e003c6 patch from Matt for automake 1.5 by Josh Coalson · 23 years ago
- 4c8f73a more autoconf/automake patches from Matt by Josh Coalson · 23 years ago
- 10ab540 change to make libFLAC-asm a static, non-libtool library by Josh Coalson · 23 years ago
- 522f7d3 add -version-info to libFLAC_la_LDFLAGS by Josh Coalson · 23 years ago
- 07c2a0c remove some obsolete defines by Josh Coalson · 23 years ago
- 7871356 add utility.c by Josh Coalson · 23 years ago
- cd66fc0 minor formatting changes by Josh Coalson · 23 years ago
- e6499bd rename i386 to ia32 everywhere by Josh Coalson · 23 years ago
- 0a15c14 rename FLAC__Encoder to FLAC__StreamEncoder, OOPize encoder and decoder interfaces by Josh Coalson · 23 years ago
- 6b05bc5 add/update copyright and license notices by Josh Coalson · 23 years ago
- c8ef835 add memory.c, fix to work with i386 convenience library (thanks mdz) by Josh Coalson · 23 years ago
- e02e8ba add asm routines by Josh Coalson · 23 years ago
- 6904e6a make PRECOMPUTE_PARTITION_SUMS the default by Josh Coalson · 24 years ago
- bb6712e FLAC__ize all the #defines by Josh Coalson · 24 years ago
- 5906c2d add seek_table.c by Josh Coalson · 24 years ago
- 673976d add bitmath.c by Josh Coalson · 24 years ago
- 9f429ba initial version by Josh Coalson · 24 years ago