1. b1b4f59 minor fixes by Josh Coalson · 20 years ago
  2. c4cb493 minor comments by Josh Coalson · 20 years ago
  3. 0d3da77 fix typo in solaris defines by Josh Coalson · 20 years ago
  4. f4c1a8e fixes for compiling with SunPro by Josh Coalson · 20 years ago
  5. 7446e18 fix ANSI C violation w.r.t. const arrays by Josh Coalson · 20 years ago
  6. f30426a minor formatting by Josh Coalson · 20 years ago
  7. 450572f add test_seeking runs for native FLAC files with total_samples=0 in the STREAMINFO by Josh Coalson · 20 years ago
  8. 7b3808b improve to test seeking beyond end-of-stream by Josh Coalson · 20 years ago
  9. d2e010e improve resolution stream-length-in-millisecond calculation by Josh Coalson · 20 years ago
  10. 08ccb1f remove unnecessary #includes by Josh Coalson · 20 years ago
  11. a47e20f fix another seeking bug that can happen rarely when seeking past the end of the stream by Josh Coalson · 20 years ago
  12. 65dc12a add link to project page on sourceforge by Josh Coalson · 20 years ago
  13. 3e41250 tag new changelog entry as version 1.1.2 by Josh Coalson · 20 years ago
  14. e94ad4f minor removal of unused code; see http://lists.xiph.org/pipermail/flac-dev/2005-January/001703.html by Josh Coalson · 20 years ago
  15. 7ba6412 merge from FLAC 1.1.1 maintenance branch (-j FLAC_RELEASE_1_1_1__2004_10_01 -j FLAC_RELEASE_1_1_1_MAINTENANCE_BRANCH (AKA FLAC_RELEASE_1_1_1_MAINTENANCE__MERGE_TO_TRUNK)) by Josh Coalson · 20 years ago
  16. 03197fa add items: html metaflac docs, improved vorbis comment handling in API by Josh Coalson · 20 years ago
  17. a78fac6 add 2005 to copyright notices by Josh Coalson · 20 years ago
  18. 3923e10 add items for speedups and bug fixes by Josh Coalson · 20 years ago
  19. 59ebafb memmove/memset patch from Eric Wong by Josh Coalson · 20 years ago
  20. 5b60d02 patch from Eric Wong, slight improvement on Miroslav's work by Josh Coalson · 20 years ago
  21. 5750b36 check in miroslav's long-lost bitbuffer optimizations by Josh Coalson · 20 years ago
  22. c71bfe9 remove superfluous semicolon after namespace closures by Josh Coalson · 20 years ago
  23. ba05608 again fix logic around deciphering frame/sample number from frame header by Josh Coalson · 20 years ago
  24. 663c599 merged patches from Chris Csanady and John Steele Scott, better checking for altivec and ppc64 on ppc by Josh Coalson · 20 years ago
  25. fd218cf add host checks to try and divine whether we're on a darwin or linux system by Josh Coalson · 20 years ago
  26. a1e923b add test for new form of get_tags() by Josh Coalson · 20 years ago
  27. cd18cdc add tests for constructors with copy control and assign() by Josh Coalson · 20 years ago
  28. df8e732 fix required nasm version by Josh Coalson · 20 years ago
  29. 42372b9 libFLAC++: all metadata object operator=() funcs now return *this; add Metadata::*::assign() and FLAC::Metadata::get_tags() by Josh Coalson · 20 years ago
  30. 1518d94 better verbiage in bug-report lingo by Josh Coalson · 20 years ago
  31. a11870b fix typos by Josh Coalson · 20 years ago
  32. b54ce2e improved handling of libiconv by Josh Coalson · 20 years ago
  33. 80171dc fix all bare malloc() realloc() etc calls to have a proper cast in front by Josh Coalson · 20 years ago
  34. f8ecdde fix typos, remove obsolete $(ORDINALS_H) by Josh Coalson · 20 years ago
  35. 2a9ae6a fix typos by Josh Coalson · 20 years ago
  36. 2c75bd8 minor comments by Josh Coalson · 20 years ago
  37. 720216a add latest rice partition order limit restriction to subset definition by Josh Coalson · 20 years ago
  38. 01fb720 add docs for metaflac by Josh Coalson · 20 years ago
  39. dad6ad4 add test for 'flac --input-size' by Josh Coalson · 20 years ago
  40. f3becfd add a default BUILD target by Josh Coalson · 20 years ago
  41. 4926250 minor comments by Josh Coalson · 20 years ago
  42. 28306cc don't build dynamic libs on OS X by Josh Coalson · 20 years ago
  43. c549f0f in stream encoder, only allocate and calculate real signal if max lpc order > 0 by Josh Coalson · 20 years ago
  44. 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
  45. e40480d revamp plugin_common to use utf-8 instead of wchar_t as the internal comment format by Josh Coalson · 20 years ago
  46. b990022 fix libFLAC to build PPC asm properly, conditionalized for gas or as by Josh Coalson · 20 years ago
  47. d4b2955 conditionalized linking with libOggFLAC by Josh Coalson · 20 years ago
  48. 81b3cae revamp plugin_common to use utf-8 instead of wchar_t as the internal comment format by Josh Coalson · 20 years ago
  49. d56ac59 define socklen_t if it doesn't exist by Josh Coalson · 20 years ago
  50. def597e additions to metadata object api: more vorbiscomment functions, trailing-null on vorbis comment field values enforced everywhere by Josh Coalson · 20 years ago
  51. 8ddf7fb fix typo in comment by Josh Coalson · 20 years ago
  52. 3795432 obsolete by Josh Coalson · 20 years ago
  53. 07e0048 minor error message fix by Josh Coalson · 20 years ago
  54. 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
  55. 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
  56. 8f64899 fix comment typos by Josh Coalson · 20 years ago
  57. b43d3cb fix PATH and LD_LIBRARY_PATH settings, pass build type as first arg to test scripts by Josh Coalson · 20 years ago
  58. b42b0ee initial import by Josh Coalson · 20 years ago
  59. 1637d93 fix path to local libog dirs by Josh Coalson · 20 years ago
  60. 29a6a9d add float.c/h by Josh Coalson · 20 years ago
  61. f719813 add fixed-point functions by Josh Coalson · 20 years ago
  62. 375810e add FLAC__bitmath_ilog2_wide() by Josh Coalson · 20 years ago
  63. 2757af6 get Makefile.lite system (with asm) working on Darwin, better handling of libogg paths and linkage by Josh Coalson · 20 years ago
  64. 4f4d967 add copyright notice by Josh Coalson · 20 years ago
  65. f019c51 minor formatting by Josh Coalson · 20 years ago
  66. 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
  67. 5899bcb fix bug in handling of --input-size by Josh Coalson · 20 years ago
  68. 2a23c63 add float.h by Josh Coalson · 20 years ago
  69. f7d5221 initial import by Josh Coalson · 20 years ago
  70. 07be291 fix leak: chain was not being freed in one error case by Josh Coalson · 20 years ago
  71. ed1db1f add --input-size option to flac by Josh Coalson · 20 years ago
  72. c99aa82 patch from Steven Richman: adds support for streaming http transport to xmms plugin by Josh Coalson · 20 years ago
  73. 076adb0 fix uninitialized variable by Josh Coalson · 20 years ago
  74. 5e8e733 minor fixes to comply with C99's new pointer aliasing rules by Josh Coalson · 20 years ago
  75. 91b4ce5 fix #ifdef problems that existed when FLAC__NO_ASM is defined by Josh Coalson · 20 years ago
  76. 607fc84 fix debian bug #274301: libflac4 segfaults on corrupt flac files by Josh Coalson · 20 years ago
  77. 5367759 more path fixes by Josh Coalson · 20 years ago
  78. 83688e9 add explicit path to libogg by Josh Coalson · 20 years ago
  79. 04f9e21 go back to using COMMENT tag instead of DESCRIPTION by Josh Coalson · 20 years ago
  80. 403fb5c #include <string.h> by Josh Coalson · 20 years ago
  81. 1baba26 remove dangerous clean targets by Josh Coalson · 20 years ago
  82. 2bae733 add playback.[ch] by Josh Coalson · 20 years ago
  83. fa10dcf bump release date to 2004-Oct-01 by Josh Coalson · 20 years ago
  84. 4263183 remove #define ___USE_GNU by Josh Coalson · 20 years ago
  85. 3ca49da move AC_GNU_SOURCE higher up as required by Josh Coalson · 20 years ago
  86. d77805f remove logo.jpg by Josh Coalson · 20 years ago
  87. e31d9eb remove id3 support from the plugins by Josh Coalson · 20 years ago
  88. 47297ce obsolete by Josh Coalson · 20 years ago
  89. 30d7666 fix spelling of "misk" by Josh Coalson · 20 years ago
  90. 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
  91. cd6bc7c add Charset_Create_List_UTF8_Only() by Josh Coalson · 20 years ago
  92. b445ebe add Prerequisites section: need libogg>=1.1.2 for Ogg FLAC and NASM for x86 optimizations by Josh Coalson · 20 years ago
  93. 8f6a06b minor formatting by Josh Coalson · 20 years ago
  94. 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
  95. 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
  96. 8370a7b un-inline iterator functions by Josh Coalson · 20 years ago
  97. 42d57fa fix minor comment typos by Josh Coalson · 20 years ago
  98. 9745f25 major plugin revamp based on x-fixer's code by Josh Coalson · 20 years ago
  99. 838408a minor casting by Josh Coalson · 20 years ago
  100. df5783a add hardware links for hifidelio, iaudio m3 by Josh Coalson · 20 years ago