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