Commit Graph

2626 Commits

Author SHA1 Message Date
R. Bernstein
47e4844390 Solaris patch from Thomas Schmitt to make the Solaris driver capable
of detecting drives without vold, and how to implement access mode
MMC_RDWR.
2011-10-18 20:00:56 -04:00
R. Bernstein
dced0a55c4 --no-header omits warranty. Patch from Martin von Gagem. Savannah #29307. 2011-10-04 04:28:36 -04:00
R. Bernstein
6d907afff7 Give CDDB info if *any* tracks are found to be audio tracks. 2011-09-12 21:41:41 -04:00
rocky
22b544bde6 Fix a couple of sizeof syntax errors in converting sprintf to snprintf. See bug #34125. 2011-08-25 00:13:36 -04:00
rocky
15cd458874 Use "make" to create include/cdio/cdio_config.h rather than do it in the configure script. 2011-07-08 21:40:07 -04:00
rocky
5ac9df4db8 Reduce range of seek in paranoia_seek to be int32_t. CDDA's definitely live within this range. off_t is influenced by _FILE_OFFSET_BITS and can cause problems on a 32-bit system where _FILE_OFFSET_BITS is set to 64. See Bastiaan Timmer's posting to libcdio-help on July 7, 2011. 2011-07-08 21:15:29 -04:00
rocky
0c0a16befd Copy all of config.h in order to get _FILE_OFFSET_BITS. 2011-07-07 06:49:48 -04:00
R. Bernstein
2a0747b6e2 Two more Coverty static analysis issues addressed by Honza Horak. 2011-05-31 14:30:26 -04:00
rocky
940b7cd848 patch from Honza Horak using Coverity's static analysis tool. 2011-05-30 15:19:22 -04:00
R. Bernstein
9be0980337 Change a number of sprintf's to snprintf. 2011-05-27 17:50:56 -04:00
R. Bernstein
958c3cad4d configure.ac: remove no AC_LANG_SOURCE call detected. (From Christopher Yeleighton) 2011-05-20 17:25:32 -04:00
R. Bernstein
a5c1c1a79d Typo 2011-05-19 15:38:03 -04:00
R. Bernstein
cbe962582e More specific install instructions 2011-05-19 15:23:22 -04:00
R. Bernstein
3f4fb66d8c INSTALL.git information is in README.develop 2011-05-19 15:00:46 -04:00
R. Bernstein
d476eb23fd Update development install instructions and libcdio-specific "configure" options. 2011-05-19 14:59:33 -04:00
R. Bernstein
43d4987be8 Adjust test output - track now has width for two digits. 2011-05-19 07:53:29 -04:00
R. Bernstein
7d23f847e6 Add git install instructions. Simplify and customize INSTALL. Add dependency to cause version.texi to get created. Update my email address. 2011-05-19 07:43:38 -04:00
rocky
f2438edcbc Add ISRC track info to cd-info output. Code from Scot C. Bontrager. 2011-05-18 09:48:03 -04:00
R. Bernstein
46876a2040 Correct wording in cdda-player comments. For Christopher Yeleighton,
among others.
2011-05-18 04:46:36 -04:00
R. Bernstein
ed6311426d Don't wrap-around volume adjustment for cdda-player. The rationale is that
folks might not look at the volume indicator or know what the max or min values are. See issue #33333 by Christopher Yeleighton.
2011-05-18 03:39:01 -04:00
rocky
9633ef3411 Make sure mmc_isrc_track_read_subchannel is a global symbol 2011-05-17 23:29:40 -04:00
rocky
d10938c43c Add mmc routine to get the ISRC information on a CD that is in the q subchannel
but not showing up in the CDTEXT. Contributed by Scot C. Bontrager.
2011-05-17 22:59:36 -04:00
R. Bernstein
a20dbc952c From Leon Merten Lohse https://savannah.gnu.org/patch/?7532:
* discid field extraction
 * genre field extraction (experimental)
 * blocksize field extraction
 * read charcode from blocksize field
 * some unneeded comments removed
 * unneeded local variables removed
 * typos
