1. 96a5ba7 Fix -Wshadow warnings. by Erik de Castro Lopo · 12 years ago
  2. dd1fa80 Fix -Wstrict-prototypes -Wmissing-prototypes warnings. by Erik de Castro Lopo · 12 years ago
  3. 70be52b src/libFLAC/stream_encoder.c : Fix typo. by Erik de Castro Lopo · 12 years ago
  4. a7e3705 Move code inside #ifdef _MSC_VER to compat.h. by Erik de Castro Lopo · 12 years ago
  5. 8749dc2 Fix building when configured with --disable-shared. by Erik de Castro Lopo · 12 years ago
  6. feab11e Fix FLAC__stream_decoder_delete() and FLAC__stream_encoder_delete() by Erik de Castro Lopo · 12 years ago
  7. 9b7cb22 Update and improve autotools build by Cristian Rodríguez · 13 years ago
  8. f029625 V2: Use a single definition of MIN and MAX in sources by Cristian Rodríguez · 13 years ago
  9. 6c2040d Remove casting of return value from *alloc() functions. by Erik de Castro Lopo · 13 years ago
  10. 59afe36 Add file include/share/compat.h and start moving CPP hackery into it. by Erik de Castro Lopo · 13 years ago
  11. 6c7568b Patch from JonY to suppress redefinition warnings with mingw-w64 lfs64 warnings. by Erik de Castro Lopo · 13 years ago
  12. 3b41451 Fix memory leak when reinitializing stream encoder. by Erik de Castro Lopo · 13 years ago
  13. dea0f5a add 2009 copyright by Josh Coalson · 16 years ago
  14. 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
  15. d8a6f4a fix problem with encoder being too strict about subset blocksizes by Josh Coalson · 16 years ago
  16. 82b1280 update copyright for 2008 by Josh Coalson · 17 years ago
  17. 504dcaf minor comments 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. 05f710f add support for RESIDUAL_CODING_METHOD_PARTITIONED_RICE2 and blocking strategy bit by Josh Coalson · 17 years ago
  20. f395ec4 fix for FLAC__INTEGER_ONLY_LIBRARY by Josh Coalson · 17 years ago
  21. e70895b minor comments by Josh Coalson · 17 years ago
  22. 00da5ae add internal FLAC__stream_encoder_set/get_do_md5() by Josh Coalson · 17 years ago
  23. 0429d60 call precompute_partition_info_sums_32bit_asm_ia32_() on x86 if available by Josh Coalson · 18 years ago
  24. a020662 MSVC optimization in process calls by Josh Coalson · 18 years ago
  25. dca2d1a remove more redundant logic in process calls by Josh Coalson · 18 years ago
  26. 4a040f6 window the integer_signal instead of real_signal, remove unused real_signal from datapath by Josh Coalson · 18 years ago
  27. 0a0a10f minor optimizations to precompute_partition_info_sums_() by Josh Coalson · 18 years ago
  28. 2258fa8 add FLAC__format_sample_rate_is_subset() by Josh Coalson · 18 years ago
  29. 099a289 minor tweaks to private md5 interface by Josh Coalson · 18 years ago
  30. 14b184c unify inlining method in prep for inline tests by Josh Coalson · 18 years ago
  31. 5981e4f minor comments by Josh Coalson · 18 years ago
  32. 3848380 remove FLAC__SSE_OS restriction on SSE usage by Josh Coalson · 18 years ago
  33. 0edc149 minor tweak for vc++ by Josh Coalson · 18 years ago
  34. 8534bbe minor comments by Josh Coalson · 18 years ago
  35. 6910519 turn off FLAC__MANDATORY_VERIFY_WHILE_ENCODING by Josh Coalson · 18 years ago
  36. dc2b03b change default blocksize from 4608 to 4096 for LPC mode by Josh Coalson · 18 years ago
  37. d83553d change the min/max rice partition order for compression levels -0 .. -6 by Josh Coalson · 18 years ago
  38. df4e40f turn on FLAC__MANDATORY_VERIFY_WHILE_ENCODING for 1.1.4-alpha1 by Josh Coalson · 18 years ago
  39. 469ba74 minor comments by Josh Coalson · 18 years ago
  40. e74bd95 add 2007 copyright by Josh Coalson · 18 years ago
  41. f57bd7a *** empty log message *** by Josh Coalson · 18 years ago
  42. 90c693a speed up precompute_partition_info_escapes_() by Josh Coalson · 18 years ago
  43. 37d9fb1 bump requisite _MSC_VER to <=1600 for fseeko/ftello hack by Josh Coalson · 18 years ago
  44. e3ec2ad convert C prototypes for functions with no args from () to (void) by Josh Coalson · 18 years ago
  45. 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 · 18 years ago
  46. 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
  47. 1109e7f code simplification and speed optimization for set_partitioned_rice_() by Josh Coalson · 18 years ago
  48. 792c10d minor cleanup in count_rice_bits_() by Josh Coalson · 18 years ago
  49. 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 · 18 years ago
  50. 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
  51. 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
  52. 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
  53. f1ac7d9 make "#if FLAC__HAS_OGG" checking consistent by Josh Coalson · 18 years ago
  54. 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
  55. 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
  56. acd4a43 fix compiler warnings by Josh Coalson · 18 years ago
  57. 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
  58. b7b57ef fix bug in verify_write_callback_ where the FIFO dequeueing did not memmove all the data by Josh Coalson · 18 years ago
  59. a586226 add a boolean return value to FLAC__stream_encoder_finish() that signals a verify mismatch by Josh Coalson · 18 years ago
  60. 85aaed8 fix bug where window was not recalculated when blocksize decreased; better wording for fractional blocks by Josh Coalson · 18 years ago
  61. 425609c add FLAC__stream_encoder_set_compression_level() by Josh Coalson · 18 years ago
  62. 352feb5 change "bytes" parameter of all encoder write callbacks from "unsigned" to "size_t" by Josh Coalson · 18 years ago
  63. 8065a2d change "bytes" parameter of all read callbacks from "unsigned" to "size_t" by Josh Coalson · 18 years ago
  64. 71d5c25 rename set_serial_number to set_ogg_serial_number everywhere by Josh Coalson · 18 years ago
  65. 15b8eb8 fix to ogg-less building by Josh Coalson · 18 years ago
  66. 8da98c8 merge libOggFLAC into libFLAC and libOggFLAC++ into FLAC++; documentation still needs work by Josh Coalson · 18 years ago
  67. 2d6b8c6 fix bug stats sent to progress callback by Josh Coalson · 18 years ago
  68. 369a6da remove window debugging code by Josh Coalson · 18 years ago
  69. 92f7fa9 minor comments by Josh Coalson · 18 years ago
  70. 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
  71. 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
  72. 2e29c93 remove ancient deprecated things by Josh Coalson · 18 years ago
  73. 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
  74. e343ab2 add support for new PICTURE metadata block by Josh Coalson · 18 years ago
  75. 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
  76. b1ec796 complete largefile support by Josh Coalson · 18 years ago
  77. 03f54be minor comments by Josh Coalson · 18 years ago
  78. 0abc735 minor fixes by Josh Coalson · 18 years ago
  79. 81cbb8e turn off window profiling by Josh Coalson · 18 years ago
  80. 8238936 default window to tukey(0.5) instead of hann by Josh Coalson · 18 years ago
  81. 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
  82. 0395dac add 2206 to copyright notice by Josh Coalson · 18 years ago
  83. bf0f52c add support for specifying which apodization functions to use to window data before lpc analysis by Josh Coalson · 18 years ago
  84. ce0b345 remove FLAC__SYMMETRIC_RICE code by Josh Coalson · 19 years ago
  85. f81b6df minor comments by Josh Coalson · 20 years ago
  86. 47c7b14 add FLAC__MANDATORY_VERIFY_WHILE_ENCODING ifdefs which will be turned on when compiling with new asm optimzations by Josh Coalson · 20 years ago
  87. 7446e18 fix ANSI C violation w.r.t. const arrays by Josh Coalson · 20 years ago
  88. a78fac6 add 2005 to copyright notices by Josh Coalson · 20 years ago
  89. c549f0f in stream encoder, only allocate and calculate real signal if max lpc order > 0 by Josh Coalson · 20 years ago
  90. 8ddf7fb fix typo in comment by Josh Coalson · 20 years ago
  91. 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
  92. 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
  93. 69cfda7 add new requirements to ogg mapping: vorbis comment block must come second after streaminfo; first packet must have a packet type byte of 0x7f; packet 0 version must be followed by a 2-byte count of the # of header packets by Josh Coalson · 20 years ago
  94. 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
  95. 9564390 update copyright to 2004 by Josh Coalson · 21 years ago
  96. 807140d use resolved_state_string as much as possible by Josh Coalson · 21 years ago
  97. afd8107 change license verbiage to Xiph's by Josh Coalson · 22 years ago
  98. d060947 big fix to allow codec and metadata interface to handle unknown metadata block types correctly by Josh Coalson · 22 years ago
  99. afae69f Add 2003 to copyright notice by Josh Coalson · 22 years ago
  100. 48cbe66 enable SSE versions of FLAC__lpc_compute_autocorrelation_asm_ia32 if FLAC__SSE_OS is defined by Josh Coalson · 22 years ago