This website requires JavaScript.
Explore
Help
Sign In
claunia
/
libcdio-osx
Archived
Watch
1
Star
0
Fork
0
You've already forked libcdio-osx
Code
Issues
2
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
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
aeadea40e4fa5e1cfd1a88f98b6dc1a1860b68bd
libcdio-osx
/
lib
/
driver
History
rocky
aeadea40e4
Comment typo
2008-03-04 10:27:54 +00:00
..
FreeBSD
get_media_changed is static and shouldn't be compiled unless we are on
2007-12-30 16:15:21 +00:00
image
Better strtol fix based on SMS's remark.
2007-03-05 11:49:24 +00:00
MSWindows
Check for the validity of the pointer before using strlen on it. Found by Coverity Scan on xine-lib.
2006-09-26 22:08:13 +00:00
_cdio_generic.c
Small changes
2007-08-04 21:40:46 +00:00
_cdio_stdio.c
Use complete struct initialization to avoid spurious pointers.
2006-02-27 10:29:20 +00:00
_cdio_stdio.h
Move a set_speed and set_blocksize (via MMC)from driver-specific
2005-01-20 01:00:52 +00:00
_cdio_stream.c
stream: add getpos routine
2006-04-15 03:05:14 +00:00
_cdio_stream.h
stream: add getpos routine
2006-04-15 03:05:14 +00:00
.cvsignore
.
2006-04-05 03:55:09 +00:00
aix.c
mmc_direction_t -> cdio_mmc_direction_t
2006-03-17 19:06:51 +00:00
audio.c
Allow returned parameters to be NULL.
2005-03-14 02:02:49 +00:00
bsdi.c
scsi_mmc_direction_t -> cdio_mmc_direction_t
2006-02-18 19:36:07 +00:00
cd_types.c
Yet another attempt to get "get_drives_with_cap" working in a rational
2006-03-28 03:26:16 +00:00
cdio_assert.h
BIG REORGANIZATION.
2004-12-18 17:29:32 +00:00
cdio_private.h
Now check to see if we have config.h *AND* it hasn't been included before.
2006-01-23 20:48:11 +00:00
cdio.c
remove cdio_malloc and replace with calloc which does functionally
2005-02-03 07:35:14 +00:00
cdtext_private.h
loop over cdtext using length reported back by MMC TOC command.
2005-03-23 11:15:25 +00:00
cdtext.c
From Burkhard Plaum:
2005-04-25 23:06:21 +00:00
device.c
Clarify the difference betweeen speed as it is defined in the MMC spec
2006-04-04 02:06:12 +00:00
disc.c
Move discmode things out of sector and over to disc.h and disc.c.
2005-02-05 14:42:28 +00:00
ds.c
remove cdio_malloc and replace with calloc which does functionally
2005-02-03 07:35:14 +00:00
generic.h
Now check to see if we have config.h *AND* it hasn't been included before.
2006-01-23 20:48:11 +00:00
gnu_linux.c
lib/driver/gnu_linux.c: bug
#19221
(possibly): memory Leak opening an inaccessible device.
2007-03-07 04:35:47 +00:00
image_common.c
Move forward in getting better ISO-9660 reading by eliminating "Mode 1/2"
2005-02-17 07:03:36 +00:00
image_common.h
Move forward in getting better ISO-9660 reading by eliminating "Mode 1/2"
2005-02-17 07:03:36 +00:00
image.h
Add routine for reading data independent of or mode1 and mode2 format.
2005-02-17 04:57:21 +00:00
libcdio.sym
Run a Multimedia command (MMC) specifying the CDB length.
2007-11-21 03:01:58 +00:00
logging.c
BIG REORGANIZATION.
2004-12-18 17:29:32 +00:00
Makefile.am
Remove := in Makefiles for portability.
2007-10-15 04:53:59 +00:00
mmc_private.h
Add routine to get tray status (open/closed) and sample program.
2006-10-11 12:38:17 +00:00
mmc.c
Comment typo
2008-03-04 10:27:54 +00:00
osx.c
Workaround a missing callback, failures are called immediately, sucesses are queued and might not be called properly.
2007-08-11 12:28:25 +00:00
portable.h
Use preprocessor's #error instead of adding invalid code, makes the error more verbose and waste less time (as it stops during preprocessing instead of compiling).
2006-02-27 09:48:55 +00:00
read.c
Update cdio_read documentation.
2007-02-25 15:58:31 +00:00
sector.c
Move track things out off sector.h
2005-02-06 04:20:25 +00:00
solaris.c
mmc_direction_t -> cdio_mmc_direction_t
2006-03-17 19:06:51 +00:00
track.c
Move track things out off sector.h
2005-02-06 04:20:25 +00:00
utf8.c
Add checks for memory allocation failures. Patch from Mandriva folks by
2008-02-08 08:53:32 +00:00
util.c
* Fixed potential security issues
2006-11-28 12:14:16 +00:00