1. 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
  2. fec4a77 fix bug: %ll doesn't work for MSVC, use %I64 instead by Josh Coalson · 21 years ago
  3. f45b2a8 minor reordering of decoder state enum to match FLAC layers by Josh Coalson · 21 years ago
  4. e436297 remove unused member "ogg_decoder_aspect" by Josh Coalson · 21 years ago
  5. e8d8fde add OggFLAC__ogg_decoder_aspect_get_unconsumed_bytes() by Josh Coalson · 21 years ago
  6. e8fa86b fix memory leaks and bug where STREAMINFO was not being written back by Josh Coalson · 21 years ago
  7. 0433c8e refrain from forcing the ogg packet number; libogg overwrites it anyway with the packet counter from the stream state by Josh Coalson · 21 years ago
  8. 3e2a733 bump version info by Josh Coalson · 21 years ago
  9. dde4102 fix --until bug #851756 by Josh Coalson · 21 years ago
  10. 93efc40 *** empty log message *** by Josh Coalson · 21 years ago
  11. 4052c87 fix possible bug with seeking past 4Gbytes by Josh Coalson · 21 years ago
  12. f3d6429 fix bug in asserts by Josh Coalson · 21 years ago
  13. 9564390 update copyright to 2004 by Josh Coalson · 21 years ago
  14. e6d52b0 add read callback to OggFLAC__SeekableStreamEncoder, necessary for metadata rewriting by Josh Coalson · 21 years ago
  15. 8fdb964 minor comments by Josh Coalson · 21 years ago
  16. f83709c remove unused stuff by Josh Coalson · 21 years ago
  17. cc08536 fix more typos in returned states after conversion, temporarily disable metadata callback until ogg page rewriter is finished and hooked up by Josh Coalson · 21 years ago
  18. 30cd316 revamp OggFLAC__SeekableStreamEncoder to derive from FLAC__StreamEncoder instead of FLAC__SeekableStreamEncoder by Josh Coalson · 21 years ago
  19. 112ed6c always flush pages for metadata writes so that each block is in its own page as much as possible by Josh Coalson · 21 years ago
  20. 7994608 various fixes related to deriving OggFLAC__SeekableStreamEncoder from FLAC__StreamEncoder instead of FLAC__SeekableStreamEncoder by Josh Coalson · 21 years ago
  21. d46cfb2 fix some syntax bugs by Josh Coalson · 21 years ago
  22. b71b56c various fixes related to deriving OggFLAC__SeekableStreamEncoder from FLAC__StreamEncoder instead of FLAC__SeekableStreamEncoder by Josh Coalson · 21 years ago
  23. 1731027 minor reformatting by Josh Coalson · 21 years ago
  24. 073bd9e revamp ogg flac file decoder; it needed to be derived from the ogg flac stream encoder instead of the flac file encoder by Josh Coalson · 21 years ago
  25. 4d373f8 minor cleanup by Josh Coalson · 21 years ago
  26. 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
  27. 43d8f85 minor comments by Josh Coalson · 21 years ago
  28. 575c171 fix bug in dummy tell callback by Josh Coalson · 21 years ago
  29. 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
  30. 9b07b61 revamp the Ogg decoding logic; much more stable now by Josh Coalson · 21 years ago
  31. 0bc2c32 minor comments by Josh Coalson · 21 years ago
  32. 182e4e6 add #ifdef FLAC__ONE_FLAC_FRAME_PER_OGG_PAGE section to write callback wrapper by Josh Coalson · 21 years ago
  33. c82bf8a fix plugin to match latest api for replaygain synthesis by Josh Coalson · 21 years ago
  34. 5dda2bd use double for scale factor instead of float by Josh Coalson · 21 years ago
  35. b7eeec1 #pragma to turn off useless MSVC warning C4800 by Josh Coalson · 21 years ago
  36. 93c66d7 obliterate obsolete winamp3 plugin by Josh Coalson · 21 years ago
  37. 0f22034 fix endian bug when applying replaygain by Josh Coalson · 21 years ago
  38. 1a698a8 fix bug where apply gain is used on a file with no vorbis comment by Josh Coalson · 21 years ago
  39. e83dbbe fixes from MSVC build by Josh Coalson · 21 years ago
  40. 99e8c2f ugh, it's FLAC__ASSERT() not FLAC__assert() by Josh Coalson · 21 years ago
  41. 3c5072c use FLAC__assert() instead of assert() by Josh Coalson · 21 years ago
  42. 08af834 rename string.* to more unambiguous local_string_utils.* by Josh Coalson · 21 years ago
  43. f61dc66 rename string.* to more unambiguous local_string_utils.* by Josh Coalson · 21 years ago
  44. 3dc6fa4 fixes for MSVC by Josh Coalson · 21 years ago
  45. 029a8e9 fix typos, some calls to seekable stream decoder instead of stream decoder by Josh Coalson · 21 years ago
  46. 77625ed #include stdlib.h for size_t by Josh Coalson · 21 years ago
  47. 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
  48. 628f4ef stamp a CVS+date for the version by Josh Coalson · 21 years ago
  49. ddb8e82 fix bug in the returned size by Josh Coalson · 21 years ago
  50. c65460d use size_t for return type by Josh Coalson · 21 years ago
  51. 2eed0b9 fix bug in sample_number calculation from frame header by Josh Coalson · 21 years ago
  52. 997c6bc fix bug (debian #213172): http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=213172 by Josh Coalson · 21 years ago
  53. 7890953 use new Ogg FLAC file encoder where appropriate by Josh Coalson · 21 years ago
  54. 45df151 better end-of-file/stream checking by Josh Coalson · 21 years ago
  55. 3c2bdf8 add ogg seekable stream and file encoder and decoder interfaces by Josh Coalson · 21 years ago
  56. e9b38b4 implementation finished by Josh Coalson · 21 years ago
  57. fe1a23e rewrite to use ogg encoder aspect by Josh Coalson · 21 years ago
  58. 4e96cdb minor syntax by Josh Coalson · 21 years ago
  59. efd81fc add OggFLAC__ogg_decoder_aspect_reset() by Josh Coalson · 21 years ago
  60. e7e5675 add metadata callback back to ogg stream encoder by Josh Coalson · 21 years ago
  61. 6e2c6d9 add a "tell" callback to the seekable stream encoder to make the metadata writeback more robust by Josh Coalson · 21 years ago
  62. 792ddbf rewrite to support seeking by Josh Coalson · 21 years ago
  63. 807140d use resolved_state_string as much as possible by Josh Coalson · 21 years ago
  64. d36b346 add resolved_as_cstring() by Josh Coalson · 21 years ago
  65. 8bd4884 add the metadata callback back in the stream encoder by Josh Coalson · 21 years ago
  66. 9694e47 add OggFLAC__stream_decoder_get_resolved_state_string(), rewrite to use new ogg decoder aspect by Josh Coalson · 21 years ago
  67. 32cefcc add OggFLAC__stream_encoder_get_resolved_state_string() by Josh Coalson · 21 years ago
  68. 48bbe81 add OggFLAC__OggDecoderAspect member by Josh Coalson · 21 years ago
  69. b3aad64 add private dir by Josh Coalson · 21 years ago
  70. a1a0200 initial import by Josh Coalson · 21 years ago
  71. f6224af *::State::resolved_as_cstring() is now inlined by Josh Coalson · 21 years ago
  72. 38e2927 better handling of FLAC__STREAM_DECODER_READ_STATUS_END_OF_STREAM in read_callback_() by Josh Coalson · 21 years ago
  73. a208272 check for OOM after ogg_sync_buffer() by Josh Coalson · 21 years ago
  74. 8d06d47 minor comments by Josh Coalson · 21 years ago
  75. 5b782b4 replace the compile time ordinals.h.in->ordinals.h conversion with a static ordinals.h by Josh Coalson · 21 years ago
  76. 1bf46dc add support for synthesis to big-endian in plugins by Josh Coalson · 21 years ago
  77. 1ba525b fix rounding bug in buffer size calculation (MAX_SAMPLES_PER_WINDOW) by Josh Coalson · 21 years ago
  78. bef021a fix possibly uninitialized var if a file has no STREAMINFO block by Josh Coalson · 21 years ago
  79. 9a996c7 Add missing -lm by Matt Zimmerman · 21 years ago
  80. 2ee59b4 fix overflow bug in stream length calculation, debian bug #200435; see http://sourceforge.net/mailarchive/forum.php?thread_id=2733072&forum_id=6312 by Josh Coalson · 21 years ago
  81. e349907 Explicitly link shared libraries against dependent libraries, in response to by Matt Zimmerman · 21 years ago
  82. 50346e2 add double quotes to protect paths with spaces in them by Josh Coalson · 21 years ago
  83. 2bfbf63 minor comments by Josh Coalson · 21 years ago
  84. 1fc9092 move #include of config.h to top by Josh Coalson · 21 years ago
  85. 27e1354 C89 standard fixes, based on feedback from IRIX port by Josh Coalson · 21 years ago
  86. bfd080f fix leak of xmms config struct in init by Josh Coalson · 21 years ago
  87. af9c773 add Brady's better write_sane_extended() by Josh Coalson · 21 years ago
  88. 9f88dc2 change default extension for AIFF from .aiff to .aif by Josh Coalson · 21 years ago
  89. 13ad04b Miroslav's speed optimization patch by Josh Coalson · 22 years ago
  90. 94f81b0 fix bug #679255 by checking the block alignment against bps and # of channels by Josh Coalson · 22 years ago
  91. eff98c8 make hard limiter off by default by Josh Coalson · 22 years ago
  92. e8e0ae7 fix bug where seeking past the end of the stream could cause an infinite loop by Josh Coalson · 22 years ago
  93. ca56e93 Build libtool archives instead of plain .a archives, so that PIC versions are by Matt Zimmerman · 22 years ago
  94. e8a7601 change license verbiage by Josh Coalson · 22 years ago
  95. afd8107 change license verbiage to Xiph's by Josh Coalson · 22 years ago
  96. b2c10eb move "...skip_bits_..." down because of inline ordering by Josh Coalson · 22 years ago
  97. e5d57af bump the libtool version numbers by Josh Coalson · 22 years ago
  98. e6a9aea add /D FLAC__USE_3DNOW by Josh Coalson · 22 years ago
  99. 630d22e remove reference to obsolete Makefile.vc by Josh Coalson · 22 years ago
  100. d8109c2 obsolete now that .dsp files are complete by Josh Coalson · 22 years ago