mirror of
https://github.com/aaru-dps/Aaru.CommonTypes.git
synced 2025-12-16 19:24:30 +00:00
Added DVD-RW DL, DVD-Download, HD DVD-R DL and HD DVD-RW DL. * DiscImageChef.Decoders/CD/ATIP.cs: ATIP not always contain S4. Corrected typo. * DiscImageChef.Decoders/CD/Session.cs: Added missing newlines. * DiscImageChef.Decoders/CD/TOC.cs: Added missing newlines. Recognize Lead-Out track. * DiscImageChef.Decoders/SCSI/MMC/DiscInformation.cs: Added structures for Disc Informations 001b and 010b. * DiscImageChef.Devices/Device/ScsiCommands.cs: On READ TOC/PMA/ATIP and READ DISC INFORMATION if trying small buffer and then real-sized buffer, some drives send garbage, so get a big enough buffer and return only the applicable data size. * DiscImageChef/Commands/MediaInfo.cs: Check current profile and prettify TOC, PMA, ATIP, Session and CD-TEXT.
29 lines
681 B
Plaintext
29 lines
681 B
Plaintext
2015-11-24 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* DiskType.cs:
|
|
Added DVD-RW DL, DVD-Download, HD DVD-R DL and HD DVD-RW DL.
|
|
|
|
2015-11-23 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* DiskType.cs:
|
|
* DiscImageChef.CommonTypes.csproj:
|
|
Moved DiskType to commons.
|
|
|
|
2015-10-19 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* DiscImageChef.CommonTypes.csproj:
|
|
Upgrade .NET version to 4.0.
|
|
|
|
2015-10-12 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* Partition.cs:
|
|
Added standard header.
|
|
|
|
2015-10-05 Natalia Portillo <claunia@claunia.com>
|
|
|
|
* Partition.cs:
|
|
* Properties/AssemblyInfo.cs:
|
|
* DiscImageChef.CommonTypes.csproj:
|
|
Moved disc image plugins to a separate library.
|
|
|