1. 6a5fe43 Bulk update copyright dates by Erik de Castro Lopo · 8 years ago
  2. 293acef libFLAC/metadata_object.c: Clean up by Erik de Castro Lopo · 8 years ago
  3. a70fcdd metadata_object.c: Remove un-needed asserts by Erik de Castro Lopo · 8 years ago
  4. 516a7ad flac/metaflac: Limit the size of metadata blocks by Erik de Castro Lopo · 8 years ago
  5. d9f73a8 Error out when asked to store an picture that is too large by Erik de Castro Lopo · 9 years ago
  6. 584a134 libFLAC: Fix memory leak by Erik de Castro Lopo · 9 years ago
  7. d9ae5e9 libFLAC: Add function safe_realloc_() by Erik de Castro Lopo · 9 years ago
  8. 15a9062 libFLAC: Fix potential meory leaks by Erik de Castro Lopo · 9 years ago
  9. 0cacc0c libFLAC/metadata_object.c: Assign NULL after free() by Erik de Castro Lopo · 9 years ago
  10. ff50779 libFLAC: More comment validation by Erik de Castro Lopo · 9 years ago
  11. d939b44 libFLAC: Improve fix in bc5113007a by Erik de Castro Lopo · 9 years ago
  12. bc51130 libFLAC: Remove un-needed assert by Erik de Castro Lopo · 9 years ago
  13. b105f9a libFLAC: Remove un-needed test for NULL before free by Erik de Castro Lopo · 9 years ago
  14. c431a6c libFLAC/metadata_object.c : Fix typo in comment. by Erik de Castro Lopo · 9 years ago
  15. 033af7b libFLAC : Put upper bound on number of seek points. by Erik de Castro Lopo · 9 years ago
  16. 1437391 Update copyright years to include 2014. by Erik de Castro Lopo · 10 years ago
  17. 3f5208c Fix clang compiler warnings. by Erik de Castro Lopo · 10 years ago
  18. 006b835 Fix all instances of '#if HAVE_CONFIG_H'. by Erik de Castro Lopo · 10 years ago
  19. 49d9d74 metadata_object.c : Fix handling of zero length vorbis comment string. by Erik de Castro Lopo · 10 years ago
  20. b1982fb Set version to 1.3.0 and update coyprights throughout. by Erik de Castro Lopo · 11 years ago
  21. ae7eda1 Rename all parameters and locals from 'index' to 'indx'. by Erik de Castro Lopo · 11 years ago
  22. a7e3705 Move code inside #ifdef _MSC_VER to compat.h. by Erik de Castro Lopo · 12 years ago
  23. 8749dc2 Fix building when configured with --disable-shared. by Erik de Castro Lopo · 12 years ago
  24. 6c2040d Remove casting of return value from *alloc() functions. by Erik de Castro Lopo · 12 years ago
  25. 587e118 Fix a bunch of -Wtype-limits warnings. by Erik de Castro Lopo · 12 years ago
  26. dac99fa Patch from Dave Yeo to remove more CPP hackery. by Erik de Castro Lopo · 12 years ago
  27. dea0f5a add 2009 copyright by Josh Coalson · 16 years ago
  28. e95399c fix bug in FLAC__metadata_object_vorbiscomment_replace_comment() by Josh Coalson · 16 years ago
  29. 82b1280 update copyright for 2008 by Josh Coalson · 16 years ago
  30. 504dcaf minor comments by Josh Coalson · 17 years ago
  31. 0f008d2 extra checking on memory allocation sizes to prevent a class of overflow attacks by Josh Coalson · 17 years ago
  32. 9bedd78 fix compiler warnings by Josh Coalson · 17 years ago
  33. e74bd95 add 2007 copyright by Josh Coalson · 17 years ago
  34. e3ec2ad convert C prototypes for functions with no args from () to (void) by Josh Coalson · 17 years ago
  35. 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
  36. a65fd93 minor syntax by Josh Coalson · 18 years ago
  37. 74ed294 add number-of-colors field to PICTURE metadata block by Josh Coalson · 18 years ago
  38. e343ab2 add support for new PICTURE metadata block by Josh Coalson · 18 years ago
  39. 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
  40. b1ec796 complete largefile support by Josh Coalson · 18 years ago
  41. 0395dac add 2206 to copyright notice by Josh Coalson · 18 years ago
  42. 7cfac0b add FLAC__metadata_get_cuesheet() and FLAC__metadata_object_cuesheet_calculate_cddb_id() by Josh Coalson · 18 years ago
  43. e9a638d add support for building on os/2 with emx by Josh Coalson · 19 years ago
  44. b4de169 fixes to remove warnings from gcc-4.0.0 by Josh Coalson · 19 years ago
  45. 4462311 fix constness in some functions by Josh Coalson · 19 years ago
  46. a78fac6 add 2005 to copyright notices by Josh Coalson · 19 years ago
  47. 80171dc fix all bare malloc() realloc() etc calls to have a proper cast in front by Josh Coalson · 20 years ago
  48. 2de1124 add vorbiscomment validation functions to format.c and test code; validate name part of vorbiscomment in metadata and metadata++ interfaces by Josh Coalson · 20 years ago
  49. def597e additions to metadata object api: more vorbiscomment functions, trailing-null on vorbis comment field values enforced everywhere by Josh Coalson · 20 years ago
  50. 748459c fix bug copying a null vorbis comment entry by Josh Coalson · 20 years ago
  51. 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
  52. 9564390 update copyright to 2004 by Josh Coalson · 21 years ago
  53. afd8107 change license verbiage to Xiph's by Josh Coalson · 21 years ago
  54. fb99386 add some asserts by Josh Coalson · 22 years ago
  55. b3538c8 minor comments by Josh Coalson · 22 years ago
  56. d060947 big fix to allow codec and metadata interface to handle unknown metadata block types correctly by Josh Coalson · 22 years ago
  57. afae69f Add 2003 to copyright notice by Josh Coalson · 22 years ago
  58. 8f0c71b add "is_cd" flag to CUESHEET everywhere by Josh Coalson · 22 years ago
  59. 4fa9059 fix memory leaks found with valgrind by Josh Coalson · 22 years ago
  60. bfc8e31 revamp MSVC build system, separate dynamic and static builds, separate debug and release intermediate directories by Josh Coalson · 22 years ago
  61. 3b026e8 more cuesheet convenience functions by Josh Coalson · 22 years ago
  62. df7240a add more CUESHEET convenience functions by Josh Coalson · 22 years ago
  63. 8e9c451 implement new CUESHEET metadata block by Josh Coalson · 22 years ago
  64. 5e3fcb2 more strict typecasts by Josh Coalson · 22 years ago
  65. b667e70 constify first arg of FLAC__metadata_object_vorbiscomment_find_entry_from() by Josh Coalson · 22 years ago
  66. 45bb988 add more convenience for manipulating vorbis comments by Josh Coalson · 22 years ago
  67. ea7155f switch malloc+memset(0) to calloc() by Josh Coalson · 22 years ago
  68. 6afed9f tweaks to build libs as DLLs under windows by Josh Coalson · 22 years ago
  69. 5a5de73 new functions for seektable templates, point sorting by Josh Coalson · 22 years ago
  70. 0833f34 use FLAC__format_seektable_is_legal() by Josh Coalson · 22 years ago
  71. d8ab346 add some asserts by Josh Coalson · 22 years ago
  72. bc86950 minor changes in anticipation of release by Josh Coalson · 22 years ago
  73. cc68251 another big glob of changes/fixes by Josh Coalson · 22 years ago
  74. 57ba6f4 massive glob of checkins: improved tests, more tests, bugfixes by Josh Coalson · 22 years ago
  75. 28e08d8 bring in what was FLAC__seek_table_is_valid() by Josh Coalson · 22 years ago
  76. 6b8e530 pass vorbis comment entries by value, fix bug in vorbiscomment_set_entry_ by Josh Coalson · 22 years ago
  77. 90ced91 split metadata.c into metadata_object.c and metadata_iterators.c by Josh Coalson · 22 years ago