1. 49b9673 Hide symbols with nasm. by Miroslav Lichvar · 12 years ago
  2. 7edf677 Remove old GNU-stack sections from nasm files. by Miroslav Lichvar · 12 years ago
  3. 12022d9 Fix assembler code to make it PIC so the dynamic linker does by Samuli Suominen · 12 years ago
  4. 9b7cb22 Update and improve autotools build by Cristian Rodríguez · 12 years ago
  5. c89269e a.out format does not support many .section directives by Dave Yeo · 13 years ago
  6. 34de69a Disable executable stack in libFLAC.so. by Erik de Castro Lopo · 13 years ago
  7. dea0f5a add 2009 copyright by Josh Coalson · 16 years ago
  8. ee51fc0 Fix bug in bitreader handling of read callback returning a short count (SF#2490454: https://sourceforge.net/tracker2/?func=detail&aid=2490454&group_id=13478&atid=113478) by Josh Coalson · 16 years ago
  9. 08bfd42 fix labels (missing colons) by Josh Coalson · 16 years ago
  10. 82b1280 update copyright for 2008 by Josh Coalson · 17 years ago
  11. 9fae245 fix bug with partition sum overflowing by Josh Coalson · 17 years ago
  12. 7834f80 more optimizations by Josh Coalson · 17 years ago
  13. 566f373 minor optimization in loop logic by Josh Coalson · 17 years ago
  14. 717ea8c add stream_encoder_asm.nasm by Josh Coalson · 17 years ago
  15. 5fa534f minor optimization by Josh Coalson · 17 years ago
  16. 7e174a4 fix extern names for win32 by Josh Coalson · 17 years ago
  17. 0bddabc minor optimizations by Josh Coalson · 17 years ago
  18. 6942044 optimization: faster crc-16 calculation by Josh Coalson · 17 years ago
  19. 645620c optimization: move code for non-zero crc16_align out of the way since it is a rare case by Josh Coalson · 17 years ago
  20. ddddff6 add FLAC__bitreader_read_rice_signed_block_asm_ia32_bswap() by Josh Coalson · 17 years ago
  21. e4b1706 minor comments by Josh Coalson · 17 years ago
  22. be5e19b minor comments by Josh Coalson · 17 years ago
  23. f2f328b improve ia-32 checks to include cpuid, bswap, sse3 and ssse3 support by Josh Coalson · 17 years ago
  24. 1b44f7e minor comments by Josh Coalson · 17 years ago
  25. 0c78700 remove obsolete FLAC__cpu_info_sse_test_asm_ia32() by Josh Coalson · 18 years ago
  26. e74bd95 add 2007 copyright by Josh Coalson · 18 years ago
  27. 0895667 patch sf#1580550 noexec stack: http://sourceforge.net/tracker/index.php?func=detail&aid=1580550&group_id=13478&atid=313478 by Josh Coalson · 18 years ago
  28. 0395dac add 2206 to copyright notice by Josh Coalson · 18 years ago
  29. 7446e18 fix ANSI C violation w.r.t. const arrays by Josh Coalson · 20 years ago
  30. a78fac6 add 2005 to copyright notices by Josh Coalson · 20 years ago
  31. 0975843 first pass at making an integer-only flavor of the libraries. move FLAC__real out of ordinals.h to src/libFLAC/include/private/float.h, add FLAC__double and FLAC__float and use these everywhere instead of double and float, and don't typedef FLAC__real/float/double when building in integer-only mode. still need to provide integer substitutes in several places. by Josh Coalson · 20 years ago
  32. edcde6f add --tag=CC required by latest libtool by Josh Coalson · 20 years ago
  33. c257065 rename strip_fPIC.sh to strip_non_asm_libtool_args.sh, as it takes on new duties stripping other arguments for other assemblers by Josh Coalson · 20 years ago
  34. cce2f25 obsolete by Josh Coalson · 20 years ago
  35. 9564390 update copyright to 2004 by Josh Coalson · 21 years ago
  36. afd8107 change license verbiage to Xiph's by Josh Coalson · 22 years ago
  37. afae69f Add 2003 to copyright notice by Josh Coalson · 22 years ago
  38. 59d8450 patch from Miroslav by Josh Coalson · 22 years ago
  39. 9945f8e check in Miroslav's speedup patch by Josh Coalson · 22 years ago
  40. 1152f9f update copyright date to include 2002 by Josh Coalson · 23 years ago
  41. 04180be Pass -i option to nasm so that VPATH builds work correctly by Matt Zimmerman · 23 years ago
  42. 651d6de check in Miroslav's PIC patch by Josh Coalson · 23 years ago
  43. a60231f Miroslav's patch to add run-time detection of operating system support for SSE/SSE2 instructions by Josh Coalson · 23 years ago
  44. e069693 revert to using libtool to generate the convenience library by Josh Coalson · 23 years ago
  45. 10ab540 change to make libFLAC-asm a static, non-libtool library by Josh Coalson · 23 years ago
  46. 21aa17e add a dummy function for determining OS support of SSE instructions by Josh Coalson · 23 years ago
  47. a52270e fix bug in SSE routines by Josh Coalson · 23 years ago
  48. f5925df add 3DNOW stuff from Miroslav by Josh Coalson · 23 years ago
  49. 301cc96 patch from collver at linuxfreemail.com by Josh Coalson · 23 years ago
  50. f01dadd add comments by Josh Coalson · 23 years ago
  51. e0a0668 add warnings about implicit assumptions in some routines by Josh Coalson · 23 years ago
  52. a18f751 minor naming convention changes by Josh Coalson · 23 years ago
  53. 77e3f31 revamp the ordinal types by Josh Coalson · 23 years ago
  54. be00e30 add aoutb support for openbsd by Josh Coalson · 23 years ago
  55. da0adb2 add object file format guessing from configure by Josh Coalson · 23 years ago
  56. 2ac3a54 change the naming of the object file format define to make it easier to configure properly by Josh Coalson · 23 years ago
  57. cd66fc0 minor formatting changes by Josh Coalson · 23 years ago
  58. e6499bd rename i386 to ia32 everywhere by Josh Coalson · 23 years ago
  59. 2255848 change NASM file extensions from .s to .nasm by Josh Coalson · 23 years ago
  60. 9a7b5e2 move from ../i386 by Josh Coalson · 23 years ago