Update copyright text for the new year
Update to latest version of bitstream library
Add latest bitstream updates
Finish MLP track range handling
Overhaul data reading interface
Initial import
Redo low-level decode methods (again)
Fix 6 channel PCM decoding
Add basic sector reading
Bump version to 1.0.0 final
Preliminary rebuild of track reader
Cleanup and simplify MLP end-of-stream handling...
Implement index support from AUDIO_TS.IFO file
Add minor MLP decoding optimiziation
Handle rare case of non-incrementing sectors co...
Restrict MLP decoding to track's range of sectors
Seperate parsed ATS_XX_0.IFO from Title/Track s...
Make reader's attribute getters have const argu...
Fix minor warnings that occur at higher optimiz...
Attach MLP decoder to dvda_read function
Perform a few other minor cleanups
Add basic library versioning
Very preliminary MLP support
Generate dynamic library and add an install target
Cleanup build routine a bit more
Add preliminary MLP frame offset detection
Preliminary MLP frame offset support
Attach PCM reader to dvda_read function
Cleanup and simplify the decode_sector function
Fix major sync detection bug
Add preliminary MLP stream metadata lookup
Add licensing text to everything
Add CPPM support
Add trivial pkg-config metadata file
Add some additional info to the extraction utility
Remove dvda_total_pcm_frames() function
Remove DVDA argument from open_track_reader fun...
Add reference documentation for C API
Add some preliminary documentation
Add packet reader for turning the AOB reader in...
Preliminary rebuild of track reading interface
Add conditional inclusion of CPPM stuff
Add dvda2track and dvda-debug-info utilities
Add preliminary TODO list of things to finish
Add possible MLP extra word handling
Add preliminary MLP decoding
Add preliminary stream probing to decoder
Add working plain PCM decoding
Add a tell function to the AOB reader
Update to latest versions of bitstream and arra...