Commits
openbsd_fixes_…
Name already in use
Commits on Dec 16, 2018
-
-
NetBSD/OpenBSD: Merge in-tree driver with the local patch in OpenBSD …
…ports. Some time ago Jasper Lievisse Adriaanse imported libcdio into OpenBSD ports including with a dedicated OpenBSD backend: https://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/audio/libcdio/files/openbsd.c?rev=1.4&content-type=text/x-cvsweb-markup This change merges his work into the existing NetBSD backend (there were many missing functions in the NetBSD backend). Note that in doing so, we also switched from LBA addressing to MSF addressing. Fixes many problems with the NetBSD driver on OpenBSD.
Commits on Dec 15, 2018
Commits on Dec 2, 2018
Commits on Oct 26, 2018
Commits on Sep 16, 2018
Commits on Sep 1, 2018
Commits on Aug 31, 2018
Commits on Aug 12, 2018
-
-
- Add write and exclusive-write CD access modes - add netbsd mode1 reading like others
Commits on Jul 4, 2018
Commits on Jul 2, 2018
Commits on Jun 28, 2018
-
cdda-player configure patch from Stef #54191
From Stef: I came up with a patch that I believe will work for everyone. It uses AC_SEARCH_LIBS, instead of AC_CHECK_LIB. So, if keypad() is defined in -lncurses or -lcurses, it does exactly what it does now. However, if -ltinfo is needed, it is added to CDDA_PLAYER_LIBS along with the curses library.
-
Commits on Jun 24, 2018
Commits on Jun 17, 2018
Commits on Jun 16, 2018
Commits on Jun 13, 2018
-
-
Remove addition of unintended files...
thanks to Thomas for pointing out.
-
-
Make a pass over CD-Text documentation...
Try using Doxygen better. BTW it now supports markdown.
Commits on Jun 6, 2018
-
Fix MinGW inlining failed warnings
The latest MinGW32 reports the following during compilation: image/bincue.c: In function 'cdio_get_devices_bincue': image/bincue.c:992:20: warning: inlining failed in call to 'Win32Glob.constprop': call is unlikely and code size would grow [-Winline] static inline void Win32Glob(const char* pattern, const char* szCurPath, char ***drives, unsigned int *num_files) ^~~~~~~~~ image/nrg.c: In function 'cdio_get_devices_nrg': image/nrg.c:1128:20: warning: inlining failed in call to 'Win32Glob.constprop': call is unlikely and code size would grow [-Winline] static inline void Win32Glob(const char* pattern, const char* szCurPath, char ***drives, unsigned int *num_files) ^~~~~~~~~
Commits on May 30, 2018
Commits on May 29, 2018
-
Bug fix: cdtext_lang2str() yielded wrong texts, invalid memory addres…
…ses, or immediate memory fault with language codes above 0x2B.
-
Commits on May 28, 2018
Commits on May 27, 2018
-
Switch to using the more relaxed from_733 in _iso9660_dir_to_statbuf
* Done so that libcdio doesn't bail out when processing non-compliant ISOs such as openSUSE Leap 15.0
-
Set from_723 and from_733 to return the little-endian value always
* And silence the warning in case of little-endian and big-endian mismatch * Also introduce a from_723_with_err() that can be used to report mismatch if needed