Wolfgang Stöggl
|
66b533c284
|
Bump copyright year to 2020
The copyright year was last time updated in 2018. There is some cleanup
involved in this commit and the next copyright year update is supposed
to be simpler (i.e. substitute "-2020").
- Substitute occurrences of "-2018" with "-2020" using:
git grep -I -l -e '-2018' -- ':(exclude)*.bak' | xargs \
sed -b -i -e 's/-2018/-2020/g'
- Update special cases:
CUEPlayer
git grep -I -l -e 'Grigory Chudov 2010' -- | xargs \
sed -b -i -e 's/Grigory Chudov 2010/2010-2020 Grigory Chudov/g'
CUERipper
git grep -I -l -e '2008-2009' -- | xargs \
sed -b -i -e 's/2008-2009/2008-2020/g'
CUETools, CUETools.FLACCL.cmd
git grep -I -l -e '2008-2010' -- ':(exclude)*FlaCuda*' | xargs \
sed -b -i -e 's/2008-2010/2008-2020/g'
git grep -I -l -e '2010-2013' -- | xargs \
sed -b -i -e 's/2010-2013/2010-2020/g'
CUETools.ChaptersToCue
git grep -I -l -e 'Grigory Chudov 2017' -- | xargs \
sed -b -i -e 's/Grigory Chudov 2017/2017-2020 Grigory Chudov/g'
CUETools.CTDB.EACPlugin
git grep -I -l -e 'Grigory Chudov 2012' -- | xargs \
sed -b -i -e 's/Grigory Chudov 2012/2012-2020 Grigory Chudov/g'
git grep -I -l -e '2011-12' -- | xargs \
sed -b -i -e 's/2011-12/2011-2020/g'
CUETools.Codecs.FLACCL
git grep -I -l -e '2009-2010' -- ':(exclude)*FlaCuda*' | xargs \
sed -b -i -e 's/2009-2010/2009-2020/g'
CUETools.eac3ui (BluTools)
git grep -I -l -e '© 2018' -- | xargs \
sed -b -i -e 's/© 2018/© 2018-2020 Grigory Chudov/g'
CUETools.Flake
git grep -I -l -e ' 2009-2014 Gr' -- | xargs \
sed -b -i -e 's/ 2009-2014 Gr/ 2009-2020 Gr/g'
CUETools.Processor
git grep -I -l -e ' 2008-2013 Gr' -- | xargs \
sed -b -i -e 's/ 2008-2013 Gr/ 2008-2020 Gr/g'
CUETools.Ripper.Console
git grep -I -l -e ' 2008-10 Gr' -- | xargs \
sed -b -i -e 's/ 2008-10 Gr/ 2008-2020 Gr/g'
CUETools.Ripper.Console, CUETools.Ripper.SCSI
git grep -I -l -e ' 2008-13 Gr' -- | xargs \
sed -b -i -e 's/ 2008-13 Gr/ 2008-2020 Gr/g'
Single year entries: 2008, 2009, 2010, 2011, 2017, 2018
git grep -I -l -e ' 2008 Gr' -- | xargs \
sed -b -i -e 's/ 2008 Gr/ 2008-2020 Gr/g'
git grep -I -l -e ' 2009 Gr' -- ':(exclude)*FlaCuda*' | xargs \
sed -b -i -e 's/ 2009 Gr/ 2009-2020 Gr/g'
git grep -I -l -e ' 2010 Gr' -- | xargs \
sed -b -i -e 's/ 2010 Gr/ 2010-2020 Gr/g'
git grep -I -l -e ' 2011 Gr' -- | xargs \
sed -b -i -e 's/ 2011 Gr/ 2011-2020 Gr/g'
git grep -I -l -e ' 2017 Gr' -- | xargs \
sed -b -i -e 's/ 2017 Gr/ 2017-2020 Gr/g'
git grep -I -l -e ' 2018 Gr' -- | xargs \
sed -b -i -e 's/ 2018 Gr/ 2018-2020 Gr/g'
Fix typo in copyright year of CUETools.Codecs.WMA/AudioDecoder.cs:
Copyright (c) 20139 Grigory Chudov
git grep -I -lw -e '20139' -- | xargs \
sed -b -i -e 's/20139/2013-2020/g'
|
2020-02-04 13:35:53 +01:00 |
|
Grigory Chudov
|
4e66625371
|
Merge branch 'master' of https://github.com/gchudov/cuetools.net
|
2018-10-21 14:12:25 -04: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
|
deb3448a55
|
Implement IAudioSource.Duration property and IAudioDecoderSettings.Open extension method.
|
2018-04-07 23:02:01 -04:00 |
|
Grigory Chudov
|
9da7fef59b
|
misc cleanup
|
2018-03-31 19:12:58 -04:00 |
|
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
|
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
|
6e6198defb
|
Version bump to 2.1.6
|
2014-12-08 23:35:43 -05:00 |
|
Grigory Chudov
|
563f066646
|
WMADecoder now supports multichannel audio
Better WAVE_FORMAT_EXTENSIBLE & channelMask support in WMA & WAV
|
2013-04-14 16:54:19 -04:00 |
|
Grigory Chudov
|
40f6482077
|
First stage of channnelMask support.
WMA encoder now supports multichannel audio and WMA 10 codec in VBR mode.
|
2013-04-14 13:54:58 -04:00 |
|
Grigory Chudov
|
769949f178
|
Increment version number to 2.1.5
|
2013-04-12 23:01:20 -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
|
c5b7723185
|
Separate encoders for WMA vbr/cbr/v9
|
2013-04-08 19:59:27 -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
|
773c6d63fa
|
WMA lossless encoder
|
2013-03-31 23:18:19 -04:00 |
|
Grigory Chudov
|
96157898ef
|
Allow decoders of different formats to share the same name.
Rename "builtin alac", libFlake and "builtin wav" decoders to "cuetools".
Select builtin decoders by default.
|
2013-03-31 13:29:09 -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
|
f22d875b4a
|
WMA decoder: support streams as input
|
2013-03-30 02:00:15 -04:00 |
|
Grigory Chudov
|
2d72888693
|
Return correct buff.Length at all times
|
2013-03-30 01:06:57 -04:00 |
|
Grigory Chudov
|
54e04a3413
|
Optimized WMA decoder
|
2013-03-30 00:57:55 -04:00 |
|
Grigory Chudov
|
db3f371d7d
|
Beta version of builtin WMA lossless support
|
2013-03-30 00:01:41 -04:00 |
|