1. 0a2b901 src/libFLAC/include/private/macros.h : Fix flac_min. by Erik de Castro Lopo · 11 years ago
  2. a4c321e Large patch from Ben Allison fixing the MSVC build. by Erik de Castro Lopo · 11 years ago
  3. 0920bc1 Fix a copy & paste error in a comment. by Timothy B. Terriberry · 12 years ago
  4. 7b37472 Add new clz function which works with input 0. by Miroslav Lichvar · 12 years ago
  5. d69e807 Make FLAC__clz_soft_uint32 static. by Miroslav Lichvar · 12 years ago
  6. 8749dc2 Fix building when configured with --disable-shared. by Erik de Castro Lopo · 12 years ago
  7. 387b727 bitmath: Finish up optimizations by Cristian Rodríguez · 12 years ago
  8. 9b7cb22 Update and improve autotools build by Cristian Rodríguez · 12 years ago
  9. f13ad37 Fix make distcheck by Cristian Rodríguez · 12 years ago
  10. 425d39b src/libFLAC/include/private/macros.h : Add copyright header. by Erik de Castro Lopo · 12 years ago
  11. f029625 V2: Use a single definition of MIN and MAX in sources by Cristian Rodríguez · 12 years ago
  12. 5c44cd7 Add GCC specific optimisation for log base 2 operations. by Erik de Castro Lopo · 12 years ago
  13. b489097 Fix a couple 'inlining failed' warning messages. by Erik de Castro Lopo · 13 years ago
  14. 587e118 Fix a bunch of -Wtype-limits warnings. by Erik de Castro Lopo · 13 years ago
  15. dea0f5a add 2009 copyright by Josh Coalson · 16 years ago
  16. f7df115 const-ify FLAC__crc16_table[] by Josh Coalson · 17 years ago
  17. 82b1280 update copyright for 2008 by Josh Coalson · 17 years ago
  18. 0f008d2 extra checking on memory allocation sizes to prevent a class of overflow attacks by Josh Coalson · 17 years ago
  19. b592b49 minor comments by Josh Coalson · 17 years ago
  20. 00da5ae add internal FLAC__stream_encoder_set/get_do_md5() by Josh Coalson · 17 years ago
  21. 4a040f6 window the integer_signal instead of real_signal, remove unused real_signal from datapath by Josh Coalson · 17 years ago
  22. 49cb34a better alignment in md5 structure elements by Josh Coalson · 17 years ago
  23. ddddff6 add FLAC__bitreader_read_rice_signed_block_asm_ia32_bswap() by Josh Coalson · 17 years ago
  24. 099a289 minor tweaks to private md5 interface by Josh Coalson · 17 years ago
  25. 37a4f27 pass cpu info into bitreader by Josh Coalson · 17 years ago
  26. f2f328b improve ia-32 checks to include cpuid, bswap, sse3 and ssse3 support by Josh Coalson · 17 years ago
  27. 0c78700 remove obsolete FLAC__cpu_info_sse_test_asm_ia32() by Josh Coalson · 18 years ago
  28. ad663fa minor comments by Josh Coalson · 18 years ago
  29. e74bd95 add 2007 copyright by Josh Coalson · 18 years ago
  30. e3ec2ad convert C prototypes for functions with no args from () to (void) by Josh Coalson · 18 years ago
  31. 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
  32. 08f582e add FLAC__bitbuffer_get_input_bits_unconsumed() by Josh Coalson · 18 years ago
  33. 32b9bae quick fix for SF#1601812 where an error of exactly 0 (very rare) in FLAC__lpc_compute_lp_coefficients() could cause an infinite loop later in FLAC__lpc_quantize_coefficients() by Josh Coalson · 18 years ago
  34. f1ac7d9 make "#if FLAC__HAS_OGG" checking consistent by Josh Coalson · 18 years ago
  35. acd4a43 fix compiler warnings by Josh Coalson · 18 years ago
  36. 49f2f16 add overreading in the stream encoder process calls to be able to reliably detect when we are at the last block; also fixes a problem with EOS packet flag setting in Ogg FLAC by Josh Coalson · 18 years ago
  37. e9b6183 some more unsigned->size_t fixes by Josh Coalson · 18 years ago
  38. 0b9442c remove now-obsolete libOggFLAC stuff by Josh Coalson · 18 years ago
  39. 352feb5 change "bytes" parameter of all encoder write callbacks from "unsigned" to "size_t" by Josh Coalson · 18 years ago
  40. 8065a2d change "bytes" parameter of all read callbacks from "unsigned" to "size_t" by Josh Coalson · 18 years ago
  41. 8da98c8 merge libOggFLAC into libFLAC and libOggFLAC++ into FLAC++; documentation still needs work by Josh Coalson · 18 years ago
  42. d0edb97 limit subset further if sample rate is <=48kHz: max blocksize is 4608 and max LPC order is 12 by Josh Coalson · 18 years ago
  43. e343ab2 add support for new PICTURE metadata block by Josh Coalson · 18 years ago
  44. c0da196 minor comments by Josh Coalson · 18 years ago
  45. 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
  46. bd8bb54 minor comments by Josh Coalson · 18 years ago
  47. 6c08886 add window.[ch] by Josh Coalson · 18 years ago
  48. 6e2b565 fix a calcuation bug in FLAC__lpc_compute_best_order() by Josh Coalson · 18 years ago
  49. 0395dac add 2206 to copyright notice by Josh Coalson · 18 years ago
  50. bf0f52c add support for specifying which apodization functions to use to window data before lpc analysis by Josh Coalson · 18 years ago
  51. b4c13d9 *** empty log message *** by Josh Coalson · 18 years ago
  52. ce0b345 remove FLAC__SYMMETRIC_RICE code by Josh Coalson · 19 years ago
  53. c4cb493 minor comments by Josh Coalson · 20 years ago
  54. 7446e18 fix ANSI C violation w.r.t. const arrays by Josh Coalson · 20 years ago
  55. a78fac6 add 2005 to copyright notices by Josh Coalson · 20 years ago
  56. 663c599 merged patches from Chris Csanady and John Steele Scott, better checking for altivec and ppc64 on ppc by Josh Coalson · 20 years ago
  57. 5f2b46d finished integerized flavor of library; sections with floating point are either #ifdef'd out or written in fixed-point by Josh Coalson · 20 years ago
  58. f719813 add fixed-point functions by Josh Coalson · 20 years ago
  59. 375810e add FLAC__bitmath_ilog2_wide() by Josh Coalson · 20 years ago
  60. 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
  61. 2a23c63 add float.h by Josh Coalson · 20 years ago
  62. f7d5221 initial import by Josh Coalson · 20 years ago
  63. 91b4ce5 fix #ifdef problems that existed when FLAC__NO_ASM is defined by Josh Coalson · 20 years ago
  64. ea050ba finish hooking up altivec asm routines by Josh Coalson · 20 years ago
  65. 3aadd10 check in Brady's second altivec-related patch that hooks up the asm routines and does the requisite configure-related stuff by Josh Coalson · 20 years ago
  66. 3e7a96e tweaks to the MD5 routines; they need to be exported when building a windows DLL since the seekable stream decoder in libOggFLAC secretly uses them by Josh Coalson · 20 years ago
  67. 527bdda make encoder encode the blocksize and sample rate in the frame header whenever possible, regardless if subset is specified or not by Josh Coalson · 20 years ago
  68. be62f3b minor comments by Josh Coalson · 20 years ago
  69. 9564390 update copyright to 2004 by Josh Coalson · 21 years ago
  70. 6e2c6d9 add a "tell" callback to the seekable stream encoder to make the metadata writeback more robust by Josh Coalson · 21 years ago
  71. afd8107 change license verbiage to Xiph's by Josh Coalson · 22 years ago
  72. b2c10eb move "...skip_bits_..." down because of inline ordering by Josh Coalson · 22 years ago
  73. afae69f Add 2003 to copyright notice by Josh Coalson · 22 years ago
  74. 5e31be1 #include config.h by Josh Coalson · 22 years ago
  75. dd72307 minor comments by Josh Coalson · 22 years ago
  76. df7240a add more CUESHEET convenience functions by Josh Coalson · 22 years ago
  77. 16cf47e add FLAC__bitbuffer_skip_bits_no_crc() by Josh Coalson · 22 years ago
  78. 58d6cf8 #ifdef out more unused routines by Josh Coalson · 22 years ago
  79. eac1024 add wide (64-bit) versions of the FIR filter and inverse filter, remove unused arg from quantizing routine by Josh Coalson · 22 years ago
  80. bf26db9 add wide version of silog2 by Josh Coalson · 22 years ago
  81. a37ba46 split off dynamically allocated stuff from FLAC__EntropyCodingMethod_PartitionedRice to FLAC__EntropyCodingMethod_PartitionedRiceContent by Josh Coalson · 22 years ago
  82. cda4c3c add utility routines related to entropy coding by Josh Coalson · 22 years ago
  83. 8bcb9de add format.h by Josh Coalson · 22 years ago
  84. d86e03b add verify mode to all encoders by Josh Coalson · 22 years ago
  85. f1eff45 new seekable stream encoder and file encoder layers, not fully implemented yet by Josh Coalson · 22 years ago
  86. c75164a add all.h by Josh Coalson · 22 years ago
  87. cc68251 another big glob of changes/fixes by Josh Coalson · 22 years ago
  88. 57ba6f4 massive glob of checkins: improved tests, more tests, bugfixes by Josh Coalson · 22 years ago
  89. 66075c1 new more flexible way of passing metadata to stream encoder by Josh Coalson · 22 years ago
  90. 0d14f43 add metadata.h by Josh Coalson · 22 years ago
  91. 1c81533 update with new semantics for padding block creation by Josh Coalson · 22 years ago
  92. 8c84e19 add FLAC__bitbuffer_read_byte_block_aligned() by Josh Coalson · 22 years ago
  93. 4cce5a0 add ...write_byte_block, 2 little-endian routines by Josh Coalson · 22 years ago
  94. b28559a add FLAC__bitbuffer_read_rice_signed_block() by Josh Coalson · 22 years ago
  95. aec256b new blurb-based bitbuffer design changes by Josh Coalson · 22 years ago
  96. 1152f9f update copyright date to include 2002 by Josh Coalson · 23 years ago
  97. 305ae2e update copyright date to include 2002 by Josh Coalson · 23 years ago
  98. dbd84c4 split most of FileDecoder off to new SeekableStreamDecoder by Josh Coalson · 23 years ago
  99. a60231f Miroslav's patch to add run-time detection of operating system support for SSE/SSE2 instructions by Josh Coalson · 23 years ago
  100. 21aa17e add a dummy function for determining OS support of SSE instructions by Josh Coalson · 23 years ago