1. a37ba46 split off dynamically allocated stuff from FLAC__EntropyCodingMethod_PartitionedRice to FLAC__EntropyCodingMethod_PartitionedRiceContent by Josh Coalson · 22 years ago
  2. b7023aa rework so that rice parameters and raw_bits from the entropy coding method struct are sized dynamically by Josh Coalson · 22 years ago
  3. fc2b737 add assertion failure on verify decoder underflow by Josh Coalson · 22 years ago
  4. 3262b0d more rigorous gate around callbacks in ..._finish() when called from ..._delete() by Josh Coalson · 22 years ago
  5. 589f8c7 add ..._get_verify_decoder_error_stats() by Josh Coalson · 22 years ago
  6. 2b245f2 don't flush the input on delete unless encoder state is OK by Josh Coalson · 22 years ago
  7. d86e03b add verify mode to all encoders by Josh Coalson · 22 years ago
  8. 3a7b2c9 add ..._get_total_samples_estimate() by Josh Coalson · 22 years ago
  9. 681c293 make typedefs for callbacks by Josh Coalson · 22 years ago
  10. 680e3aa minor syntax by Josh Coalson · 22 years ago
  11. 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
  12. f1eff45 new seekable stream encoder and file encoder layers, not fully implemented yet by Josh Coalson · 22 years ago
  13. 639aeb0 make _delete() free the same stuff that _finish() does by Josh Coalson · 22 years ago
  14. 9203160 add asserts, make FLAC__stream_encoder_finish() reset the defaults to be consistent with the decoders by Josh Coalson · 22 years ago
  15. 0833f34 use FLAC__format_seektable_is_legal() by Josh Coalson · 22 years ago
  16. cc68251 another big glob of changes/fixes by Josh Coalson · 22 years ago
  17. 57ba6f4 massive glob of checkins: improved tests, more tests, bugfixes by Josh Coalson · 22 years ago
  18. e848f78 minor syntax by Josh Coalson · 22 years ago
  19. 66075c1 new more flexible way of passing metadata to stream encoder by Josh Coalson · 22 years ago
  20. 1655604 fix constness on _set_ methods by Josh Coalson · 22 years ago
  21. 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
  22. 3328590 update max sample rate checking by Josh Coalson · 22 years ago
  23. aec256b new blurb-based bitbuffer design changes by Josh Coalson · 23 years ago
  24. 305ae2e update copyright date to include 2002 by Josh Coalson · 23 years ago
  25. 395938e un-disable 3dnow routines by Josh Coalson · 23 years ago
  26. 8084b05 changes to reduce the stack requirements of the encoder by Josh Coalson · 23 years ago
  27. fa697a9 rename some struct members to avoid C++ 'private' and 'protected' keywords by Josh Coalson · 23 years ago
  28. 3120949 change some debug printouts by Josh Coalson · 23 years ago
  29. 021ad3b remove a bad assert on cpuinfo struct by Josh Coalson · 23 years ago
  30. f5925df add 3DNOW stuff from Miroslav by Josh Coalson · 23 years ago
  31. 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
  32. 8395d02 many bug fixes, added escape coding option, fixed residual bit estimation, beginnings of support for wide routines by Josh Coalson · 23 years ago
  33. 05d2079 improve the rice parameter calculation by Josh Coalson · 23 years ago
  34. 77e3f31 revamp the ordinal types by Josh Coalson · 23 years ago
  35. 00e5387 revamp encoder/decoder interface to use set methods instead on args to init by Josh Coalson · 23 years ago
  36. 0d1a6d3 add support for last_metadata_is_last flag in the stream encoder by Josh Coalson · 23 years ago
  37. e6499bd rename i386 to ia32 everywhere by Josh Coalson · 23 years ago
  38. 0a15c14 rename FLAC__Encoder to FLAC__StreamEncoder, OOPize encoder and decoder interfaces by Josh Coalson · 23 years ago
  39. 4a724e4 rename encoder.c to stream_encoder.c by Josh Coalson · 23 years ago[Renamed from src/libFLAC/encoder.c]
  40. 4dacd19 minor cleanup by Josh Coalson · 23 years ago
  41. 525c22c remove debug printouts by Josh Coalson · 23 years ago
  42. 91f2fb3 fix names of SSE routines by Josh Coalson · 23 years ago
  43. 92d4240 add bps checks so we can use miroslav's mmx versions of some routines by Josh Coalson · 23 years ago
  44. 1b68982 put a FLAC__ASSERT wrapper around assert() by Josh Coalson · 23 years ago
  45. aa25536 remove the bounds checking in FLAC__encoder_process* by Josh Coalson · 23 years ago
  46. ac244de speed up the bounds checking in FLAC__encoder_process* by Josh Coalson · 23 years ago
  47. d16370d minor comment fixes by Josh Coalson · 23 years ago
  48. d37d135 speed up FLAC__encoder_process(); fix bug in FLAC__encoder_process_interleaved() by Josh Coalson · 23 years ago
  49. eae9217 minor tweaks to asm routine selection by Josh Coalson · 23 years ago
  50. 8e83362 include miroslav's patch for asm versions of FLAC__lpc_compute_residual_from_qlp_coefficients by Josh Coalson · 23 years ago
  51. 6bd1757 fix egregious bug in the partition sum precomputation by Josh Coalson · 23 years ago
  52. a3f7c2c gate cpu-specific code with FLAC__NO_ASM by Josh Coalson · 23 years ago
  53. 034d38e gate i386 code with FLAC__HAS_NASM by Josh Coalson · 23 years ago
  54. cf30f50 use cpu info to select which routine to execute by Josh Coalson · 23 years ago
  55. 1830194 fix deallocation bugs by Josh Coalson · 23 years ago
  56. d98c43d use new FLAC__memory_alloc_* routines to alloc aligned data by Josh Coalson · 23 years ago
  57. 8e92f21 *** empty log message *** by Josh Coalson · 23 years ago
  58. 034dfab fix bugs in encoder_set_partitioned_rice_() by Josh Coalson · 23 years ago
  59. 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
  60. bb6712e FLAC__ize all the #defines by Josh Coalson · 23 years ago
  61. 9661108 #ifdef mallocs of optimization buffers by Josh Coalson · 23 years ago
  62. aef013c rearrange some of the latest optimizations by Josh Coalson · 23 years ago
  63. afcd877 ifdef out the precompute-partition-sums and partition-escape-search stuff by Josh Coalson · 23 years ago
  64. f76a361 break out the partition sum precomputation to its own function by Josh Coalson · 23 years ago
  65. d4e0ddb speed up rice partitioning by precomputing the partition sums by Josh Coalson · 23 years ago
  66. eae4dde document GCC compiler bug that produces false warning by Josh Coalson · 23 years ago
  67. 0a72e18 add support for writing SEEKTABLE block by Josh Coalson · 23 years ago
  68. 2051dd4 add support for raw encoding within a Rice partition by Josh Coalson · 23 years ago
  69. eef5670 change to use 64-bit functions when needed to avoid overflow by Josh Coalson · 23 years ago
  70. ac4c158 comment fix by Josh Coalson · 23 years ago
  71. 82b7324 rewrite wasted_bits and subframe_bps stuff to be more concise by Josh Coalson · 23 years ago
  72. 859bc54 add support for new "wasted bits" field by Josh Coalson · 23 years ago
  73. 215af57 update for new format changes: frame crc-16, wasted bits field, longer sync code, longer blocksize code by Josh Coalson · 23 years ago
  74. 3b5f471 drop the escape-code stuff by Josh Coalson · 23 years ago
  75. 9ec2a52 final version of symmetric-rice/escape-code experiment before reverting by Josh Coalson · 23 years ago
  76. 57a6a34 temporary commit by Josh Coalson · 23 years ago
  77. 352e0f6 revert back to default of folded-Rice coding, leave experimental stuff in by Josh Coalson · 23 years ago
  78. b9433f9 move folded rice stuff sideways, re-add symmetric rice in prep for escape codes by Josh Coalson · 24 years ago
  79. 1908923 remove bps limit on mid-side coding by Josh Coalson · 24 years ago
  80. f4ce50b fix bug where LP was tried even if autoc[0]==0.0 by Josh Coalson · 24 years ago
  81. b04de17 add support for 24-bit input by Josh Coalson · 24 years ago
  82. 0552fdf fix bug where max_qlp_coeff_precision went too high with 8 bits-per-sample and -p by Josh Coalson · 24 years ago
  83. c692d38 rename ENCODING to STREAMINFO; add PADDING block support by Josh Coalson · 24 years ago
  84. 26560dd change Coder to Codec everywhere by Josh Coalson · 24 years ago
  85. 46f2ae8 fix bug where rice parameter was going to 0 by Josh Coalson · 24 years ago
  86. b5e60e5 change force_mid_side to loose_mid_side by Josh Coalson · 24 years ago
  87. 2353aee delete unused code by Josh Coalson · 24 years ago
  88. 94e02cd speed up mid-side coding by Josh Coalson · 24 years ago
  89. 69f1ee0 add force_mid_side_stereo option by Josh Coalson · 24 years ago
  90. 6dcea51 revamp in anticipation of new analysis mode by Josh Coalson · 24 years ago
  91. cbbbb5f add total sample estimation by Josh Coalson · 24 years ago
  92. e77287e speed up the rice estimation by Josh Coalson · 24 years ago
  93. e55f390 fix compiler warning by Josh Coalson · 24 years ago
  94. 2a52e57 add ESTIMATE_RICE_BITS for speed by Josh Coalson · 24 years ago
  95. 70118f6 update copyright for 2001 by Josh Coalson · 24 years ago
  96. fa37f1c add MD5 support by Josh Coalson · 24 years ago
  97. 1975375 change to support new sign-folded rice coding by Josh Coalson · 24 years ago
  98. cbf595f add string arrays for enums by Josh Coalson · 24 years ago
  99. d44feb1 Fixed bug in constant-detection. by Josh Coalson · 24 years ago
  100. bb7f6b9 Initial revision by Josh Coalson · 24 years ago