This repository has been archived on 2025-05-24. You can view files and clone it, but cannot push or open issues or pull requests.
Files
SubChannelDecoder/ChangeLog
Natalia Portillo a24e60bfdc Added CRC16 calculation.
Corrected a bug in Q mode detection.
	Corrected ISRC character table.
2015-09-22 07:22:14 +01:00

28 lines
596 B
Plaintext

2015-09-22 Natalia Portillo <claunia@claunia.com>
* Program.cs:
* CRC16CCITTContext.cs:
* BigEndianBitConverter.cs:
* SubChannelDecoder.csproj:
Added CRC16 calculation.
Corrected a bug in Q mode detection.
Corrected ISRC character table.
2015-09-22 Natalia Portillo <claunia@claunia.com>
* Program.cs:
* Subchannel.cs:
* SubChannelDecoder.sln:
Code clean up.
2015-09-22 Natalia Portillo <claunia@claunia.com>
* Program.cs:
* .gitignore:
* Subchannel.cs:
* SubChannelDecoder.sln:
* SubChannelDecoder.csproj:
* Properties/AssemblyInfo.cs:
Added initial version.