1. 504dcaf minor comments by Josh Coalson · 17 years ago
  2. 0f008d2 extra checking on memory allocation sizes to prevent a class of overflow attacks by Josh Coalson · 17 years ago
  3. 4e56b06 add FLAC__metadata_simple_iterator_get_application_id() by Josh Coalson · 17 years ago
  4. 09ccf20 add FLAC__metadata_simple_iterator_get_block_offset(), FLAC__metadata_simple_iterator_get_block_length(), FLAC__metadata_simple_iterator_is_last() by Josh Coalson · 17 years ago
  5. f9cf27f prototype-related fixes by Josh Coalson · 17 years ago
  6. e74bd95 add 2007 copyright by Josh Coalson · 17 years ago
  7. 37d9fb1 bump requisite _MSC_VER to <=1600 for fseeko/ftello hack by Josh Coalson · 17 years ago
  8. e3ec2ad convert C prototypes for functions with no args from () to (void) by Josh Coalson · 17 years ago
  9. 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
  10. 7581d12 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
  11. b0627a4 fixes from MSVC compile by Josh Coalson · 18 years ago
  12. 7d273b4 add support for read-only operations for ogg flac to chain interface by Josh Coalson · 18 years ago
  13. acd4a43 fix compiler warnings by Josh Coalson · 18 years ago
  14. fb84f25 minor syntax by Josh Coalson · 18 years ago
  15. 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
  16. 74ed294 add number-of-colors field to PICTURE metadata block by Josh Coalson · 18 years ago
  17. e343ab2 add support for new PICTURE metadata block by Josh Coalson · 18 years ago
  18. c0da196 minor comments by Josh Coalson · 18 years ago
  19. 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
  20. b1ec796 complete largefile support by Josh Coalson · 18 years ago
  21. 0395dac add 2206 to copyright notice by Josh Coalson · 18 years ago
  22. 7cfac0b add FLAC__metadata_get_cuesheet() and FLAC__metadata_object_cuesheet_calculate_cddb_id() by Josh Coalson · 18 years ago
  23. e9a638d add support for building on os/2 with emx by Josh Coalson · 19 years ago
  24. a78fac6 add 2005 to copyright notices by Josh Coalson · 19 years ago
  25. def597e additions to metadata object api: more vorbiscomment functions, trailing-null on vorbis comment field values enforced everywhere by Josh Coalson · 20 years ago
  26. 9aac670 fix bug: source file needs to be explicitly rewound before reading/writing in callback mode by Josh Coalson · 20 years ago
  27. 1aca6b1 add FLAC__metadata_get_tags(), FLAC::Metadata::get_tags() by Josh Coalson · 20 years ago
  28. b0be1e8 remove unused variables by Josh Coalson · 20 years ago
  29. 0e46bf5 do not close any file handles in the callback-based chain reading/writing by Josh Coalson · 20 years ago
  30. 028d97e fix bug in FLAC__metadata_chain_check_if_tempfile_needed() by Josh Coalson · 20 years ago
  31. 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
  32. 91748be add FLAC__metadata_chain_read_with_callbacks() by Josh Coalson · 20 years ago
  33. ea25cb3 begin addition of callback-based option to metadata interfaces; start by converting chain reader to callback-based by Josh Coalson · 20 years ago
  34. 9564390 update copyright to 2004 by Josh Coalson · 20 years ago
  35. afd8107 change license verbiage to Xiph's by Josh Coalson · 21 years ago
  36. f0a8c4f minor comments by Josh Coalson · 21 years ago
  37. 8dea208 Second patch from X-Fixer: tweaks for better MSVC build by Josh Coalson · 21 years ago
  38. ccce9ed fix bug with some assertions by Josh Coalson · 21 years ago
  39. d060947 big fix to allow codec and metadata interface to handle unknown metadata block types correctly by Josh Coalson · 21 years ago
  40. afae69f Add 2003 to copyright notice by Josh Coalson · 22 years ago
  41. f91251d add flushed fwrite in Valgrind mode by Josh Coalson · 22 years ago
  42. 8f0c71b add "is_cd" flag to CUESHEET everywhere by Josh Coalson · 22 years ago
  43. bfc8e31 revamp MSVC build system, separate dynamic and static builds, separate debug and release intermediate directories by Josh Coalson · 22 years ago
  44. 38162d5 add more reserved space to CUESHEET implementation by Josh Coalson · 22 years ago
  45. e486938 further implementation of new CUESHEET metadata block by Josh Coalson · 22 years ago
  46. 5e3fcb2 more strict typecasts by Josh Coalson · 22 years ago
  47. 6ffe8da update to match new default vorbis comment implementation (now with vendor string) by Josh Coalson · 22 years ago
  48. ea7155f switch malloc+memset(0) to calloc() by Josh Coalson · 22 years ago
  49. 6afed9f tweaks to build libs as DLLs under windows by Josh Coalson · 22 years ago
  50. 3ac6693 add read_only argument to simple iterator initializer by Josh Coalson · 22 years ago
  51. 765ff50 minor formatting by Josh Coalson · 22 years ago
  52. b4e186a fix bug in STREAMINFO reader that trashes the high bit of bps; streamline the level 0 interface by ignoring all metadata except STREAMINFO by Josh Coalson · 22 years ago
  53. 3cec051 revamp decoder process calls by Josh Coalson · 22 years ago
  54. d8ab346 add some asserts by Josh Coalson · 22 years ago
  55. 9b86c96 add some FLAC__ASSERTs by Josh Coalson · 22 years ago
  56. 60b205c fix bug in errno mis-handling with MSVC by Josh Coalson · 22 years ago
  57. 3ecb117 fix bug where current chain length was not calculated all the time by Josh Coalson · 22 years ago
  58. b549c9b don't use errno on win32 by Josh Coalson · 22 years ago
  59. d57c8d3 fixes from compiling code and running all the tests on NT by Josh Coalson · 22 years ago
  60. 999be3b last batch of changes and fixes based on the libFLAC++ unit tests by Josh Coalson · 22 years ago
  61. cc68251 another big glob of changes/fixes by Josh Coalson · 22 years ago
  62. 57ba6f4 massive glob of checkins: improved tests, more tests, bugfixes by Josh Coalson · 22 years ago
  63. 2835f43 fix with new status enums by Josh Coalson · 22 years ago
  64. 7ee4d17 fixes based on MSVC compile by Josh Coalson · 22 years ago
  65. 90ced91 split metadata.c into metadata_object.c and metadata_iterators.c by Josh Coalson · 22 years ago[Renamed (82%) from src/libFLAC/metadata.c]
  66. 089f3be remove unused code by Josh Coalson · 22 years ago
  67. 1e64706 fix memory leaks in array resizers by Josh Coalson · 22 years ago
  68. a7b673c add support for id3v2 tags to levels 1 and 2, better bad metadata handling, fix bug with merge_padding by Josh Coalson · 22 years ago
  69. 7294309 fix null pointer handling in metadata object routines by Josh Coalson · 22 years ago
  70. eb643a2 replace a bunch of magic numbers by Josh Coalson · 22 years ago
  71. 31cf6a4 allow setting data pointers to 0 for metadata objects by Josh Coalson · 22 years ago
  72. e2ba10f more fixes for level 2 functions exposed by unit tests by Josh Coalson · 22 years ago
  73. 2745fe7 more bug fixes from unit tests; level 1 looks good by Josh Coalson · 22 years ago
  74. 6b02a75 fix bugs exposed by latest tests by Josh Coalson · 22 years ago
  75. 51ee465 remove unused code, fix several bugs (WARNING: there are still more) by Josh Coalson · 22 years ago
  76. fad2e61 fixes for padding length calculation, vorbis comment memory leak by Josh Coalson · 22 years ago
  77. cae5873 initial import by Josh Coalson · 22 years ago