1. 9edb817 MS VS inline/extern fix from Ben Alison plus comments. by Erik de Castro Lopo · 12 years ago
  2. 5b62b77 Move all definitions of FLAC__U64L to one place. by Erik de Castro Lopo · 12 years ago
  3. 9b7cb22 Update and improve autotools build by Cristian Rodríguez · 13 years ago
  4. f029625 V2: Use a single definition of MIN and MAX in sources by Cristian Rodríguez · 13 years ago
  5. d30fe60 remove unnecesary typedef in bitwriter.c by Cristian Rodríguez · 13 years ago
  6. 6c2040d Remove casting of return value from *alloc() functions. by Erik de Castro Lopo · 13 years ago
  7. 2f8b6a0 Rename ENDSWAP_INT to ENDSWAP_32. by Erik de Castro Lopo · 13 years ago
  8. a5d1d4f Improve endswapping (especially purge ntohl). by Erik de Castro Lopo · 13 years ago
  9. dea0f5a add 2009 copyright by Josh Coalson · 16 years ago
  10. a832ef3 fixes for windows builds (SF#1676822: https://sourceforge.net/tracker2/?func=detail&aid=1676822&group_id=13478&atid=113478) by Josh Coalson · 16 years ago
  11. 82b1280 update copyright for 2008 by Josh Coalson · 17 years ago
  12. 0f008d2 extra checking on memory allocation sizes to prevent a class of overflow attacks by Josh Coalson · 17 years ago
  13. 4d80604 Some MinGW fixes (SF#1684879: https://sourceforge.net/tracker/index.php?func=detail&aid=1684879&group_id=13478&atid=113478) by Josh Coalson · 17 years ago
  14. 6aa4348 minor OPT tweaks by Josh Coalson · 17 years ago
  15. 50bf3de comment out some optimized branch by Josh Coalson · 17 years ago
  16. b28c46d fix optimization bug in FLAC__bitwriter_write_rice_signed_block() by Josh Coalson · 17 years ago
  17. e002f83 minor cosmetics by Josh Coalson · 17 years ago
  18. eb6ef7d optimize special case in FLAC__bitwriter_write_rice_signed_block() by Josh Coalson · 18 years ago
  19. 4cc675b minor optimizations to FLAC__bitwriter_write_rice_signed_block() by Josh Coalson · 18 years ago
  20. 6775778 fix MSVC check for ntohl() by Josh Coalson · 18 years ago
  21. f67f206 Darwin fix for ntohl() by Josh Coalson · 18 years ago
  22. e6c05bf remove some debugging output by Josh Coalson · 18 years ago
  23. c85056b use inline byte-swapping function for MSVC by Josh Coalson · 18 years ago
  24. d1dd66b minor asserts by Josh Coalson · 18 years ago
  25. e74bd95 add 2007 copyright by Josh Coalson · 18 years ago
  26. e3ec2ad convert C prototypes for functions with no args from () to (void) by Josh Coalson · 18 years ago
  27. 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