1. 6f3f7f0 Updates to metaflac manpage from Jaren Stangret <sirjaren@gmail.com>. by Erik de Castro Lopo · 12 years ago
  2. 023f06f man/Makefile : Fail more gracefully. by Erik de Castro Lopo · 12 years ago
  3. b21f190 Add a convenience function to create a Metadata::Padding object with a by Erik de Castro Lopo · 12 years ago
  4. 8d9e5c6 Optimize FLAC__bitreader_read_rice_signed_block. by Miroslav Lichvar · 12 years ago
  5. 7b37472 Add new clz function which works with input 0. by Miroslav Lichvar · 12 years ago
  6. d69e807 Make FLAC__clz_soft_uint32 static. by Miroslav Lichvar · 12 years ago
  7. 12022d9 Fix assembler code to make it PIC so the dynamic linker does by Samuli Suominen · 12 years ago
  8. a9f3bc8 Change order of flac_LDADD libs so it works with mingw. by Erik de Castro Lopo · 12 years ago
  9. 4ef5bfb Add 'ar-lib' to .gitignore. by Erik de Castro Lopo · 12 years ago
  10. 3e2cd27 configure.ac : Make sure FLAC__HAS_OGG gets defined to either 0 or 1. by Erik de Castro Lopo · 12 years ago
  11. a7e3705 Move code inside #ifdef _MSC_VER to compat.h. by Erik de Castro Lopo · 12 years ago
  12. 5b62b77 Move all definitions of FLAC__U64L to one place. by Erik de Castro Lopo · 12 years ago
  13. 1294b64 Adds last functions from C metadata api to C++ metadata api by Bastiaan Timmer · 12 years ago
  14. 8749dc2 Fix building when configured with --disable-shared. by Erik de Castro Lopo · 12 years ago
  15. feab11e Fix FLAC__stream_decoder_delete() and FLAC__stream_encoder_delete() by Erik de Castro Lopo · 12 years ago
  16. 63c874f Fix build with automake 1.12 by Cristian Rodríguez · 12 years ago
  17. 04ca6fd Quick patch to fix FLAC_metadata_object api docs. by Bastiaan Timmer · 12 years ago
  18. 387b727 bitmath: Finish up optimizations by Cristian Rodríguez · 12 years ago
  19. 605f920 Fix more compiler warnings. by Erik de Castro Lopo · 12 years ago
  20. 7c07a0d configure.ac : For gcc use -Wall -Wextra when using --enable-gcc-werror. by Erik de Castro Lopo · 12 years ago
  21. 56c3191 metadata.cpp : Fix compiler warning on 64 bit. by Erik de Castro Lopo · 12 years ago
  22. 155719b src/libFLAC/lpc.c : Include <inttypes.h> so compiling debug version works. by Erik de Castro Lopo · 12 years ago
  23. 601e961 Add missing functions to VorbisComment class. by Erik de Castro Lopo · 12 years ago
  24. 5289b30 Optimize COUNT_ZERO_MSBS macro by Miroslav Lichvar · 12 years ago
  25. d9fde55 Fix all links to libtool version info rules. by Erik de Castro Lopo · 12 years ago
  26. f491b73 Bump version-info for libFLAC++ from 8:0:2 to 8:0:3. by Erik de Castro Lopo · 12 years ago
  27. cd9053c Add functionality present in the C library to the to C++ SeekTable class. by Erik de Castro Lopo · 12 years ago
  28. c5c4ce9 Tweak MALLOC_PERTURB_ expression in tests. by Erik de Castro Lopo · 12 years ago
  29. 95f0f75 export MALLOC_PERTURB_ and MALLOC_CHECK_ in test suite by Cristian Rodríguez · 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. 8340ab3 Use sizeof instead of magic number 4. by Erik de Castro Lopo · 12 years ago
  34. b3e9eb6 Update .gitignore. by Erik de Castro Lopo · 12 years ago
  35. f13ad37 Fix make distcheck by Cristian Rodríguez · 12 years ago
  36. 425d39b src/libFLAC/include/private/macros.h : Add copyright header. by Erik de Castro Lopo · 12 years ago
  37. f029625 V2: Use a single definition of MIN and MAX in sources by Cristian Rodríguez · 12 years ago
  38. d30fe60 remove unnecesary typedef in bitwriter.c by Cristian Rodríguez · 12 years ago
  39. 5de949f Fix gcc-4.7 compiler warnings. by Erik de Castro Lopo · 12 years ago
  40. dff08f1 Fix buffer overflow by replacing strcpy with memcpy. by Erik de Castro Lopo · 12 years ago
  41. 6c2040d Remove casting of return value from *alloc() functions. by Erik de Castro Lopo · 12 years ago
  42. afedee1 configure.ac : Add AM_PROG_CC_C_O. by Erik de Castro Lopo · 12 years ago
  43. 66bd44b Remove unnecessary typedef. by Erik de Castro Lopo · 13 years ago
  44. 5c44cd7 Add GCC specific optimisation for log base 2 operations. by Erik de Castro Lopo · 13 years ago
  45. 238b267 Remove winamp2 plugin by Erik de Castro Lopo · 13 years ago
  46. f20770e Add patch from Earl Chew <earl_chew@yahoo.com> that adds testing for by Erik de Castro Lopo · 13 years ago
  47. 2f8b6a0 Rename ENDSWAP_INT to ENDSWAP_32. by Erik de Castro Lopo · 13 years ago
  48. b81e794 Include stdlib.h for _response() and _wildcard() declarations on OS/2 by Dave Yeo · 13 years ago
  49. c89269e a.out format does not support many .section directives by Dave Yeo · 13 years ago
  50. caef93e configure.ac : Report useful info at the end of configure. by Erik de Castro Lopo · 13 years ago
  51. b489097 Fix a couple 'inlining failed' warning messages. by Erik de Castro Lopo · 13 years ago
  52. d273fce Fix a couple of sign-compare warnings. by Erik de Castro Lopo · 13 years ago
  53. 41748f0 Port David Robinson's equalloudfilt.m MATLAB script to scilab so that the ReplayGain filter settings can be generated using an OpenSource tool. by Earl Chew · 13 years ago
  54. 0554a4a Support 56kHz to 19.2kHz gain analysis (Patch v4) by Earl Chew · 13 years ago
  55. 774e077 Speed up the tests by testing slightly fewer combinations. by Erik de Castro Lopo · 13 years ago
  56. 21a4f65 .gitignore : Ignore more m4 files. by Erik de Castro Lopo · 13 years ago
  57. 3789c44 Remove '#if 0'-ed out code. by Erik de Castro Lopo · 13 years ago
  58. 587e118 Fix a bunch of -Wtype-limits warnings. by Erik de Castro Lopo · 13 years ago
  59. a4ffcc0 Fix -Werror=format-security errors. by Erik de Castro Lopo · 13 years ago
  60. e38026a Fix for autoreconf failures. by Erik de Castro Lopo · 13 years ago
  61. b6e64af Disable Altivec on host triplet powerpc-unknown-linux-gnuspe. by Erik de Castro Lopo · 13 years ago
  62. c08b679 libFLAC.m4 : Prevent empty -L flag. by Erik de Castro Lopo · 13 years ago
  63. 766a7b4 Merge branch 'noname' by Erik de Castro Lopo · 13 years ago
  64. 34de69a Disable executable stack in libFLAC.so. by Erik de Castro Lopo · 13 years ago
  65. 71396bb Add missing <cstring> include. by Erik de Castro Lopo · 13 years ago
  66. df80b9b Add missing <csting> include. by Erik de Castro Lopo · 13 years ago
  67. cfac597 metaflac : Exit with error if invalid option is passed. by Erik de Castro Lopo · 13 years ago
  68. e2f80c1 Fix misuse of \r (potentially) in flac -d or -t output. by Erik de Castro Lopo · 13 years ago
  69. c506b2f include/FLAC/ordinals.h : Remove CPP hackery. by Erik de Castro Lopo · 13 years ago
  70. dac99fa Patch from Dave Yeo to remove more CPP hackery. by Erik de Castro Lopo · 13 years ago
  71. efffc25 Fix 'make distcheck'. by Erik de Castro Lopo · 13 years ago
  72. d7bfc77 Add XIPH_BSWAP32 configure macro to detect __builtin_bswap32() intrinsic. by Erik de Castro Lopo · 13 years ago
  73. 3abb6c9 Add m4/endian.m4 and use it in configure.ac. by Erik de Castro Lopo · 13 years ago
  74. 1649c4a Encoder::Stream::set_metadata() broken - ID: 3282704 by Erik de Castro Lopo · 13 years ago
  75. 8f95634 Memory and fd leak fixes - ID: 3436668 by Erik de Castro Lopo · 13 years ago
  76. 0fe9767 configure.ac : Patch from David Yeo. OS/2 uses aout format. by Erik de Castro Lopo · 13 years ago
  77. 8b4bc4b configure.ac : Patch from David Yeo adding LT_NO_UNDEFINED for OS/2. by Erik de Castro Lopo · 13 years ago
  78. 698ee5c Purge MINGW_WINSOCK_LIBS config variable. by Erik de Castro Lopo · 13 years ago
  79. 7982821 Remove configure maintainer mode. by Erik de Castro Lopo · 13 years ago
  80. a5d1d4f Improve endswapping (especially purge ntohl). by Erik de Castro Lopo · 13 years ago
  81. a3f43aa configure.ac : Detect more headers. by Erik de Castro Lopo · 13 years ago
  82. 6184fd7 include/share/Makefile.am : Add compat.h to EXTRA_DIST. by Erik de Castro Lopo · 13 years ago
  83. 4dfb536 Patch from JonY to remove more CPP hackery. by Erik de Castro Lopo · 13 years ago
  84. 59afe36 Add file include/share/compat.h and start moving CPP hackery into it. by Erik de Castro Lopo · 13 years ago
  85. 4949191 Makefile.am : Add CLEANFILES entry. by Erik de Castro Lopo · 13 years ago
  86. 6c7568b Patch from JonY to suppress redefinition warnings with mingw-w64 lfs64 warnings. by Erik de Castro Lopo · 13 years ago
  87. a606e1a Renable metaflac tests disabled earlier because they were failing. by Erik de Castro Lopo · 13 years ago
  88. 7ee9084 Fix cuesheet bug introduced in ce8a75134cace056f6c436d54b57bad1a1d93797. by Erik de Castro Lopo · 13 years ago
  89. 19050f7 Cuesheet patch from Earl Chew. by Erik de Castro Lopo · 13 years ago
  90. d5bb4be Patch from David Yeo to conditionally include <inttypes.h>. by Erik de Castro Lopo · 13 years ago
  91. 08832d1 XMMS patch from Timothy B. Terriberry by Erik de Castro Lopo · 13 years ago
  92. 1ca5413 Fix 'make distcheck'. by Erik de Castro Lopo · 13 years ago
  93. 886b960 configure.ac : Only use AM_SILENT_RULES if its available. Thanks Earl Chew. by Erik de Castro Lopo · 13 years ago
  94. 027ab05 Merge git://github.com/avuton/flac by Erik de Castro Lopo · 13 years ago
  95. b2ef988 Add test_wrapper.sh to the distribution. by Ralph Giles · 13 years ago
  96. 83e4d70 Use the correct project filenames for flactimer. by Ralph Giles · 13 years ago
  97. 8019c8e Fix --disable-doxygen-docs install by Avuton Olrich · 13 years ago
  98. 3b41451 Fix memory leak when reinitializing stream encoder. by Erik de Castro Lopo · 13 years ago
  99. e7fb215 Add 'make fastcheck' target. by Erik de Castro Lopo · 13 years ago
  100. 9c2290a Fix more printf formatting issues and remove un-necessary casts. by Erik de Castro Lopo · 13 years ago