Commit Graph

25 Commits

Author SHA1 Message Date
Wolfgang Stöggl
1d3261a898 Sort selected target frameworks to avoid warnings
Sort TargetFrameworks in the following projects with net20 first,
to avoid warnings from CUETools.CTDB.EACPlugin:
  CUETools.AccurateRip, CUETools.CDImage, CUETools.CTDB,
  CUETools.CTDB.Types, CUETools.Codecs, CUETools.Parity
Change order:
  <TargetFrameworks>net47;net20;netstandard2.0</TargetFrameworks>
  ->
  <TargetFrameworks>net20;net47;netstandard2.0</TargetFrameworks>

- Fixes the following warnings after opening CUETools.sln
  in Visual Studio, e.g.:
  The referenced project 'CUETools.AccurateRip' is targeting a higher
  framework version (4.7) than this project’s current target framework
  version (2.0). This may lead to build failures if types from
  assemblies outside this project’s target framework are used by any
  project in the dependency chain. Project: CUETools.CTDB.EACPlugin
2020-01-30 16:15:07 +01:00
Grigory Chudov
9754a9a328 Fixed a few bugs and switched to .NET framework 4.7 2018-10-21 14:12:05 -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
d6ed3177aa Version bump to 2.1.7 2018-03-11 19:17:57 -04:00
Grigory Chudov
929b7de944 Updated the build system, now using .NET Framework v4.0 for most things 2018-03-11 17:07:48 -04:00
Grigory Chudov
8cedc982a6 Cuetools.Converter.exe: support for --decoder-option parameter.
Implemented "Stream" option in BDLPCM Reader to make it possible to select
the right stream in m2ts file.
2018-02-10 17:33:22 -05:00
Grigory Chudov
9ebe8afe3f FLACCL: support for Intel HD Graphics 2013-06-23 23:12:47 -04:00
Grigory Chudov
e0d789b727 CUETools.Converter: reducing dependancy on CUETools.Processor;
CUETools.Codecs should be enough. Tagging is the only remaining issue.
2013-06-11 21:19:48 -04:00
Grigory Chudov
a273f36ffa Code cleanup: some lowlevel codec infrastructure moved
from CUETools.Processor to CUETools.Codecs
2013-06-05 03:02:43 -04:00
Grigory Chudov
e3d0c595c0 Reset encoding mode to default for codecs with dynamic modes list,
when settings become incompatible with the chosen mode.
E.g. for flac if -11 was selected and nonsubset modes are disabled,
-7 is chosen instead.
2013-04-08 23:11:03 -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
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
karamanolev
6f84aadc2e Refactoring of CUETools.Codecs. 2011-10-24 00:13:35 +00:00
chudov
1d743c4a9e VS2010 2011-10-23 22:50:33 +00:00
chudov
769a85f827 2.0.9 release 2010-05-18 17:18:37 +00:00
chudov
f01d0b5241 CUERipper update;
CTDB xml interface;
Minor bugfixes;
Version 2.0.6-2.0.7
2010-03-20 07:09:07 +00:00
chudov
5b9b266de5 CD parity information database 2010-02-23 15:15:08 +00:00
chudov
f23ea0811b Now using Visual Studio 2008 2010-02-08 08:36:26 +00:00
chudov
cc02d40171 reorganizing a bit 2010-02-08 05:06:48 +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
5e37052bc1 ALAC encoder 2009-08-30 21:58:54 +00:00
chudov
c27baada21 flake 2009-08-21 03:26:12 +00:00
chudov
b6c12bda14 2.0.4 2009-06-24 19:40:23 +00:00
chudov
531bfb6244 rereorganizing 2008-12-07 23:50:53 +00:00