1. f81b6df minor comments by Josh Coalson · 20 years ago
  2. 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
  3. 7446e18 fix ANSI C violation w.r.t. const arrays by Josh Coalson · 20 years ago
  4. a78fac6 add 2005 to copyright notices by Josh Coalson · 20 years ago
  5. c549f0f in stream encoder, only allocate and calculate real signal if max lpc order > 0 by Josh Coalson · 20 years ago
  6. 8ddf7fb fix typo in comment by Josh Coalson · 20 years ago
  7. 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
  8. 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
  9. 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
  10. 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
  11. 9564390 update copyright to 2004 by Josh Coalson · 21 years ago
  12. 807140d use resolved_state_string as much as possible by Josh Coalson · 21 years ago
  13. afd8107 change license verbiage to Xiph's by Josh Coalson · 22 years ago
  14. d060947 big fix to allow codec and metadata interface to handle unknown metadata block types correctly by Josh Coalson · 22 years ago
  15. afae69f Add 2003 to copyright notice by Josh Coalson · 22 years ago
  16. 48cbe66 enable SSE versions of FLAC__lpc_compute_autocorrelation_asm_ia32 if FLAC__SSE_OS is defined by Josh Coalson · 22 years ago
  17. dd19023 need release bitbuffer even in error cases in write_bitbuffer_() by Josh Coalson · 22 years ago
  18. 8f0c71b add "is_cd" flag to CUESHEET everywhere by Josh Coalson · 22 years ago
  19. 5e31be1 #include config.h by Josh Coalson · 22 years ago
  20. 4fa9059 fix memory leaks found with valgrind by Josh Coalson · 22 years ago
  21. e6abfdb remove debug printf's by Josh Coalson · 22 years ago
  22. e486938 further implementation of new CUESHEET metadata block by Josh Coalson · 22 years ago
  23. 0295422 add ..._get_resolved_state_string() convenience function by Josh Coalson · 22 years ago
  24. 7424d2f fix bugs returning the wrong meaning from FLAC__stream_encoder_init() by Josh Coalson · 22 years ago
  25. fb9d18f fix from Miroslav on the lpc datapath switching logic by Josh Coalson · 22 years ago
  26. ea7155f switch malloc+memset(0) to calloc() by Josh Coalson · 22 years ago
  27. 6afed9f tweaks to build libs as DLLs under windows by Josh Coalson · 22 years ago
  28. 7269580 add verbatim catchall if no subframes are generated by Josh Coalson · 22 years ago
  29. e6b3bbe add functions/switches for disabling certain subframe types for use by the test suite by Josh Coalson · 22 years ago
  30. c9c0d13 add support for 64bit datapath through FIR filter, update logic for automatically choosing the qlp coeff precision by Josh Coalson · 22 years ago
  31. c1c8d49 new #define FLAC__SUBSET_MAX_RICE_PARTITION_ORDER by Josh Coalson · 22 years ago
  32. 20ac2c1 restrict subset to max blocksize of 16384 and max residual partition order of 8 by Josh Coalson · 22 years ago
  33. cb9d93a add vendor string to encoding by Josh Coalson · 22 years ago
  34. 5f39e9f fixes based on Windows testing by Josh Coalson · 22 years ago
  35. 6fe72f7 minor formatting by Josh Coalson · 22 years ago
  36. a37ba46 split off dynamically allocated stuff from FLAC__EntropyCodingMethod_PartitionedRice to FLAC__EntropyCodingMethod_PartitionedRiceContent by Josh Coalson · 22 years ago
  37. b7023aa rework so that rice parameters and raw_bits from the entropy coding method struct are sized dynamically by Josh Coalson · 22 years ago
  38. fc2b737 add assertion failure on verify decoder underflow by Josh Coalson · 22 years ago
  39. 3262b0d more rigorous gate around callbacks in ..._finish() when called from ..._delete() by Josh Coalson · 22 years ago
  40. 589f8c7 add ..._get_verify_decoder_error_stats() by Josh Coalson · 22 years ago
  41. 2b245f2 don't flush the input on delete unless encoder state is OK by Josh Coalson · 22 years ago
  42. d86e03b add verify mode to all encoders by Josh Coalson · 22 years ago
  43. 3a7b2c9 add ..._get_total_samples_estimate() by Josh Coalson · 22 years ago
  44. 681c293 make typedefs for callbacks by Josh Coalson · 22 years ago
  45. 680e3aa minor syntax by Josh Coalson · 22 years ago
  46. 5c491a1 change to FLAC__stream_encoder_init(), now calls write callback for fLaC signature, and once for each metadata block by Josh Coalson · 22 years ago
  47. f1eff45 new seekable stream encoder and file encoder layers, not fully implemented yet by Josh Coalson · 22 years ago
  48. 639aeb0 make _delete() free the same stuff that _finish() does by Josh Coalson · 22 years ago
  49. 9203160 add asserts, make FLAC__stream_encoder_finish() reset the defaults to be consistent with the decoders by Josh Coalson · 22 years ago
  50. 0833f34 use FLAC__format_seektable_is_legal() by Josh Coalson · 22 years ago
  51. cc68251 another big glob of changes/fixes by Josh Coalson · 22 years ago
  52. 57ba6f4 massive glob of checkins: improved tests, more tests, bugfixes by Josh Coalson · 22 years ago
  53. e848f78 minor syntax by Josh Coalson · 22 years ago
  54. 66075c1 new more flexible way of passing metadata to stream encoder by Josh Coalson · 22 years ago
  55. 1655604 fix constness on _set_ methods by Josh Coalson · 22 years ago
  56. 76c68bc differentiate between format max bits per sample and codec max bits per sample, update with new semantics for padding block creation by Josh Coalson · 22 years ago
  57. 3328590 update max sample rate checking by Josh Coalson · 22 years ago
  58. aec256b new blurb-based bitbuffer design changes by Josh Coalson · 22 years ago
  59. 305ae2e update copyright date to include 2002 by Josh Coalson · 23 years ago
  60. 395938e un-disable 3dnow routines by Josh Coalson · 23 years ago
  61. 8084b05 changes to reduce the stack requirements of the encoder by Josh Coalson · 23 years ago
  62. fa697a9 rename some struct members to avoid C++ 'private' and 'protected' keywords by Josh Coalson · 23 years ago
  63. 3120949 change some debug printouts by Josh Coalson · 23 years ago
  64. 021ad3b remove a bad assert on cpuinfo struct by Josh Coalson · 23 years ago
  65. f5925df add 3DNOW stuff from Miroslav by Josh Coalson · 23 years ago
  66. b3347bd compute partition sums in 64-bits, move max partition order calulation earlier, tighten constraints of qlp coeff precision to make everything 32-bit safe by Josh Coalson · 23 years ago
  67. 8395d02 many bug fixes, added escape coding option, fixed residual bit estimation, beginnings of support for wide routines by Josh Coalson · 23 years ago
  68. 05d2079 improve the rice parameter calculation by Josh Coalson · 23 years ago
  69. 77e3f31 revamp the ordinal types by Josh Coalson · 23 years ago
  70. 00e5387 revamp encoder/decoder interface to use set methods instead on args to init by Josh Coalson · 23 years ago
  71. 0d1a6d3 add support for last_metadata_is_last flag in the stream encoder by Josh Coalson · 23 years ago
  72. e6499bd rename i386 to ia32 everywhere by Josh Coalson · 23 years ago
  73. 0a15c14 rename FLAC__Encoder to FLAC__StreamEncoder, OOPize encoder and decoder interfaces by Josh Coalson · 23 years ago
  74. 4a724e4 rename encoder.c to stream_encoder.c by Josh Coalson · 23 years ago[Renamed from src/libFLAC/encoder.c]
  75. 4dacd19 minor cleanup by Josh Coalson · 23 years ago
  76. 525c22c remove debug printouts by Josh Coalson · 23 years ago
  77. 91f2fb3 fix names of SSE routines by Josh Coalson · 23 years ago
  78. 92d4240 add bps checks so we can use miroslav's mmx versions of some routines by Josh Coalson · 23 years ago
  79. 1b68982 put a FLAC__ASSERT wrapper around assert() by Josh Coalson · 23 years ago
  80. aa25536 remove the bounds checking in FLAC__encoder_process* by Josh Coalson · 23 years ago
  81. ac244de speed up the bounds checking in FLAC__encoder_process* by Josh Coalson · 23 years ago
  82. d16370d minor comment fixes by Josh Coalson · 23 years ago
  83. d37d135 speed up FLAC__encoder_process(); fix bug in FLAC__encoder_process_interleaved() by Josh Coalson · 23 years ago
  84. eae9217 minor tweaks to asm routine selection by Josh Coalson · 23 years ago
  85. 8e83362 include miroslav's patch for asm versions of FLAC__lpc_compute_residual_from_qlp_coefficients by Josh Coalson · 23 years ago
  86. 6bd1757 fix egregious bug in the partition sum precomputation by Josh Coalson · 23 years ago
  87. a3f7c2c gate cpu-specific code with FLAC__NO_ASM by Josh Coalson · 23 years ago
  88. 034d38e gate i386 code with FLAC__HAS_NASM by Josh Coalson · 23 years ago
  89. cf30f50 use cpu info to select which routine to execute by Josh Coalson · 23 years ago
  90. 1830194 fix deallocation bugs by Josh Coalson · 23 years ago
  91. d98c43d use new FLAC__memory_alloc_* routines to alloc aligned data by Josh Coalson · 23 years ago
  92. 8e92f21 *** empty log message *** by Josh Coalson · 23 years ago
  93. 034dfab fix bugs in encoder_set_partitioned_rice_() by Josh Coalson · 23 years ago
  94. 60f77d7 -r now takes min,max and is called min/max_residual_partition order, new -R option is rice_parameter_search_dist by Josh Coalson · 23 years ago
  95. bb6712e FLAC__ize all the #defines by Josh Coalson · 23 years ago
  96. 9661108 #ifdef mallocs of optimization buffers by Josh Coalson · 23 years ago
  97. aef013c rearrange some of the latest optimizations by Josh Coalson · 23 years ago
  98. afcd877 ifdef out the precompute-partition-sums and partition-escape-search stuff by Josh Coalson · 23 years ago
  99. f76a361 break out the partition sum precomputation to its own function by Josh Coalson · 23 years ago
  100. d4e0ddb speed up rice partitioning by precomputing the partition sums by Josh Coalson · 23 years ago