1. b1ec796 complete largefile support by Josh Coalson · 18 years ago
  2. 0395dac add 2206 to copyright notice by Josh Coalson · 19 years ago
  3. e64dda0 fix compiler warnings by Josh Coalson · 19 years ago
  4. 7cfac0b add FLAC__metadata_get_cuesheet() and FLAC__metadata_object_cuesheet_calculate_cddb_id() by Josh Coalson · 19 years ago
  5. 6847a66 fix vorbiscomment entry validity tests to match better utf-8 checking in libFLAC by Josh Coalson · 19 years ago
  6. e9a638d add support for building on os/2 with emx by Josh Coalson · 19 years ago
  7. 05a3984 fix handling of CFLAGS/CXXFLAGS, now using AM_CFLAGS by Josh Coalson · 20 years ago
  8. a78fac6 add 2005 to copyright notices by Josh Coalson · 20 years ago
  9. 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
  10. def597e additions to metadata object api: more vorbiscomment functions, trailing-null on vorbis comment field values enforced everywhere by Josh Coalson · 20 years ago
  11. 2757af6 get Makefile.lite system (with asm) working on Darwin, better handling of libogg paths and linkage by Josh Coalson · 20 years ago
  12. 1aca6b1 add FLAC__metadata_get_tags(), FLAC::Metadata::get_tags() by Josh Coalson · 20 years ago
  13. 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
  14. 47f51b1 add method for skipping an audio frame, plus tests by Josh Coalson · 20 years ago
  15. 89f161c tempfile only needs to be opened with wb, not w+b by Josh Coalson · 20 years ago
  16. 967360b minor comments by Josh Coalson · 20 years ago
  17. 0b8b564 add tests of mismatched read/write protections in chain interface by Josh Coalson · 20 years ago
  18. b279130 fix uninitialized variable error turned up by valgrind by Josh Coalson · 20 years ago
  19. 65831dd add tests for callback-based chain reading/writing by Josh Coalson · 20 years ago
  20. 9564390 update copyright to 2004 by Josh Coalson · 21 years ago
  21. 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
  22. 9c650a5 add undocumented option --apply-replaygain-which-is-not-lossless to flac; required a lot of reorganization; gain_analysis lib renamed to replaygain_analyis; replaygain_synthesis moved out of plugin_common into its own library in share/ by Josh Coalson · 21 years ago
  23. 6e2c6d9 add a "tell" callback to the seekable stream encoder to make the metadata writeback more robust by Josh Coalson · 21 years ago
  24. 27e1354 C89 standard fixes, based on feedback from IRIX port by Josh Coalson · 21 years ago
  25. ca56e93 Build libtool archives instead of plain .a archives, so that PIC versions are by Matt Zimmerman · 22 years ago
  26. 630d22e remove reference to obsolete Makefile.vc by Josh Coalson · 22 years ago
  27. d8109c2 obsolete now that .dsp files are complete by Josh Coalson · 22 years ago
  28. 53496dd bump version number to 1.1.0 by Josh Coalson · 22 years ago
  29. d32b0df minor verbiage by Josh Coalson · 22 years ago
  30. 798e161 add some more missing unit tests by Josh Coalson · 22 years ago
  31. 8dea208 Second patch from X-Fixer: tweaks for better MSVC build by Josh Coalson · 22 years ago
  32. a47fa56 augment unit tests to test for correctness with unknown metadata blocks by Josh Coalson · 22 years ago
  33. 613dae4 update some function names to match changes in metadata_utils.h by Josh Coalson · 22 years ago
  34. 5267ae5 move in some common metadata setting stuff here by Josh Coalson · 22 years ago
  35. a52a555 move common stuff into metadata_utils by Josh Coalson · 22 years ago
  36. 75d78a3 bump version string to 1.0.5_beta2 by Josh Coalson · 22 years ago
  37. 4c2676a update the version number from 1.0.4 to 1.0.5-beta1 by Josh Coalson · 22 years ago
  38. afae69f Add 2003 to copyright notice by Josh Coalson · 22 years ago
  39. d722821 fix memory leaks by Josh Coalson · 22 years ago
  40. 1a28b69 fix problem with uninitialized data from valgrind by Josh Coalson · 22 years ago
  41. f1f359e minor syntax by Josh Coalson · 22 years ago
  42. 45062b8 fix uninitialized data by Josh Coalson · 22 years ago
  43. f91251d add flushed fwrite in Valgrind mode by Josh Coalson · 22 years ago
  44. 5fa6b9a fix bug in cuesheet comparison by Josh Coalson · 22 years ago
  45. 8f0c71b add "is_cd" flag to CUESHEET everywhere by Josh Coalson · 22 years ago
  46. 4fa9059 fix memory leaks found with valgrind by Josh Coalson · 22 years ago
  47. 44ca9fe fix library list by Josh Coalson · 22 years ago
  48. fcc7a68 get Makefile.vc system working again with new debug/release dirs and static/dynamic targets by Josh Coalson · 22 years ago
  49. ed6e2ce minor fixes by Josh Coalson · 22 years ago
  50. bfc8e31 revamp MSVC build system, separate dynamic and static builds, separate debug and release intermediate directories by Josh Coalson · 22 years ago
  51. b74fc98 revamp Makefile.lite system, use separate dirs and names for debug and release targets and object files by Josh Coalson · 22 years ago
  52. 587f491 finish CUESHEET tests by Josh Coalson · 22 years ago
  53. 8e9c451 implement new CUESHEET metadata block by Josh Coalson · 22 years ago
  54. af385ab fix path to grabbag lib by Josh Coalson · 22 years ago
  55. b8f8a07 updates to work with new grabbag lib by Josh Coalson · 22 years ago
  56. 5843fc2 work related to moving some file utils into the new file_utils convenience lib by Josh Coalson · 22 years ago
  57. 71db5ee update to match new default vorbis comment size (now with vendor string) by Josh Coalson · 22 years ago
  58. cd0e322 add notion of topdir to Makefile.lite build system by Josh Coalson · 22 years ago
  59. 8806494 fixes for building static libs (new FLAC__NO_DLL #define) by Josh Coalson · 22 years ago
  60. a15bc55 initial import by Josh Coalson · 22 years ago
  61. fc70147 changes for MSCV: added dsp file, rename any .cc files to .cpp by Josh Coalson · 22 years ago
  62. 3960df1 Fix slightly botched search-and-replace which produced constructs like by Matt Zimmerman · 22 years ago
  63. e525917 Use config.h rather than passing all defs in CFLAGS by Matt Zimmerman · 22 years ago
  64. 7dfd40d bump the version number from 1.0.4_beta to 1.0.4 by Josh Coalson · 22 years ago
  65. 6b2efd0 bump version number to 1.0.4_beta by Josh Coalson · 22 years ago
  66. 3ac6693 add read_only argument to simple iterator initializer by Josh Coalson · 22 years ago
  67. 765ff50 minor formatting by Josh Coalson · 22 years ago
  68. fedb0ae update tests to reflect addition of vorbis comment with vendor string by Josh Coalson · 22 years ago
  69. e1f795b add some missing tests by Josh Coalson · 22 years ago
  70. 2ea0839 add a samples_written field to the progress callback by Josh Coalson · 22 years ago
  71. 589f8c7 add ..._get_verify_decoder_error_stats() by Josh Coalson · 22 years ago
  72. 1892670 better state reporting by Josh Coalson · 22 years ago
  73. d86e03b add verify mode to all encoders by Josh Coalson · 22 years ago
  74. b5bc249 add ..._get_total_samples_estimate(), add progress callback to file encoder by Josh Coalson · 22 years ago
  75. cfdfc82 revamp decoder process calls by Josh Coalson · 22 years ago
  76. ebece62 new seekable stream encoder and file encoder layers by Josh Coalson · 22 years ago
  77. 680e3aa minor syntax by Josh Coalson · 22 years ago
  78. cad97be new funcs for getting underlying decoder layer states by Josh Coalson · 22 years ago
  79. 5a5de73 new functions for seektable templates, point sorting by Josh Coalson · 22 years ago
  80. cd443f6 add Makefile.lite, Makefile.vc, etc. to EXTRA_DIST by Josh Coalson · 22 years ago
  81. 0d0d773 bump version number from 1.0.3_beta to 1.0.3 by Josh Coalson · 22 years ago
  82. 8ba563d minor fix to cast sizeof for printf by Josh Coalson · 22 years ago
  83. bc86950 minor changes in anticipation of release by Josh Coalson · 22 years ago
  84. 47303c8 minor comments by Josh Coalson · 22 years ago
  85. 5ee2baa fix return type of externs by Josh Coalson · 22 years ago
  86. e4f0572 fix LDADD var by Josh Coalson · 22 years ago
  87. d57c8d3 fixes from compiling code and running all the tests on NT by Josh Coalson · 22 years ago
  88. 999be3b last batch of changes and fixes based on the libFLAC++ unit tests by Josh Coalson · 22 years ago
  89. cc68251 another big glob of changes/fixes by Josh Coalson · 22 years ago
  90. 7d21785 rename directory test_unit to test_libFLAC by Josh Coalson · 22 years ago