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