1. d40e986 Add FLAC__SSE_SUPPORTED and FLAC__SSE2_SUPPORTED flags. by Erik de Castro Lopo · 10 years ago
  2. 7e92789 libFLAC : Add asm versions for two _wide() functions. by Erik de Castro Lopo · 11 years ago
  3. 6cd8b42 Add FLAC__ prefix to precompute_partition_info_sums.... by Erik de Castro Lopo · 11 years ago
  4. 64f34e6 libFLAC/stream_encoder.c : Fix MSVS profiler hot spot. by Erik de Castro Lopo · 11 years ago
  5. cf28c01 Adds use of restrict keyword to improve encoding speed. by Erik de Castro Lopo · 11 years ago
  6. ecd0acb Improve x86 instrinsic implementation. by Erik de Castro Lopo · 11 years ago
  7. 4a78cd4 Remove union data from FLAC__CPUInfo. by Erik de Castro Lopo · 11 years ago
  8. 5e5ee27 Adds SSE-accelerated lpc functions. by Erik de Castro Lopo · 11 years ago
  9. deb2099 Add ASM function FLAC__lpc_compute_autocorrelation_asm_ia32_sse_lag_16. by Erik de Castro Lopo · 11 years ago
  10. 187e596 stream_encoder.c : Improve fix for arithmetic overflow. by Erik de Castro Lopo · 11 years ago
  11. f34f31d stream_encoder.c : Improve fix for arithmetic overflow. by Erik de Castro Lopo · 11 years ago
  12. 6f7ec60 stream_encoder.c : Fix an arithmetic overflow in the RICE2 partitioner. by Erik de Castro Lopo · 11 years ago
  13. b1982fb Set version to 1.3.0 and update coyprights throughout. by Erik de Castro Lopo · 11 years ago
  14. b9574fe Fix a bunch of compiler warnings (mainly MinGW). by Erik de Castro Lopo · 11 years ago
  15. 5705b4d Huge Windows utf8 I/O patch. by Erik de Castro Lopo · 11 years ago
  16. f25b260 Fix a couple of Windows 2Gig file size issues. by Erik de Castro Lopo · 11 years ago
  17. 96a5ba7 Fix -Wshadow warnings. by Erik de Castro Lopo · 11 years ago
  18. dd1fa80 Fix -Wstrict-prototypes -Wmissing-prototypes warnings. by Erik de Castro Lopo · 11 years ago
  19. 70be52b src/libFLAC/stream_encoder.c : Fix typo. by Erik de Castro Lopo · 12 years ago
  20. a7e3705 Move code inside #ifdef _MSC_VER to compat.h. by Erik de Castro Lopo · 12 years ago
  21. 8749dc2 Fix building when configured with --disable-shared. by Erik de Castro Lopo · 12 years ago
  22. feab11e Fix FLAC__stream_decoder_delete() and FLAC__stream_encoder_delete() by Erik de Castro Lopo · 12 years ago
  23. 9b7cb22 Update and improve autotools build by Cristian Rodríguez · 12 years ago
  24. f029625 V2: Use a single definition of MIN and MAX in sources by Cristian Rodríguez · 12 years ago
  25. 6c2040d Remove casting of return value from *alloc() functions. by Erik de Castro Lopo · 12 years ago
  26. 59afe36 Add file include/share/compat.h and start moving CPP hackery into it. by Erik de Castro Lopo · 12 years ago
  27. 6c7568b Patch from JonY to suppress redefinition warnings with mingw-w64 lfs64 warnings. by Erik de Castro Lopo · 12 years ago
  28. 3b41451 Fix memory leak when reinitializing stream encoder. by Erik de Castro Lopo · 12 years ago
  29. dea0f5a add 2009 copyright by Josh Coalson · 16 years ago
  30. 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
  31. d8a6f4a fix problem with encoder being too strict about subset blocksizes by Josh Coalson · 16 years ago
  32. 82b1280 update copyright for 2008 by Josh Coalson · 16 years ago
  33. 504dcaf minor comments by Josh Coalson · 17 years ago
  34. 0f008d2 extra checking on memory allocation sizes to prevent a class of overflow attacks by Josh Coalson · 17 years ago
  35. 05f710f add support for RESIDUAL_CODING_METHOD_PARTITIONED_RICE2 and blocking strategy bit by Josh Coalson · 17 years ago
  36. f395ec4 fix for FLAC__INTEGER_ONLY_LIBRARY by Josh Coalson · 17 years ago
  37. e70895b minor comments by Josh Coalson · 17 years ago
  38. 00da5ae add internal FLAC__stream_encoder_set/get_do_md5() by Josh Coalson · 17 years ago
  39. 0429d60 call precompute_partition_info_sums_32bit_asm_ia32_() on x86 if available by Josh Coalson · 17 years ago
  40. a020662 MSVC optimization in process calls by Josh Coalson · 17 years ago
  41. dca2d1a remove more redundant logic in process calls by Josh Coalson · 17 years ago
  42. 4a040f6 window the integer_signal instead of real_signal, remove unused real_signal from datapath by Josh Coalson · 17 years ago
  43. 0a0a10f minor optimizations to precompute_partition_info_sums_() by Josh Coalson · 17 years ago
  44. 2258fa8 add FLAC__format_sample_rate_is_subset() by Josh Coalson · 17 years ago
  45. 099a289 minor tweaks to private md5 interface by Josh Coalson · 17 years ago
  46. 14b184c unify inlining method in prep for inline tests by Josh Coalson · 17 years ago
  47. 5981e4f minor comments by Josh Coalson · 17 years ago
  48. 3848380 remove FLAC__SSE_OS restriction on SSE usage by Josh Coalson · 17 years ago
  49. 0edc149 minor tweak for vc++ by Josh Coalson · 17 years ago
  50. 8534bbe minor comments by Josh Coalson · 17 years ago
  51. 6910519 turn off FLAC__MANDATORY_VERIFY_WHILE_ENCODING by Josh Coalson · 17 years ago
  52. dc2b03b change default blocksize from 4608 to 4096 for LPC mode by Josh Coalson · 17 years ago
  53. d83553d change the min/max rice partition order for compression levels -0 .. -6 by Josh Coalson · 17 years ago
  54. df4e40f turn on FLAC__MANDATORY_VERIFY_WHILE_ENCODING for 1.1.4-alpha1 by Josh Coalson · 17 years ago
  55. 469ba74 minor comments by Josh Coalson · 17 years ago
  56. e74bd95 add 2007 copyright by Josh Coalson · 17 years ago
  57. f57bd7a *** empty log message *** by Josh Coalson · 17 years ago
  58. 90c693a speed up precompute_partition_info_escapes_() by Josh Coalson · 17 years ago
  59. 37d9fb1 bump requisite _MSC_VER to <=1600 for fseeko/ftello hack by Josh Coalson · 17 years ago
  60. e3ec2ad convert C prototypes for functions with no args from () to (void) by Josh Coalson · 17 years ago
  61. 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
  62. 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 · 17 years ago
  63. 1109e7f code simplification and speed optimization for set_partitioned_rice_() by Josh Coalson · 17 years ago
  64. 792c10d minor cleanup in count_rice_bits_() by Josh Coalson · 17 years ago
  65. ce1d07c add system for verifying that encoded frame size estimates are accurate; clean up the code for rice parameter searching and rice codeword length estimation by Josh Coalson · 17 years ago
  66. 4e8fe85 fix bug with locale-specific -A defaults for -0..-8 (SF#1608883: https://sourceforge.net/tracker/index.php?func=detail&aid=1608883&group_id=13478&atid=113478) by Josh Coalson · 18 years ago
  67. 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
  68. 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
  69. f1ac7d9 make "#if FLAC__HAS_OGG" checking consistent by Josh Coalson · 18 years ago
  70. cf1422e multifix: change FLAC__stream_encoder_finish() to also return false if there is an error processing the last frame or updating metadata; fix problem trying to update metadata when encoding to stdout; fix problem with updating metadata if client seek_callback returns UNSUPPORTED by Josh Coalson · 18 years ago
  71. c986d13 fix a bug where missing STREAMINFO fields (min/max framesize, total samples, MD5 sum) and seek point offsets were not getting rewritten back to Ogg FLAC file (SF#1338969 https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1338969&amp;group_id=13478&amp;atid=113478) by Josh Coalson · 18 years ago
  72. acd4a43 fix compiler warnings by Josh Coalson · 18 years ago
  73. 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
  74. b7b57ef fix bug in verify_write_callback_ where the FIFO dequeueing did not memmove all the data by Josh Coalson · 18 years ago
  75. a586226 add a boolean return value to FLAC__stream_encoder_finish() that signals a verify mismatch by Josh Coalson · 18 years ago
  76. 85aaed8 fix bug where window was not recalculated when blocksize decreased; better wording for fractional blocks by Josh Coalson · 18 years ago
  77. 425609c add FLAC__stream_encoder_set_compression_level() by Josh Coalson · 18 years ago
  78. 352feb5 change "bytes" parameter of all encoder write callbacks from "unsigned" to "size_t" by Josh Coalson · 18 years ago
  79. 8065a2d change "bytes" parameter of all read callbacks from "unsigned" to "size_t" by Josh Coalson · 18 years ago
  80. 71d5c25 rename set_serial_number to set_ogg_serial_number everywhere by Josh Coalson · 18 years ago
  81. 15b8eb8 fix to ogg-less building by Josh Coalson · 18 years ago
  82. 8da98c8 merge libOggFLAC into libFLAC and libOggFLAC++ into FLAC++; documentation still needs work by Josh Coalson · 18 years ago
  83. 2d6b8c6 fix bug stats sent to progress callback by Josh Coalson · 18 years ago
  84. 369a6da remove window debugging code by Josh Coalson · 18 years ago
  85. 92f7fa9 minor comments by Josh Coalson · 18 years ago
  86. 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
  87. 825e72c try to limit the #defines (of fseeko to fseek and ftello to ftell) to just the versions of MSVC that appear not to have fseeko()/ftello() by Josh Coalson · 18 years ago
  88. 2e29c93 remove ancient deprecated things by Josh Coalson · 18 years ago
  89. 3957c47 add more checks to PICTURE metadata: at most one type=1 and type=2 blocks, type=1 block must be 32x32 pixel PNG by Josh Coalson · 18 years ago
  90. e343ab2 add support for new PICTURE metadata block by Josh Coalson · 18 years ago
  91. 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
  92. b1ec796 complete largefile support by Josh Coalson · 18 years ago
  93. 03f54be minor comments by Josh Coalson · 18 years ago
  94. 0abc735 minor fixes by Josh Coalson · 18 years ago
  95. 81cbb8e turn off window profiling by Josh Coalson · 18 years ago
  96. 8238936 default window to tukey(0.5) instead of hann by Josh Coalson · 18 years ago
  97. df59845 fix calculation bugs in encode_subframe_(): max_qlp_coeff_precision when qlp_coeff_prec_search; account for qlp coeff overhead in guessing the best lpc order; default to hann instead of rectangular window on assertion failure by Josh Coalson · 18 years ago
  98. 0395dac add 2206 to copyright notice by Josh Coalson · 18 years ago
  99. bf0f52c add support for specifying which apodization functions to use to window data before lpc analysis by Josh Coalson · 18 years ago
  100. ce0b345 remove FLAC__SYMMETRIC_RICE code by Josh Coalson · 19 years ago