1. 03197fa add items: html metaflac docs, improved vorbis comment handling in API by Josh Coalson · 19 years ago
  2. a78fac6 add 2005 to copyright notices by Josh Coalson · 19 years ago
  3. 3923e10 add items for speedups and bug fixes by Josh Coalson · 19 years ago
  4. 59ebafb memmove/memset patch from Eric Wong by Josh Coalson · 19 years ago
  5. 5b60d02 patch from Eric Wong, slight improvement on Miroslav's work by Josh Coalson · 19 years ago
  6. 5750b36 check in miroslav's long-lost bitbuffer optimizations by Josh Coalson · 19 years ago
  7. c71bfe9 remove superfluous semicolon after namespace closures by Josh Coalson · 19 years ago
  8. ba05608 again fix logic around deciphering frame/sample number from frame header by Josh Coalson · 19 years ago
  9. 663c599 merged patches from Chris Csanady and John Steele Scott, better checking for altivec and ppc64 on ppc by Josh Coalson · 20 years ago
  10. fd218cf add host checks to try and divine whether we're on a darwin or linux system by Josh Coalson · 20 years ago
  11. a1e923b add test for new form of get_tags() by Josh Coalson · 20 years ago
  12. cd18cdc add tests for constructors with copy control and assign() by Josh Coalson · 20 years ago
  13. df8e732 fix required nasm version by Josh Coalson · 20 years ago
  14. 42372b9 libFLAC++: all metadata object operator=() funcs now return *this; add Metadata::*::assign() and FLAC::Metadata::get_tags() by Josh Coalson · 20 years ago
  15. 1518d94 better verbiage in bug-report lingo by Josh Coalson · 20 years ago
  16. a11870b fix typos by Josh Coalson · 20 years ago
  17. b54ce2e improved handling of libiconv by Josh Coalson · 20 years ago
  18. 80171dc fix all bare malloc() realloc() etc calls to have a proper cast in front by Josh Coalson · 20 years ago
  19. f8ecdde fix typos, remove obsolete $(ORDINALS_H) by Josh Coalson · 20 years ago
  20. 2a9ae6a fix typos by Josh Coalson · 20 years ago
  21. 2c75bd8 minor comments by Josh Coalson · 20 years ago
  22. 720216a add latest rice partition order limit restriction to subset definition by Josh Coalson · 20 years ago
  23. 01fb720 add docs for metaflac by Josh Coalson · 20 years ago
  24. dad6ad4 add test for 'flac --input-size' by Josh Coalson · 20 years ago
  25. f3becfd add a default BUILD target by Josh Coalson · 20 years ago
  26. 4926250 minor comments by Josh Coalson · 20 years ago
  27. 28306cc don't build dynamic libs on OS X by Josh Coalson · 20 years ago
  28. c549f0f in stream encoder, only allocate and calculate real signal if max lpc order > 0 by Josh Coalson · 20 years ago
  29. 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
  30. e40480d revamp plugin_common to use utf-8 instead of wchar_t as the internal comment format by Josh Coalson · 20 years ago
  31. b990022 fix libFLAC to build PPC asm properly, conditionalized for gas or as by Josh Coalson · 20 years ago
  32. d4b2955 conditionalized linking with libOggFLAC by Josh Coalson · 20 years ago
  33. 81b3cae revamp plugin_common to use utf-8 instead of wchar_t as the internal comment format by Josh Coalson · 20 years ago
  34. d56ac59 define socklen_t if it doesn't exist by Josh Coalson · 20 years ago
  35. def597e additions to metadata object api: more vorbiscomment functions, trailing-null on vorbis comment field values enforced everywhere by Josh Coalson · 20 years ago
  36. 8ddf7fb fix typo in comment by Josh Coalson · 20 years ago
  37. 3795432 obsolete by Josh Coalson · 20 years ago
  38. 07e0048 minor error message fix 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. 8f64899 fix comment typos by Josh Coalson · 20 years ago
  42. b43d3cb fix PATH and LD_LIBRARY_PATH settings, pass build type as first arg to test scripts by Josh Coalson · 20 years ago
  43. b42b0ee initial import by Josh Coalson · 20 years ago
  44. 1637d93 fix path to local libog dirs by Josh Coalson · 20 years ago
  45. 29a6a9d add float.c/h by Josh Coalson · 20 years ago
  46. f719813 add fixed-point functions by Josh Coalson · 20 years ago
  47. 375810e add FLAC__bitmath_ilog2_wide() by Josh Coalson · 20 years ago
  48. 2757af6 get Makefile.lite system (with asm) working on Darwin, better handling of libogg paths and linkage by Josh Coalson · 20 years ago
  49. 4f4d967 add copyright notice by Josh Coalson · 20 years ago
  50. f019c51 minor formatting by Josh Coalson · 20 years ago
  51. 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
  52. 5899bcb fix bug in handling of --input-size by Josh Coalson · 20 years ago
  53. 2a23c63 add float.h by Josh Coalson · 20 years ago
  54. f7d5221 initial import by Josh Coalson · 20 years ago
  55. 07be291 fix leak: chain was not being freed in one error case by Josh Coalson · 20 years ago
  56. ed1db1f add --input-size option to flac by Josh Coalson · 20 years ago
  57. c99aa82 patch from Steven Richman: adds support for streaming http transport to xmms plugin by Josh Coalson · 20 years ago
  58. 076adb0 fix uninitialized variable by Josh Coalson · 20 years ago
  59. 5e8e733 minor fixes to comply with C99's new pointer aliasing rules by Josh Coalson · 20 years ago
  60. 91b4ce5 fix #ifdef problems that existed when FLAC__NO_ASM is defined by Josh Coalson · 20 years ago
  61. 607fc84 fix debian bug #274301: libflac4 segfaults on corrupt flac files by Josh Coalson · 20 years ago
  62. 5367759 more path fixes by Josh Coalson · 20 years ago
  63. 83688e9 add explicit path to libogg by Josh Coalson · 20 years ago
  64. 04f9e21 go back to using COMMENT tag instead of DESCRIPTION by Josh Coalson · 20 years ago
  65. 403fb5c #include <string.h> by Josh Coalson · 20 years ago
  66. 1baba26 remove dangerous clean targets by Josh Coalson · 20 years ago
  67. 2bae733 add playback.[ch] by Josh Coalson · 20 years ago
  68. fa10dcf bump release date to 2004-Oct-01 by Josh Coalson · 20 years ago
  69. 4263183 remove #define ___USE_GNU by Josh Coalson · 20 years ago
  70. 3ca49da move AC_GNU_SOURCE higher up as required by Josh Coalson · 20 years ago
  71. d77805f remove logo.jpg by Josh Coalson · 20 years ago
  72. e31d9eb remove id3 support from the plugins by Josh Coalson · 20 years ago
  73. 47297ce obsolete by Josh Coalson · 20 years ago
  74. 30d7666 fix spelling of "misk" by Josh Coalson · 20 years ago
  75. 454dc14 make listbox for "from" charset contain only UTF-8 since that is the only support encoding for vorbis comments by Josh Coalson · 20 years ago
  76. cd6bc7c add Charset_Create_List_UTF8_Only() by Josh Coalson · 20 years ago
  77. b445ebe add Prerequisites section: need libogg>=1.1.2 for Ogg FLAC and NASM for x86 optimizations by Josh Coalson · 20 years ago
  78. 8f6a06b minor formatting by Josh Coalson · 20 years ago
  79. a3059c9 for the first 20 seeks, always seek to the first and last 10 samples before starting random seeking by Josh Coalson · 20 years ago
  80. 732dbb2 remove the commented-out and erroneous end-of-stream setting in read_callback_(); fix another bug in seeking where landing after the last frame start would cause a seek error; improve the infinite-loop checker by Josh Coalson · 20 years ago
  81. 8370a7b un-inline iterator functions by Josh Coalson · 20 years ago
  82. 42d57fa fix minor comment typos by Josh Coalson · 20 years ago
  83. 9745f25 major plugin revamp based on x-fixer's code by Josh Coalson · 20 years ago
  84. 838408a minor casting by Josh Coalson · 20 years ago
  85. df5783a add hardware links for hifidelio, iaudio m3 by Josh Coalson · 20 years ago
  86. 1af33db add status item for new hardware players by Josh Coalson · 20 years ago
  87. a81bcae add changelog entry for fixed AIFF SSND offset bug by Josh Coalson · 20 years ago
  88. cfdb07f create a new fskip_ahead() to unify all the forward seeking that is done by Josh Coalson · 20 years ago
  89. 9f3ac31 patch from Brian Willoughby: fix handling of "offset" field in SSND chunk by Josh Coalson · 20 years ago
  90. 94b5499 add targets/files for new test_seeking tester by Josh Coalson · 20 years ago
  91. 0f0617f fix some bugs with seeking; the libogg ogg_stream_pagein() bug with large packets still remains by Josh Coalson · 20 years ago
  92. dc6015b add links for buckethead, dave matthews band, ato records, musictoday by Josh Coalson · 20 years ago
  93. 5873582 initial import by Josh Coalson · 20 years ago
  94. 6d6cb53 add call to OggFLAC__ogg_decoder_aspect_reset() in OggFLAC__stream_decoder_reset() by Josh Coalson · 20 years ago
  95. af8101f remove unused ogg_decoder_aspect by Josh Coalson · 20 years ago
  96. 6803734 fix path to bin files by Josh Coalson · 20 years ago
  97. 70d8563 minor formatting by Josh Coalson · 20 years ago
  98. e5fcb92 bump release date to sep 18 by Josh Coalson · 20 years ago
  99. 41b22d5 rename metaflac *-vc-* options to *-tag-* ones, only ones remain but deprecated by Josh Coalson · 20 years ago
  100. e85af28 add link to winCE port by Josh Coalson · 20 years ago