1. 608e246 Rename all 'utf8_io' -> 'win_utf8_io'. by Erik de Castro Lopo · 11 years ago
  2. 5705b4d Huge Windows utf8 I/O patch. by Erik de Castro Lopo · 11 years ago
  3. 9a93680 include/share/compat.h : Simplify. by Erik de Castro Lopo · 11 years ago
  4. 15a011c Add new file include/share/safe_str.h. by Erik de Castro Lopo · 11 years ago
  5. 5a14742 include/share/private.h : Add FLAC_API to private functions. by Erik de Castro Lopo · 11 years ago
  6. 06af237 Add file src/share/grabbag/snprintf.c to grabbag library. by Erik de Castro Lopo · 11 years ago
  7. ca7a3cb Restore code dropped in commit f25b2602dc. by Erik de Castro Lopo · 11 years ago
  8. f25b260 Fix a couple of Windows 2Gig file size issues. by Erik de Castro Lopo · 11 years ago
  9. dd1fa80 Fix -Wstrict-prototypes -Wmissing-prototypes warnings. by Erik de Castro Lopo · 11 years ago
  10. b85cc57 include/share/compat.h : feeko and ftello fixes for MinGW. by Erik de Castro Lopo · 11 years ago
  11. 71d630d FLAC/ordinals.h : Add <stdint.h> definitions for MSVC < 2010. by Erik de Castro Lopo · 11 years ago
  12. ae663c3 FLAC/ordinals.h : Provide links for <stdint.h> replacements. by Erik de Castro Lopo · 11 years ago
  13. fd6b192 Another MSVC patch from Ben Alison. by Erik de Castro Lopo · 11 years ago
  14. a4c321e Large patch from Ben Allison fixing the MSVC build. by Erik de Castro Lopo · 11 years ago
  15. 91790ef Fix compiler warnings from new compiler flags. by Erik de Castro Lopo · 11 years ago
  16. b104c6d include/share/compat.h : For MSVC define inline as __inline. by Erik de Castro Lopo · 11 years ago
  17. 66c0a58 autogen.sh: replace this by a simple call to autoreconf by Max Horn · 12 years ago
  18. 6a1f59b Update FSF address. by Miroslav Lichvar · 12 years ago
  19. a43f56c Update library version-info. by Miroslav Lichvar · 12 years ago
  20. 19c78e5 Hide symbols with gcc. by Miroslav Lichvar · 12 years ago
  21. b21f190 Add a convenience function to create a Metadata::Padding object with a by Erik de Castro Lopo · 12 years ago
  22. a7e3705 Move code inside #ifdef _MSC_VER to compat.h. by Erik de Castro Lopo · 12 years ago
  23. 5b62b77 Move all definitions of FLAC__U64L to one place. by Erik de Castro Lopo · 12 years ago
  24. 1294b64 Adds last functions from C metadata api to C++ metadata api by Bastiaan Timmer · 12 years ago
  25. 8749dc2 Fix building when configured with --disable-shared. by Erik de Castro Lopo · 12 years ago
  26. 04ca6fd Quick patch to fix FLAC_metadata_object api docs. by Bastiaan Timmer · 12 years ago
  27. 601e961 Add missing functions to VorbisComment class. by Erik de Castro Lopo · 12 years ago
  28. d9fde55 Fix all links to libtool version info rules. by Erik de Castro Lopo · 12 years ago
  29. cd9053c Add functionality present in the C library to the to C++ SeekTable class. by Erik de Castro Lopo · 12 years ago
  30. c2417da replace local_strtoull with _strtoui64 in windows by Cristian Rodríguez · 12 years ago
  31. 7e62afe Remove local_strtoull, windows has equivalent function _strtoui64 by Cristian Rodríguez · 12 years ago
  32. 9b7cb22 Update and improve autotools build by Cristian Rodríguez · 12 years ago
  33. 2f8b6a0 Rename ENDSWAP_INT to ENDSWAP_32. by Erik de Castro Lopo · 12 years ago
  34. b489097 Fix a couple 'inlining failed' warning messages. by Erik de Castro Lopo · 12 years ago
  35. 0554a4a Support 56kHz to 19.2kHz gain analysis (Patch v4) by Earl Chew · 12 years ago
  36. 3789c44 Remove '#if 0'-ed out code. by Erik de Castro Lopo · 12 years ago
  37. 587e118 Fix a bunch of -Wtype-limits warnings. by Erik de Castro Lopo · 12 years ago
  38. c506b2f include/FLAC/ordinals.h : Remove CPP hackery. by Erik de Castro Lopo · 12 years ago
  39. d7bfc77 Add XIPH_BSWAP32 configure macro to detect __builtin_bswap32() intrinsic. by Erik de Castro Lopo · 12 years ago
  40. a5d1d4f Improve endswapping (especially purge ntohl). by Erik de Castro Lopo · 12 years ago
  41. 6184fd7 include/share/Makefile.am : Add compat.h to EXTRA_DIST. by Erik de Castro Lopo · 12 years ago
  42. 59afe36 Add file include/share/compat.h and start moving CPP hackery into it. by Erik de Castro Lopo · 12 years ago
  43. 6b3b137 Fix a couple of -Winline warnings. by Erik de Castro Lopo · 12 years ago
  44. 5893fbe Bug 5041514 Re-implement with Apache 2.0 license by Glenn Kasten · 13 years ago
  45. c746637 libFLAC 1.2.1 by Kenny Root · 15 years ago
  46. c2593cc license must be BSD since it is used by libFLAC by Josh Coalson · 15 years ago
  47. dea0f5a add 2009 copyright by Josh Coalson · 15 years ago
  48. c9ed238 Allow MM:SS:FF and MM:SS.SS time formats in non-CD-DA cuesheets (SF#1947353, SF#2182432: https://sourceforge.net/tracker2/?func=detail&aid=1947353&group_id=13478&atid=363478 https://sourceforge.net/tracker2/index.php?func=detail&aid=2182432&group_id=13478&atid=113478) by Josh Coalson · 15 years ago
  49. 0915a55 Fixes for Sun Studio/Forte; us AC_C_INLINE to detect inline keyword for compiler; eliminate floating point calcs in RG analysis array size calculations (SF#1701960: https://sourceforge.net/tracker2/?func=detail&aid=1701960&group_id=13478&atid=313478) by Josh Coalson · 15 years ago
  50. 8e28e43 remove some inlining directives by Josh Coalson · 15 years ago
  51. 290c3f7 better check for stdint.h by Josh Coalson · 16 years ago
  52. 1be89c4 add FLAC__format_blocksize_is_subset() by Josh Coalson · 16 years ago
  53. 82b1280 update copyright for 2008 by Josh Coalson · 16 years ago
  54. 841fdd3 bump libtool version numbers by Josh Coalson · 17 years ago
  55. 504dcaf minor comments by Josh Coalson · 17 years ago
  56. 9f28b59 minor comments by Josh Coalson · 17 years ago
  57. 8679516 add link to new example code page by Josh Coalson · 17 years ago
  58. 8c4ac1d msvc fixes by Josh Coalson · 17 years ago
  59. 4d20d89 inline all safe alloc funcs by Josh Coalson · 17 years ago
  60. 7fb67ac add not about OPT: sections by Josh Coalson · 17 years ago
  61. 0221d87 handle SIZE_T_MAX by Josh Coalson · 17 years ago
  62. 582e675 remove unnecessary #includes by Josh Coalson · 17 years ago
  63. 223b9ca add alloc.h by Josh Coalson · 17 years ago
  64. 17af340 fix #include for off_t (SF#1786225: https://sourceforge.net/tracker/index.php?func=detail&aid=1786225&group_id=13478&atid=313478) by Josh Coalson · 17 years ago
  65. 367c158 add --disable-cpplibs configure option (SF#1723295: https://sourceforge.net/tracker/index.php?func=detail&aid=1723295&group_id=13478&atid=313478 by Josh Coalson · 17 years ago
  66. a8bd44b #include for off_t, minor comments by Josh Coalson · 17 years ago
  67. 4e56b06 add FLAC__metadata_simple_iterator_get_application_id() by Josh Coalson · 17 years ago
  68. 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
  69. c90a5ca bump libtool number in prep for release by Josh Coalson · 17 years ago
  70. 1296cb8 add porting guide item for 1.1.4->1.2.0 by Josh Coalson · 17 years ago
  71. 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
  72. 62cb525 *** empty log message *** by Josh Coalson · 17 years ago
  73. a4f9391 add FLAC::Decoder::Stream::get_decode_position() by Josh Coalson · 17 years ago
  74. 2258fa8 add FLAC__format_sample_rate_is_subset() by Josh Coalson · 17 years ago
  75. d67319f add porting item for 1.1.4 by Josh Coalson · 17 years ago
  76. 4296e1a bump libtool .so revision number by Josh Coalson · 17 years ago
  77. 147dbe2 fix minor leaks by Josh Coalson · 17 years ago
  78. d83553d change the min/max rice partition order for compression levels -0 .. -6 by Josh Coalson · 17 years ago
  79. e74bd95 add 2007 copyright by Josh Coalson · 17 years ago
  80. e3ec2ad convert C prototypes for functions with no args from () to (void) by Josh Coalson · 17 years ago
  81. 1c03407 in FLAC__stream_encoder_set_metadata(), copy the metadata array of pointers instead of requiring the caller to keep it until initialization; the objects themselves are still owned by caller by Josh Coalson · 17 years ago
  82. cd80d14 add docs on sample format for process calls (SF#1627966: http://sourceforge.net/tracker/index.php?func=detail&aid=1627966&group_id=13478&atid=213478) by Josh Coalson · 17 years ago
  83. 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
  84. 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
  85. f37520b final merge down from 1.1.2 maintenance branch (cvs up -j FLAC_RELEASE_1_1_2_MAINTENANCE_BASELINE -j FLAC_RELEASE_1_1_2_MAINTENANCE_BRANCH) by Josh Coalson · 18 years ago
  86. 2378fb1 minor comments by Josh Coalson · 18 years ago
  87. a7dceb9 multifix: change FLAC__stream_encoder_finish() to also return false if there is an error processing the last frame or updating metadata by Josh Coalson · 18 years ago
  88. 33bba6d minor comments by Josh Coalson · 18 years ago
  89. 7d273b4 add support for read-only operations for ogg flac to chain interface by Josh Coalson · 18 years ago
  90. e3f00bc minor comments by Josh Coalson · 18 years ago
  91. a586226 add a boolean return value to FLAC__stream_encoder_finish() that signals a verify mismatch by Josh Coalson · 18 years ago
  92. 38bf3e6 fix FLAC::Decoder::Stream::finish() to return a bool like its C cousin by Josh Coalson · 18 years ago
  93. 99abf3e add code examples for some of the callbacks to the docs by Josh Coalson · 18 years ago
  94. 2dd9d91 minor comments by Josh Coalson · 18 years ago
  95. 425609c add FLAC__stream_encoder_set_compression_level() by Josh Coalson · 18 years ago
  96. 7464fec minor comments by Josh Coalson · 18 years ago
  97. 7afb155 fix grabbag__file_are_same() on win32 by using GetFileInformationByHandle() to compare by Josh Coalson · 18 years ago
  98. 6986469 minor comments by Josh Coalson · 18 years ago
  99. 0b9442c remove now-obsolete libOggFLAC stuff by Josh Coalson · 18 years ago
  100. 32637e0 fixes for MSVC6 by Josh Coalson · 18 years ago