Commit Graph

27 Commits

Author SHA1 Message Date
Grigory Chudov
320e75d709 Removed AudioEncoderSettings/AudioDecoderSettings classes, all of their functionality is now in IAudioEncoderSettings/IAudioDecoderSettings interfaces. 2018-03-25 17:24:27 -04:00
Grigory Chudov
e1f8906170 Code cleanup; Reader classes renamed to Decoders, Writers to Encoders, every Decoder must have a corresponding Settings class now just like Encoders. UserDefinedEncoders renamed to CommandLineEncoders, etc. 2018-03-24 12:15:49 -04:00
Grigory Chudov
16fccfe5c9 Code cleanup; Reader classes renamed to Decoders, Writers to Encoders, every Decoder must have a corresponding Settings class now just like Encoders. UserDefinedEncoders renamed to CommandLineEncoders, etc. 2018-03-23 19:26:26 -04:00
Grigory Chudov
7133c09fb8 CUETools.Codecs.ALAC several bugfixes 2018-02-19 20:46:10 -05:00
Grigory Chudov
6312b2a86a CUETools.Codecs.ALAC: fix a bug that was causing corruption of the last 4 bytes in some files. 2018-02-19 14:04:14 -05:00
Grigory Chudov
6201101ccf CUETools.Flake: better use of new window functions 2014-12-08 22:18:34 -05:00
Grigory Chudov
98189de625 Flake: slight optimisation for new window functions (partial_tukey, punchout_tukey). 2014-09-15 00:48:31 -04:00
Grigory Chudov
52879ed70c Flake: use new window functions (partial_tukey, punchout_tukey). 2014-08-26 23:48:16 -04:00
Grigory Chudov
bcb42dd531 Simplify codec settings. Check for non-Subset FLAC modes. 2013-06-18 20:45:53 -04:00
Grigory Chudov
8dd7cfe136 CUETools flac and alac encoders write 'CUETools 2.1.5' in "tool" metadata
instad of "Flake#0.1" etc
2013-04-28 14:33:48 -04:00
Grigory Chudov
769949f178 Increment version number to 2.1.5 2013-04-12 23:01:20 -04:00
Grigory Chudov
9670c6c891 Refactoring codecs infrastructure:
AudioWriterSettings passed to IAdioDest constructors now
AudioWriterSettings now includes AudioPCMConfig
2013-04-07 20:41:58 -04:00
Grigory Chudov
b44e482dee Refactoring: moved Padding and BlockSize from IAudioDest to AudioEncoderSettings; 2013-04-04 22:07:15 -04:00
Grigory Chudov
9dd4897acc Cleanup IAudioDest; CompressionLevel is now part of AudioEncoderSettings.
FLAC encoders no longer offer non-subset compression levels by default.
2013-04-01 23:03:22 -04:00
Grigory Chudov
1b7e9bf123 Allow encoders of different formats to share the same name; Rename "libALAC", "libFlake" and "builtin wav" encoders to "cuetools" 2013-03-31 01:11:00 -04:00
Grigory Chudov
ecbb572b29 More code cleanup after decoding optimization 2013-03-19 22:31:43 -04:00
chudov
cc682decb5 Minor bugfixes 2012-07-12 00:11:39 +00:00
chudov
3a50c03cef * Better tagging with CTDB metadata
* Removed old LAME encoder from plugins list
* CUERipper: main window resizeable
* taglib-sharp.dll removed, taglib-sharp source code imported
2012-04-16 07:19:57 +00:00
chudov
7f07eff0a5 Version 2.0.4
* Better handling of metadata for playstation type CDs
* HTOA filename now starts with 00 instead of 01.00
* CUETools: local database: when the folder is already in database, you can now refresh it instead of removing/adding it
* CUETools: local database: added sort category "by CTDB confidence"
* CUETools: local database: new menu item: locate in explorer
* CUERipper: Option to disable gaps detection
* CUERipper: now correctly submits CDs with data tracks to Freedb
* EAC plugin: now fixes codepage for freedb entries
2012-04-08 23:54:36 +00:00
chudov
4520762a72 CTDB 2.0 2011-11-15 10:56:49 +00:00
chudov
c4a5a465ef * LocalDB merged with file browser
* fixed hangup on truncated flac files
* optimized CRC32 calculations
2011-04-10 18:16:26 +00:00
chudov
769a85f827 2.0.9 release 2010-05-18 17:18:37 +00:00
chudov
80fe7def42 bug fixes in ALACEnc 2010-04-18 22:42:23 +00:00
chudov
c815a90eb5 reorganizing a bit 2010-02-08 01:29:31 +00:00
chudov
1f844b44e1 reorganizing a bit 2010-02-06 23:17:07 +00:00
chudov
7b9609d0d0 optimizations 2009-12-24 16:14:41 +00:00
chudov
5e37052bc1 ALAC encoder 2009-08-30 21:58:54 +00:00