rocky
|
fd5e6d1243
|
Reduce overall number of CD disc modes. I thing the main purpose
that will be used is to separate CD Audio from CD Data, XA and DVD's.
On GNU/Linux it seems that the implementation is a bit artificial.
|
2004-07-25 18:37:09 +00:00 |
|
rocky
|
b525effb95
|
Pull out mmssff_to_lba routine and fix bug when in error reporting
when frame >= 100.
Add msf3_to_lba and use that where possible (win32_ioctl.c for
example).
|
2004-07-10 01:21:19 +00:00 |
|
rocky
|
bbc4248a3a
|
Use %2.2x rather than %.2x. Is there a difference?
|
2004-06-12 17:32:00 +00:00 |
|
rocky
|
729b48f1a8
|
Go back to two-digit format for minutes in MSF. CD's really can't have
more than 99 minutes in them. So we shouldn't give the illusion they
can.
|
2004-06-05 02:49:21 +00:00 |
|
rocky
|
b4090f3ca5
|
Add cdio_open_am_cd.
Use network order for FreeBSD lsn/lba's and other small FreeBSD patches.
Thanks again to Heiner.
|
2004-05-19 03:00:03 +00:00 |
|
rocky
|
1526f100f2
|
cdio.h: update doxygen documentation
sector.c: remove erroneous fix.
|
2004-05-11 12:17:17 +00:00 |
|
rocky
|
3f6cba2b0a
|
- Redo types of lsn and lba to allow negative values. Should model MMC3
specs. Add max/min values for lsn.
- More complete MMC command set
|
2004-05-11 02:15:42 +00:00 |
|
rocky
|
c014c81948
|
Even more checking on conversion routines. Add cdio_msf_to_str.
|
2004-05-09 16:53:01 +00:00 |
|
rocky
|
db224b1fe2
|
Don't try to convert bad LBA's/LSN's. I wonder how many cascaded
problems this has caused in the past.
|
2004-05-07 10:59:12 +00:00 |
|
rocky
|
e6b2fc9f51
|
_vcd_lba_to_msf_str -> cdio_lba_to_msf_str;
|
2003-09-11 02:50:06 +00:00 |
|
rocky
|
adfb8564c9
|
tests -> test
All public includes are included via #include <cdio/....h> rather than
#include "....h"
(removed -I $top_srcdir/include/cdio)
|
2003-04-22 12:09:08 +00:00 |
|
rocky
|
5122b0b61c
|
Tired of all those unused warings. Remove the static inline stuff.
It's probably not worth the performance gains. (And if it is we can
turn into a #define)
|
2003-04-11 17:33:03 +00:00 |
|
rocky
|
d4d82912da
|
Initial revision
|
2003-03-24 19:01:09 +00:00 |
|