1. cfdb07f create a new fskip_ahead() to unify all the forward seeking that is done by Josh Coalson · 20 years ago
  2. 9f3ac31 patch from Brian Willoughby: fix handling of "offset" field in SSND chunk by Josh Coalson · 20 years ago
  3. 94b5499 add targets/files for new test_seeking tester by Josh Coalson · 20 years ago
  4. 0f0617f fix some bugs with seeking; the libogg ogg_stream_pagein() bug with large packets still remains by Josh Coalson · 20 years ago
  5. 5873582 initial import by Josh Coalson · 20 years ago
  6. 6d6cb53 add call to OggFLAC__ogg_decoder_aspect_reset() in OggFLAC__stream_decoder_reset() by Josh Coalson · 20 years ago
  7. af8101f remove unused ogg_decoder_aspect by Josh Coalson · 20 years ago
  8. 77f0dfb add ogg_mapping.h by Josh Coalson · 20 years ago
  9. 51c8dd4 bump release date to 2004-09-18 by Josh Coalson · 20 years ago
  10. 1fba8fb fix bug in first packet synthesis by Josh Coalson · 20 years ago
  11. 6476272 fix memory leak after parsing cuesheet by Josh Coalson · 20 years ago
  12. f865adb fix compiler warnings by Josh Coalson · 20 years ago
  13. b7b98be minor comments by Josh Coalson · 20 years ago
  14. daef48e minor comments by Josh Coalson · 20 years ago
  15. 33d6fdd bump version number to 1.1.1 by Josh Coalson · 20 years ago
  16. 69cfda7 add new requirements to ogg mapping: vorbis comment block must come second after streaminfo; first packet must have a packet type byte of 0x7f; packet 0 version must be followed by a 2-byte count of the # of header packets by Josh Coalson · 20 years ago
  17. 10c6f0f add mapping.* sources by Josh Coalson · 20 years ago
  18. 4d9780d remove %FLAC__NASM% environment variable requirement by Josh Coalson · 20 years ago
  19. 2a69f51 change "Ogg-FLAC" to "Ogg FLAC" for consistency by Josh Coalson · 20 years ago
  20. 3fbf64c bump libtool library version numbers by Josh Coalson · 20 years ago
  21. c28ec32 bump version number to 1.1.1 by Josh Coalson · 20 years ago
  22. 0ceb449 rename metaflac *-vc-* options to *-tag-* ones, only ones remain but deprecated by Josh Coalson · 20 years ago
  23. 9aac670 fix bug: source file needs to be explicitly rewound before reading/writing in callback mode by Josh Coalson · 20 years ago
  24. 748459c fix bug copying a null vorbis comment entry by Josh Coalson · 20 years ago
  25. 4598b1c "finalize" Ogg FLAC mapping version 1.0 by prepending "FLAC" magic and a 2 byte mapping version number to the first packet by Josh Coalson · 20 years ago
  26. df964fe initial import by Josh Coalson · 20 years ago
  27. adeb4fe add ogg_mapping.h by Josh Coalson · 20 years ago
  28. ecc9491 add ogg_mapping.c by Josh Coalson · 20 years ago
  29. edcde6f add --tag=CC required by latest libtool by Josh Coalson · 20 years ago
  30. 55ddee5 fix FLAC->Ogg mapping to merge fLaC magic with the STREAMINFO in the first Ogg packet by Josh Coalson · 20 years ago
  31. 9ea8a53 remove unused OggFLAC__ogg_decoder_aspect_get_unconsumed_bytes() by Josh Coalson · 20 years ago
  32. cf221fe remove unused "bytes_written" bookkeeping in FLAC__OggEncoderAspect by Josh Coalson · 20 years ago
  33. 1aca6b1 add FLAC__metadata_get_tags(), FLAC::Metadata::get_tags() by Josh Coalson · 20 years ago
  34. cfd9701 minor comments by Josh Coalson · 20 years ago
  35. 888db35 deduce from the STREAMINFO whether or not to expect the imported cuesheet to follow CD-DA rules by Josh Coalson · 20 years ago
  36. 9b32217 bump libtool version numbers for flac-1.1.1-beta1 by Josh Coalson · 20 years ago
  37. b73eabd strip out bogus args passed to assembler by libtool by Josh Coalson · 20 years ago
  38. c257065 rename strip_fPIC.sh to strip_non_asm_libtool_args.sh, as it takes on new duties stripping other arguments for other assemblers by Josh Coalson · 20 years ago
  39. cce2f25 obsolete by Josh Coalson · 20 years ago
  40. 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
  41. 2af08da fix #include ordering to stop a warning caused by id3.h by Josh Coalson · 20 years ago
  42. ea050ba finish hooking up altivec asm routines by Josh Coalson · 20 years ago
  43. 52f8f77 dos2unix it, remove unmatched single quotes in comments (whatever way ProjectBuilder calls "as" chokes on them) by Josh Coalson · 20 years ago
  44. a7ffb0c dos2unix it by Josh Coalson · 20 years ago
  45. 3aadd10 check in Brady's second altivec-related patch that hooks up the asm routines and does the requisite configure-related stuff by Josh Coalson · 20 years ago
  46. 9c47dff hide some stray libOggFLAC references in #ifdef FLAC__HAS_OGG by Josh Coalson · 20 years ago
  47. 530514a fix bug skipping padding byte in unsupported WAVE subchunks by Josh Coalson · 20 years ago
  48. 63ee53d bump version number to 1.1.1-beta1, with a target date of 2004-07-31 by Josh Coalson · 20 years ago
  49. 31bdd70 add brady's first round of altivec implementations by Josh Coalson · 20 years ago
  50. 41294c9 add extra verbiage about hardware problems to verify error message, hopefully this will cut down on the number of bogus bug reports by Josh Coalson · 20 years ago
  51. e04f0c4 fix erroneous assertion by Josh Coalson · 20 years ago
  52. 3e7a96e tweaks to the MD5 routines; they need to be exported when building a windows DLL since the seekable stream decoder in libOggFLAC secretly uses them by Josh Coalson · 20 years ago
  53. 990f741 work around MSVC bug in set_metadata() by Josh Coalson · 20 years ago
  54. 527bdda make encoder encode the blocksize and sample rate in the frame header whenever possible, regardless if subset is specified or not by Josh Coalson · 20 years ago
  55. 63945ec fix warnings exposed by MSVC by Josh Coalson · 20 years ago
  56. 9454b41 consolidate chain error reporting in a single function, add extra explanation for common errors by Josh Coalson · 20 years ago
  57. 3cb8341 add pragma to disable annoying MSVC warning C4800 by Josh Coalson · 20 years ago
  58. 1cb2341 max the largest metadata type code be 126, reserving 127 to avoid confusion with a frame sync code by Josh Coalson · 20 years ago
  59. 091d84f add FLAC::Encoder::*::set_metadata(FLAC::Metadata::Prototype **metadata, unsigned num_blocks) by Josh Coalson · 20 years ago
  60. e841026 fix display of year tag by Josh Coalson · 20 years ago
  61. 6a703a4 add more informative error info for some common errors; also, no not exit with error when decoding to stdout and writing return EPIPE by Josh Coalson · 20 years ago
  62. 9c82c17 add more informative error info for some common errors by Josh Coalson · 20 years ago
  63. 9af9519 fix option --residual-gnuplot, was previously looking for --residual-gnu-plot by Josh Coalson · 20 years ago
  64. 86244e0 obey padding byte requirement when writing WAVE by Josh Coalson · 20 years ago
  65. ab86332 observe padding byte requirement when writing test WAVEs by Josh Coalson · 20 years ago
  66. a941454 fixes for autoconf by Josh Coalson · 20 years ago
  67. a175043 fix bug #896057: parsing ISRC number from cuesheet by Josh Coalson · 20 years ago
  68. 12d7fcb fix bug #877122: problem parsing cuesheet with CATALOG entry by Josh Coalson · 20 years ago
  69. 3fb2148 fix bug #679166: flac doesn't respect RIFF subchunk padding byte by Josh Coalson · 20 years ago
  70. c57db22 replace verbose/silent flags with a verbosity level by Josh Coalson · 20 years ago
  71. 00e8513 fix bug in ratio calculation in print_stats() by Josh Coalson · 20 years ago
  72. e4240db add --totally-silent option to flac, man page, and html docs by Josh Coalson · 20 years ago
  73. 03a5a69 add --cue option to flac, and tests and documentation by Josh Coalson · 20 years ago
  74. 6d57954 don't always assume a cuesheet is CD-DA, guess based on the stream parameters by Josh Coalson · 20 years ago
  75. 0b695a6 make --serial-number or the default random serial number apply only to the first stream, and increment it for subsequent streams by Josh Coalson · 20 years ago
  76. 47f51b1 add method for skipping an audio frame, plus tests by Josh Coalson · 20 years ago
  77. 02d6681 fix time.h #includes by Josh Coalson · 20 years ago
  78. d3ec1c6 print error if output file already exists, instead of overwriting by default; add -f (--force) option to force overwriting of files by Josh Coalson · 20 years ago
  79. cc75611 fix valgrind uninitialized memory errors by Josh Coalson · 20 years ago
  80. 89f161c tempfile only needs to be opened with wb, not w+b by Josh Coalson · 20 years ago
  81. b0be1e8 remove unused variables by Josh Coalson · 20 years ago
  82. 1138520 when encoding to Ogg FLAC, set a random serial number (instead of 0) if one is not provided on the command-line by Josh Coalson · 20 years ago
  83. deab462 add libFLAC++ equivalent callback-based chain reading/writing and tests by Josh Coalson · 20 years ago
  84. 967360b minor comments by Josh Coalson · 20 years ago
  85. 0e46bf5 do not close any file handles in the callback-based chain reading/writing by Josh Coalson · 20 years ago
  86. 0b8b564 add tests of mismatched read/write protections in chain interface by Josh Coalson · 20 years ago
  87. b279130 fix uninitialized variable error turned up by valgrind by Josh Coalson · 20 years ago
  88. 65831dd add tests for callback-based chain reading/writing by Josh Coalson · 20 years ago
  89. 028d97e fix bug in FLAC__metadata_chain_check_if_tempfile_needed() by Josh Coalson · 20 years ago
  90. 463a22c add callback-based versions of chain writing: FLAC__metadata_chain_check_if_tempfile_needed(), FLAC__metadata_chain_write_with_callbacks(), FLAC__metadata_chain_write_with_callbacks_and_tempfile() by Josh Coalson · 20 years ago
  91. 91748be add FLAC__metadata_chain_read_with_callbacks() by Josh Coalson · 20 years ago
  92. ea25cb3 begin addition of callback-based option to metadata interfaces; start by converting chain reader to callback-based by Josh Coalson · 20 years ago
  93. f37a397 get rid of obsolete *_get_decode_position() methods by Josh Coalson · 20 years ago
  94. 802cd80 use the OggFLAC__FileDecoder instead of the old OggFLAC__StreamDecoder way for all Ogg FLAC decoding, and enable use of --skip with Ogg FLAC by Josh Coalson · 20 years ago
  95. 63f8edc revamp OggFLAC__SeekableStreamDecoder to derive from OggFLAC__StreamDecoder instead of FLAC__SeekableStreamDecoder; rewrite seek routine to do a binary search through Ogg pages, instead of the seektable-based search of FLAC__SeekableStreamDecoder by Josh Coalson · 20 years ago
  96. 6ebbabf fix another possible seeking bug by Josh Coalson · 20 years ago
  97. be62f3b minor comments by Josh Coalson · 20 years ago
  98. ab5c1d1 fix bug where calling FLAC__seekable_stream_decoder_set_metadata_ignore_*() to ignore STREAMINFO or SEEKTABLE would also prevent the seekable stream decoder from getting the blocks later, which it needs to be able to seek by Josh Coalson · 20 years ago
  99. 42a167f use $libdir instead of $prefix/lib to find library dir by Josh Coalson · 20 years ago
  100. 04027ad Enure that libFLAC is linked with -lm on all architectures, and regardless of by Matt Zimmerman · 20 years ago