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
libcdio-osx/ChangeLog

612 lines
16 KiB
Plaintext
Raw Normal View History

2003-05-17 04:08:03 +00:00
2003-05-16 23:53 rocky
* libcdio.pc.in: We don't really use glib-2.0 for now. BSDI test
box doesn't have.
2003-05-16 17:11 rocky
* test/check_nrg.sh.in: BSDI doesn't handle skipped tests (exit 77)
properly. I'd rather switch than fight.
2003-05-16 03:36 rocky
* lib/cdio.c: Wasn't nulling correctly. Eject test faulty too.
2003-05-16 03:18 rocky
* include/cdio/cdio.h, lib/_cdio_bsdi.c, lib/_cdio_freebsd.c,
lib/_cdio_linux.c, lib/_cdio_sunos.c, lib/cdio.c, parse/Makefile:
Bug in eject: need to close internal file descriptor before
ejecting. eject interface now nulls cdio pointer after a sucessful
eject.
2003-05-10 23:29 rocky
* ChangeLog, parse/.cvsignore, parse/Makefile, parse/cue.L,
parse/cue.y, parse/test/t1.cue, parse/test/t2.cue,
parse/test/t3.cue: Towards CUE parser via flex/bison.
2003-04-29 04:17 rocky
* misc/libcdio.ebuild: Gentoo ebuild file courtesy of Kris Verbeeck
<kris.verbeeck@chello.be
2003-04-29 04:16 rocky
* THANKS: More appreciation.
2003-04-27 22:08 rocky
* test/.cvsignore: Do I trust Savannah?
2003-04-27 22:07 rocky
* NEWS: [no log message]
2003-05-11 03:29:25 +00:00
2003-04-27 22:02 rocky
* test/: Makefile.am, check_nrg.sh, check_nrg.sh.in: check_nrg.sh
is now derived since we may or may not have Video CD info
displayed.
2003-04-26 10:24 rocky
* configure.ac, src/Makefile.am, src/cd-info.c, test/cdda.right,
test/check_cue.sh.in, test/check_nrg.sh, test/check_opts0.right,
test/check_opts1.right, test/check_opts4.right,
test/check_opts5.right, test/check_opts6.right,
test/check_opts7.right, test/isofs-m1.right, test/monvoisin.right,
test/svcd_ogt_test_ntsc.right, test/svcdgs.right,
test/vcd_demo.right, test/videocd.right: cd-info: Use libvcdinfo if
it is around to list out general Video CD properties (format
version, album description, preparer id, volume number and count).
cd-info output changed slightly.
2003-04-25 18:06 rocky
* .cvsignore, src/.cvsignore: [no log message]
2003-04-25 17:28 rocky
* ChangeLog, Makefile.am, src/Makefile.am, src/cd-info.c,
src/cdinfo.c, test/check_common_fn, test/check_opts.sh: rename
cdinfo to cd-info to accomodate previously existing cdinfo
programs. Thanks to Manfred Tremmel <Manfred.Tremmel@iiv.de> for
reporting the problem.
2003-04-25 17:26 rocky
* configure.ac: Make RPM spec file.
2003-04-25 17:24 rocky
* THANKS: Add Manfred Tremmel
2003-04-25 17:23 rocky
* libcdio.spec.in: First RPM spec thanks to Manfred Tremmel
<Manfred.Tremmel@iiv.de>.
2003-04-23 22:45 rocky
* test/: Makefile.am, check_nrg.sh, videocd.right: Add a single NRG
test.
2003-04-23 22:02 rocky
* NEWS: [no log message]
2003-04-23 18:05 rocky
2003-04-20 19:42:12 +00:00
* lib/_cdio_nrg.c, test/svcdgs.right: More blind guesses to CUES
format. Still wrong, but works better on the one sample I have to
go on: svcdgs.nrg.
2003-04-22 08:40 rocky
* configure.ac, include/cdio/Makefile.am: Wasn't installing
version.h. This time, for sure!
2003-04-22 08:20 rocky
* test/: isofs-m1.bin, isofs-m1.cue: ISO 9660 filesystem Mode1
regression test.
2003-04-22 08:18 rocky
* test/cdda.bin: Sample CD-DA bin/cue image.
2003-04-22 08:17 rocky
* test/cdda.cue: Regression test cue.
2003-04-22 08:12 rocky
* include/cdio/version.h.in: [no log message]
2003-04-22 08:10 rocky
* include/cdio/.cvsignore: config.h now is no longer derived while
version.h now is.
2003-04-22 08:09 rocky
* Makefile.am, configure.ac, include/cdio/Makefile.am,
include/cdio/cdio.h, include/cdio/cdio.h.in, lib/_cdio_bincue.c,
lib/_cdio_bsdi.c, lib/_cdio_freebsd.c, lib/_cdio_generic.c,
lib/_cdio_linux.c, lib/_cdio_nrg.c, lib/_cdio_stdio.c,
lib/_cdio_stream.c, lib/_cdio_stream.h, lib/_cdio_sunos.c,
lib/bytesex.h, lib/bytesex_asm.h, lib/cdio.c, lib/cdio_assert.h,
lib/cdio_private.h, lib/ds.c, lib/ds.h, lib/logging.c,
lib/sector.c, lib/util.c, src/cdinfo.c, test/.cvsignore,
test/Makefile.am, test/cdda.right, test/check_common_fn,
test/check_cue.sh.in, test/check_nrg.sh, test/check_opts.sh,
test/check_opts0.right, test/check_opts1.right,
test/check_opts2.right, test/check_opts3.right,
test/check_opts4.right, test/check_opts5.right,
test/check_opts6.right, test/check_opts7.right, test/fsf.right,
test/isofs-m1.right, test/monvoisin.right,
test/svcd_ogt_test_ntsc.right, test/svcdgs.right,
test/vcd_demo.right: tests -> test All public includes are included
via #include <cdio/....h> rather than #include "....h"
(removed -I $top_srcdir/include/cdio)
2003-04-21 22:48 rocky
* lib/_cdio_freebsd.c: Probably closer.
2003-04-21 21:34 rocky
* Makefile.am: Update regression version.
2003-04-21 19:30 rocky
* TODO: Where we might be going...
2003-04-21 19:28 rocky
* .cvsignore: Now that we're using pkg-config.
2003-04-21 19:27 rocky
* include/cdio/cdio.h.in: Simple typo.
2003-04-21 19:24 rocky
* lib/_cdio_nrg.c: Probably much closer to being able to handle
Nero CUES format. Seems to have 2336 sector size; 2 second pregap
seems to be included at the beginning of the image.
2003-04-21 19:20 rocky
* src/cdinfo.c: Add tests for CVD. A lot of this probably should be
redone. For example, should get basic Video CD info from libvcdinfo
if that is around.
2003-04-21 10:13 hvr
* include/cdio/: Makefile.am, logging.h, sector.h: public headers
must nuse unique #includes!
2003-04-21 06:17 hvr
* Makefile.am, configure.ac, libcdio.pc.in, include/cdio/cdio.h.in:
added pkg-config(1) support
2003-04-20 15:42 rocky
* ChangeLog, include/cdio/.cvsignore: CVS maintenance
2003-04-20 15:27 rocky
* NEWS: [no log message]
2003-04-20 19:42:12 +00:00
2003-04-20 13:24 rocky
* configure.ac, include/cdio/cdio.h, include/cdio/cdio.h.in,
src/cdinfo.c: Reduce overall size yet again by replaing isofs-m1
for fsf-tompox. cdinfo: Add options for CDDB port and CDDB http
enable fix bug if no CD in cdrom drive.
2003-04-20 19:42:12 +00:00
2003-04-20 11:35 rocky
* include/cdio/cdio.h: add min/max device driver
2003-04-20 11:34 rocky
* Makefile.am, configure.ac, lib/cdio.c: Add small cdda test.
cdio.c: cdio_open was opening image drivers.
2003-04-20 19:42:12 +00:00
2003-04-19 21:39 rocky
* ChangeLog, configure.ac, lib/Makefile.am, src/cdinfo.c: Put back
in libcddb 0.9.0 checking and use cddb_http_disable().
2003-04-19 16:49 rocky
* lib/_cdio_freebsd.c: Add _cdio_read_audio_sector. Try to sync up
with other drivers.
2003-04-19 15:12 rocky
* Makefile.am, NEWS, configure.ac: Break most of the larger
regression tests into a separate package.
2003-04-19 05:13 rocky
* include/cdio/: Makefile.am, cdio.h, cdio.h.in: Add package
version
2003-04-19 05:02 rocky
* include/cdio/cdio.h: Add an API version number.
2003-04-19 04:29 rocky
* ChangeLog, Makefile.am, configure.ac, include/.cvsignore,
include/Makefile.am, include/cdio/.cvsignore,
include/cdio/Makefile.am, include/cdio/cdio.h,
include/cdio/logging.h, include/cdio/sector.h,
include/cdio/types.h, include/cdio/util.h, lib/Makefile.am,
lib/cdio.h, lib/logging.h, lib/sector.h, lib/types.h, lib/util.h,
src/cdinfo.c: Move public includes to include/cdio. This should
facilitate having this source installed locally since it allows
#include <cdio/cdio.h> in the source tree.
2003-04-18 20:53 rocky
* src/cdinfo.c: Revise to to handle libcddb 0.90.
2003-04-18 20:52 rocky
* lib/cdio.h: Remove a compile warning noticed by Kris Verbeeck.
2003-04-18 20:50 rocky
* configure.ac: do chmod +x for test/check_opts.sh Test to see if
we have new enough libcddb.
2003-04-18 20:49 rocky
* README: Update to include CDDB information and note this is ued
by CD-DA plugin.
2003-04-15 01:19 rocky
* lib/_cdio_linux.c: Remove compile warning on non-GNU/Linux
servers.
2003-04-14 19:30 rocky
* THANKS: Need to start *somewhere*.
2003-04-14 19:29 rocky
* NEWS: Wha's happenin'
2003-04-14 19:11 rocky
* lib/_cdio_bincue.c: Bug-causing typo.
2003-04-14 06:03 rocky
* configure.ac: Need to conditionally add --no-cddb so we added
check_opts.sh.in. Rewrite for loop in lower-level Bourne-shell
style.
2003-04-14 06:01 rocky
* src/cdinfo.c: One cddb reference not conditionally included.
2003-04-14 00:58 rocky
* src/cdinfo.c: libpopt options need to be integers. Change order
of include to accomodate libcddb. Make distcheck now works.
2003-04-14 00:29 rocky
* src/Makefile.am: Add CDDB_LIB for cdinfo.
2003-04-14 00:29 rocky
* configure.ac: Check for libcddb and use that if it's there.
2003-04-14 00:27 rocky
* lib/_cdio_bincue.c: If we don't think this is a cue file, we now
report that rather than give the cryptic message about a null
source.
2003-04-14 00:26 rocky
* src/cdinfo.c: CDDB lookup for audio CD via libcddb.
2003-04-14 00:24 rocky
* lib/cdio.c: Bad linux default_device initialization.
2003-04-11 23:38 rocky
* lib/: _cdio_bincue.c, _cdio_bsdi.h, cdio.c, cdio.h: Add routine
cdio_is_bincue to test if file is a cue file. cdio_open does a
better job in automatically determining the type of file.
2003-04-11 13:33 rocky
* lib/: sector.c, sector.h: 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 13:31 rocky
* lib/_cdio_sunos.c: Move used #include <string.h> outside of
conditional compilation since strdup's used to get default device.
2003-04-11 13:30 rocky
* lib/: _cdio_bincue.c, _cdio_nrg.c: Forgot to add recently added
read_audio_sector to op structure.
2003-04-10 03:22 rocky
* configure.ac, lib/_cdio_bincue.c, lib/_cdio_nrg.c: configure.ac:
bump version bincue/nrg: add cdio_read_audio_sector
2003-04-10 03:19 rocky
* lib/_cdio_sunos.c: read_mode_audio_sector now works.
2003-04-10 00:13 rocky
* lib/: _cdio_bincue.c, _cdio_bsdi.c, _cdio_freebsd.c,
_cdio_generic.c, _cdio_nrg.c, _cdio_sunos.c, cdio.c, cdio.h,
cdio_private.h: get_default_device with NULL will get device
*without* trying to open cd. Add read_audio call.
2003-04-10 00:11 rocky
* lib/_cdio_linux.c: Add ability to read audio (CD-DA) sector.
2003-04-10 00:10 rocky
* lib/types.h: Add CDIO_INVALID_LSN definition
2003-04-09 07:15 rocky
* lib/sector.h: CD_MAX_TRACKS -> CDIO_CD_MAX_TRACKS
2003-04-08 17:30 rocky
* ChangeLog: [no log message]
2003-04-08 21:30:53 +00:00
2003-04-08 17:12 rocky
* lib/_cdio_linux.c: Small name changes.
2003-04-08 06:35 rocky
* lib/_cdio_bsdi.c: Changes brought about by sector.h #define
changes.
2003-04-08 06:17 rocky
* lib/_cdio_sunos.c: Revise for changed sector.h
2003-04-07 07:31 rocky
* lib/cdio_private.h: Add opaque CdIoDataSource type and generic
free routine for stream-based drivers (nrg, bincue, network).
2003-04-07 07:29 rocky
* lib/types.h: Indention formatting that Emacs prefers.
2003-04-07 07:25 rocky
* lib/_cdio_nrg.c: Sync up with _cdio_bincue a little. free routine
replaced with a generic routine.
2003-04-07 07:24 rocky
* lib/_cdio_bincue.c: Move free routine into a generic routine.
Some numbers replaced by #define constants.
2003-04-07 07:24 rocky
* lib/_cdio_generic.c: Add generic_stream_free and remove out of
disk-image routines.
2003-04-07 07:23 rocky
* lib/_cdio_stream.h: Opaque type CdioDataSource is now in
cdio_private.h. This forces us to use that. (And this might not be
the best, but I can't think of anything else that is as simple.)
2003-04-06 23:05 rocky
* lib/_cdio_stream.c: Grammar typo.
2003-04-06 22:58 rocky
* lib/_cdio_bincue.c: Another case of not checking the status of
operations and returning on error (rather than continuing). Not
serious this time...
2003-04-06 22:41 rocky
* lib/_cdio_bincue.c: Propagate error results from seeks and reads.
2003-04-06 19:40 rocky
* lib/: _cdio_stdio.c, _cdio_stream.c, _cdio_stream.h: Document
some of the interfaces.
2003-04-06 19:09 rocky
* lib/_cdio_bincue.c: Back off a little with the #define thing a
little for now. I made a mistake somewhere. (And don't want to
track it down further.)
2003-04-06 14:26 rocky
* lib/sector.h: This time for sure?
2003-04-06 14:12 rocky
* lib/_cdio_generic.c, lib/_cdio_linux.c, lib/_cdio_nrg.c,
lib/sector.h, src/cdinfo.c: More #define reductions/fixes.
2003-04-06 13:57 rocky
* lib/_cdio_bincue.c, lib/_cdio_bsdi.c, lib/_cdio_bsdi_old.c,
lib/_cdio_linux.c, lib/_cdio_nrg.c, lib/_cdio_stream.c,
lib/_cdio_sunos.c, lib/sector.h, src/cdinfo.c: Change sector.h
constants, yet again. This time for Herbert Valiero Riedel.
2003-04-06 01:46 rocky
* src/cdinfo.c: Use new sector.h constants.
2003-04-06 01:45 rocky
* lib/: _cdio_linux.c, _cdio_nrg.c, _cdio_sunos.c, cdio.h:
Use new sector.h constants. More changes will no doubt follow.
2003-04-06 01:44 rocky
* lib/_cdio_bincue.c: More complete. Fill out seek code.
2003-04-06 01:43 rocky
* lib/sector.h: Go with Linux definitions rather than invent our
own. More changes will no doubt follow.
2003-04-04 00:15 rocky
* lib/: _cdio_bincue.c, cdio_private.h: Close go getting simple
read working. Not completely correct, but close.
2003-04-03 19:41 rocky
* lib/: cdio.c, cdio.h: Documentation improvment: Note that
get_default_device returns NULL on error.
2003-04-03 07:16 rocky
* lib/: Makefile.am, _cdio_stream.h, bytesex.h, bytesex_asm.h,
cdio.h, cdio_assert.h, cdio_types.h, ds.c, ds.h, logging.h,
sector.h, types.h: cdio_types.h -> types.h
2003-04-02 09:54 rocky
* lib/cdio.c: Note that device is uninit when destroying, 'cause it
is!
2003-03-30 08:01 rocky
* lib/: _cdio_bincue.c, _cdio_bsdi.c, _cdio_generic.c,
_cdio_linux.c, _cdio_nrg.c, _cdio_sunos.c, cdio.c, cdio.h,
cdio_private.h: More common routiens and structures moved to
cdio_generic.c or cdio_private.h respectively.
2003-03-30 07:59 rocky
* configure.ac: BSDI now requires Steve Schultz's libdvd.a and
dvd.h package.
2003-03-29 20:31 rocky
* configure.ac: Having trouble getting aclocal include libpopt.m4
(and presumably other *.m4's)
2003-03-29 20:11 rocky
* autogen.sh, configure.ac, src/Makefile.am: Rest: add libpopt
autoconfiguration.
2003-03-29 20:11 rocky
* lib/_cdio_bsdi.c: Extend to larger interface using generic
routines.
2003-03-29 19:40 rocky
* lib/_cdio_freebsd.c: Yet another typo.
2003-03-29 19:38 rocky
* lib/_cdio_freebsd.c: Change default drive and fix typographical
mistake.
2003-03-29 16:13 rocky
* lib/: _cdio_bincue.c, _cdio_generic.c, _cdio_nrg.c,
_cdio_sunos.c: Small lint-like errors. Solaris now works again with
new read/lseek functions.
2003-03-29 15:28 rocky
* lib/: _cdio_freebsd.c, _cdio_sunos.c: Probably closer towards
compiling on those architectures.
2003-03-29 12:32 rocky
* configure.ac, lib/Makefile.am, lib/_cdio_bincue.c,
lib/_cdio_bsdi.c, lib/_cdio_bsdi_old.c, lib/_cdio_freebsd.c,
lib/_cdio_generic.c, lib/_cdio_linux.c, lib/_cdio_nrg.c,
lib/_cdio_stdio.c, lib/_cdio_stream.c, lib/_cdio_stream.h,
lib/_cdio_sunos.c, lib/cdio.c, lib/cdio.h, lib/cdio_private.h,
lib/cdio_types.h, lib/sector.h, src/Makefile.am, src/cdinfo.c: Add
simple (non-mode2) read/seek. _cdio_generic.c: place to save
common driver routines add cdio_get_track_sec_count.
2003-04-08 21:30:53 +00:00
2003-03-24 21:10 rocky
* src/cdinfo.c: gcc < 3.0 compatibility.
2003-03-24 19:00 rocky
* lib/_cdio_freebsd.c: A stab at FreeBSD support. Not finished.
More later...
2003-03-24 18:59 rocky
* lib/: Makefile.am, _cdio_bsdi.c, _cdio_linux.c, cdio.c, cdio.h:
_cdio_linux.c: eject routines does it's own open and close.
cdio.h, Makefile.am, cdio.c: Add FreeBSD routine (not complete
yet).
2003-03-24 16:01 rocky
* src/cdinfo.c: Small clarity change
2003-03-24 14:01 rocky
* .cvsignore, AUTHORS, ChangeLog, Makefile.am, NEWS, README,
autogen.sh, configure.ac, libpopt.m4, lib/.cvsignore,
lib/Makefile.am, lib/_cdio_bincue.c, lib/_cdio_bsdi.c,
lib/_cdio_bsdi.h, lib/_cdio_linux.c, lib/_cdio_nrg.c,
lib/_cdio_stdio.c, lib/_cdio_stdio.h, lib/_cdio_stream.c,
lib/_cdio_stream.h, lib/_cdio_sunos.c, lib/bytesex.h,
lib/bytesex_asm.h, lib/cdio.c, lib/cdio.h, lib/cdio_assert.h,
lib/cdio_private.h, lib/cdio_types.h, lib/ds.c, lib/ds.h,
lib/logging.c, lib/logging.h, lib/sector.c, lib/sector.h,
lib/util.c, lib/util.h, src/.cvsignore, src/Makefile.am,
src/cdinfo-linux.c, src/cdinfo.c: Initial revision
2003-04-08 21:30:53 +00:00
2003-03-24 14:01 rocky
* .cvsignore, AUTHORS, ChangeLog, Makefile.am, NEWS, README,
autogen.sh, configure.ac, libpopt.m4, lib/.cvsignore,
lib/Makefile.am, lib/_cdio_bincue.c, lib/_cdio_bsdi.c,
lib/_cdio_bsdi.h, lib/_cdio_linux.c, lib/_cdio_nrg.c,
lib/_cdio_stdio.c, lib/_cdio_stdio.h, lib/_cdio_stream.c,
lib/_cdio_stream.h, lib/_cdio_sunos.c, lib/bytesex.h,
lib/bytesex_asm.h, lib/cdio.c, lib/cdio.h, lib/cdio_assert.h,
lib/cdio_private.h, lib/cdio_types.h, lib/ds.c, lib/ds.h,
lib/logging.c, lib/logging.h, lib/sector.c, lib/sector.h,
lib/util.c, lib/util.h, src/.cvsignore, src/Makefile.am,
src/cdinfo-linux.c, src/cdinfo.c: Imported sources
2003-04-08 21:30:53 +00:00