2011-04-23 14:43:21 -04:00
R. Bernstein
610a9153e2 Merge branch 'master' of git.sv.gnu.org:/srv/git/libcdio 2011-03-28 12:30:54 -04:00
R. Bernstein
66a3e4689e Don't think NULL is valid as a parameter any more. 2011-03-28 12:30:36 -04:00
R. Bernstein
d7235c1804 CD-text patches from Leon Merten Lohse to handle double-byte strings. See https://savannah.gnu.org/patch/?7516 2011-03-28 12:27:12 -04:00
rocky
bf7ce1606d Correct erroneous error message. Thanks to Bas Timmer via libcdio-help. 2011-02-24 09:09:05 -05:00
R. Bernstein
42534c91f6 Guard against not having S_ISLNK and S_ISSOCK. 2010-11-30 21:27:43 -05:00
R. Bernstein
52f5643881 Memoery leak reported in paranoia-dev. Fix from billy.donahue. 2010-11-10 21:17:12 -05:00
R. Bernstein
4db957ab7f Makefile.am: Variable was misspelled 2010-10-26 04:31:08 -04:00
R. Bernstein
05a2fb6d35 Merge branch 'master' of git.sv.gnu.org:/srv/git/libcdio 2010-10-22 23:43:01 -04:00
R. Bernstein
122aecc0a9 udf.h, libudf.sym, udf_private.h: expose struct udf_dirent_s and udf_get_lba()
udf_file.c: udf_read_block() Raise level of severity on warning when requested
blocks exceed the number in the extent.
2010-10-22 23:39:19 -04:00
rocky
621e41ed60 Merge branch 'master' of git.sv.gnu.org:/srv/git/libcdio 2010-08-27 17:09:36 -04:00
rocky
e3226cdd2b Typo in doxygen comment 2010-08-27 17:09:14 -04:00
R. Bernstein
f4462b558d config.h has to come first else _FILE_OFFSET_BITS are redefined in say opensolaris. Part 2 of patch from Thomas Schmitt 2010-05-30 22:29:09 -04:00
R. Bernstein
efdd4e8179 Merge branch 'master' of git.sv.gnu.org:/srv/git/libcdio 2010-05-30 01:25:22 -04:00
R. Bernstein
789a90472a Some of the patches from Thomash Schmitt on http://lists.gnu.org/archive/html/libcdio-devel/2010-05/msg00005.html. More later when I get back to the states. 2010-05-30 01:24:59 -04:00
R. Bernstein
e6b6353cb8 uint8_t -> unsigned int. http://en.wikipedia.org/wiki/C_syntax#Bit_fields via Thomas Schmitt 2010-05-11 13:55:08 -04:00
R. Bernstein
ba610a0575 Silence another GCC warning. Thanks to Thomas Schmitt for this. 2010-05-11 13:34:27 -04:00
R. Bernstein
7d52ffcac0 Typo found by Thomas Schmitt. 2010-05-11 10:51:26 -04:00
rocky
883e4e4a96 From Thomas Schmitt: in order to preserve the current behavior over
the CAM changes.
2010-05-07 07:59:25 -04:00
R. Bernstein
9fff09c8fe Compile error when Rock Ridge support is disabled. Savannah bug #29308. 2010-03-23 16:29:27 -04:00
R. Bernstein
3b933bb375 Savannah Patch #7129 from Mike Frysinger:
specifies user-visible e-mail address in AC_INIT
- uses AC_HELP_STRING() for enable/with options
- uses AC_MSG_* instead of `echo` for user notices
- removes redundant test checks for enable/with options
- fixes 3rd arg handling with AC_ARG_ENABLE and --enable-rock and --enable-cddb and --enable-vcd-info
- properly quotes enable/with variables in case someone passes a value with spaces as the enable/with value
2010-03-23 16:20:35 -04:00
R. Bernstein
9a59c307ac Track discmode_t (include/disc.h) enumeration changes 2010-03-23 16:10:42 -04:00
R. Bernstein
c10bee26b6 mmc_util.{c,h} Break simpler non-dependent mmc helper or utility routines from mmc.{c,h} 2010-02-22 15:18:59 -05:00
R. Bernstein
f23ca9a9da Start to remove sleep in favor of usleep. Bug #28543. 2010-02-11 20:10:11 -05:00
R. Bernstein
6e53c6b19f Small change 2010-02-11 06:39:06 -05:00
R. Bernstein
ff49db8449 Move another routine from mmc.c into mmc_hl_cmds.c 2010-02-11 06:35:22 -05:00
R. Bernstein
74762179d2 Fix Minor test bug 2010-02-11 05:22:15 -05:00
R. Bernstein
fe85ad4ca9 Go over for coding and code style. 2010-02-11 05:04:39 -05:00