1. cb6dc72 *** empty log message *** by Josh Coalson · 18 years ago
  2. 9bedd78 fix compiler warnings by Josh Coalson · 18 years ago
  3. b9d8b9e remove special makefile variants for libiconv on darwin by Josh Coalson · 18 years ago
  4. 559321c for --import-picture-from, allow MIME type in specification to be blank and filled in automatically; allow specification to be just the filename, with other fields filled in automatically by Josh Coalson · 18 years ago
  5. 1c91ee3 add debugging defines with /D by Josh Coalson · 18 years ago
  6. e74bd95 add 2007 copyright by Josh Coalson · 18 years ago
  7. e3ec2ad convert C prototypes for functions with no args from () to (void) by Josh Coalson · 18 years ago
  8. 44eead8 minor typos by Josh Coalson · 18 years ago
  9. 2761e13 return nonzero exit code if invalid option was used by Josh Coalson · 18 years ago
  10. b0627a4 fixes from MSVC compile by Josh Coalson · 18 years ago
  11. 6fba847 add support for read-only operations for ogg flac by Josh Coalson · 18 years ago
  12. 116ca67 fix bug, need to open exported picture file in binary mode on win32 by Josh Coalson · 18 years ago
  13. 03c9d22 disallow multiple input FLAC files when --import-tags-from=- is used (SF#1082577 http://sourceforge.net/tracker/index.php?func=detail&aid=1082577&group_id=13478&atid=113478) by Josh Coalson · 18 years ago
  14. 16e953f disallow multiple input FLAC files when --import-tags-from=- is used (SF#1082577 http://sourceforge.net/tracker/index.php?func=detail&aid=1082577&group_id=13478&atid=113478) by Josh Coalson · 18 years ago
  15. acd4a43 fix compiler warnings by Josh Coalson · 18 years ago
  16. aec8bb3 rename metaflac's --import-picture to --import-picture-from for consistency with other options by Josh Coalson · 18 years ago
  17. 989f267 add --export-picture-to option to metaflac by Josh Coalson · 18 years ago
  18. 08b7d0c more fixes for ogg support by Josh Coalson · 18 years ago
  19. 8da98c8 merge libOggFLAC into libFLAC and libOggFLAC++ into FLAC++; documentation still needs work by Josh Coalson · 18 years ago
  20. ecb677e minor #includes by Josh Coalson · 18 years ago
  21. d68a14c _snprintf hackery for MSVC6 by Josh Coalson · 18 years ago
  22. 59717c2 minor comments by Josh Coalson · 18 years ago
  23. beb1284 minor comments by Josh Coalson · 18 years ago
  24. 2e29c93 remove ancient deprecated things by Josh Coalson · 18 years ago
  25. b02574e add --import-picture command to metaflac by Josh Coalson · 18 years ago
  26. 74ed294 add number-of-colors field to PICTURE metadata block by Josh Coalson · 18 years ago
  27. e343ab2 add support for new PICTURE metadata block by Josh Coalson · 18 years ago
  28. 0472058 fix bug, --remove-replay-gain was not removing REPLAYGAIN_REFERENCE_LOUDNESS by Josh Coalson · 18 years ago
  29. 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
  30. 14502c6 minor typo by Josh Coalson · 18 years ago
  31. b1ec796 complete largefile support by Josh Coalson · 18 years ago
  32. 4a83953 use flac file name instead of dummy.wav for --export-cuesheet-to (sf request #1272825 https://sourceforge.net/tracker/index.php?func=detail&aid=1272825&group_id=13478&atid=363478) by Josh Coalson · 18 years ago
  33. 26c8235 add new options: --tag-from-file for flac and --set-tag-from-file for metaflac by Josh Coalson · 18 years ago
  34. 8542542 update iconv settings by Josh Coalson · 18 years ago
  35. 0395dac add 2206 to copyright notice by Josh Coalson · 18 years ago
  36. e9a638d add support for building on os/2 with emx by Josh Coalson · 19 years ago
  37. 83b8d28 add shorthand option --remove-replay-gain to metaflac by Josh Coalson · 19 years ago
  38. b047964 fix minor problem with error case in handler for --add-seekpoint by Josh Coalson · 19 years ago
  39. b4de169 fixes to remove warnings from gcc-4.0.0 by Josh Coalson · 19 years ago
  40. 67bae33 check that a cuesheet is legal before trying to encode with it so user will get a more useful error message; only warn about non-CDDA-compliant cuesheets instead of error by Josh Coalson · 19 years ago
  41. 05a3984 fix handling of CFLAGS/CXXFLAGS, now using AM_CFLAGS by Josh Coalson · 20 years ago
  42. a78fac6 add 2005 to copyright notices by Josh Coalson · 20 years ago
  43. b54ce2e improved handling of libiconv by Josh Coalson · 20 years ago
  44. 2a9ae6a fix typos by Josh Coalson · 20 years ago
  45. def597e additions to metadata object api: more vorbiscomment functions, trailing-null on vorbis comment field values enforced everywhere by Josh Coalson · 20 years ago
  46. 2757af6 get Makefile.lite system (with asm) working on Darwin, better handling of libogg paths and linkage by Josh Coalson · 20 years ago
  47. 07be291 fix leak: chain was not being freed in one error case by Josh Coalson · 20 years ago
  48. f865adb fix compiler warnings by Josh Coalson · 20 years ago
  49. b7b98be minor comments by Josh Coalson · 20 years ago
  50. 0ceb449 rename metaflac *-vc-* options to *-tag-* ones, only ones remain but deprecated by Josh Coalson · 20 years ago
  51. 888db35 deduce from the STREAMINFO whether or not to expect the imported cuesheet to follow CD-DA rules by Josh Coalson · 20 years ago
  52. 9454b41 consolidate chain error reporting in a single function, add extra explanation for common errors by Josh Coalson · 20 years ago
  53. fec4a77 fix bug: %ll doesn't work for MSVC, use %I64 instead by Josh Coalson · 21 years ago
  54. 9564390 update copyright to 2004 by Josh Coalson · 21 years ago
  55. 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
  56. bef021a fix possibly uninitialized var if a file has no STREAMINFO block by Josh Coalson · 21 years ago
  57. 27e1354 C89 standard fixes, based on feedback from IRIX port by Josh Coalson · 21 years ago
  58. ca56e93 Build libtool archives instead of plain .a archives, so that PIC versions are by Matt Zimmerman · 22 years ago
  59. 630d22e remove reference to obsolete Makefile.vc by Josh Coalson · 22 years ago
  60. d8109c2 obsolete now that .dsp files are complete by Josh Coalson · 22 years ago
  61. f0a8c4f minor comments by Josh Coalson · 22 years ago
  62. 8dea208 Second patch from X-Fixer: tweaks for better MSVC build by Josh Coalson · 22 years ago
  63. b3538c8 minor comments by Josh Coalson · 22 years ago
  64. 292d20f fix bux in printing of APPLICATION metadata id by Josh Coalson · 22 years ago
  65. d060947 big fix to allow codec and metadata interface to handle unknown metadata block types correctly by Josh Coalson · 22 years ago
  66. afae69f Add 2003 to copyright notice by Josh Coalson · 22 years ago
  67. f91251d add flushed fwrite in Valgrind mode by Josh Coalson · 22 years ago
  68. c191ab4 double-protect a naked assert by Josh Coalson · 22 years ago
  69. 63f2918 minor comments by Josh Coalson · 22 years ago
  70. 8f0c71b add "is_cd" flag to CUESHEET everywhere by Josh Coalson · 22 years ago
  71. 4fa9059 fix memory leaks found with valgrind by Josh Coalson · 22 years ago
  72. 1dca1c2 remove SHARE_LIBS by Josh Coalson · 22 years ago
  73. cef5703 minor comments by Josh Coalson · 22 years ago
  74. 77123f1 minor fixes by Josh Coalson · 22 years ago
  75. cfae6cd finish implementation of --import-cuesheet-from and --export-cuesheet-to by Josh Coalson · 22 years ago
  76. af396a5 fix bug in local_strcat() by Josh Coalson · 22 years ago
  77. 303123f beginnings of new --import-cuesheet-from and --export-cuesheet-to options by Josh Coalson · 22 years ago
  78. fcc7a68 get Makefile.vc system working again with new debug/release dirs and static/dynamic targets by Josh Coalson · 22 years ago
  79. bfc8e31 revamp MSVC build system, separate dynamic and static builds, separate debug and release intermediate directories by Josh Coalson · 22 years ago
  80. b74fc98 revamp Makefile.lite system, use separate dirs and names for debug and release targets and object files by Josh Coalson · 22 years ago
  81. d91f8fa add FLAC__METADATA_TYPE_UNDEFINED to FLAC__StreamMetadataType enum for marking beginning of reserved range by Josh Coalson · 22 years ago
  82. 4be849f finish implementation of --add-seekpoint by Josh Coalson · 22 years ago
  83. 3c18ade fix bug passing filename around by Josh Coalson · 22 years ago
  84. ee44de4 initial import; split up on main.c by Josh Coalson · 22 years ago
  85. 1786393 split up main.c into separate files by Josh Coalson · 22 years ago
  86. 8c40b95 split up into separate files by Josh Coalson · 22 years ago
  87. 0c781cf beginnings of new --add-seekpoint option by Josh Coalson · 22 years ago
  88. b8f8a07 updates to work with new grabbag lib by Josh Coalson · 22 years ago
  89. 9fc4904 use replaygain lib's peak analysis by Josh Coalson · 22 years ago
  90. 99602a2 add support for new file_utils convenience library by Josh Coalson · 22 years ago
  91. c955d2c fix library link order by Josh Coalson · 22 years ago
  92. 5f64630 flesh out --add-replay-gain implementation by Josh Coalson · 22 years ago
  93. c1d97f3 first twinges of replaygain support by Josh Coalson · 22 years ago
  94. ddadef6 add new gain_analysis convenience library by Josh Coalson · 22 years ago
  95. cd0e322 add notion of topdir to Makefile.lite build system by Josh Coalson · 22 years ago
  96. 8806494 fixes for building static libs (new FLAC__NO_DLL #define) by Josh Coalson · 22 years ago
  97. a987ab4 more option tweaks by Josh Coalson · 22 years ago
  98. d7dc769 remove unused libs from linkage by Josh Coalson · 22 years ago
  99. f420524 initial import by Josh Coalson · 22 years ago
  100. fc70147 changes for MSCV: added dsp file, rename any .cc files to .cpp by Josh Coalson · 22 years ago