1. 50bf3de comment out some optimized branch by Josh Coalson · 17 years ago
  2. 224177c fix bug where invalid seek tables could cause some seeks to fail by Josh Coalson · 17 years ago
  3. 11d0159 minor comments by Josh Coalson · 17 years ago
  4. b47ab0d merge decoder part from RICE_EXT_BRANCH: blocking strategy bit, new rice2 ecm, frame header support for 88.2/176.4/192kHz, new reserved bit, deprecated blocksize-from-streaminfo bit by Josh Coalson · 17 years ago
  5. ddddff6 add FLAC__bitreader_read_rice_signed_block_asm_ia32_bswap() by Josh Coalson · 18 years ago
  6. 099a289 minor tweaks to private md5 interface by Josh Coalson · 18 years ago
  7. 37a4f27 pass cpu info into bitreader by Josh Coalson · 18 years ago
  8. 3847879 slight optimization to conversion of M/S->L/R by Josh Coalson · 18 years ago
  9. 10a6840 comments by Josh Coalson · 18 years ago
  10. 8534bbe minor comments by Josh Coalson · 18 years ago
  11. 9bedd78 fix compiler warnings by Josh Coalson · 18 years ago
  12. dc2b03b change default blocksize from 4608 to 4096 for LPC mode by Josh Coalson · 18 years ago
  13. e74bd95 add 2007 copyright by Josh Coalson · 18 years ago
  14. 37d9fb1 bump requisite _MSC_VER to <=1600 for fseeko/ftello hack by Josh Coalson · 18 years ago
  15. e3ec2ad convert C prototypes for functions with no args from () to (void) by Josh Coalson · 18 years ago
  16. 423f804 several speed improvements: completely rewritten bitbuffer which uses native machine word size instead of bytes; much faster rice partition size estimation; crc16 calculation in machine word size by Josh Coalson · 18 years ago
  17. 2beca73 patch: support for borland c++ compile (SF#1599018: http://sourceforge.net/tracker/index.php?func=detail&aid=1599018&group_id=13478&atid=313478) by Josh Coalson · 18 years ago
  18. f1ac7d9 make "#if FLAC__HAS_OGG" checking consistent by Josh Coalson · 18 years ago
  19. 80011e4 minor comments by Josh Coalson · 18 years ago
  20. e58aabd fixes from MSVC6 by Josh Coalson · 18 years ago
  21. fb84f25 minor syntax by Josh Coalson · 18 years ago
  22. 8295fd0 fixes for new seeking algorithm by Josh Coalson · 18 years ago
  23. 3571f9c new seek algorithm for native FLAC from Miroslav by Josh Coalson · 18 years ago
  24. 2dd9d91 minor comments by Josh Coalson · 18 years ago
  25. 32637e0 fixes for MSVC6 by Josh Coalson · 18 years ago
  26. 8065a2d change "bytes" parameter of all read callbacks from "unsigned" to "size_t" by Josh Coalson · 18 years ago
  27. 71d5c25 rename set_serial_number to set_ogg_serial_number everywhere by Josh Coalson · 18 years ago
  28. 15b8eb8 fix to ogg-less building by Josh Coalson · 18 years ago
  29. 8da98c8 merge libOggFLAC into libFLAC and libOggFLAC++ into FLAC++; documentation still needs work by Josh Coalson · 18 years ago
  30. f461a7b enable file feof callback when input is stdin by Josh Coalson · 18 years ago
  31. afce1ae fix bug in code that skips id3v2 tags at the front of a file; false positives could cause decoding to fail by Josh Coalson · 18 years ago
  32. 825e72c try to limit the #defines (of fseeko to fseek and ftello to ftell) to just the versions of MSVC that appear not to have fseeko()/ftello() by Josh Coalson · 18 years ago
  33. 74ed294 add number-of-colors field to PICTURE metadata block by Josh Coalson · 18 years ago
  34. e343ab2 add support for new PICTURE metadata block by Josh Coalson · 18 years ago
  35. 2257350 remove unused code that had the old way of stat()ing a filename to get the length by Josh Coalson · 18 years ago
  36. 180e0ca fix bug in file closing logic in _finish() by Josh Coalson · 18 years ago
  37. 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
  38. 1a8afc7 change unparseable frame handling, from a fatal error and FLAC__STREAM_DECODER_UNPARSEABLE_STREAM state, to a soft error FLAC__STREAM_DECODER_ERROR_STATUS_UNPARSEABLE_STREAM by Josh Coalson · 18 years ago
  39. b1ec796 complete largefile support by Josh Coalson · 18 years ago
  40. 0395dac add 2206 to copyright notice by Josh Coalson · 19 years ago
  41. d926496 fix bug in return value for FLAC__stream_decoder_set_metadata_respond_application() and FLAC__stream_decoder_set_metadata_ignore_application() (sf #1235005: https://sourceforge.net/tracker/index.php?func=detail&aid=1235005&group_id=13478&atid=113478) by Josh Coalson · 19 years ago
  42. ce0b345 remove FLAC__SYMMETRIC_RICE code by Josh Coalson · 19 years ago
  43. 77d8e7f minor casting fixes by Josh Coalson · 20 years ago
  44. a78fac6 add 2005 to copyright notices by Josh Coalson · 20 years ago
  45. ba05608 again fix logic around deciphering frame/sample number from frame header by Josh Coalson · 20 years ago
  46. def597e additions to metadata object api: more vorbiscomment functions, trailing-null on vorbis comment field values enforced everywhere by Josh Coalson · 20 years ago
  47. 607fc84 fix debian bug #274301: libflac4 segfaults on corrupt flac files by Josh Coalson · 20 years ago
  48. 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
  49. 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
  50. 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
  51. 47f51b1 add method for skipping an audio frame, plus tests by Josh Coalson · 20 years ago
  52. 9564390 update copyright to 2004 by Josh Coalson · 21 years ago
  53. 2eed0b9 fix bug in sample_number calculation from frame header by Josh Coalson · 21 years ago
  54. d36b346 add resolved_as_cstring() by Josh Coalson · 21 years ago
  55. 27e1354 C89 standard fixes, based on feedback from IRIX port by Josh Coalson · 21 years ago
  56. afd8107 change license verbiage to Xiph's by Josh Coalson · 22 years ago
  57. ecf57b7 minor syntax by Josh Coalson · 22 years ago
  58. fb48f24 minor syntax by Josh Coalson · 22 years ago
  59. d060947 big fix to allow codec and metadata interface to handle unknown metadata block types correctly by Josh Coalson · 22 years ago
  60. afae69f Add 2003 to copyright notice by Josh Coalson · 22 years ago
  61. 8f0c71b add "is_cd" flag to CUESHEET everywhere by Josh Coalson · 22 years ago
  62. 5e31be1 #include config.h by Josh Coalson · 22 years ago
  63. 4fa9059 fix memory leaks found with valgrind by Josh Coalson · 22 years ago
  64. 38162d5 add more reserved space to CUESHEET implementation by Josh Coalson · 22 years ago
  65. a0d5454 fix MSVC warning with explicit casts by Josh Coalson · 22 years ago
  66. e486938 further implementation of new CUESHEET metadata block by Josh Coalson · 22 years ago
  67. 5f34956 reorganize metadata decoding in anticipation of new cuesheet block by Josh Coalson · 22 years ago
  68. 5e3fcb2 more strict typecasts by Josh Coalson · 22 years ago
  69. 7258291 #include bitmath.h by Josh Coalson · 22 years ago
  70. fb9d18f fix from Miroslav on the lpc datapath switching logic by Josh Coalson · 22 years ago
  71. 2c718a2 fix bug in free()ing of output arrays by Josh Coalson · 22 years ago
  72. ea7155f switch malloc+memset(0) to calloc() by Josh Coalson · 22 years ago
  73. 6afed9f tweaks to build libs as DLLs under windows by Josh Coalson · 22 years ago
  74. b6a3219 add support for 64bit datapath through inverse filter by Josh Coalson · 22 years ago
  75. 5dcb57d comments by Josh Coalson · 22 years ago
  76. a37ba46 split off dynamically allocated stuff from FLAC__EntropyCodingMethod_PartitionedRice to FLAC__EntropyCodingMethod_PartitionedRiceContent by Josh Coalson · 22 years ago
  77. b7023aa rework so that rice parameters and raw_bits from the entropy coding method struct are sized dynamically by Josh Coalson · 22 years ago
  78. a7e4fb2 zero allocated class memory by Josh Coalson · 22 years ago
  79. cfdfc82 revamp decoder process calls by Josh Coalson · 22 years ago
  80. 681c293 make typedefs for callbacks by Josh Coalson · 22 years ago
  81. 570db86 minor formatting by Josh Coalson · 22 years ago
  82. a4c0d72 add asserts by Josh Coalson · 22 years ago
  83. 93df7e0 fix bug #584595: infinite loop if ..._process*() called when decoder is ABORTED by Josh Coalson · 22 years ago
  84. bc86950 minor changes in anticipation of release by Josh Coalson · 22 years ago
  85. cc68251 another big glob of changes/fixes by Josh Coalson · 22 years ago
  86. 57ba6f4 massive glob of checkins: improved tests, more tests, bugfixes by Josh Coalson · 22 years ago
  87. 090f8f7 fix status enum, fix bug parsing vorbis comments, stop filtering placeholder seekpoints, more rigorous setting of defaults by Josh Coalson · 22 years ago
  88. bda92f2 fix malloc(0) "bug" with application block parsing by Josh Coalson · 22 years ago
  89. 1655604 fix constness on _set_ methods by Josh Coalson · 22 years ago
  90. 6b02a75 fix bugs exposed by latest tests by Josh Coalson · 22 years ago
  91. 8400e43 fix bug where decoder was not reading APPLICATION id in every case by Josh Coalson · 22 years ago
  92. bf9325f add functionality to specify which metadata blocks are parsed and sent back through metadata_callback, and which are ignored by Josh Coalson · 22 years ago
  93. f145bbd minor wording by Josh Coalson · 23 years ago
  94. b28559a add FLAC__bitbuffer_read_rice_signed_block() by Josh Coalson · 23 years ago
  95. aec256b new blurb-based bitbuffer design changes by Josh Coalson · 23 years ago
  96. 38c6854 minor fix by Josh Coalson · 23 years ago
  97. 305ae2e update copyright date to include 2002 by Josh Coalson · 23 years ago
  98. 03b189f fix ..._process_metadata() to return correctly from a READ_FRAME state by Josh Coalson · 23 years ago
  99. b312f28 set state to SEARCH_FOR_FRAME_SYNC after flush by Josh Coalson · 23 years ago
  100. fa697a9 rename some struct members to avoid C++ 'private' and 'protected' keywords by Josh Coalson · 23 years ago