1. c6e53da fix bug in utf8len() by Josh Coalson · 19 years ago
  2. b4de169 fixes to remove warnings from gcc-4.0.0 by Josh Coalson · 19 years ago
  3. f2a8e06 disallow non-shortest-form encodings in utf-8 checking by Josh Coalson · 19 years ago
  4. fe1d311 slightly more precise error message in CDDA cuesheet checking by Josh Coalson · 19 years ago
  5. ce0b345 remove FLAC__SYMMETRIC_RICE code by Josh Coalson · 19 years ago
  6. a02b73f check in more fixes from Luca to build properly on linux-ppc (asm-related again) by Josh Coalson · 20 years ago
  7. 2f7293b add patch: on freebsd, detect via sysctl whether OS supports SSE by Josh Coalson · 20 years ago
  8. 66142c9 bump version to 1.1.2 by Josh Coalson · 20 years ago
  9. 17bdc00 reinstitute old FLAC__bitbuffer_read_rice_signed_block() for MSVC compiles by Josh Coalson · 20 years ago
  10. f81b6df minor comments by Josh Coalson · 20 years ago
  11. 16eded5 fix on ppc: as/gas checks need to be __TEMPORARILY_DISABLED by Josh Coalson · 20 years ago
  12. e68328e bump version number to 1.1.2-beta by Josh Coalson · 20 years ago
  13. a344812 bump the libtool number by Josh Coalson · 20 years ago
  14. 2499c56 only use -force_cpusubtype_ALL in CFLAGS on Darwin-PPC by Josh Coalson · 20 years ago
  15. 05a3984 fix handling of CFLAGS/CXXFLAGS, now using AM_CFLAGS by Josh Coalson · 20 years ago
  16. 77d8e7f minor casting fixes by Josh Coalson · 20 years ago
  17. 4462311 fix constness in some functions by Josh Coalson · 20 years ago
  18. 63d489a temporary disable ppc asm optimizations by Josh Coalson · 20 years ago
  19. 47c7b14 add FLAC__MANDATORY_VERIFY_WHILE_ENCODING ifdefs which will be turned on when compiling with new asm optimzations by Josh Coalson · 20 years ago
  20. b1b4f59 minor fixes by Josh Coalson · 20 years ago
  21. c4cb493 minor comments by Josh Coalson · 20 years ago
  22. 0d3da77 fix typo in solaris defines by Josh Coalson · 20 years ago
  23. 7446e18 fix ANSI C violation w.r.t. const arrays by Josh Coalson · 20 years ago
  24. a47e20f fix another seeking bug that can happen rarely when seeking past the end of the stream by Josh Coalson · 20 years ago
  25. e94ad4f minor removal of unused code; see http://lists.xiph.org/pipermail/flac-dev/2005-January/001703.html by Josh Coalson · 20 years ago
  26. a78fac6 add 2005 to copyright notices by Josh Coalson · 20 years ago
  27. 59ebafb memmove/memset patch from Eric Wong by Josh Coalson · 20 years ago
  28. 5b60d02 patch from Eric Wong, slight improvement on Miroslav's work by Josh Coalson · 20 years ago
  29. 5750b36 check in miroslav's long-lost bitbuffer optimizations by Josh Coalson · 20 years ago
  30. ba05608 again fix logic around deciphering frame/sample number from frame header by Josh Coalson · 20 years ago
  31. 663c599 merged patches from Chris Csanady and John Steele Scott, better checking for altivec and ppc64 on ppc by Josh Coalson · 20 years ago
  32. 80171dc fix all bare malloc() realloc() etc calls to have a proper cast in front by Josh Coalson · 20 years ago
  33. 4926250 minor comments by Josh Coalson · 20 years ago
  34. c549f0f in stream encoder, only allocate and calculate real signal if max lpc order > 0 by Josh Coalson · 20 years ago
  35. 2de1124 add vorbiscomment validation functions to format.c and test code; validate name part of vorbiscomment in metadata and metadata++ interfaces by Josh Coalson · 20 years ago
  36. b990022 fix libFLAC to build PPC asm properly, conditionalized for gas or as by Josh Coalson · 20 years ago
  37. def597e additions to metadata object api: more vorbiscomment functions, trailing-null on vorbis comment field values enforced everywhere by Josh Coalson · 20 years ago
  38. 8ddf7fb fix typo in comment by Josh Coalson · 20 years ago
  39. 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
  40. 5f2b46d finished integerized flavor of library; sections with floating point are either #ifdef'd out or written in fixed-point by Josh Coalson · 20 years ago
  41. 29a6a9d add float.c/h by Josh Coalson · 20 years ago
  42. f719813 add fixed-point functions by Josh Coalson · 20 years ago
  43. 375810e add FLAC__bitmath_ilog2_wide() by Josh Coalson · 20 years ago
  44. 2757af6 get Makefile.lite system (with asm) working on Darwin, better handling of libogg paths and linkage by Josh Coalson · 20 years ago
  45. f019c51 minor formatting by Josh Coalson · 20 years ago
  46. 0975843 first pass at making an integer-only flavor of the libraries. move FLAC__real out of ordinals.h to src/libFLAC/include/private/float.h, add FLAC__double and FLAC__float and use these everywhere instead of double and float, and don't typedef FLAC__real/float/double when building in integer-only mode. still need to provide integer substitutes in several places. by Josh Coalson · 20 years ago
  47. 2a23c63 add float.h by Josh Coalson · 20 years ago
  48. f7d5221 initial import by Josh Coalson · 20 years ago
  49. 5e8e733 minor fixes to comply with C99's new pointer aliasing rules by Josh Coalson · 20 years ago
  50. 91b4ce5 fix #ifdef problems that existed when FLAC__NO_ASM is defined by Josh Coalson · 20 years ago
  51. 607fc84 fix debian bug #274301: libflac4 segfaults on corrupt flac files by Josh Coalson · 20 years ago
  52. fa10dcf bump release date to 2004-Oct-01 by Josh Coalson · 20 years ago
  53. 51c8dd4 bump release date to 2004-09-18 by Josh Coalson · 20 years ago
  54. 69cfda7 add new requirements to ogg mapping: vorbis comment block must come second after streaminfo; first packet must have a packet type byte of 0x7f; packet 0 version must be followed by a 2-byte count of the # of header packets by Josh Coalson · 20 years ago
  55. 4d9780d remove %FLAC__NASM% environment variable requirement by Josh Coalson · 20 years ago
  56. 3fbf64c bump libtool library version numbers by Josh Coalson · 20 years ago
  57. c28ec32 bump version number to 1.1.1 by Josh Coalson · 20 years ago
  58. 9aac670 fix bug: source file needs to be explicitly rewound before reading/writing in callback mode by Josh Coalson · 20 years ago
  59. 748459c fix bug copying a null vorbis comment entry by Josh Coalson · 20 years ago
  60. edcde6f add --tag=CC required by latest libtool by Josh Coalson · 20 years ago
  61. 1aca6b1 add FLAC__metadata_get_tags(), FLAC::Metadata::get_tags() by Josh Coalson · 20 years ago
  62. 9b32217 bump libtool version numbers for flac-1.1.1-beta1 by Josh Coalson · 20 years ago
  63. b73eabd strip out bogus args passed to assembler by libtool by Josh Coalson · 20 years ago
  64. 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
  65. cce2f25 obsolete by Josh Coalson · 20 years ago
  66. 49623ea 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 by Josh Coalson · 20 years ago
  67. ea050ba finish hooking up altivec asm routines by Josh Coalson · 20 years ago
  68. 52f8f77 dos2unix it, remove unmatched single quotes in comments (whatever way ProjectBuilder calls "as" chokes on them) by Josh Coalson · 20 years ago
  69. a7ffb0c dos2unix it by Josh Coalson · 20 years ago
  70. 3aadd10 check in Brady's second altivec-related patch that hooks up the asm routines and does the requisite configure-related stuff by Josh Coalson · 20 years ago
  71. 63ee53d bump version number to 1.1.1-beta1, with a target date of 2004-07-31 by Josh Coalson · 20 years ago
  72. 31bdd70 add brady's first round of altivec implementations by Josh Coalson · 20 years ago
  73. e04f0c4 fix erroneous assertion by Josh Coalson · 20 years ago
  74. 3e7a96e 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 by Josh Coalson · 20 years ago
  75. 527bdda make encoder encode the blocksize and sample rate in the frame header whenever possible, regardless if subset is specified or not by Josh Coalson · 20 years ago
  76. 63945ec fix warnings exposed by MSVC by Josh Coalson · 20 years ago
  77. 1cb2341 max the largest metadata type code be 126, reserving 127 to avoid confusion with a frame sync code by Josh Coalson · 20 years ago
  78. a941454 fixes for autoconf by Josh Coalson · 20 years ago
  79. 47f51b1 add method for skipping an audio frame, plus tests by Josh Coalson · 20 years ago
  80. b0be1e8 remove unused variables by Josh Coalson · 20 years ago
  81. 0e46bf5 do not close any file handles in the callback-based chain reading/writing by Josh Coalson · 20 years ago
  82. 028d97e fix bug in FLAC__metadata_chain_check_if_tempfile_needed() by Josh Coalson · 20 years ago
  83. 463a22c add callback-based versions of chain writing: FLAC__metadata_chain_check_if_tempfile_needed(), FLAC__metadata_chain_write_with_callbacks(), FLAC__metadata_chain_write_with_callbacks_and_tempfile() by Josh Coalson · 20 years ago
  84. 91748be add FLAC__metadata_chain_read_with_callbacks() by Josh Coalson · 20 years ago
  85. ea25cb3 begin addition of callback-based option to metadata interfaces; start by converting chain reader to callback-based by Josh Coalson · 20 years ago
  86. 6ebbabf fix another possible seeking bug by Josh Coalson · 20 years ago
  87. be62f3b minor comments by Josh Coalson · 20 years ago
  88. ab5c1d1 fix bug where calling FLAC__seekable_stream_decoder_set_metadata_ignore_*() to ignore STREAMINFO or SEEKTABLE would also prevent the seekable stream decoder from getting the blocks later, which it needs to be able to seek by Josh Coalson · 20 years ago
  89. 42a167f use $libdir instead of $prefix/lib to find library dir by Josh Coalson · 20 years ago
  90. 04027ad Enure that libFLAC is linked with -lm on all architectures, and regardless of by Matt Zimmerman · 21 years ago
  91. d666ed7 fix seeking bug where I/O seek to "unparseable" frame header caused a seek error: SF bug #851155 by Josh Coalson · 21 years ago
  92. fec4a77 fix bug: %ll doesn't work for MSVC, use %I64 instead by Josh Coalson · 21 years ago
  93. 3e2a733 bump version info by Josh Coalson · 21 years ago
  94. 4052c87 fix possible bug with seeking past 4Gbytes by Josh Coalson · 21 years ago
  95. 9564390 update copyright to 2004 by Josh Coalson · 21 years ago
  96. d46cfb2 fix some syntax bugs by Josh Coalson · 21 years ago
  97. 1731027 minor reformatting by Josh Coalson · 21 years ago
  98. 4d373f8 minor cleanup by Josh Coalson · 21 years ago
  99. 47d9bbd fix up reporting of the current frame to the write callback; also fixes a problem with progress callbacks in the ogg flac file encoder by Josh Coalson · 21 years ago
  100. 06c9c53 fix bug in read callback where *bytes was not being set to 0 on end-of-stream condition by Josh Coalson · 21 years ago