* DiscImageChef.Decoders/CD/ATIP.cs:

Added disc type and manufacturer lookup from ATIP.

	* DiscImageChef.Decoders/CD/PMA.cs:
	  Implement full PMA decoding.

	* DiscImageChef.Decoders/CD/FullTOC.cs:
	  Implement decoding disc ID.

	* DiscImageChef.Decoders/SCSI/MMC/DiscInformation.cs:
	  Disc ID is 24-bit.

	* DiscImageChef.Decoders/CD/CDTextOnLeadIn.cs:
	  CD-TEXT can be empty without being null, do not decode an
	  empty one.
This commit is contained in:
2015-12-04 07:26:03 +00:00
parent b21a807ae1
commit 49bd03cecb
6 changed files with 486 additions and 16 deletions

View File

@@ -1,3 +1,21 @@
2015-12-04 Natalia Portillo <claunia@claunia.com>
* CD/ATIP.cs:
Added disc type and manufacturer lookup from ATIP.
* CD/PMA.cs:
Implement full PMA decoding.
* CD/FullTOC.cs:
Implement decoding disc ID.
* SCSI/MMC/DiscInformation.cs:
Disc ID is 24-bit.
* CD/CDTextOnLeadIn.cs:
CD-TEXT can be empty without being null, do not decode an
empty one.
2015-12-04 Natalia Portillo <claunia@claunia.com>
* CD/CDTextOnLeadIn.cs: