2003-10-04 09:28  rocky

	* frontends/xml/vcd_xml_gen.c: Correct help usage: show that you
	need to specify tracks/mpegs.

2003-10-04 09:22  rocky

	* docs/vcdimager.texi: Minor editing and elaboration on the
	differences, advantages/disadvantages between segments and
	sequences.

2003-10-03 17:39  rocky

	* vcdimager.spec.in: More stringent needs on libcdio.

2003-10-03 17:28  rocky

	* frontends/xml/vcd_xml_rip.c: "Smart" drive scanning for VCD's
	loaded.

2003-10-03 05:11  rocky

	* frontends/cli/vcd-info.c, include/libvcd/info.h, lib/info.c: Use
	"smarter" VCD scanning.

2003-09-23 17:23  nboullis

	* debian/changelog: Update debian dir to match the real 0.7.14-1
	package.

2003-09-14 05:32  rocky

	* frontends/cli/vcd-info.c, lib/image_nrg.c, lib/info.c,
	lib/mpeg.c, lib/vcd.c, test/testimage.c: Miscellaneous I/O format
	lint.

2003-09-14 04:00  rocky

	* test/Makefile.am: Include testassert regression test.

2003-09-13 19:03  rocky

	* docs/: .cvsignore, version.texi: version.texi is created by
	automake. Shouldn't be in CVS.

2003-09-13 19:01  rocky

	* docs/: vcd-info.texi, vcdimager.texi, version.texi: More
	vcdinfo-> vcd-info changes

2003-09-13 18:54  rocky

	* docs/.cvsignore: [no log message]

2003-09-13 18:53  rocky

	* docs/vcd-info.texi: The program is now called vcd-info. Adjust
	names accordingly.

2003-09-10 23:13  rocky

	* frontends/cli/vcdimager.c, frontends/xml/vcd_xml_build.c,
	frontends/xml/vcd_xml_master.c, frontends/xml/vcd_xml_master.h,
	lib/util.c, lib/util.h, lib/vcd.c, test/check_vcdimager_fn,
	test/check_vcdxbuild_fn: _vcd_lba_to_msf_str ->
	cdio_lba_to_msf_str.  More preparation for allowing creation date
	CD image.

2003-09-10 04:25  rocky

	* frontends/: cli/vcdimager.c, xml/vcd_xml_master.c: Preparation
	for allowing a --create-date option on VCD images.

2003-09-10 04:24  rocky

	* lib/: vcd.c, vcd.h: Allow caller to specify create date on VCD
	images.

2003-09-10 04:23  rocky

	* lib/image_sink.h: Move #include "config.h" in here" so we do not
	have to do it in source files.

2003-09-10 04:22  rocky

	* configure.ac: Get ready for allowing folks to specify create date
	(or use current time) on VCD creation.

2003-09-09 22:07  rocky

	* vcdimager.spec.in: typo

2003-09-09 22:06  rocky

	* vcdimager.spec.in: make versions of tarball and rpm the same and
	remove some duplicate items

2003-09-08 21:31  rocky

	* docs/version.texi, include/libvcd/info.h, lib/info.c: Sector
	counts only for non-continued segments and give entire list size. 
	Continued segments are listed as size 0. May rethink/redecide this
	decision.

2003-09-07 14:21  rocky

	* lib/: directory.c, vcd.c: iso9660 API change: add time to ISO
	9660 routines.

2003-09-07 14:20  rocky

	* configure.ac: [no log message]

2003-09-07 14:17  rocky

	* configure.ac: Note new CVS version and require latest libcdio
	since AP changed again.

2003-09-06 09:19  rocky

	* frontends/cli/vcd-info.c, lib/info.c, test/svcd1_nrg.right,
	test/svcd1_test1.right, test/svcd1_test2.right,
	test/vcd20_nrg.right, test/vcd20_test1.right: info: finally get
	segment sector sizes correct.  vcd-info: display segment sector
	sizes in dump

2003-09-05 22:52  rocky

	* lib/info.c: Better error checking on invalid segment numbers.

2003-09-05 21:55  rocky

	* frontends/cli/vcd-info.c, frontends/xml/vcd_xml_rip.c,
	include/libvcd/inf.h, include/libvcd/info.h,
	include/libvcd/types.h, lib/inf.c, lib/info.c: Add
	vcdinfo_get_seg_continue() and segnum_t (a uint16_t)

2003-09-05 18:46  rocky

	* docs/version.texi, lib/info.c, lib/vcd.c: info.c: Remove ISO9660
	lsn finding routine. It's now in libiso9600.  vcd.c: remove use of
	magic number 150 (sector size of segments)

2003-09-05 07:01  rocky

	* frontends/xml/vcd_xml_rip.c: Remove another of magic number 150

2003-09-05 07:00  rocky

	* frontends/xml/vcd_xml_rip.c: Remove use of magic number 150

2003-09-05 06:56  rocky

	* docs/vcdimager.texi, docs/version.texi, frontends/cli/vcd-info.c,
	include/libvcd/info.h, lib/info.c, lib/info_private.h,
	test/svcd1_nrg.right, test/svcd1_test0.right,
	test/svcd1_test1.right, test/svcd1_test2.right,
	test/vcd11_test0.right, test/vcd11_test1.right,
	test/vcd20_nrg.right, test/vcd20_test0.right,
	test/vcd20_test1.right, test/vcd20_test2.right: vcd-info.c,
	*.right: Now list LSN (MSF and track #0) on segments output.	and
	other small output changes.
	
	info.h: note use of magic number 150 info_private.h: segment_list
	-> seg_sizes (an array) info.c: fix bug where we were giving "item"
	LSNs and sizes which may	 contain many "continued segments"
	instead of segment LSNs and sizes.

2003-09-04 08:16  rocky

	* docs/vcd-info.texi, frontends/xml/vcd_xml_rip.c, lib/info.c,
	lib/vcd_read.c, lib/vcd_read.h, test/vcd20_test2.right: Add
	read_info routine.
	
	(Another preliminary step before getting segment info reading
	correct - perhaps the next change we'll address just that).

2003-09-03 22:37  rocky

	* Makefile.am, configure.ac, frontends/xml/Makefile.am,
	frontends/xml/vcd_xml_build.c, frontends/xml/vcd_xml_common.c,
	frontends/xml/vcd_xml_common.h, frontends/xml/vcd_xml_dump.c,
	frontends/xml/vcd_xml_gen.c, frontends/xml/vcd_xml_parse.c,
	frontends/xml/vcd_xml_rip.c: From vcdimager main granch: added
	--filename-encoding option to xml frontends, in order to allow
	local filenames to have a different encoding than utf8...

2003-09-03 05:34  rocky

	* lib/vcd_read.h: file vcd_read.h was initially added on branch
	cdio-branch.

2003-09-03 05:34  rocky

	* lib/vcd_read.c: file vcd_read.c was initially added on branch
	cdio-branch.

2003-09-03 05:34  rocky

	* frontends/xml/vcd_xml_rip.c, include/libvcd/files_private.h,
	lib/Makefile.am, lib/info.c, lib/vcd_read.c, lib/vcd_read.h: Start
	to merge common reading routines from vcdxrip and info with the
	goal of reading segment lsn and sizes correctly.

2003-09-02 08:09  rocky

	* include/libvcd/info.h: Comment changes/corrections.

2003-09-02 08:08  rocky

	* frontends/xml/vcd_xml_rip.c: Use of vcdinf routines more

2003-09-01 15:43  rocky

	* configure.ac, vcdimager.spec.in: vcdimager.spec.in: need newest
	version of libcdio configure.ac: remove C++ warning as it causes a
	warning on C programs

2003-09-01 12:03  rocky

	* lib/info_private.c: Don't need _getbuf now that things XA
	attribute testing is moved to libiso9660.

2003-08-31 10:27  rocky

	* frontends/cli/vcd-info.c, frontends/xml/vcd_xml_rip.c,
	lib/info.c: Straighten out mode1 vs mode2 confusion.

2003-08-31 04:55  rocky

	* lib/Makefile.am: iso9660 is now in libcdio.

2003-08-31 04:43  rocky

	* frontends/cli/vcd-info.c, frontends/xml/vcd_xml_rip.c,
	include/libvcd/info.h, lib/Makefile.am, lib/directory.c,
	lib/image_fs.c, lib/image_fs.h, lib/inf.c, lib/info.c,
	lib/info_private.c, lib/xa.h, test/check_sizeof.c: image_fs is now
	part of iso9600 in cdio. XA also moved over to libcdio.

2003-08-31 01:04  rocky

	* frontends/xml/vcd_xml_rip.c, lib/image_fs.c, lib/info.c,
	lib/info_private.h, lib/iso9660_private.h: iso9600_private.h
	removed. No more duplicate pvd and dir structs.

2003-08-30 23:40  rocky

	* lib/iso9660_private.h: iso9660_private.h: reduce what we have to
	cheat on.  inf.h: pvd_t -> iso9660_pvd_t

2003-08-30 23:15  rocky

	* lib/image_fs.c: iso_directory_record_t -> iso9660_dir_t

2003-08-30 23:08  rocky

	* autogen.sh: Duplicate -I

2003-08-30 21:46  rocky

	* frontends/cli/vcd-info.c, frontends/xml/vcd_xml_rip.c,
	include/libvcd/inf.h, lib/inf.c, lib/info.c: pvd_t -> iso9660_pvd_t

2003-08-30 21:35  rocky

	* autogen.sh, include/libvcd/inf.h, lib/image_fs.c: autogen.sh:
	minor changes.	inf.h: use iso9660.h for opaque type image_fs.c:
	try to use more of the iso9660 access routines.

2003-08-30 19:27  rocky

	* test/vcd20_nrg.right: file vcd20_nrg.right was initially added on
	branch cdio-branch.

2003-08-30 19:27  rocky

	* test/vcd20_test1.right: file vcd20_test1.right was initially
	added on branch cdio-branch.

2003-08-30 19:27  rocky

	* test/check_vcdimager_fn: file check_vcdimager_fn was initially
	added on branch cdio-branch.

2003-08-30 19:27  rocky

	* test/check_vcdxbuild_fn: file check_vcdxbuild_fn was initially
	added on branch cdio-branch.

2003-08-30 19:27  rocky

	* test/vcd11_test2.right: file vcd11_test2.right was initially
	added on branch cdio-branch.

2003-08-30 19:27  rocky

	* test/check_vcdxrip_fn: file check_vcdxrip_fn was initially added
	on branch cdio-branch.

2003-08-30 19:27  rocky

	* test/check_vcdinfo_fn: file check_vcdinfo_fn was initially added
	on branch cdio-branch.

2003-08-30 19:27  rocky

	* test/check_vcd20.sh: file check_vcd20.sh was initially added on
	branch cdio-branch.

2003-08-30 19:27  rocky

	* test/check_nrg.sh: file check_nrg.sh was initially added on
	branch cdio-branch.

2003-08-30 19:27  rocky

	* test/vcd20_test2.right: file vcd20_test2.right was initially
	added on branch cdio-branch.

2003-08-30 19:27  rocky

	* test/svcd1_cue.xml-right: file svcd1_cue.xml-right was initially
	added on branch cdio-branch.

2003-08-30 19:27  rocky

	* test/testimage.c: file testimage.c was initially added on branch
	cdio-branch.

2003-08-30 19:27  rocky

	* test/check_svcd1.xml: file check_svcd1.xml was initially added on
	branch cdio-branch.

2003-08-30 19:27  rocky

	* test/check_sizeof.c: file check_sizeof.c was initially added on
	branch cdio-branch.

2003-08-30 19:27  rocky

	* test/svcd1_test2.right: file svcd1_test2.right was initially
	added on branch cdio-branch.

2003-08-30 19:27  rocky

	* test/mpegscan.c: file mpegscan.c was initially added on branch
	cdio-branch.

2003-08-30 19:27  rocky

	* test/check_nrg2.xml: file check_nrg2.xml was initially added on
	branch cdio-branch.

2003-08-30 19:27  rocky

	* test/item0000.m1p: file item0000.m1p was initially added on
	branch cdio-branch.

2003-08-30 19:27  rocky

	* test/svcd1_test1.right: file svcd1_test1.right was initially
	added on branch cdio-branch.

2003-08-30 19:27  rocky

	* test/avseq00.m1p: file avseq00.m1p was initially added on branch
	cdio-branch.

2003-08-30 19:27  rocky

	* test/check_svcd1.sh: file check_svcd1.sh was initially added on
	branch cdio-branch.

2003-08-30 19:27  rocky

	* test/svcd1_test0.right: file svcd1_test0.right was initially
	added on branch cdio-branch.

2003-08-30 19:27  rocky

	* test/check_common_fn.in: file check_common_fn.in was initially
	added on branch cdio-branch.

2003-08-30 19:27  rocky

	* test/svcd1_test1.xml-right: file svcd1_test1.xml-right was
	initially added on branch cdio-branch.

2003-08-30 19:27  rocky

	* test/vcd20_test0.right: file vcd20_test0.right was initially
	added on branch cdio-branch.

2003-08-30 19:27  rocky

	* test/svcd1_nrg.right: file svcd1_nrg.right was initially added on
	branch cdio-branch.

2003-08-30 19:27  rocky

	* test/check_nrg.xml: file check_nrg.xml was initially added on
	branch cdio-branch.

2003-08-30 19:27  rocky

	* test/check_bitfield.c: file check_bitfield.c was initially added
	on branch cdio-branch.

2003-08-30 19:27  rocky

	* test/mpegscan2.c: file mpegscan2.c was initially added on branch
	cdio-branch.

2003-08-30 19:27  rocky

	* test/check_vcd11.xml: file check_vcd11.xml was initially added on
	branch cdio-branch.

2003-08-30 19:27  rocky

	* test/testassert.c: file testassert.c was initially added on
	branch cdio-branch.

2003-08-30 19:27  rocky

	* test/.cvsignore: file .cvsignore was initially added on branch
	cdio-branch.

2003-08-30 19:27  rocky

	* test/check_cue.xml: file check_cue.xml was initially added on
	branch cdio-branch.

2003-08-30 19:27  rocky

	* test/vcd11_test1.right: file vcd11_test1.right was initially
	added on branch cdio-branch.

2003-08-30 19:27  rocky

	* test/svcd1_nrg.xml-right: file svcd1_nrg.xml-right was initially
	added on branch cdio-branch.

2003-08-30 19:27  rocky

	* test/vcd20_test1.xml-right: file vcd20_test1.xml-right was
	initially added on branch cdio-branch.

2003-08-30 19:27  rocky

	* test/check_vcd20.xml: file check_vcd20.xml was initially added on
	branch cdio-branch.

2003-08-30 19:27  rocky

	* test/Makefile.am: file Makefile.am was initially added on branch
	cdio-branch.

2003-08-30 19:27  rocky

	* test/: .cvsignore, Makefile.am, avseq00.m1p, check_bitfield.c,
	check_common_fn.in, check_cue.xml, check_nrg.sh, check_nrg.xml,
	check_nrg2.xml, check_sizeof.c, check_svcd1.sh, check_svcd1.xml,
	check_vcd11.sh, check_vcd11.xml, check_vcd20.sh, check_vcd20.xml,
	check_vcdimager_fn, check_vcdinfo_fn, check_vcdxbuild_fn,
	check_vcdxrip_fn, item0000.m1p, mpegscan.c, mpegscan2.c,
	svcd1_cue.xml-right, svcd1_nrg.right, svcd1_nrg.xml-right,
	svcd1_test0.right, svcd1_test1.right, svcd1_test1.xml-right,
	svcd1_test2.right, testassert.c, testimage.c, vcd11_test0.right,
	vcd11_test1.right, vcd11_test1.xml-right, vcd11_test2.right,
	vcd20_nrg.right, vcd20_test0.right, vcd20_test1.right,
	vcd20_test1.xml-right, vcd20_test2.right: tests->test

2003-08-30 19:27  rocky

	* test/check_vcd11.sh: file check_vcd11.sh was initially added on
	branch cdio-branch.

2003-08-30 19:27  rocky

	* test/vcd11_test0.right: file vcd11_test0.right was initially
	added on branch cdio-branch.

2003-08-30 19:27  rocky

	* test/vcd11_test1.xml-right: file vcd11_test1.xml-right was
	initially added on branch cdio-branch.

2003-08-28 23:39  rocky

	* frontends/cli/vcd-info.c: Typo that prevents older gcc compiler
	versions from compiling.

2003-08-24 10:58  rocky

	* include/libvcd/info.h, lib/info.c: Minor type-pure change.

2003-08-24 06:17  rocky

	* include/libvcd/info.h, lib/info.c: More cases of adding "_offset"
	where appropriate and remove improper use of lid_t. Use vcdinfo_
	routines use vcdinf_ more.

2003-08-24 06:01  rocky

	* frontends/cli/vcd-info.c, frontends/xml/vcd_xml_rip.c,
	include/libvcd/inf.h, lib/inf.c, lib/info_private.c: Use offset
	types for offsets and put "offset" in function name.

2003-08-22 22:21  rocky

	* frontends/xml/vcd_xml_rip.c, lib/info.c: Segments start at 0.
	That trick *never* works? As Bullwinkle says, This time, for sure!

2003-08-22 20:23  rocky

	* lib/info.c: vcdinfo_pin2str() SEGMENT[]'s format starting at 0
	now.

2003-08-22 20:01  rocky

	* NEWS, frontends/cli/vcd-info.c: Number segments starting from 0
	in vcd-info.

2003-08-17 02:49  rocky

	* .cvsignore, Makefile.am, configure.ac, libvcd.pc.in,
	frontends/cli/Makefile.am, frontends/cli/vcd-info.c,
	frontends/xml/Makefile.am, frontends/xml/vcd_xml_rip.c,
	include/libvcd/Makefile.am, include/libvcd/iso9660.h,
	include/libvcd/types.h, lib/Makefile.am, lib/directory.c,
	lib/image.c, lib/image_bincue.c, lib/image_cdrdao.c,
	lib/image_fs.c, lib/image_fs.h, lib/image_nrg.c, lib/inf.c,
	lib/info.c, lib/info_private.c, lib/info_private.h, lib/iso9660.c,
	lib/obj.h, lib/vcd.c: Move libiso9660 to libcdio project.

2003-08-17 02:36  rocky

	* libvcdinfo.pc.in: We don't use glib just yet.

2003-08-16 18:12  rocky

	* configure.ac: Back off a little on libcdio. Otherwise we'll never
	get bootstrapped.

2003-08-16 18:08  rocky

	* configure.ac: Make sure we have the latest libcdio.

2003-08-16 18:02  rocky

	* .cvsignore: pkg-config set to know about libiso9660

2003-08-16 18:01  rocky

	* Makefile.am, configure.ac, docs/version.texi,
	frontends/cli/Makefile.am, frontends/cli/vcd-info.c,
	frontends/xml/Makefile.am, include/libvcd/Makefile.am,
	include/libvcd/iso9660.h, include/libvcd/iso9660_private.h,
	lib/Makefile.am, lib/directory.c, lib/files.c, lib/iso9660.c,
	lib/iso9660_private.h, lib/util.c, lib/util.h, lib/vcd.c:
	iso9660_private.h is no longer installed. It's now really private. 
	Some access routines needed to be written for this.  With this
	we've create and install an ISO 9660 library. All in here all start
	libiso9660 start "iso9660_".

2003-08-10 14:07  rocky

	* vcdimager.spec.in: Another fix from Manfred Tremmel.

2003-08-10 14:00  rocky

	* frontends/cli/vcd-info.c, frontends/xml/vcd_xml_rip.c,
	include/libvcd/inf.h, include/libvcd/info.h, lib/inf.c, lib/info.c,
	lib/info_private.c: vcdinf{o_,}..._from_xxx -> vcdinf$1_xxx... e.g.
	 vcdinfo_get_return_from_pld -> vcdinfo_pld_get_return
	
	Naming is shorter and things involving pld, lid, psd are grouped
	together.
	
	inf{o,}.h: add routine to access to pld.noi.

2003-08-09 23:12  rocky

	* include/libvcd/inf.h, include/libvcd/info.h, lib/inf.c,
	lib/info.c, lib/info_private.c, lib/info_private.h: Some of the
	many changes needed to get xine-vcdx to work again.  More private
	vcdinf_routines moved public.

2003-08-09 22:12  rocky

	* include/libvcd/inf.h, include/libvcd/info.h, lib/inf.c,
	lib/info_private.c: Tidy up. Stuff from info_private.c moved to
	inf.c info_private could either be removed or more private stuff
	moved in.

2003-08-09 21:56  rocky

	* lib/inf.c: file inf.c was initially added on branch cdio-branch.

2003-08-09 21:56  rocky

	* lib/: Makefile.am, inf.c, info.c: Separate vcdinf_ from vcdinfo_
	via new inf.c file.

2003-08-09 21:26  rocky

	* include/libvcd/inf.h: file inf.h was initially added on branch
	cdio-branch.

2003-08-09 21:26  rocky

	* docs/.cvsignore, frontends/cli/vcd-info.c,
	frontends/xml/vcd_xml_rip.c, include/libvcd/Makefile.am,
	include/libvcd/files.h, include/libvcd/files_private.h,
	include/libvcd/inf.h, include/libvcd/info.h,
	include/libvcd/info_private.h, include/libvcd/types.h,
	lib/Makefile.am, lib/files.c, lib/image_fs.c, lib/info.c,
	lib/info_private.c, lib/info_private.h, lib/iso9660.c, lib/pbc.c:
	Make info_private.h, really private. Presumably better modularity
	and information hiding. vcdinfo_ implies using vcdinfo_t and
	vcdinf_ implies useing a lower-level structure that isn't
	vcdinfo_t.

2003-08-06 20:39  rocky

	* vcdimager.spec.in: Add %{_libdir}/pkgconfig/* as per Manfred
	Tremmel <Manfred.Tremmel@iiv.de>

2003-08-06 10:05  rocky

	* vcdimager.spec.in: Wrong date.

2003-08-06 07:38  rocky

	* vcdimager.spec.in: Fixes really Manfred Tremmel
	<Manfred.Tremmel@iiv.de> at
	http://www.iiv.de/schwinde/buerger/tremmel/

2003-08-03 20:34  rocky

	* configure.ac, vcdimager.spec.in: Arrange for -'s in version name
	to be _. Not done elegantly, but then neither is automake.

2003-08-01 23:37  rocky

	* .cvsignore: Yet another.

2003-08-01 23:35  rocky

	* NEWS: [no log message]

2003-08-01 23:25  rocky

	* Makefile.am, docs/version.texi: Add rule to install PKG files.

2003-08-01 23:16  rocky

	* configure.ac, libvcdinfo.pc.in: Get ready for another release. 
	Create PKG info for libvcdinfo.

2003-08-01 23:16  rocky

	* libvcdinfo.pc.in: file libvcdinfo.pc.in was initially added on
	branch cdio-branch.

2003-07-19 16:18  rocky

	* include/libvcd/.cvsignore: [no log message]

2003-07-19 16:16  rocky

	* include/libvcd/info.h, lib/info.c: Complete interface with
	corresponding *_lsn routines   vcdinfo_get_entry_lsn(),
	vcdinfo_get_seg_lsn() and vcdinfo_get_track_lsn().
	
	With this, code in info.c gets simpler *and* faster.

2003-07-06 06:01  hvr

	* Makefile.am, docs/version.texi, frontends/xml/Makefile.am,
	frontends/xml/vcd_xml_build.c, frontends/xml/vcd_xml_common.c,
	frontends/xml/vcd_xml_common.h, frontends/xml/vcd_xml_dump.c,
	frontends/xml/vcd_xml_gen.c, frontends/xml/vcd_xml_parse.c,
	frontends/xml/vcd_xml_rip.c: added --filename-encoding option to
	xml frontends, in order to allow local filenames to have a
	different encoding than utf8...

2003-06-15 21:32  rocky

	* NEWS: [no log message]

2003-06-12 23:16  rocky

	* frontends/cli/vcd-info.c, frontends/xml/vcd_xml_rip.c,
	include/libvcd/info.h, include/libvcd/info_private.h, lib/info.c,
	lib/info_private.c: Simplify driver options processing by making
	more/better use of cdio driver options processing.  Removed
	vcd_inf_open: use cdio_open instead.

2003-06-09 23:42  rocky

	* configure.ac: Use more popt flags from configure in code. Is not
	complete, but is closer.

2003-06-09 23:41  rocky

	* lib/info_private.c: Remove duplicate code to figure out if
	disk-image or device that now is included in libcdio. Could stand
	to use more cleanup, but this is definitely an improvement. And it
	works on M$ device names.

2003-06-09 21:18  rocky

	* configure.ac, docs/version.texi: Handle regression use of diff
	via autoconf rather than as a regression-test run-time check.

2003-06-09 21:16  rocky

	* lib/: image_bincue.c, image_cdrdao.c, image_nrg.c: _write is used
	by cygwin. Rename to something more unique.

2003-06-08 10:52  rocky

	* configure.ac: A better way to do regression file comparisons.

2003-05-18 02:06  rocky

	* NEWS, NEWS: [no log message]

2003-05-17 22:37  rocky

	* frontends/cli/vcd-info.c: Add one --bin-file test.

2003-05-17 21:56  rocky

	* frontends/cli/vcd-info.c: Make cdio failure a little less severe.

2003-05-17 21:53  rocky

	* lib/info_private.c: Give error message if corresponding cue for a
	bin can't be found (or vice versa).

2003-05-17 21:53  rocky

	* frontends/xml/vcd_xml_rip.c: Add --cue-file option.

2003-05-17 07:03  rocky

	* lib/info_private.c: Bug: was not returning invalid LID selection
	when invalid.

2003-04-26 10:43  rocky

	* include/libvcd/version.h: Derived from version.h.in

2003-04-26 10:41  rocky

	* include/libvcd/.cvsignore: [no log message]

2003-04-26 10:41  rocky

	* include/libvcd/.cvsignore: file .cvsignore was initially added on
	branch cdio-branch.

2003-04-26 10:37  rocky

	* lib/dict.h: file dict.h was initially added on branch
	cdio-branch.

2003-04-26 10:37  rocky

	* lib/bytesex.h: file bytesex.h was initially added on branch
	cdio-branch.

2003-04-26 10:37  rocky

	* lib/image_fs.h: file image_fs.h was initially added on branch
	cdio-branch.

2003-04-26 10:37  rocky

	* lib/mpeg_stream.h: file mpeg_stream.h was initially added on
	branch cdio-branch.

2003-04-26 10:37  rocky

	* lib/stream.h: file stream.h was initially added on branch
	cdio-branch.

2003-04-26 10:37  rocky

	* lib/mpeg.h: file mpeg.h was initially added on branch
	cdio-branch.

2003-04-26 10:37  rocky

	* lib/stream_stdio.h: file stream_stdio.h was initially added on
	branch cdio-branch.

2003-04-26 10:37  rocky

	* lib/data_structures.h: file data_structures.h was initially added
	on branch cdio-branch.

2003-04-26 10:37  rocky

	* lib/assert.h: file assert.h was initially added on branch
	cdio-branch.

2003-04-26 10:37  rocky

	* lib/xa.h: file xa.h was initially added on branch cdio-branch.

2003-04-26 10:37  rocky

	* lib/pbc.h: file pbc.h was initially added on branch cdio-branch.

2003-04-26 10:37  rocky

	* lib/salloc.h: file salloc.h was initially added on branch
	cdio-branch.

2003-04-26 10:37  rocky

	* lib/directory.h: file directory.h was initially added on branch
	cdio-branch.

2003-04-26 10:37  rocky

	* lib/bitvec.h: file bitvec.h was initially added on branch
	cdio-branch.

2003-04-26 10:37  rocky

	* lib/image_sink.h: file image_sink.h was initially added on branch
	cdio-branch.

2003-04-26 10:37  rocky

	* lib/obj.h: file obj.h was initially added on branch cdio-branch.

2003-04-26 10:37  rocky

	* lib/bytesex_asm.h: file bytesex_asm.h was initially added on
	branch cdio-branch.

2003-04-26 10:37  rocky

	* docs/vcd-info.texi: file vcd-info.texi was initially added on
	branch cdio-branch.

2003-04-26 10:37  rocky

	* frontends/cli/vcd-info.c: file vcd-info.c was initially added on
	branch cdio-branch.

2003-04-26 10:37  rocky

	* Makefile.am, configure.ac, docs/.cvsignore, docs/Makefile.am,
	docs/vcd-info.texi, docs/vcdinfo.texi, frontends/cli/.cvsignore,
	frontends/cli/Makefile.am, frontends/cli/cdxa2mpeg.c,
	frontends/cli/vcd-info.c, frontends/cli/vcdimager.c,
	frontends/cli/vcdinfo.c, frontends/xml/vcd_xml_build.c,
	frontends/xml/vcd_xml_common.c, frontends/xml/vcd_xml_dtd.c,
	frontends/xml/vcd_xml_gen.c, frontends/xml/vcd_xml_master.c,
	frontends/xml/vcd_xml_minfo.c, frontends/xml/vcd_xml_parse.c,
	frontends/xml/vcd_xml_rip.c, frontends/xml/vcdxml.h,
	include/libvcd/Makefile.am, include/libvcd/acconfig.h,
	include/libvcd/assert.h, include/libvcd/bitvec.h,
	include/libvcd/bytesex.h, include/libvcd/bytesex_asm.h,
	include/libvcd/data_structures.h, include/libvcd/dict.h,
	include/libvcd/directory.h, include/libvcd/image_fs.h,
	include/libvcd/image_sink.h, include/libvcd/info.h,
	include/libvcd/info_private.h, include/libvcd/mpeg.h,
	include/libvcd/mpeg_stream.h, include/libvcd/obj.h,
	include/libvcd/pbc.h, include/libvcd/salloc.h,
	include/libvcd/sector_private.h, include/libvcd/stream.h,
	include/libvcd/stream_stdio.h, include/libvcd/util.h,
	include/libvcd/vcd.h, include/libvcd/xa.h, lib/Makefile.am,
	lib/assert.h, lib/bitvec.h, lib/bytesex.h, lib/bytesex_asm.h,
	lib/data_structures.c, lib/data_structures.h, lib/dict.h,
	lib/directory.c, lib/directory.h, lib/files.c, lib/image.c,
	lib/image_bincue.c, lib/image_cdrdao.c, lib/image_fs.c,
	lib/image_fs.h, lib/image_nrg.c, lib/image_sink.h, lib/info.c,
	lib/info_private.c, lib/iso9660.c, lib/logging.c, lib/mpeg.c,
	lib/mpeg.h, lib/mpeg_stream.c, lib/mpeg_stream.h, lib/obj.h,
	lib/pbc.c, lib/pbc.h, lib/salloc.c, lib/salloc.h, lib/sector.c,
	lib/sector_private.h, lib/stream.c, lib/stream.h,
	lib/stream_stdio.c, lib/stream_stdio.h, lib/util.c, lib/util.h,
	lib/vcd.c, lib/vcd.h, lib/xa.h, vcd_examples/testdump: - Private
	headers moved from include/libvcd to lib.  - tests renamed to test
	- vcdinfo rename vcd-info (to match cd-info from libcdio)

2003-04-21 20:57  rocky

	* include/libvcd/: Makefile.am, info_private.h: info_private:
	preproc symbol changed to reflect name change Makefile.am. Alas we
	need more includes.

2003-04-21 20:41  rocky

	* .cvsignore: [no log message]

2003-04-21 20:40  rocky

	* docs/version.texi, include/libvcd/Makefile.am: Some "private"
	includes made public for now.

2003-04-21 20:36  rocky

	* frontends/xml/vcd_xml_rip.c: Don't need <libvcd/files_private.h>

2003-04-21 11:19  hvr

	* docs/version.texi, lib/Makefile.am: forgot tests in last commit

2003-04-21 10:38  hvr

	* include/libvcd/files.h: file files.h was initially added on
	branch cdio-branch.

2003-04-21 10:38  hvr

	* include/libvcd/info.h: file info.h was initially added on branch
	cdio-branch.

2003-04-21 10:38  hvr

	* include/libvcd/image_fs.h: file image_fs.h was initially added on
	branch cdio-branch.

2003-04-21 10:38  hvr

	* include/libvcd/stream.h: file stream.h was initially added on
	branch cdio-branch.

2003-04-21 10:38  hvr

	* lib/image_fs.c: file image_fs.c was initially added on branch
	cdio-branch.

2003-04-21 10:38  hvr

	* lib/mpeg_stream.c: file mpeg_stream.c was initially added on
	branch cdio-branch.

2003-04-21 10:38  hvr

	* lib/directory.c: file directory.c was initially added on branch
	cdio-branch.

2003-04-21 10:38  hvr

	* lib/image.c: file image.c was initially added on branch
	cdio-branch.

2003-04-21 10:38  hvr

	* include/libvcd/data_structures.h: file data_structures.h was
	initially added on branch cdio-branch.

2003-04-21 10:38  hvr

	* include/libvcd/logging.h: file logging.h was initially added on
	branch cdio-branch.

2003-04-21 10:38  hvr

	* include/libvcd/acconfig.h: file acconfig.h was initially added on
	branch cdio-branch.

2003-04-21 10:38  hvr

	* include/libvcd/assert.h: file assert.h was initially added on
	branch cdio-branch.

2003-04-21 10:38  hvr

	* include/libvcd/iso9660_private.h: file iso9660_private.h was
	initially added on branch cdio-branch.

2003-04-21 10:38  hvr

	* include/libvcd/xa.h: file xa.h was initially added on branch
	cdio-branch.

2003-04-21 10:38  hvr

	* lib/data_structures.c: file data_structures.c was initially added
	on branch cdio-branch.

2003-04-21 10:38  hvr

	* include/libvcd/vcd.h: file vcd.h was initially added on branch
	cdio-branch.

2003-04-21 10:38  hvr

	* include/libvcd/directory.h: file directory.h was initially added
	on branch cdio-branch.

2003-04-21 10:38  hvr

	* include/libvcd/bitvec.h: file bitvec.h was initially added on
	branch cdio-branch.

2003-04-21 10:38  hvr

	* include/libvcd/image_sink.h: file image_sink.h was initially
	added on branch cdio-branch.

2003-04-21 10:38  hvr

	* include/libvcd/util.h: file util.h was initially added on branch
	cdio-branch.

2003-04-21 10:38  hvr

	* lib/mpeg.c: file mpeg.c was initially added on branch
	cdio-branch.

2003-04-21 10:38  hvr

	* lib/pbc.c: file pbc.c was initially added on branch cdio-branch.

2003-04-21 10:38  hvr

	* include/libvcd/bytesex_asm.h: file bytesex_asm.h was initially
	added on branch cdio-branch.

2003-04-21 10:38  hvr

	* include/libvcd/info_private.h: file info_private.h was initially
	added on branch cdio-branch.

2003-04-21 10:38  hvr

	* include/libvcd/version.h.in: file version.h.in was initially
	added on branch cdio-branch.

2003-04-21 10:38  hvr

	* include/libvcd/dict.h: file dict.h was initially added on branch
	cdio-branch.

2003-04-21 10:38  hvr

	* include/libvcd/bytesex.h: file bytesex.h was initially added on
	branch cdio-branch.

2003-04-21 10:38  hvr

	* include/libvcd/mpeg_stream.h: file mpeg_stream.h was initially
	added on branch cdio-branch.

2003-04-21 10:38  hvr

	* lib/image_nrg.c: file image_nrg.c was initially added on branch
	cdio-branch.

2003-04-21 10:38  hvr

	* include/libvcd/mpeg.h: file mpeg.h was initially added on branch
	cdio-branch.

2003-04-21 10:38  hvr

	* include/libvcd/stream_stdio.h: file stream_stdio.h was initially
	added on branch cdio-branch.

2003-04-21 10:38  hvr

	* include/libvcd/sector.h: file sector.h was initially added on
	branch cdio-branch.

2003-04-21 10:38  hvr

	* include/libvcd/types.h: file types.h was initially added on
	branch cdio-branch.

2003-04-21 10:38  hvr

	* lib/image_bincue.c: file image_bincue.c was initially added on
	branch cdio-branch.

2003-04-21 10:38  hvr

	* lib/image_cdrdao.c: file image_cdrdao.c was initially added on
	branch cdio-branch.

2003-04-21 10:38  hvr

	* include/libvcd/salloc.h: file salloc.h was initially added on
	branch cdio-branch.

2003-04-21 10:38  hvr

	* include/libvcd/pbc.h: file pbc.h was initially added on branch
	cdio-branch.

2003-04-21 10:38  hvr

	* lib/salloc.c: file salloc.c was initially added on branch
	cdio-branch.

2003-04-21 10:38  hvr

	* include/libvcd/sector_private.h: file sector_private.h was
	initially added on branch cdio-branch.

2003-04-21 10:38  hvr

	* include/libvcd/Makefile.am: file Makefile.am was initially added
	on branch cdio-branch.

2003-04-21 10:38  hvr

	* include/libvcd/iso9660.h: file iso9660.h was initially added on
	branch cdio-branch.

2003-04-21 10:38  hvr

	* lib/stream_stdio.c: file stream_stdio.c was initially added on
	branch cdio-branch.

2003-04-21 10:38  hvr

	* include/libvcd/obj.h: file obj.h was initially added on branch
	cdio-branch.

2003-04-21 10:38  hvr

	* include/libvcd/files_private.h: file files_private.h was
	initially added on branch cdio-branch.

2003-04-21 10:38  hvr

	* lib/stream.c: file stream.c was initially added on branch
	cdio-branch.

2003-04-21 10:38  hvr

	* include/libvcd/version.h: file version.h was initially added on
	branch cdio-branch.

2003-04-21 10:38  hvr

	* libvcd.pc.in: file libvcd.pc.in was initially added on branch
	cdio-branch.

2003-04-21 10:38  hvr

	* configure.ac, libvcd.pc.in, frontends/cli/Makefile.am,
	frontends/cli/cdxa2mpeg.c, frontends/cli/vcdimager.c,
	frontends/cli/vcdinfo.c, frontends/xml/Makefile.am,
	frontends/xml/vcd_xml_build.c, frontends/xml/vcd_xml_common.c,
	frontends/xml/vcd_xml_common.h, frontends/xml/vcd_xml_dtd.c,
	frontends/xml/vcd_xml_gen.c, frontends/xml/vcd_xml_master.c,
	frontends/xml/vcd_xml_minfo.c, frontends/xml/vcd_xml_parse.c,
	frontends/xml/vcd_xml_parse.h, frontends/xml/vcd_xml_rip.c,
	frontends/xml/vcdxml.h, include/Makefile.am,
	include/libvcd/Makefile.am, include/libvcd/acconfig.h,
	include/libvcd/assert.h, include/libvcd/bitvec.h,
	include/libvcd/bytesex.h, include/libvcd/bytesex_asm.h,
	include/libvcd/data_structures.h, include/libvcd/dict.h,
	include/libvcd/directory.h, include/libvcd/files.h,
	include/libvcd/files_private.h, include/libvcd/image_fs.h,
	include/libvcd/image_sink.h, include/libvcd/info.h,
	include/libvcd/info_private.h, include/libvcd/iso9660.h,
	include/libvcd/iso9660_private.h, include/libvcd/logging.h,
	include/libvcd/mpeg.h, include/libvcd/mpeg_stream.h,
	include/libvcd/obj.h, include/libvcd/pbc.h,
	include/libvcd/salloc.h, include/libvcd/sector.h,
	include/libvcd/sector_private.h, include/libvcd/stream.h,
	include/libvcd/stream_stdio.h, include/libvcd/types.h,
	include/libvcd/util.h, include/libvcd/vcd.h,
	include/libvcd/version.h, include/libvcd/version.h.in,
	include/libvcd/xa.h, lib/Makefile.am, lib/data_structures.c,
	lib/directory.c, lib/files.c, lib/image.c, lib/image_bincue.c,
	lib/image_cdrdao.c, lib/image_fs.c, lib/image_nrg.c, lib/info.c,
	lib/info_private.c, lib/iso9660.c, lib/logging.c, lib/mpeg.c,
	lib/mpeg_stream.c, lib/pbc.c, lib/salloc.c, lib/sector.c,
	lib/sector_private.h, lib/stream.c, lib/stream_stdio.c, lib/util.c,
	lib/util.h, lib/vcd.c, lib/vcd.h, lib/vcd_assert.h,
	lib/vcd_bitvec.h, lib/vcd_bytesex.h, lib/vcd_bytesex_asm.h,
	lib/vcd_data_structures.c, lib/vcd_data_structures.h,
	lib/vcd_dict.h, lib/vcd_directory.c, lib/vcd_directory.h,
	lib/vcd_image.c, lib/vcd_image_bincue.c, lib/vcd_image_cdrdao.c,
	lib/vcd_image_fs.c, lib/vcd_image_fs.h, lib/vcd_image_nrg.c,
	lib/vcd_image_sink.h, lib/vcd_image_vpkt.c, lib/vcd_image_vpkt.h,
	lib/vcd_mmc_linux.c, lib/vcd_mmc_linux.h, lib/vcd_mmc_private.h,
	lib/vcd_mpeg.c, lib/vcd_mpeg.h, lib/vcd_mpeg_stream.c,
	lib/vcd_mpeg_stream.h, lib/vcd_obj.h, lib/vcd_pbc.c, lib/vcd_pbc.h,
	lib/vcd_recorder.c, lib/vcd_recorder.h, lib/vcd_recorder_mmc.c,
	lib/vcd_recorder_mmc.h, lib/vcd_salloc.c, lib/vcd_salloc.h,
	lib/vcd_stream.c, lib/vcd_stream.h, lib/vcd_stream_stdio.c,
	lib/vcd_stream_stdio.h, lib/vcd_xa.h: radical reordering of source
	code

2003-04-20 15:15  rocky

	* configure.ac: Change release name to 0.7.15-cdio.

2003-04-19 16:22  rocky

	* include/.cvsignore: file .cvsignore was initially added on branch
	cdio-branch.

2003-04-19 16:22  rocky

	* Makefile.am, configure.ac, include/.cvsignore,
	include/Makefile.am, lib/Makefile.am, lib/files.h,
	lib/files_private.h, lib/info.h, lib/info_private.h, lib/iso9660.h,
	lib/iso9660_private.h, lib/logging.h, lib/sector.h, lib/types.h,
	lib/vcd.h, lib/vcd_bitvec.h: Move public include to a separate
	directory (similar to installed directory) to facilitate projects
	that want to include mirrored copies.

2003-04-19 16:22  rocky

	* include/Makefile.am: file Makefile.am was initially added on
	branch cdio-branch.

2003-04-11 23:48  rocky

	* lib/info_private.c: Push some of the auto filetype determination
	back into libcdio where it belongs.

2003-04-10 00:18  rocky

	* lib/info.c: cdio_get_default_device can now take a NULL argument
	which obviates the need to read from the CD-ROM (which is good
	since there might not be something in the drive).

2003-04-09 07:15  rocky

	* frontends/: cli/vcdimager.c, xml/vcd_xml_gen.c: CD_MAX_TRACKS ->
	CDIO_MAX_TRACKS

2003-04-07 22:31  rocky

	* frontends/xml/vcd_xml_rip.c: Bug: Off by one in XML segment
	number produced by vcdxrip introduced by yours truly.

2003-04-07 21:34  rocky

	* frontends/xml/vcd_xml_rip.c: Bug: XML segment numbers given were
	2 off because We were adding 1 rather than subtracting one.

2003-04-07 16:25  rocky

	* frontends/xml/vcd_xml_rip.c, lib/info_private.c: Get similar code
	more in sync. May one day merge these.

2003-04-07 16:07  rocky

	* frontends/xml/vcd_xml_rip.c, lib/info_private.c: use
	vcdinf_get_offset_from_psd more.

2003-04-07 15:38  rocky

	* frontends/xml/vcd_xml_rip.c: Get rid of unused parameter.

2003-04-06 22:48  rocky

	* lib/info.c: Potential memory leak: Allocate up segment list only
	after we've checked for all errors.

2003-04-06 19:10  rocky

	* frontends/cli/vcdimager.c, frontends/cli/vcdinfo.c,
	frontends/xml/vcd_xml_rip.c, lib/info.c, lib/sector.c,
	lib/sector_private.h, lib/vcd.c, lib/vcd_image_bincue.c,
	lib/vcd_image_cdrdao.c: Use for the most part the new #defines in
	cdio/sector.h

2003-04-06 03:16  rocky

	* frontends/cli/vcdimager.c, frontends/cli/vcdinfo.c, lib/sector.c,
	lib/sector_private.h, lib/vcd.c, lib/vcd_image_bincue.c,
	lib/vcd_image_cdrdao.c: cddio/sector.h #defines changed. Actually
	used those from /usr/include/linux/cdrom.h. Perhaps more in this
	direction later.

2003-04-03 22:41  rocky

	* frontends/cli/vcdinfo.c, lib/files.c, lib/files_private.h,
	lib/info.c, lib/info.h, lib/info_private.c, lib/info_private.h,
	lib/types.h, lib/vcd.c, lib/vcd_pbc.c: More opaque types. Common
	C99 definitions picked up from <cdio/types.h>

2003-04-03 21:57  rocky

	* vcd_examples/: .cvsignore, demovcd-pal.cue, iso2_vcd_pal.cue,
	svcd_ogt_test_ntsc.cue, test_svcd_ntsc.cue, test_svcd_pal.cue,
	vcd_demo.cue: Regression stuff moved from xine fork. Basically some
	test Video CD images from vcdhelp.com

2003-04-03 21:57  rocky

	* vcd_examples/svcd_ogt_test_ntsc.cue: file svcd_ogt_test_ntsc.cue
	was initially added on branch cdio-branch.

2003-04-03 21:57  rocky

	* vcd_examples/iso2_vcd_pal.cue: file iso2_vcd_pal.cue was
	initially added on branch cdio-branch.

2003-04-03 21:57  rocky

	* vcd_examples/test_svcd_ntsc.cue: file test_svcd_ntsc.cue was
	initially added on branch cdio-branch.

2003-04-03 21:57  rocky

	* vcd_examples/test_svcd_pal.cue: file test_svcd_pal.cue was
	initially added on branch cdio-branch.

2003-04-03 21:57  rocky

	* vcd_examples/.cvsignore: file .cvsignore was initially added on
	branch cdio-branch.

2003-04-03 21:57  rocky

	* vcd_examples/demovcd-pal.cue: file demovcd-pal.cue was initially
	added on branch cdio-branch.

2003-04-03 21:57  rocky

	* vcd_examples/vcd_demo.cue: file vcd_demo.cue was initially added
	on branch cdio-branch.

2003-04-03 21:55  rocky

	* vcd_examples/vcd_demo.right: file vcd_demo.right was initially
	added on branch cdio-branch.

2003-04-03 21:55  rocky

	* vcd_examples/: README, demovcd-pal.right, monvoisin.right,
	svcd_ogt_test_ntsc.right, test_svcd_ntsc.right,
	test_svcd_pal.right, testdump, vcd_demo.right: Tests moved over
	from xine. There are basically various test Video CD's from
	vcdhelp.

2003-04-03 21:55  rocky

	* vcd_examples/test_svcd_ntsc.right: file test_svcd_ntsc.right was
	initially added on branch cdio-branch.

2003-04-03 21:55  rocky

	* vcd_examples/monvoisin.right: file monvoisin.right was initially
	added on branch cdio-branch.

2003-04-03 21:55  rocky

	* vcd_examples/testdump: file testdump was initially added on
	branch cdio-branch.

2003-04-03 21:55  rocky

	* vcd_examples/svcd_ogt_test_ntsc.right: file
	svcd_ogt_test_ntsc.right was initially added on branch cdio-branch.

2003-04-03 21:55  rocky

	* vcd_examples/test_svcd_pal.right: file test_svcd_pal.right was
	initially added on branch cdio-branch.

2003-04-03 21:55  rocky

	* vcd_examples/demovcd-pal.right: file demovcd-pal.right was
	initially added on branch cdio-branch.

2003-04-03 21:55  rocky

	* vcd_examples/README: file README was initially added on branch
	cdio-branch.

2003-04-03 19:44  rocky

	* lib/info.h: file info.h was initially added on branch
	cdio-branch.

2003-04-03 19:44  rocky

	* frontends/cli/vcdinfo.c, frontends/xml/vcd_xml_rip.c,
	lib/Makefile.am, lib/info.c, lib/info.h, lib/info_private.c,
	lib/info_private.h, lib/vcdinf.c, lib/vcdinf.h, lib/vcdinfo.c,
	lib/vcdinfo.h: vcdinf*->inf*
	
	info: get default device fixed so that it returns something even if
	      image has not been initialized. Adjust for differences
	between       vcdinfo tracks starting at 0 (for ISO9660 track) and
	cdio's tracks	    starting at 1.

2003-04-03 19:44  rocky

	* lib/info.c: file info.c was initially added on branch
	cdio-branch.

2003-04-03 19:44  rocky

	* lib/info_private.h: file info_private.h was initially added on
	branch cdio-branch.

2003-04-03 19:44  rocky

	* lib/info_private.c: file info_private.c was initially added on
	branch cdio-branch.

2003-04-03 07:36  rocky

	* lib/: files_private.h, types.h, vcdinfo.h: cdio/cdio_types.h ->
	cdio/types.h

2003-04-03 06:39  rocky

	* lib/logging.c: file logging.c was initially added on branch
	cdio-branch.

2003-04-03 06:39  rocky

	* lib/util.c: file util.c was initially added on branch
	cdio-branch.

2003-04-03 06:39  rocky

	* lib/util.h: file util.h was initially added on branch
	cdio-branch.

2003-04-03 06:39  rocky

	* lib/iso9660_private.h: file iso9660_private.h was initially added
	on branch cdio-branch.

2003-04-03 06:39  rocky

	* lib/iso9660.h: file iso9660.h was initially added on branch
	cdio-branch.

2003-04-03 06:39  rocky

	* lib/iso9660.c: file iso9660.c was initially added on branch
	cdio-branch.

2003-04-03 06:39  rocky

	* lib/files_private.h: file files_private.h was initially added on
	branch cdio-branch.

2003-04-03 06:39  rocky

	* lib/: files_private.h, iso9660.c, iso9660.h, iso9660_private.h,
	logging.c, util.c, util.h, vcd_files_private.h, vcd_iso9660.c,
	vcd_iso9660.h, vcd_iso9660_private.h, vcd_logging.c, vcd_util.c,
	vcd_util.h: vcd_xxx -> xxx.

2003-04-03 06:37  rocky

	* lib/files.h: file files.h was initially added on branch
	cdio-branch.

2003-04-03 06:37  rocky

	* lib/types.h: file types.h was initially added on branch
	cdio-branch.

2003-04-03 06:37  rocky

	* lib/sector_private.h: file sector_private.h was initially added
	on branch cdio-branch.

2003-04-03 06:37  rocky

	* lib/sector.c: file sector.c was initially added on branch
	cdio-branch.

2003-04-03 06:37  rocky

	* lib/files.c: file files.c was initially added on branch
	cdio-branch.

2003-04-03 06:37  rocky

	* lib/sector.h: file sector.h was initially added on branch
	cdio-branch.

2003-04-03 06:37  rocky

	* frontends/cli/cdxa2mpeg.c, frontends/cli/vcdimager.c,
	frontends/cli/vcdinfo.c, frontends/xml/vcd_xml_build.c,
	frontends/xml/vcd_xml_common.h, frontends/xml/vcd_xml_dtd.c,
	frontends/xml/vcd_xml_gen.c, frontends/xml/vcd_xml_master.c,
	frontends/xml/vcd_xml_minfo.c, frontends/xml/vcd_xml_parse.c,
	frontends/xml/vcd_xml_parse.h, frontends/xml/vcd_xml_rip.c,
	frontends/xml/vcdxml.h, lib/Makefile.am, lib/files.c, lib/files.h,
	lib/logging.h, lib/sector.c, lib/sector.h, lib/sector_private.h,
	lib/types.h, lib/vcd.c, lib/vcd_assert.h, lib/vcd_bitvec.h,
	lib/vcd_bytesex.h, lib/vcd_bytesex_asm.h, lib/vcd_cd_sector.c,
	lib/vcd_cd_sector.h, lib/vcd_cd_sector_private.h,
	lib/vcd_data_structures.c, lib/vcd_data_structures.h,
	lib/vcd_dict.h, lib/vcd_directory.c, lib/vcd_directory.h,
	lib/vcd_files.c, lib/vcd_files.h, lib/vcd_image.c,
	lib/vcd_image_bincue.c, lib/vcd_image_cdrdao.c, lib/vcd_image_fs.c,
	lib/vcd_image_fs.h, lib/vcd_image_nrg.c, lib/vcd_image_sink.h,
	lib/vcd_image_vpkt.c, lib/vcd_logging.h, lib/vcd_mmc_linux.c,
	lib/vcd_mmc_private.h, lib/vcd_mpeg.c, lib/vcd_mpeg.h,
	lib/vcd_mpeg_stream.c, lib/vcd_mpeg_stream.h, lib/vcd_obj.h,
	lib/vcd_pbc.c, lib/vcd_pbc.h, lib/vcd_recorder.c,
	lib/vcd_recorder.h, lib/vcd_recorder_mmc.c, lib/vcd_salloc.c,
	lib/vcd_salloc.h, lib/vcd_stream.c, lib/vcd_stream.h,
	lib/vcd_stream_stdio.c, lib/vcd_types.h, lib/vcd_xa.h,
	lib/vcdinf.c, lib/vcdinf.h, lib/vcdinfo.c, lib/vcdinfo.h: Part of
	long process to remove change local includes from <lib/foo.h> to
	"foo.h" remove vcd_ from library names, add more opaque times and
	increase modularity so "private" files don't have to be included as
	often.

2003-04-03 06:37  rocky

	* lib/logging.h: file logging.h was initially added on branch
	cdio-branch.

2003-04-02 09:56  rocky

	* lib/vcdinfo.c: Zeroing/NULLing out is not initializing. Create
	common zero routine for init and destroy.

2003-04-02 01:17  rocky

	* lib/: vcd_pbc.h, vcd_types.h: Move PSD_OFS definitions from
	vcd_pbc.h (which is not installed header) to vcd_types.h which is
	installed.

2003-04-02 01:13  rocky

	* lib/vcdinf.h: This include requires cdio/cdio.h. So include it.

2003-04-02 01:13  rocky

	* lib/Makefile.am: Add vcd_logging.h to list of installed headers.

2003-04-02 00:11  rocky

	* frontends/cli/vcdinfo.c, lib/Makefile.am, lib/vcd.h,
	lib/vcd_cd_sector.h, lib/vcd_data_structures.h, lib/vcd_files.h,
	lib/vcd_files_private.h, lib/vcd_iso9660_private.h, lib/vcd_obj.h,
	lib/vcd_pbc.h, lib/vcd_types.h, lib/vcdinf.c, lib/vcdinf.h,
	lib/vcdinfo.c, lib/vcdinfo.h: - <lib/vcd_xxx.> -> "vcd_xxx.h" which
	works better when an include is   installed.
	
	- Includes gone over to make fewer of them necessary.
	
	- More lower-level vcdinfo stuff moved to vcdinf. vcdinfo now just
	uses an opaque type.

2003-04-02 00:03  rocky

	* frontends/cli/vcddump.c: Move more low-level to vcdinf from
	vcdinfo. Hopefully better modularity.  And keeping more in line
	with the cdio branch.

2003-03-30 06:54  rocky

	* lib/.cvsignore: file .cvsignore was initially added on branch
	cdio-branch.

2003-03-30 06:54  rocky

	* frontends/cli/.cvsignore, lib/.cvsignore: CVS maintenance

2003-03-30 06:14  rocky

	* lib/: Makefile.am, vcd.c, vcd.h, vcd_assert.h, vcd_bitvec.h,
	vcd_bytesex.h, vcd_bytesex_asm.h, vcd_cd_sector.c, vcd_cd_sector.h,
	vcd_cd_sector_private.h, vcd_data_structures.c,
	vcd_data_structures.h, vcd_dict.h, vcd_directory.c,
	vcd_directory.h, vcd_files.c, vcd_files.h, vcd_files_private.h,
	vcd_image.c, vcd_image_bincue.c, vcd_image_cdrdao.c,
	vcd_image_fs.c, vcd_image_fs.h, vcd_image_nrg.c, vcd_image_sink.h,
	vcd_image_vpkt.c, vcd_image_vpkt.h, vcd_iso9660.c, vcd_iso9660.h,
	vcd_iso9660_private.h, vcd_logging.c, vcd_logging.h,
	vcd_mmc_linux.c, vcd_mmc_linux.h, vcd_mmc_private.h, vcd_mpeg.c,
	vcd_mpeg.h, vcd_mpeg_stream.c, vcd_mpeg_stream.h, vcd_obj.h,
	vcd_pbc.c, vcd_pbc.h, vcd_recorder.c, vcd_recorder.h,
	vcd_recorder_mmc.c, vcd_recorder_mmc.h, vcd_salloc.c, vcd_salloc.h,
	vcd_stream.c, vcd_stream.h, vcd_stream_stdio.c, vcd_stream_stdio.h,
	vcd_types.h, vcd_util.c, vcd_util.h, vcd_xa.h, vcdinf.c, vcdinf.h,
	vcdinfo.c, vcdinfo.h: Ooops. Removed from wrong place.

2003-03-30 06:11  rocky

	* lib/: Makefile.am, vcd.c, vcd.h, vcd_assert.h, vcd_bitvec.h,
	vcd_bytesex.h, vcd_bytesex_asm.h, vcd_cd_sector.c, vcd_cd_sector.h,
	vcd_cd_sector_private.h, vcd_data_structures.c,
	vcd_data_structures.h, vcd_dict.h, vcd_directory.c,
	vcd_directory.h, vcd_files.c, vcd_files.h, vcd_files_private.h,
	vcd_image.c, vcd_image_bincue.c, vcd_image_cdrdao.c,
	vcd_image_fs.c, vcd_image_fs.h, vcd_image_nrg.c, vcd_image_sink.h,
	vcd_image_vpkt.c, vcd_image_vpkt.h, vcd_iso9660.c, vcd_iso9660.h,
	vcd_iso9660_private.h, vcd_logging.c, vcd_logging.h,
	vcd_mmc_linux.c, vcd_mmc_linux.h, vcd_mmc_private.h, vcd_mpeg.c,
	vcd_mpeg.h, vcd_mpeg_stream.c, vcd_mpeg_stream.h, vcd_obj.h,
	vcd_pbc.c, vcd_pbc.h, vcd_recorder.c, vcd_recorder.h,
	vcd_recorder_mmc.c, vcd_recorder_mmc.h, vcd_salloc.c, vcd_salloc.h,
	vcd_stream.c, vcd_stream.h, vcd_stream_stdio.c, vcd_stream_stdio.h,
	vcd_types.h, vcd_util.c, vcd_util.h, vcd_xa.h, vcdinf.c, vcdinf.h,
	vcdinfo.c, vcdinfo.h: Now located in lib.

2003-03-30 06:07  rocky

	* lib/Makefile.am: libvcd -> lib

2003-03-30 06:07  rocky

	* lib/Makefile.am: file Makefile.am was initially added on branch
	cdio-branch.

2003-03-30 06:04  rocky

	* lib/vcd_image_nrg.c: file vcd_image_nrg.c was initially added on
	branch cdio-branch.

2003-03-30 06:04  rocky

	* lib/vcd_recorder_mmc.c: file vcd_recorder_mmc.c was initially
	added on branch cdio-branch.

2003-03-30 06:04  rocky

	* lib/vcd_cd_sector_private.h: file vcd_cd_sector_private.h was
	initially added on branch cdio-branch.

2003-03-30 06:04  rocky

	* lib/vcd_image_fs.c: file vcd_image_fs.c was initially added on
	branch cdio-branch.

2003-03-30 06:04  rocky

	* lib/vcd_mpeg_stream.h: file vcd_mpeg_stream.h was initially added
	on branch cdio-branch.

2003-03-30 06:04  rocky

	* lib/vcd_recorder_mmc.h: file vcd_recorder_mmc.h was initially
	added on branch cdio-branch.

2003-03-30 06:04  rocky

	* lib/vcd_image_bincue.c: file vcd_image_bincue.c was initially
	added on branch cdio-branch.

2003-03-30 06:04  rocky

	* lib/vcd_mpeg.c: file vcd_mpeg.c was initially added on branch
	cdio-branch.

2003-03-30 06:04  rocky

	* lib/vcd_image_vpkt.c: file vcd_image_vpkt.c was initially added
	on branch cdio-branch.

2003-03-30 06:04  rocky

	* lib/vcd_cd_sector.c: file vcd_cd_sector.c was initially added on
	branch cdio-branch.

2003-03-30 06:04  rocky

	* lib/vcd_logging.c: file vcd_logging.c was initially added on
	branch cdio-branch.

2003-03-30 06:04  rocky

	* lib/vcd_image_sink.h: file vcd_image_sink.h was initially added
	on branch cdio-branch.

2003-03-30 06:04  rocky

	* lib/vcd_stream.h: file vcd_stream.h was initially added on branch
	cdio-branch.

2003-03-30 06:04  rocky

	* lib/vcd.h: file vcd.h was initially added on branch cdio-branch.

2003-03-30 06:04  rocky

	* lib/vcd_bitvec.h: file vcd_bitvec.h was initially added on branch
	cdio-branch.

2003-03-30 06:04  rocky

	* lib/vcd_obj.h: file vcd_obj.h was initially added on branch
	cdio-branch.

2003-03-30 06:04  rocky

	* lib/vcdinf.h: file vcdinf.h was initially added on branch
	cdio-branch.

2003-03-30 06:04  rocky

	* lib/vcd.c: file vcd.c was initially added on branch cdio-branch.

2003-03-30 06:04  rocky

	* lib/vcd_image_fs.h: file vcd_image_fs.h was initially added on
	branch cdio-branch.

2003-03-30 06:04  rocky

	* lib/vcd_image_vpkt.h: file vcd_image_vpkt.h was initially added
	on branch cdio-branch.

2003-03-30 06:04  rocky

	* lib/vcd_image_cdrdao.c: file vcd_image_cdrdao.c was initially
	added on branch cdio-branch.

2003-03-30 06:04  rocky

	* lib/vcd_pbc.h: file vcd_pbc.h was initially added on branch
	cdio-branch.

2003-03-30 06:04  rocky

	* lib/vcd_mpeg_stream.c: file vcd_mpeg_stream.c was initially added
	on branch cdio-branch.

2003-03-30 06:04  rocky

	* lib/vcd_stream_stdio.c: file vcd_stream_stdio.c was initially
	added on branch cdio-branch.

2003-03-30 06:04  rocky

	* lib/vcd_files.c: file vcd_files.c was initially added on branch
	cdio-branch.

2003-03-30 06:04  rocky

	* lib/vcdinfo.c: file vcdinfo.c was initially added on branch
	cdio-branch.

2003-03-30 06:04  rocky

	* lib/vcd_salloc.c: file vcd_salloc.c was initially added on branch
	cdio-branch.

2003-03-30 06:04  rocky

	* lib/vcd_xa.h: file vcd_xa.h was initially added on branch
	cdio-branch.

2003-03-30 06:04  rocky

	* lib/vcd_dict.h: file vcd_dict.h was initially added on branch
	cdio-branch.

2003-03-30 06:04  rocky

	* lib/vcd_types.h: file vcd_types.h was initially added on branch
	cdio-branch.

2003-03-30 06:04  rocky

	* lib/vcd_bytesex.h: file vcd_bytesex.h was initially added on
	branch cdio-branch.

2003-03-30 06:04  rocky

	* lib/vcd_iso9660.c: file vcd_iso9660.c was initially added on
	branch cdio-branch.

2003-03-30 06:04  rocky

	* lib/vcd_image.c: file vcd_image.c was initially added on branch
	cdio-branch.

2003-03-30 06:04  rocky

	* lib/vcd_bytesex_asm.h: file vcd_bytesex_asm.h was initially added
	on branch cdio-branch.

2003-03-30 06:04  rocky

	* lib/vcd_mpeg.h: file vcd_mpeg.h was initially added on branch
	cdio-branch.

2003-03-30 06:04  rocky

	* lib/vcd_data_structures.h: file vcd_data_structures.h was
	initially added on branch cdio-branch.

2003-03-30 06:04  rocky

	* lib/vcd_files_private.h: file vcd_files_private.h was initially
	added on branch cdio-branch.

2003-03-30 06:04  rocky

	* lib/vcd_recorder.c: file vcd_recorder.c was initially added on
	branch cdio-branch.

2003-03-30 06:04  rocky

	* lib/vcdinfo.h: file vcdinfo.h was initially added on branch
	cdio-branch.

2003-03-30 06:04  rocky

	* lib/vcd_cd_sector.h: file vcd_cd_sector.h was initially added on
	branch cdio-branch.

2003-03-30 06:04  rocky

	* lib/vcd_salloc.h: file vcd_salloc.h was initially added on branch
	cdio-branch.

2003-03-30 06:04  rocky

	* lib/vcd_data_structures.c: file vcd_data_structures.c was
	initially added on branch cdio-branch.

2003-03-30 06:04  rocky

	* lib/vcd_assert.h: file vcd_assert.h was initially added on branch
	cdio-branch.

2003-03-30 06:04  rocky

	* lib/vcd_files.h: file vcd_files.h was initially added on branch
	cdio-branch.

2003-03-30 06:04  rocky

	* lib/vcd_mmc_private.h: file vcd_mmc_private.h was initially added
	on branch cdio-branch.

2003-03-30 06:04  rocky

	* lib/vcd_pbc.c: file vcd_pbc.c was initially added on branch
	cdio-branch.

2003-03-30 06:04  rocky

	* lib/vcdinf.c: file vcdinf.c was initially added on branch
	cdio-branch.

2003-03-30 06:04  rocky

	* lib/vcd_stream.c: file vcd_stream.c was initially added on branch
	cdio-branch.

2003-03-30 06:04  rocky

	* lib/vcd_iso9660.h: file vcd_iso9660.h was initially added on
	branch cdio-branch.

2003-03-30 06:04  rocky

	* lib/: vcd.c, vcd.h, vcd_assert.h, vcd_bitvec.h, vcd_bytesex.h,
	vcd_bytesex_asm.h, vcd_cd_sector.c, vcd_cd_sector.h,
	vcd_cd_sector_private.h, vcd_data_structures.c,
	vcd_data_structures.h, vcd_dict.h, vcd_directory.c,
	vcd_directory.h, vcd_files.c, vcd_files.h, vcd_files_private.h,
	vcd_image.c, vcd_image_bincue.c, vcd_image_cdrdao.c,
	vcd_image_fs.c, vcd_image_fs.h, vcd_image_nrg.c, vcd_image_sink.h,
	vcd_image_vpkt.c, vcd_image_vpkt.h, vcd_iso9660.c, vcd_iso9660.h,
	vcd_iso9660_private.h, vcd_logging.c, vcd_logging.h,
	vcd_mmc_linux.c, vcd_mmc_linux.h, vcd_mmc_private.h, vcd_mpeg.c,
	vcd_mpeg.h, vcd_mpeg_stream.c, vcd_mpeg_stream.h, vcd_obj.h,
	vcd_pbc.c, vcd_pbc.h, vcd_recorder.c, vcd_recorder.h,
	vcd_recorder_mmc.c, vcd_recorder_mmc.h, vcd_salloc.c, vcd_salloc.h,
	vcd_stream.c, vcd_stream.h, vcd_stream_stdio.c, vcd_stream_stdio.h,
	vcd_types.h, vcd_util.c, vcd_util.h, vcd_xa.h, vcdinf.c, vcdinf.h,
	vcdinfo.c, vcdinfo.h: move libvcd to lib

2003-03-30 06:04  rocky

	* lib/vcd_logging.h: file vcd_logging.h was initially added on
	branch cdio-branch.

2003-03-30 06:04  rocky

	* lib/vcd_util.c: file vcd_util.c was initially added on branch
	cdio-branch.

2003-03-30 06:04  rocky

	* lib/vcd_directory.h: file vcd_directory.h was initially added on
	branch cdio-branch.

2003-03-30 06:04  rocky

	* lib/vcd_stream_stdio.h: file vcd_stream_stdio.h was initially
	added on branch cdio-branch.

2003-03-30 06:04  rocky

	* lib/vcd_mmc_linux.c: file vcd_mmc_linux.c was initially added on
	branch cdio-branch.

2003-03-30 06:04  rocky

	* lib/vcd_iso9660_private.h: file vcd_iso9660_private.h was
	initially added on branch cdio-branch.

2003-03-30 06:04  rocky

	* lib/vcd_util.h: file vcd_util.h was initially added on branch
	cdio-branch.

2003-03-30 06:04  rocky

	* lib/vcd_mmc_linux.h: file vcd_mmc_linux.h was initially added on
	branch cdio-branch.

2003-03-30 06:04  rocky

	* lib/vcd_directory.c: file vcd_directory.c was initially added on
	branch cdio-branch.

2003-03-30 06:04  rocky

	* lib/vcd_recorder.h: file vcd_recorder.h was initially added on
	branch cdio-branch.

2003-03-30 06:01  rocky

	* Makefile.am, configure.ac, frontends/cli/cdxa2mpeg.c,
	frontends/cli/vcdimager.c, frontends/cli/vcdinfo.c,
	frontends/xml/vcd_xml_build.c, frontends/xml/vcd_xml_common.c,
	frontends/xml/vcd_xml_common.h, frontends/xml/vcd_xml_dtd.c,
	frontends/xml/vcd_xml_dump.c, frontends/xml/vcd_xml_dump.h,
	frontends/xml/vcd_xml_gen.c, frontends/xml/vcd_xml_master.c,
	frontends/xml/vcd_xml_minfo.c, frontends/xml/vcd_xml_parse.c,
	frontends/xml/vcd_xml_rip.c, frontends/xml/vcdxml.h: 1. libvcd ->
	lib 2. libtoolize 3. vcdxrip & regression tests: add
	--no-command-comment since libtool    will change the command name
	depending on whether or not shared libraries	are built

2003-03-24 14:46  rocky

	* frontends/cli/vcdinfo.c: file vcdinfo.c was initially added on
	branch cdio-branch.

2003-03-24 14:45  rocky

	* NEWS, autogen.sh, configure.ac, docs/.cvsignore,
	docs/Makefile.am, docs/vcddump.texi, docs/vcdimager.texi,
	docs/vcdinfo.texi, docs/version.texi, frontends/cli/Makefile.am,
	frontends/cli/cdxa2mpeg.c, frontends/cli/vcddump.c,
	frontends/cli/vcdimager.c, frontends/cli/vcdinfo.c,
	frontends/xml/vcd_xml_build.c, frontends/xml/vcd_xml_common.c,
	frontends/xml/vcd_xml_common.h, frontends/xml/vcd_xml_gen.c,
	frontends/xml/vcd_xml_master.c, frontends/xml/vcd_xml_minfo.c,
	frontends/xml/vcd_xml_rip.c: Massive changes to split out CD
	reading and use the new libcdio library.

2003-03-24 14:45  rocky

	* docs/vcdinfo.texi: file vcdinfo.texi was initially added on
	branch cdio-branch.

2003-03-17 00:30  rocky

	* docs/glossary.texi: Philips, not Phillips.

2003-03-17 00:28  rocky

	* docs/glossary.texi: Add terms, NTSC, PAL, SIF since they are
	used. Add pointer to a more complete glossary. Some terms are
	defined. Probably should do more in this direction.

2003-03-16 11:53  rocky

	* docs/vcdimager.texi: Example output is probably more accurate.
	Note scope navigation is tied to list id.

2003-03-16 11:08  rocky

	* docs/: vcddump.texi, vcdxrip.texi, version.texi: VCD -> Video CD
	where appropriate.

2003-03-16 11:07  rocky

	* docs/vcdimager.texi: Clariry loop scope. Add some concept
	definitions and acronyms.

2003-03-16 11:05  rocky

	* docs/glossary.texi: Add more terms and URL's.

2003-03-15 22:22  rocky

	* NEWS: Getting more verbose in my old age.

2003-03-15 20:58  hvr

	* configure.ac: add pedantic compile flags only when in maintainer
	mode

2003-03-15 20:05  rocky

	* frontends/cli/vcddump.c: Accomodate to older popt that doesn't
	support the "optional" flag.

2003-03-15 18:36  hvr

	* configure.ac: fixed configure.ac bugs

2003-03-15 16:57  hvr

	* NEWS: preparing for 0.7.14

2003-03-15 16:50  hvr

	* configure.ac: added check for warning cflags and _Pragma()
	support in compiler

2003-03-11 06:49  rocky

	* configure.ac: Expand OS to check for Solaris. Give warning of
	OS's that fall through the cracks. $host_os is probably more
	precise (and less likely to become obsolete than $host. (Actually,
	$target_os is probably the most accurate as it would take into
	consideration cross-compilation.)

2003-03-11 00:24  rocky

	* frontends/: cli/vcddump.c, xml/vcd_xml_rip.c: vcdinf_open and
	vcdinfo_open interface changed to set source_name if passed null.

2003-03-10 05:52  rocky

	* frontends/: cli/vcddump.c, xml/vcd_xml_rip.c: More (all?) psd/pld
	access routines moved from vcdinfo to vcdinf.  Created
	vcdinf_get_num_selections(psd)

2003-03-10 04:15  rocky

	* frontends/xml/vcd_xml_rip.c: Warn when entry values inside
	sequence items may be wrong. Message is a  little stronger than
	saying this is "not checked."
	
	"not checked" does not mean "wrong."

2003-03-06 09:53  rocky

	* docs/version.texi: Just some comment/document
	correction/clarification.

2003-03-06 07:31  rocky

	* .cvsignore: [no log message]

2003-03-04 09:49  hvr

	* frontends/xml/: Makefile.am, vcd_xml_dtd.h: made videocd_dtd
	string const

2003-03-04 09:35  hvr

	* AUTHORS: get credits straight

2003-03-04 09:35  hvr

	* docs/vcdimager.texi: remove vcdxrip entry

2003-02-28 06:40  rocky

	* BUGS: Spelling

2003-02-28 06:35  rocky

	* NEWS: My NEWS.

2003-02-27 17:39  rocky

	* frontends/xml/vcd_xml_rip.c: Declarations before code for gcc <
	3.0

2003-02-26 23:07  rocky

	* frontends/xml/vcd_xml_rip.c: Give error message if can't figure
	out where to read from.

2003-02-26 22:47  rocky

	* frontends/cli/vcddump.c: vcdinf.c: Test for get_default_device
	failing to give back an answer.  vcddump: Give error message if
	failed to find place to read from

2003-02-26 16:56  rocky

	* configure.ac: Test for presence of linux/cdrom.h and whether
	cdrom_generic_command has timeout field in its struct.

2003-02-26 16:52  rocky

	* docs/: .cvsignore, version-vcddump.texi: Remove and ignore
	derived file.

2003-02-26 14:22  rocky

	* frontends/xml/vcd_xml_rip.c: Add tracks option and give warning
	about not checking autowait and autopause if any MPEG is not
	extracted.

2003-02-26 14:20  rocky

	* docs/.cvsignore: Another.

2003-02-26 14:19  rocky

	* docs/.cvsignore: This is a derived file.

2003-02-26 14:16  rocky

	* docs/vcdxrip.texi: Document new --track option. Reorganize
	options sections and break up to examples into two sections.

2003-02-26 05:12  hvr

	* frontends/xml/: vcd_xml_build.c, vcd_xml_dump.c, vcd_xml_parse.c:
	added several explicit casts to/from 'char *' and 'xmlChar *'

2003-02-26 05:11  hvr

	* frontends/xml/Makefile.am: dont link xml libs into vcdxminfo

2003-02-26 05:09  hvr

	* frontends/xml/vcd_xml_dtd.c: added missing #include

2003-02-26 05:09  hvr

	* vcdimager.spec.in: added vcdxrip.info

2003-02-25 23:20  rocky

	* docs/: vcddump.texi, vcdxrip.texi: Spelling corrections.

2003-02-25 20:34  nboullis

	* debian/info: fully install the new vcdxrip info file.

2003-02-25 19:27  rocky

	* docs/vcdxrip.texi: Small typographical changes.

2003-02-25 19:14  rocky

	* docs/vcdxrip.texi: vcdimager doc.

2003-02-25 17:28  nboullis

	* debian/: changelog, control: debian: no need to build-depend on
	help2man any more.

2003-02-25 15:29  rocky

	* docs/.cvsignore: Add vcdxrip to list.

2003-02-25 15:27  rocky

	* frontends/xml/vcd_xml_rip.c: Small changes.

2003-02-25 15:26  rocky

	* docs/: Makefile.am, vcddump.texi, vcdimager.texi,
	version-vcddump.texi, version.texi: Add vcdxrip documentation.

2003-02-24 18:35  nboullis

	* debian/changelog: Getting ready for 0.7.14 .

2003-02-24 11:48  rocky

	* frontends/xml/vcd_xml_rip.c: Use smart open routine.

2003-02-24 07:47  rocky

	* frontends/cli/vcddump.c: Some fns moved from vcdinfo to vcdinf.
	Use couple of new vcdinf fns.

2003-02-23 23:51  rocky

	* frontends/xml/vcd_xml_rip.c: Make more use of common routines in
	vcdinf/vcdinfo. Better option processing: show option on error, add
	"smart" --input option.

2003-02-23 18:25  hvr

	* Makefile.am: added aclocal flags used for maintainer mode

2003-02-23 15:03  hvr

	* autogen.sh, configure.ac: enable maintainer-mode by default from
	autogen.sh; more warning flags enabled; moved <linux/version.h>
	detection into linux specific section

2003-02-23 14:56  hvr

	* BUGS: got rid of the gnu ({})-extension

2003-02-22 13:12  rocky

	* frontends/: cli/vcddump.c, xml/vcd_xml_rip.c: Move more internal
	routines from vcdinfo into vcdinf.  Use more common code in
	vcd_xml_rip.c
	
	Fix bug in filling out LID's (vcdinf_update_offset_list)

2003-02-21 12:34  rocky

	* configure.ac: Solaris fixes.

2003-02-21 10:24  rocky

	* frontends/cli/vcddump.c: For some inexplicable reason I was
	reading the PSD twice.

2003-02-21 08:41  hvr

	* cvs2cl_usermap: added missing user ids

2003-02-21 08:32  hvr

	* ChangeLog_pre0_7_14, Makefile.am, cvs2cl.pl, cvs2cl_header,
	cvs2cl_usermap: switched to cvs2cl.pl generated ChangeLog file

2003-02-20 21:37  rocky

	* frontends/cli/vcddump.c: Was setting disk image type for
	--nrg-file type incorrectly.

2003-02-20 20:21  rocky

	* frontends/xml/vcd_xml_rip.c: More stuff added to vcdinf and more
	code in vcd_xml_rip now uses it.

2003-02-20 09:19  rocky

	* frontends/xml/: Makefile.am, vcd_xml_rip.c: Start using
	libvcdinfo.

2003-02-19 18:34  hvr

	* frontends/: cli/Makefile.am, xml/Makefile.am: build man pages
	only in maintainer mode

2003-02-19 17:56  hvr

	* BUGS, NEWS, frontends/xml/vcd_xml_rip.c: cleanups

2003-02-19 17:40  rocky

	* frontends/cli/vcddump.c: In help, give --access-mode option
	values.

2003-02-19 17:35  rocky

	* docs/vcddump.texi: Document NRG file and --access-mode.

2003-02-19 17:17  rocky

	* frontends/cli/vcddump.c: Add options to force access mode. Allow
	one to specify a Nero file as input.

2003-02-19 17:15  rocky

	* frontends/xml/vcd_xml_rip.c: Better error message if reading PVD
	fails. Use more-consistent vcd_image_source_new_nrg routine.

2003-02-19 11:38  hvr

	* BUGS, configure.ac, docs/version-vcddump.texi, docs/version.texi,
	frontends/cli/vcd_debug.c, frontends/cli/vcddump.c: fixed
	compilation w/ EDG-based mipspro compiler

2003-02-16 10:19  hvr

	* NEWS, docs/Makefile.am, docs/version-vcddump.texi,
	docs/version.texi: getting ready for 0.7.13

2003-02-13 13:21  rocky

	* NEWS: Spelling correction.

2003-02-13 08:30  rocky

	* frontends/xml/Makefile.am: Expand $< since POSIX requires limited
	support and not alll make's handle completely.

2003-02-12 11:02  rocky

	* NEWS: Note libvcdinfo.

2003-02-10 17:46  rocky

	* docs/vcddump.texi: Remove Top from inside @direntry. Thanks to
	Nicolas Boullis <nboullis@debian.org>.

2003-02-10 15:55  nboullis

	* debian/.cvsignore: cvsignore files generated by the debian
	packaging process.

2003-02-10 15:52  nboullis

	* debian/info: Fully install vcddump info pages.

2003-02-10 13:03  hvr

	* vcdimager.spec.in, docs/Makefile.am: getting ready for 0.7.13

2003-02-10 10:57  hvr

	* AUTHORS, NEWS: getting ready for 0.7.13

2003-02-09 09:19  rocky

	* docs/vcdimager.texi: Use consistent and perhaps the correct
	terminology when referring to standards. vcdimager.texi: add
	references to where this is explained more fully.

2003-02-09 08:41  rocky

	* frontends/xml/vcd_xml_dtd.c: Don't segfault in trying to print
	char *'s if _xmlExternalEntityLoader is given NULL.

2003-02-08 17:10  nboullis

	* debian/rules: 
	
	Update Debian packaging (no need to run ./autogen.sh since
	./configure is in the tarball + run "make check" if not
	cross-compiling).

2003-02-08 08:07  rocky

	* docs/.cvsignore, frontends/xml/.cvsignore: Ignore remaining
	derived files not previously listed.

2003-02-02 15:57  rocky

	* docs/version-vcddump.texi: Some support for default entry in
	selection list.

2003-01-30 12:06  rocky

	* docs/vcddump.texi: Info Section -> Disc Information

2003-01-30 11:55  rocky

	* frontends/cli/vcddump.c: Show XA track information if it's
	available even if this disk is not a VCD.

2003-01-28 06:07  hvr

	* HACKING: added note about autotools versions

2003-01-28 05:58  hvr

	* configure.ac, docs/version-vcddump.texi, docs/version.texi: bsdi
	fixes

2003-01-26 22:19  rocky

	* frontends/cli/vcddump.c: Add function vcdinfo_has_pbc needed in
	player and use it in vcddump.

2003-01-26 22:18  rocky

	* docs/vcddump.texi: More info about entries id: Can possibly be
	ENNTRYSVD and not XML option tag (field "name").

2003-01-25 10:27  rocky

	* docs/version-vcddump.texi: [no log message]

2003-01-25 10:25  rocky

	* frontends/cli/vcddump.c: PBC output changed. Also now list LSN on
	CD-ROM track info.

2003-01-25 10:24  rocky

	* docs/vcddump.texi: Document PBC. Info cross references should all
	work now.  Change for yet again slightly expanded output.

2003-01-23 23:41  rocky

	* docs/: vcddump.texi, vcdimager.texi, version.texi: Get cross
	indexing correct between vcdimager.texi and vcddump.texi
	vcddump.texi: more minor info added/corrected.

2003-01-23 22:28  rocky

	* docs/: vcddump.texi, version-vcddump.texi: Note that formats
	reported are to be loosely interpreted. Expecially the TRACKS.SVD
	info. Note the existence of CVD's.

2003-01-23 22:25  rocky

	* frontends/cli/vcddump.c: VCD3.0 -> CVD. Sigh.

2003-01-23 13:18  nboullis

	* debian/: changelog, control, docs, rules: 
	
	Update debian packaging.

2003-01-22 19:01  rocky

	* docs/vcddump.texi: Fill in more detail about what's what.

2003-01-22 19:00  rocky

	* docs/Makefile.am: Set vcddump to do the same things as vcdimager.

2003-01-21 13:54  rocky

	* frontends/cli/vcddump.c: Small pedantic change album description
	(which is probably more accurate) changed to the shorter album id
	(which matches the XML tag).  vcdinfo.{c,h}: missing const in
	vcdinfo *obj.

2003-01-21 13:52  rocky

	* docs/: Makefile.am, vcddump.texi: Stab at documentiong sub
	options for sections. New suboption index causes Makefile.am to
	change.

2003-01-21 07:17  hvr

	* BUGS, docs/Makefile.am: now checks should really work

2003-01-20 22:06  rocky

	* docs/vcddump.texi: A little more complete. At least all the
	options should be listed now.

2003-01-20 19:26  rocky

	* frontends/cli/vcddump.c: name now optional in "-i" (vcdinfo.c)
	case of acronyms uniform (vcddump) suboption help (vcddump) Short
	option 'C' for --cdrom-device (vcddump)

2003-01-20 19:21  rocky

	* docs/vcddump.texi: Fix makeinfo problems.

2003-01-20 18:33  hvr

	* docs/version-vcddump.texi: are cmp and cksum POSIX, while md5sum
	and diff are GNU :-)

2003-01-19 23:29  rocky

	* docs/vcddump.texi: Not complete or thorough, but Getting there.

2003-01-19 20:41  hvr

	* autogen.sh, configure.ac: mv configure.{in,ac}

2003-01-19 20:31  hvr

	* docs/: vcddump.texi, version-vcddump.texi: final cut

2003-01-19 19:27  rocky

	* docs/vcddump.texi: Needs more work. First start though.

2003-01-19 16:14  rocky

	* docs/: .cvsignore, Makefile.am: A start. Much much more work is
	needed. Just to get the ball rolling though...

2003-01-19 10:09  hvr

	* BUGS, docs/version.texi: various fixes/cleanups

2003-01-19 06:45  hvr

	* NEWS, vcdimager.spec.in, docs/vcdimager.texi: updated
	documentation to include vcddump

2003-01-19 06:22  hvr

	* frontends/cli/vcddump.c: renamed vcddebug-references to vcddump

2003-01-19 06:17  hvr

	* .cvsignore, docs/.cvsignore: [no log message]

2003-01-19 06:15  hvr

	* frontends/cli/: .cvsignore, Makefile.am, vcddump.c: added
	Bernstein's vcddump tool

2003-01-18 11:00  rocky

	* .cvsignore, amiga/.cvsignore: Note more derived files.

2003-01-18 10:56  rocky

	* frontends/cli/.cvsignore: Don't complain about binaries and
	man-pages. They too are derived.

2003-01-18 10:51  rocky

	* frontends/xml/.cvsignore: Don't complain about derived man pages.

2003-01-18 10:51  rocky

	* docs/.cvsignore: vcdimager.info* is derived. Don't complain
	about.

2003-01-06 12:19  hvr

	* frontends/: cli/vcdimager.c, xml/vcd_xml_rip.c: trying to sync up
	to bernsteins xine-vcdnav fork

2003-01-04 05:55  hvr

	* vcdimager.spec.in: spec file improvements

2003-01-04 05:49  hvr

	* vcdimager.spec.in, docs/version.texi: spec file improvements

2002-12-29 11:35  hvr

	* docs/vcdimager.texi: typo

2002-12-29 11:34  hvr

	* vcdimager.spec.in, docs/vcdimager.texi, docs/version.texi: added
	a few bits about cd image formats to info manual

2002-12-28 10:31  hvr

	* docs/vcdimager.texi, frontends/cli/Makefile.am,
	frontends/cli/cdxa2mpeg.c, frontends/cli/vcdimager.c: improved
	cdxa2mpeg

2002-12-27 14:12  hvr

	* Makefile.am, NEWS, vcdimager.spec.in, debian/control,
	debian/dirs, debian/docs, debian/rules, debian/substvars,
	frontends/xml/vcd_xml_build.c: added --dump-dtd option

2002-12-27 12:14  hvr

	* Makefile.am, amiga/Makefile.am, debian/changelog, debian/control,
	debian/copyright, debian/postinst.debhelper,
	debian/prerm.debhelper, Makefile.am: updated debian packaging

2002-12-27 11:45  hvr

	* debian/files: removed

2002-12-27 11:00  hvr

	* frontends/xml/: vcd_xml_build.c, vcd_xml_master.c, vcdxml.h:
	improved testsuite

2002-12-25 12:18  hvr

	* libpopt.m4, docs/version.texi: release candidate

2002-12-25 10:31  hvr

	* NEWS: finishing up

2002-12-25 09:53  hvr

	* libpopt.m4, frontends/cli/vcdimager.c,
	frontends/xml/vcd_xml_build.c, frontends/xml/vcd_xml_common.c,
	frontends/xml/vcd_xml_common.h, frontends/xml/vcd_xml_master.c:
	added support for check mode

2002-12-24 22:25  hvr

	* vcdimager.spec.in, debian/changelog, debian/control,
	debian/rules: updated rh/deb pkg files

2002-12-24 22:06  hvr

	* Makefile.am, libpopt.m4, frontends/Makefile.am,
	frontends/cli/Makefile.am, frontends/xml/Makefile.am: various fixes

2002-07-30 06:49  hvr

	* frontends/xml/vcd_xml_master.cc: sync

2002-07-29 14:40  hvr

	* frontends/: cli/vcdimager.cc, xml/vcd_xml_dump.cc,
	xml/vcd_xml_parse.cc: starting converting API

2002-07-29 07:06  hvr

	* frontends/xml/: vcd_xml_parse.cc, vcd_xml_rip.cc: fixed bugs

2002-07-28 09:46  hvr

	* frontends/xml/vcd_xml_dtd.cc: file vcd_xml_dtd.cc was initially
	added on branch cpp_rewrite_branch.

2002-07-28 09:46  hvr

	* frontends/xml/vcd_xml_rip.cc: file vcd_xml_rip.cc was initially
	added on branch cpp_rewrite_branch.

2002-07-28 09:46  hvr

	* frontends/xml/vcd_xml_dtd.hh: file vcd_xml_dtd.hh was initially
	added on branch cpp_rewrite_branch.

2002-07-28 09:46  hvr

	* frontends/xml/vcd_xml_gen.cc: file vcd_xml_gen.cc was initially
	added on branch cpp_rewrite_branch.

2002-07-28 09:46  hvr

	* frontends/xml/vcd_xml_master.cc: file vcd_xml_master.cc was
	initially added on branch cpp_rewrite_branch.

2002-07-28 09:46  hvr

	* frontends/xml/vcdxml.hh: file vcdxml.hh was initially added on
	branch cpp_rewrite_branch.

2002-07-28 09:46  hvr

	* frontends/xml/vcd_xml_dump.cc: file vcd_xml_dump.cc was initially
	added on branch cpp_rewrite_branch.

2002-07-28 09:46  hvr

	* frontends/xml/vcd_xml_parse.hh: file vcd_xml_parse.hh was
	initially added on branch cpp_rewrite_branch.

2002-07-28 09:46  hvr

	* frontends/xml/: Makefile.am, vcd_xml_build.c, vcd_xml_build.cc,
	vcd_xml_common.c, vcd_xml_common.cc, vcd_xml_common.h,
	vcd_xml_common.hh, vcd_xml_dtd.c, vcd_xml_dtd.cc, vcd_xml_dtd.h,
	vcd_xml_dtd.hh, vcd_xml_dump.c, vcd_xml_dump.cc, vcd_xml_dump.h,
	vcd_xml_dump.hh, vcd_xml_gen.c, vcd_xml_gen.cc, vcd_xml_master.c,
	vcd_xml_master.cc, vcd_xml_master.h, vcd_xml_master.hh,
	vcd_xml_minfo.c, vcd_xml_parse.c, vcd_xml_parse.cc,
	vcd_xml_parse.h, vcd_xml_parse.hh, vcd_xml_rip.c, vcd_xml_rip.cc,
	vcdxml.h, vcdxml.hh: bunch of files converted to C++

2002-07-28 09:46  hvr

	* frontends/xml/vcd_xml_build.cc: file vcd_xml_build.cc was
	initially added on branch cpp_rewrite_branch.

2002-07-28 09:46  hvr

	* frontends/xml/vcd_xml_common.cc: file vcd_xml_common.cc was
	initially added on branch cpp_rewrite_branch.

2002-07-28 09:46  hvr

	* frontends/xml/vcd_xml_dump.hh: file vcd_xml_dump.hh was initially
	added on branch cpp_rewrite_branch.

2002-07-28 09:46  hvr

	* frontends/xml/vcd_xml_parse.cc: file vcd_xml_parse.cc was
	initially added on branch cpp_rewrite_branch.

2002-07-28 09:46  hvr

	* frontends/xml/vcd_xml_master.hh: file vcd_xml_master.hh was
	initially added on branch cpp_rewrite_branch.

2002-07-28 09:46  hvr

	* frontends/xml/vcd_xml_common.hh: file vcd_xml_common.hh was
	initially added on branch cpp_rewrite_branch.

2002-07-28 07:01  hvr

	* frontends/xml/vcd_xml_minfo.cc: [no log message]

2002-07-28 07:01  hvr

	* frontends/xml/vcd_xml_minfo.cc: file vcd_xml_minfo.cc was
	initially added on branch cpp_rewrite_branch.

2002-07-25 06:14  hvr

	* debian/control, docs/version.texi: debian related updates

2002-07-25 06:01  hvr

	* debian/: copyright, watch: debian related updates

2002-07-25 05:36  hvr

	* debian/watch: debian related updates

2002-07-25 05:19  hvr

	* autogen.sh, debian/changelog, debian/control, debian/copyright,
	debian/rules: debian related updates

2002-07-23 14:29  hvr

	* docs/version.texi: [no log message]

2002-07-23 14:18  hvr

	* debian/rules: [no log message]

2002-07-23 14:07  hvr

	* debian/changelog: [no log message]

2002-07-23 13:47  hvr

	* docs/vcdimager.texi: [no log message]

2002-02-28 08:22  hvr

	* .cvsignore: further work on mpeg code done

2002-02-24 12:54  hvr

	* frontends/cli/vcdimager.cc: implemented new SectorSource
	abstraction

2002-02-22 12:09  hvr

	* frontends/cli/: vcd_debug.cc, vcdimager.cc: some work on new
	ImageSrc class

2002-02-22 07:23  hvr

	* frontends/cli/: cdxa2mpeg.cc, vcd_debug.cc: replaced
	vcd_directory by libvcd::Filesystem

2002-02-21 11:30  hvr

	* frontends/cli/vcdimager.cc: replaced lowlevel and highlevel
	sector routines

2002-02-20 03:53  hvr

	* frontends/: Makefile.am, gnome/.cvsignore, gnome/ChangeLog,
	gnome/Makefile.am, gnome/macros/.cvsignore, gnome/macros/ChangeLog,
	gnome/macros/Makefile.am, gnome/macros/aclocal-include.m4,
	gnome/macros/autogen.sh, gnome/macros/compiler-flags.m4,
	gnome/macros/curses.m4, gnome/macros/gnome-bonobo-check.m4,
	gnome/macros/gnome-common.m4, gnome/macros/gnome-cxx-check.m4,
	gnome/macros/gnome-fileutils.m4, gnome/macros/gnome-gettext.m4,
	gnome/macros/gnome-ghttp-check.m4,
	gnome/macros/gnome-gnomemm-check.m4,
	gnome/macros/gnome-gnorba-check.m4,
	gnome/macros/gnome-guile-checks.m4,
	gnome/macros/gnome-libgtop-check.m4,
	gnome/macros/gnome-objc-checks.m4,
	gnome/macros/gnome-orbit-check.m4, gnome/macros/gnome-pilot.m4,
	gnome/macros/gnome-print-check.m4,
	gnome/macros/gnome-pthread-check.m4, gnome/macros/gnome-support.m4,
	gnome/macros/gnome-undelfs.m4, gnome/macros/gnome-vfs.m4,
	gnome/macros/gnome-x-checks.m4, gnome/macros/gnome-xml-check.m4,
	gnome/macros/gnome.m4, gnome/macros/gperf-check.m4,
	gnome/macros/linger.m4, gnome/macros/need-declaration.m4,
	gnome/src/.cvsignore, gnome/src/GVCDImager.glade,
	gnome/src/GVCDImager.hh, gnome/src/GVCDImagerApp.cc,
	gnome/src/GVCDImagerApp.hh, gnome/src/GladeHelper.hh,
	gnome/src/LibvcdWrapper.hh, gnome/src/Makefile.am,
	gnome/src/main.cc: removed dead gnome/popt code

2002-02-20 03:40  hvr

	* frontends/cli/popt/: .cvsignore, Makefile.am, findme.c, findme.h,
	popt.c, popt.h, poptconfig.c, popthelp.c, poptint.h, poptparse.c:
	removed popt from cvs

2002-02-20 03:39  hvr

	* frontends/cli/: Makefile.am, cdxa2mpeg.c, cdxa2mpeg.cc,
	vcd_debug.c, vcd_debug.cc, vcdimager.c, vcdimager.cc: fixed to be
	c++ compilable

2002-02-20 03:39  hvr

	* frontends/cli/vcdimager.cc: file vcdimager.cc was initially added
	on branch cpp_rewrite_branch.

2002-02-20 03:39  hvr

	* frontends/cli/vcd_debug.cc: file vcd_debug.cc was initially added
	on branch cpp_rewrite_branch.

2002-02-20 03:39  hvr

	* frontends/cli/cdxa2mpeg.cc: file cdxa2mpeg.cc was initially added
	on branch cpp_rewrite_branch.

2002-01-04 15:30  hvr

	* vcdimager.spec.in: [no log message]

2002-01-04 15:20  hvr

	* BUGS, FAQ, NEWS, README, TODO, docs/vcdimager.texi,
	frontends/cli/vcd_debug.c: getting ready for 0.7.12

2002-01-03 21:50  hvr

	* NEWS, cygwin-dist.sh: SPI subheader + post-gap

2001-12-26 09:32  hvr

	* Makefile.am, docs/Makefile.am, docs/vcdimager.texi,
	frontends/cli/Makefile.am, frontends/cli/cdxa2mpeg.c,
	frontends/xml/Makefile.am: cleaned up automake system

2001-12-23 08:40  hvr

	* NEWS, cygwin-dist.sh, docs/vcdimager.texi: added new tool
	cdxa2mpeg; add use of setvbuf to increase io buffers

2001-12-23 08:35  hvr

	* frontends/cli/: Makefile.am, cdxa2mpeg.c: added cdxa2mpeg tool

2001-11-27 12:33  hvr

	* NEWS, frontends/cli/vcd_debug.c: improved support for SVCD and
	CVD-style subtitles

2001-10-21 09:14  hvr

	* NEWS, docs/Makefile.am, docs/fdl.texi, docs/vcdimager.texi,
	frontends/xml/vcd_xml_rip.c: 0.7.11

2001-10-21 06:33  hvr

	* NEWS, docs/glossary.texi, docs/vcdimager.texi: [no log message]

2001-10-20 06:41  hvr

	* frontends/xml/vcd_xml_rip.c: [no log message]

2001-10-11 10:58  hvr

	* frontends/cli/vcd_debug.c: [no log message]

2001-09-28 16:32  hvr

	* NEWS, frontends/xml/vcd_xml_build.c,
	frontends/xml/vcd_xml_master.c, frontends/xml/vcdxml.h: see
	changelog

2001-09-28 16:06  hvr

	* frontends/xml/vcd_xml_rip.c: see changelog

2001-09-20 14:05  hvr

	* TODO, frontends/xml/vcd_xml_common.c,
	frontends/xml/vcd_xml_common.h, frontends/xml/vcd_xml_parse.c,
	frontends/xml/vcd_xml_rip.c: see changelog

2001-09-05 03:26  hvr

	* frontends/xml/: vcd_xml_build.c, vcd_xml_dtd.c: libxml2 related
	fix;see ChangeLog

2001-08-30 16:18  hvr

	* frontends/: cli/vcd_debug.c, xml/vcd_xml_rip.c: added __bsdi__
	cdrom support

2001-08-30 13:23  hvr

	* NEWS, frontends/xml/vcd_xml_rip.c: improved linux cdrom support

2001-08-29 18:54  arnd

	* frontends/cli/vcdrecord.c: file vcdrecord.c was initially added
	on branch arnd.

2001-08-29 18:54  arnd

	* frontends/cli/: Makefile.am, vcdimager.c, vcdrecord.c: added
	experimental branch with real time input

2001-08-29 14:15  arnd

	* NEWS, docs/Makefile.am, docs/vcdimager.1, docs/vcdimager.texi,
	frontends/cli/Makefile.am, frontends/cli/vcd_debug.c,
	frontends/cli/vcdimager.1, frontends/cli/vcdimager.c,
	frontends/xml/Makefile.am, frontends/xml/vcd_xml_build.c,
	frontends/xml/vcd_xml_common.c, frontends/xml/vcd_xml_common.h,
	frontends/xml/vcd_xml_gen.c, frontends/xml/vcd_xml_master.c,
	frontends/xml/vcd_xml_minfo.c, frontends/xml/vcd_xml_rip.c,
	frontends/xml/videocd.dtd: update to 0.7.10

2001-08-29 10:52  hvr

	* NEWS, frontends/cli/vcdimager.c: see changelog; final

2001-08-29 09:21  hvr

	* NEWS, docs/Makefile.am, docs/vcdimager.1, docs/vcdimager.texi,
	frontends/cli/Makefile.am, frontends/cli/vcd_debug.c,
	frontends/cli/vcdimager.1, frontends/cli/vcdimager.c,
	frontends/xml/Makefile.am, frontends/xml/vcd_xml_build.c,
	frontends/xml/vcd_xml_common.c, frontends/xml/vcd_xml_common.h,
	frontends/xml/vcd_xml_gen.c, frontends/xml/vcd_xml_master.c,
	frontends/xml/vcd_xml_minfo.c, frontends/xml/vcd_xml_rip.c,
	frontends/xml/videocd.dtd: see changelog;making ready for 0.7.10
	final

2001-08-28 17:33  arnd

	* frontends/cli/vcdimager.c: updated to new parameter setting
	method in vcd_image_vpkt

2001-08-28 15:50  arnd

	* NEWS, frontends/cli/vcd_debug.c, frontends/cli/vcdimager.c,
	frontends/xml/vcd_xml_build.c, frontends/xml/vcd_xml_common.c,
	frontends/xml/vcd_xml_common.h, frontends/xml/vcd_xml_gen.c,
	frontends/xml/vcd_xml_master.c, frontends/xml/vcd_xml_master.h,
	frontends/xml/vcd_xml_minfo.c, frontends/xml/vcd_xml_rip.c: merged
	with 0.7.10-pre5

2001-08-28 10:37  arnd

	* frontends/: cli/.cvsignore, cli/vcdimager.c, xml/.cvsignore:
	initially merged cdwriting output to current tree

2001-08-28 10:00  hvr

	* NEWS, frontends/cli/vcd_debug.c, frontends/cli/vcdimager.c,
	frontends/xml/vcd_xml_build.c, frontends/xml/vcd_xml_common.c,
	frontends/xml/vcd_xml_common.h, frontends/xml/vcd_xml_gen.c,
	frontends/xml/vcd_xml_master.c, frontends/xml/vcd_xml_master.h,
	frontends/xml/vcd_xml_minfo.c, frontends/xml/vcd_xml_rip.c: see
	changelog; pre5

2001-08-25 05:38  hvr

	* NEWS, docs/vcdimager.texi, frontends/xml/vcd_xml_master.c,
	frontends/xml/vcd_xml_parse.c, frontends/xml/vcdxml.h,
	frontends/xml/videocd.dtd: see changelog

2001-08-23 12:38  hvr

	* NEWS, docs/vcdimager.texi, frontends/cli/vcd_debug.c: see
	changelog

2001-08-22 20:08  hvr

	* frontends/xml/vcd_xml_minfo.c: see changelog

2001-08-22 19:14  hvr

	* docs/vcdimager.texi, frontends/cli/vcd_debug.c,
	frontends/xml/vcd_xml_common.c, frontends/xml/vcd_xml_master.c,
	frontends/xml/vcd_xml_minfo.c, frontends/xml/vcdxml.h: see
	changelog

2001-08-20 14:46  hvr

	* NEWS: see changelog

2001-08-16 04:41  hvr

	* frontends/xml/: Makefile.am, vcd_xml_common.c, vcd_xml_gen.c,
	vcd_xml_minfo.c: see changelog

2001-08-15 18:13  hvr

	* frontends/xml/vcd_xml_rip.c: see changelog

2001-08-15 18:08  hvr

	* frontends/: cli/vcd_debug.c, xml/Makefile.am, xml/vcd_xml_rip.c:
	see changelog

2001-08-07 10:13  hvr

	* frontends/xml/vcd_xml_common.c: added missing rcsids

2001-08-07 10:05  hvr

	* NEWS, frontends/cli/vcd_debug.c, frontends/xml/Makefile.am,
	frontends/xml/vcd_xml_build.c, frontends/xml/vcd_xml_common.c,
	frontends/xml/vcd_xml_common.h, frontends/xml/vcd_xml_master.c:
	progress and gui mode

2001-08-03 15:40  hvr

	* amiga/v_snprintf.c: minor fix

2001-08-01 20:17  hvr

	* NEWS, debian/changelog, debian/info, docs/vcdimager.texi: 0.7.8

2001-08-01 12:36  hvr

	* NEWS, docs/Makefile.am, docs/vcdimager.texi,
	frontends/cli/vcd_debug.c, frontends/xml/vcd_xml_parse.c: see
	ChangeLog

2001-08-01 08:25  hvr

	* Makefile.am: see ChangeLog

2001-07-31 14:49  hvr

	* frontends/cli/vcd_debug.c: see ChangeLog

2001-07-31 12:17  hvr

	* docs/vcdimager.texi: documentation updates

2001-07-31 06:44  hvr

	* FAQ, NEWS, docs/vcdimager.texi, frontends/xml/vcd_xml_dump.c,
	frontends/xml/vcd_xml_master.c, frontends/xml/vcd_xml_parse.c,
	frontends/xml/vcd_xml_rip.c: see ChangeLog

2001-07-30 20:20  hvr

	* frontends/: cli/vcd_debug.c, cli/vcdimager.c, xml/vcd_xml_dump.c,
	xml/vcd_xml_gen.c, xml/vcd_xml_master.c, xml/vcd_xml_parse.c,
	xml/vcd_xml_rip.c, xml/vcdxml.h: see ChangeLog

2001-07-28 16:45  hvr

	* cygwin-dist.sh: 0.7.8

2001-07-28 16:27  hvr

	* BUGS, NEWS, README, TODO, cygwin-dist.sh, docs/vcdimager.texi:
	0.7.8

2001-07-28 13:10  hvr

	* Makefile.am, NEWS, docs/vcdimager.texi: [no log message]

2001-07-28 11:32  hvr

	* amiga/libiberty.h, amiga/rint.c, amiga/v_snprintf.c,
	amiga/xmalloc.c, frontends/cli/.cvsignore,
	frontends/cli/vcd_debug.c, frontends/cli/vcdimager.c,
	frontends/cli/popt/findme.c, frontends/cli/popt/popt.c,
	frontends/cli/popt/poptconfig.c, frontends/xml/.cvsignore,
	frontends/xml/vcd_xml_gen.c, frontends/xml/vcd_xml_minfo.c: [no log
	message]

2001-07-27 20:58  hvr

	* NEWS, THANKS, docs/vcdimager.texi, frontends/xml/videocd.dtd:
	updated documentation

2001-07-27 18:34  hvr

	* frontends/cli/: vcd_debug.c, vcdimager.c: [no log message]

2001-07-27 18:24  hvr

	* frontends/xml/: vcd_xml_build.c, vcd_xml_dump.c, vcd_xml_gen.c,
	vcd_xml_master.c, vcd_xml_minfo.c, vcd_xml_parse.c, vcd_xml_rip.c,
	vcdxml.h, videocd.dtd: default_entry

2001-07-27 11:46  hvr

	* NEWS: [no log message]

2001-07-27 11:25  hvr

	* frontends/xml/: vcd_xml_dump.c, vcd_xml_parse.c, vcd_xml_rip.c:
	extended end list

2001-07-27 11:07  hvr

	* cygwin-dist.sh, frontends/cli/vcd_debug.c,
	frontends/xml/vcd_xml_dump.c, frontends/xml/vcd_xml_minfo.c,
	frontends/xml/vcd_xml_parse.c, frontends/xml/vcd_xml_rip.c,
	frontends/xml/videocd.dtd: multi default list, end list, misc stuff

2001-07-26 15:19  hvr

	* frontends/xml/: Makefile.am, vcd_xml_minfo.c: added new mpeg tool

2001-07-25 14:48  hvr

	* frontends/xml/: vcd_xml_master.c, videocd.dtd: fixed typo

2001-07-25 11:21  hvr

	* frontends/: cli/vcdimager.c, xml/vcd_xml_build.c,
	xml/vcd_xml_dump.c, xml/vcd_xml_gen.c: misc improvements

2001-07-20 12:34  hvr

	* NEWS, TODO, docs/vcdimager.texi: reverted autoplay shit

2001-07-20 12:29  hvr

	* frontends/: cli/vcd_debug.c, xml/vcd_xml_dump.c,
	xml/vcd_xml_gen.c, xml/vcd_xml_master.c, xml/vcd_xml_parse.c,
	xml/vcd_xml_rip.c, xml/vcdxml.h: reverted autoplay shit

2001-07-01 16:19  hvr

	* frontends/xml/: vcd_xml_build.c, vcd_xml_master.c,
	vcd_xml_master.h: nrg output

2001-06-30 18:11  hvr

	* README: 0.7.7!

2001-06-30 17:27  hvr

	* NEWS, docs/vcdimager.texi, frontends/cli/vcd_debug.c,
	frontends/cli/popt/findme.c, frontends/cli/popt/popt.c,
	frontends/cli/popt/poptconfig.c, frontends/xml/vcd_xml_build.c,
	frontends/xml/vcd_xml_dump.c, frontends/xml/vcd_xml_gen.c,
	frontends/xml/vcd_xml_master.c, frontends/xml/vcd_xml_parse.c,
	frontends/xml/vcd_xml_rip.c, frontends/xml/vcdxml.h,
	frontends/xml/videocd.dtd: making ready for 0.7.7

2001-06-25 09:55  hvr

	* frontends/: cli/vcd_debug.c, xml/vcd_xml_build.c,
	xml/vcd_xml_master.c, xml/vcd_xml_master.h: item file entry bugfix

2001-06-22 13:46  hvr

	* frontends/xml/videocd.dtd: added missing next-volume decl

2001-06-20 11:59  hvr

	* frontends/xml/videocd.dtd: fixed DTD

2001-06-16 15:26  hvr

	* Makefile.am: last minute changes

2001-06-16 15:10  hvr

	* Makefile.am: last minute changes

2001-06-16 14:36  hvr

	* NEWS, docs/vcdimager.texi: updating documentation

2001-06-16 09:41  hvr

	* NEWS: working towards 0.7.6

2001-06-12 17:49  hvr

	* vcdimager.spec.in: assume compressed info files

2001-06-12 17:27  hvr

	* NEWS: getting 0.7.5 ready

2001-06-12 14:41  hvr

	* docs/: Makefile.am, glossary.texi, vcdimager.texi: documentation
	updates

2001-06-11 10:33  hvr

	* NEWS, docs/Makefile.am, docs/glossary.texi, docs/vcdimager.texi,
	frontends/cli/vcdimager.c, frontends/xml/vcd_xml_gen.c,
	frontends/xml/vcd_xml_master.c, frontends/xml/vcdxml.h: syncup with
	cvs

2001-06-07 12:47  hvr

	* NEWS, README, docs/vcdimager.texi, frontends/cli/vcdimager.c,
	frontends/xml/vcd_xml_master.c: 0.7.4

2001-06-07 06:12  hvr

	* NEWS, frontends/xml/vcd_xml_dump.c, frontends/xml/vcd_xml_rip.c:
	getting closer to 0.7.4

2001-06-06 20:39  hvr

	* frontends/xml/vcd_xml_rip.c: makin progress

2001-06-06 16:37  hvr

	* frontends/: cli/vcd_debug.c, xml/vcd_xml_dump.c: ...

2001-06-06 15:10  hvr

	* frontends/cli/vcd_debug.c: iso9660 related stuff

2001-06-04 09:40  hvr

	* frontends/xml/vcd_xml_parse.c: parse extended attribs

2001-06-03 16:00  hvr

	* frontends/cli/vcd_debug.c: cleanups

2001-06-03 10:39  viral

	* debian/: rules, substvars: substvars not required too

2001-06-03 10:37  viral

	* debian/: postinst.debhelper, prerm.debhelper: Remove .debhelper
	files as they are auto-generated

2001-06-03 10:32  hvr

	* docs/vcdimager.texi: doc updates

2001-06-03 08:00  hvr

	* NEWS, frontends/xml/vcd_xml_dump.c: fixed typo

2001-06-02 15:23  hvr

	* NEWS, README, docs/vcdimager.texi, frontends/cli/vcd_debug.c,
	frontends/xml/vcd_xml_dump.c, frontends/xml/vcd_xml_rip.c: 0.7.3

2001-06-01 04:55  hvr

	* docs/vcdimager.1: forgot this file

2001-05-31 20:34  hvr

	* frontends/cli/vcd_debug.c: extended PBC dumping

2001-05-31 19:24  hvr

	* frontends/xml/: vcd_xml_dump.c, vcd_xml_rip.c, vcdxml.h: file
	extraction implemented

2001-05-31 12:58  hvr

	* TODO, frontends/cli/vcd_debug.c: XA

2001-05-31 08:38  hvr

	* frontends/cli/vcd_debug.c: isofs dumping

2001-05-30 20:35  hvr

	* docs/Makefile.am: 0.7.2

2001-05-30 20:31  hvr

	* NEWS: 0.7.2

2001-05-30 19:27  hvr

	* docs/: glossary.texi, gpl.texi, vcdimager.texi: documentation
	improvements

2001-05-30 13:31  hvr

	* frontends/xml/: vcd_xml_gen.c, vcd_xml_master.c, vcd_xml_parse.c,
	vcdxml.h: EOR/SPI; relaxed aps; xml option handling;"

2001-05-29 08:16  hvr

	* frontends/: cli/vcd_debug.c, cli/vcdimager.c, xml/Makefile.am,
	xml/vcd_xml_gen.c: broken svcd mode

2001-05-28 20:57  hvr

	* Makefile.am: vcd_types.h

2001-05-28 13:33  hvr

	* frontends/: cli/vcdimager.c, xml/Makefile.am: changes from KSW

2001-05-28 11:05  hvr

	* frontends/: cli/vcd_debug.c, xml/vcd_xml_rip.c: SPI subheader fix
	for VCD2.0

2001-05-27 16:28  hvr

	* NEWS, TODO, vcdimager.spec.in: ...

2001-05-27 16:05  hvr

	* docs/.cvsignore: ...

2001-05-27 16:02  hvr

	* Makefile.am, NEWS, cygwin-dist.sh, vcdimager.spec.in,
	docs/Makefile.am, docs/gpl.texi, docs/vcdimager.texi,
	frontends/cli/Makefile.am, frontends/cli/gpl.texi,
	frontends/cli/vcdimager.texi, frontends/cli/vcdrip.1,
	frontends/cli/vcdrip.c, frontends/xml/vcd_xml_rip.c: making ready
	for v0.7.1

2001-05-26 18:19  hvr

	* frontends/: cli/vcd_debug.c, cli/vcdimager.c,
	xml/vcd_xml_build.c, xml/vcd_xml_dtd.c, xml/vcd_xml_dump.c,
	xml/vcd_xml_gen.c, xml/vcd_xml_master.c, xml/vcd_xml_parse.c,
	xml/vcd_xml_rip.c: use own vcd_assert

2001-05-26 13:28  viral

	* debian/: control, substvars: Misc. debian updates, now a native
	debian package.

2001-05-26 09:24  hvr

	* frontends/: cli/vcd_debug.c, xml/vcd_xml_build.c,
	xml/vcd_xml_rip.c: added linux cdrom image source

2001-05-26 08:17  hvr

	* frontends/: cli/vcd_debug.c, xml/vcd_xml_rip.c: detect rejected
	lids

2001-05-25 21:17  hvr

	* frontends/: cli/vcd_debug.c, xml/vcd_xml_rip.c: doh

2001-05-25 13:30  hvr

	* cygwin-dist.sh, frontends/cli/Makefile.am,
	frontends/cli/vcd_debug.c, frontends/xml/vcd_xml_dump.c,
	frontends/xml/vcd_xml_gen.c, frontends/xml/vcd_xml_parse.c,
	frontends/xml/vcd_xml_rip.c: moving on...

2001-05-23 20:41  hvr

	* NEWS, README, cygwin-dist.sh, vcdimager.spec.in: making ready for
	release

2001-05-23 15:10  hvr

	* Makefile.am, frontends/cli/vcdimager.c,
	frontends/xml/vcd_xml_gen.c: charset constraint enforcing

2001-05-23 11:16  hvr

	* debug/: .cvsignore, Makefile.am, mpegscan.c, testassert.c: moved
	debug to tests

2001-05-23 10:05  hvr

	* frontends/xml/: vcd_xml_build.c, vcd_xml_parse.c: xml stuff

2001-05-23 10:01  hvr

	* debug/testassert, frontends/xml/vcd_xml_build.c,
	frontends/xml/vcd_xml_gen.c, frontends/xml/vcd_xml_parse.c,
	frontends/xml/vcd_xml_rip.c, frontends/xml/vcdxml.h: xml stuff

2001-05-23 09:35  hvr

	* debug/testassert.c: assert tester added

2001-05-22 13:08  hvr

	* debug/: Makefile.am, testassert: new assertion macros

2001-05-22 09:41  hvr

	* HACKING, Makefile.am: added HACKING file

2001-05-22 09:04  hvr

	* frontends/: Makefile.am, xml/Makefile.am: remove gnome frontend
	from core distribution

2001-05-22 08:38  hvr

	* frontends/xml/: vcd_xml_dump.c, vcd_xml_master.c,
	vcd_xml_parse.c, vcd_xml_rip.c: getting nearer to feature
	completition

2001-05-21 21:15  hvr

	* frontends/xml/: vcd_xml_build.c, vcd_xml_dtd.c, vcd_xml_dump.c,
	vcd_xml_master.c, vcd_xml_parse.c, vcd_xml_rip.c: added missing
	rcsid's

2001-05-21 21:11  hvr

	* frontends/xml/vcd_xml_rip.c: lets work on ripping sequences...

2001-05-21 18:24  hvr

	* frontends/xml/: Makefile.am, vcd_xml_dump.c, vcd_xml_dump.h,
	vcd_xml_gen.c, vcd_xml_master.c, vcd_xml_parse.c, vcd_xml_rip.c,
	vcdxml.h: segment ripping

2001-05-21 15:59  hvr

	* frontends/xml/: vcd_xml_dump.c, vcd_xml_gen.c: modularized
	vcd_xml_gen"

2001-05-21 13:02  hvr

	* frontends/xml/: vcd_xml_dump.c, vcd_xml_rip.c: syncin' with cvs

2001-05-21 09:02  hvr

	* debug/mpegscan.c, frontends/xml/Makefile.am,
	frontends/xml/vcd_xml_dump.c, frontends/xml/vcd_xml_dump.h,
	frontends/xml/vcd_xml_rip.c, frontends/xml/vcdxml.h: detect video
	stream type of mpeg stream; xml frontend improvements;

2001-05-19 12:30  hvr

	* Makefile.am, NEWS, TODO, debug/.cvsignore, debug/Makefile.am,
	debug/mpegscan.c: new debug/testtool directory added; rewrote to
	use PTS instead of GOP timecodes; updated few textfiles

2001-05-17 08:55  viral

	* debian/: changelog, copyright, docs, files: Misc debian updates
	for 0.6.2-2

2001-05-17 08:47  hvr

	* NEWS, frontends/xml/vcd_xml_rip.c, frontends/xml/vcdxml.h: work
	on xml ripper....

2001-05-17 05:33  hvr

	* frontends/xml/: Makefile.am, vcd_xml_rip.c: added placeholder for
	xml based restore/disassemble tool

2001-05-17 05:24  hvr

	* frontends/xml/: vcd_xml_build.c, vcd_xml_gen.c, vcd_xml_master.c,
	vcd_xml_master.h: added command line parsing

2001-05-16 20:56  hvr

	* frontends/xml/Makefile.am: typo...

2001-05-16 20:54  hvr

	* frontends/xml/: Makefile.am, vcd_xml_build.c, vcd_xml_dtd.c,
	vcd_xml_dtd.h, vcd_xml_gen.c, vcdxml.c, videocd.dtd: added new XML
	frontend, vcdxgen, renamed vcdxml to vcdxbuild

2001-05-16 13:16  hvr

	* frontends/xml/Makefile.am: detect awk binary

2001-05-15 12:38  viral

	* debian/: changelog, control, files, watch: debian files for 0.6.2

2001-05-15 07:52  hvr

	* BUGS, Makefile.am, NEWS, README, debian/changelog,
	debian/control, debian/copyright, debian/dirs, debian/docs,
	debian/files, debian/info, debian/postinst.debhelper,
	debian/prerm.debhelper, debian/rules, debian/substvars,
	debian/watch, frontends/cli/vcdimager.1,
	frontends/cli/vcdimager.texi, frontends/cli/vcdrip.1,
	frontends/cli/vcdrip.c: merged from stable branch, up to 0.6.2
	final

2001-05-14 21:08  hvr

	* NEWS, README: update README/NEWS

2001-05-14 21:00  hvr

	* NEWS: making ready for 0.6.2 final

2001-05-14 20:57  hvr

	* frontends/: cli/vcdimager.c, xml/vcd_xml_master.c, xml/vcdxml.c:
	new old image bin cue writer

2001-05-14 19:07  hvr

	* frontends/xml/: Makefile.am, vcd_xml_parse.c, vcdxml.c: new image
	abstraction

2001-05-14 13:35  hvr

	* BUGS, frontends/cli/vcdimager.c, frontends/xml/vcd_xml_master.c,
	frontends/xml/vcd_xml_parse.c, frontends/xml/vcdxml.c,
	frontends/xml/vcdxml.h, frontends/xml/videocd.dtd: making
	progress...

2001-05-14 07:25  hvr

	* frontends/xml/vcd_xml_parse.c: sync with cvs

2001-05-13 10:01  hvr

	* frontends/gnome/macros/: Makefile.am, libxml.m4: removed
	libxml.m4 again, since it comes with the libxml package

2001-05-13 06:05  hvr

	* NEWS, TODO, frontends/xml/vcd_xml_parse.c: did some work on xml
	parser

2001-05-12 20:44  hvr

	* frontends/cli/vcdrip.c: done work on PBC support

2001-05-12 18:10  hvr

	* frontends/: Makefile.am, cli/Makefile.am,
	gnome/macros/.cvsignore, gnome/src/Makefile.am, xml/.cvsignore,
	xml/Makefile.am: further automake improvements...

2001-05-12 17:33  hvr

	* frontends/: gnome/macros/Makefile.am, gnome/macros/libxml.m4,
	xml/Makefile.am: fixed automake system, added libxml m4 script

2001-05-12 16:31  hvr

	* frontends/xml/: vcd_xml_master.c, vcd_xml_parse.c, vcdxml.h: sync
	PBC stuff with cvs

2001-05-12 11:23  hvr

	* frontends/xml/videocd.dtd: started work on pbc improvements

2001-05-12 08:34  viral

	* README: Just checking $ in README

2001-05-12 08:31  viral

	* debian/watch: file watch was initially added on branch
	rel_0_6_branch.

2001-05-12 08:31  viral

	* README, debian/watch, frontends/cli/vcdimager.texi: Texinfo file
	update

2001-05-12 00:27  viral

	* README, debian/changelog, debian/control, debian/docs,
	debian/files, debian/rules: Changes to debian subdir for 0.6.1 and
	a corrected README

2001-05-11 19:25  hvr

	* BUGS, frontends/cli/vcdrip.c: fixed some ripping issues

2001-05-11 18:30  hvr

	* frontends/cli/vcdrip.c: fixed ripspi bug, improved minor svcd
	error

2001-05-11 18:25  hvr

	* frontends/: cli/vcdrip.c, xml/videocd.dtd: implemented segment
	play items

2001-05-11 13:28  hvr

	* frontends/cli/vcdrip.c: finally implemented adding additional
	entry points

2001-05-11 12:43  hvr

	* frontends/: cli/vcdimager.c, xml/vcd_xml_master.c,
	xml/vcd_xml_parse.c, xml/vcdxml.h: enhanced libvcd api, working
	towards PBC stuff...; done major work on xml frontend

2001-05-11 09:31  hvr

	* BUGS, README: ...

2001-05-11 09:12  hvr

	* frontends/cli/: vcdimager.1, vcdrip.1: updated man pages for
	0.6.2

2001-05-11 06:43  hvr

	* debian/copyright: file copyright was initially added on branch
	rel_0_6_branch.

2001-05-11 06:43  hvr

	* debian/info: file info was initially added on branch
	rel_0_6_branch.

2001-05-11 06:43  hvr

	* debian/substvars: file substvars was initially added on branch
	rel_0_6_branch.

2001-05-11 06:43  hvr

	* debian/changelog: file changelog was initially added on branch
	rel_0_6_branch.

2001-05-11 06:43  hvr

	* debian/rules: file rules was initially added on branch
	rel_0_6_branch.

2001-05-11 06:43  hvr

	* debian/prerm.debhelper: file prerm.debhelper was initially added
	on branch rel_0_6_branch.

2001-05-11 06:43  hvr

	* debian/docs: file docs was initially added on branch
	rel_0_6_branch.

2001-05-11 06:43  hvr

	* debian/dirs: file dirs was initially added on branch
	rel_0_6_branch.

2001-05-11 06:43  hvr

	* Makefile.am, debian/changelog, debian/control, debian/copyright,
	debian/dirs, debian/docs, debian/files, debian/info,
	debian/postinst.debhelper, debian/prerm.debhelper, debian/rules,
	debian/substvars: added debian rules by viral@debian.org

2001-05-11 06:43  hvr

	* debian/control: file control was initially added on branch
	rel_0_6_branch.

2001-05-11 06:43  hvr

	* debian/files: file files was initially added on branch
	rel_0_6_branch.

2001-05-11 06:43  hvr

	* debian/postinst.debhelper: file postinst.debhelper was initially
	added on branch rel_0_6_branch.

2001-05-10 19:32  hvr

	* frontends/xml/: vcd_xml_master.c, vcd_xml_parse.c, vcdxml.h,
	videocd.dtd: synced with 0.6.2rc3; improved xml frontend...

2001-05-10 13:25  hvr

	* frontends/xml/: Makefile.am, vcd_xml_master.c, vcd_xml_master.h,
	vcd_xml_parse.c, vcd_xml_parse.h, vcdxml.c, vcdxml.h: syncing up
	with cvs

2001-05-09 12:09  hvr

	* frontends/xml/: Makefile.am, vcd_xml_parse.c, vcd_xml_parse.h,
	vcdxml.c, vcdxml.h, videocd.dtd: done some work on XML 'frontend'

2001-05-08 12:30  hvr

	* frontends/xml/: vcdxml.c, videocd.dtd: further work done...
	making progress...

2001-05-08 05:59  hvr

	* frontends/xml/videocd.dtd: DTD update...

2001-05-07 14:52  hvr

	* .cvsignore, BUGS, FAQ, Makefile.am, NEWS, cygwin-dist.sh,
	frontends/cli/vcdimager.c, frontends/cli/vcdimager.texi: merged
	changes upto 0.6.2rc2

2001-05-07 07:24  hvr

	* .cvsignore, BUGS, frontends/cli/vcdimager.c,
	frontends/cli/vcdimager.texi: added warnings, when overwritting
	existing files...; minor documentation update; cvsignore

2001-05-06 21:51  hvr

	* cygwin-dist.sh: file cygwin-dist.sh was initially added on branch
	rel_0_6_branch.

2001-05-06 21:51  hvr

	* Makefile.am, NEWS, cygwin-dist.sh: added cygwin script...

2001-05-06 12:12  hvr

	* FAQ, frontends/cli/vcdimager.c: made albumid/albumset stuff
	configurable

2001-05-05 17:42  hvr

	* FAQ, Makefile.am, NEWS, TODO, vcdimager.spec.in,
	frontends/cli/vcdimager.c, frontends/cli/vcdrip.c: merge upto 0.6.2
	release candidate 1

2001-05-05 13:06  hvr

	* BUGS, Makefile.am, NEWS, README, THANKS, TODO,
	frontends/cli/vcdimager.c, frontends/cli/vcdrip.c: merged changes
	between rel_0_6_0 and rel_0_6_1 to HEAD

2001-05-05 12:46  hvr

	* frontends/xml/: vcdxml.c, videocd.dtd: backup to cvs...

2001-05-04 18:40  hvr

	* NEWS: ...

2001-05-04 18:35  hvr

	* FAQ: file FAQ was initially added on branch rel_0_6_branch.

2001-05-04 18:35  hvr

	* FAQ, Makefile.am, TODO, vcdimager.spec.in: added FAQ

2001-05-04 15:30  hvr

	* NEWS, frontends/cli/vcdimager.c, frontends/cli/vcdrip.c: major
	overhaul

2001-05-01 10:44  hvr

	* frontends/cli/vcdimager.c: another last minute change

2001-05-01 10:27  hvr

	* BUGS, Makefile.am, README: last minute changes

2001-05-01 09:18  hvr

	* BUGS, NEWS, README, THANKS, TODO: making 0.6.1 ready

2001-05-01 09:18  hvr

	* BUGS: file BUGS was initially added on branch rel_0_6_branch.

2001-04-29 10:18  hvr

	* frontends/cli/vcdrip.c: various minor fixes concering APS
	scanning, svcd subheader, pem...

2001-04-29 06:08  hvr

	* frontends/cli/vcdimager.c: fixed 2336-mode operation

2001-04-25 20:30  hvr

	* frontends/cli/vcdrip.c: nothing noteworthy

2001-04-25 19:54  hvr

	* frontends/cli/vcdrip.c: added bitfield ordering test to
	configure.in

2001-04-25 14:06  hvr

	* TODO, frontends/cli/vcdrip.c: fixed tracks.svd to comply with
	standards

2001-04-16 09:50  hvr

	* frontends/cli/vcdimager.c: typo fixes

2001-04-16 09:24  hvr

	* frontends/: Makefile.am, xml/Makefile.am, xml/vcdxml.c,
	xml/videocd.dtd: started xml frontend

2001-04-15 12:28  hvr

	* NEWS, TODO, frontends/cli/vcdrip.c: finished 0.6.0 release

2001-04-15 06:41  hvr

	* frontends/cli/vcdrip.c: --rip-spi added; little boundary fix;

2001-03-17 19:18  hvr

	* NEWS: wrote NEWS entry for beta4

2001-03-17 19:13  hvr

	* frontends/cli/vcdimager.c: --add-dir option added

2001-03-17 14:34  hvr

	* frontends/cli/vcdrip.c: implemented --sector-2336, --verbose and
	--quiet options

2001-03-17 11:19  hvr

	* vcdimager.spec.in, frontends/cli/Makefile.am,
	frontends/cli/gpl.texi, frontends/cli/vcdimager.texi: documentation
	improvements; add .ps.gz manual to rpm;

2001-03-16 12:39  hvr

	* frontends/cli/: gpl.texi, vcdimager.texi: revamped texinfo
	documentation...

2001-03-15 06:20  hvr

	* frontends/cli/vcdimager.texi: * libvcd/vcd.c (vcd_obj_add_file): 
	    check that raw file is not zero sized  
	(_finalize_vcd_iso_track): fix zero custom file 	size
	handling * libvcd/vcd_cd_sector.h (CD_MAX_SECTORS): reduced max   
	sector count take into account that a image	starts on 00:02:00
	* libvcd/vcd.c (vcd_obj_add_file): added fix from	     Phoury
	Lei to reduce fd leaking

2001-03-10 21:29  hvr

	* NEWS, README, frontends/cli/vcdrip.1,
	frontends/cli/popt/.cvsignore, frontends/cli/popt/Makefile.am,
	frontends/cli/popt/findme.c, frontends/cli/popt/findme.h,
	frontends/cli/popt/popt.c, frontends/cli/popt/popt.h,
	frontends/cli/popt/poptconfig.c, frontends/cli/popt/popthelp.c,
	frontends/cli/popt/poptint.h, frontends/cli/popt/poptparse.c: added
	popt; handle assert better; added forgotten man page; update files
	for beta3

2001-03-10 16:47  hvr

	* .cvsignore, frontends/cli/Makefile.am, frontends/cli/vcdimager.c,
	frontends/cli/vcdrip.c, frontends/gnome/macros/curses.m4,
	frontends/gnome/macros/gnome-cxx-check.m4,
	frontends/gnome/macros/gnome-gettext.m4,
	frontends/gnome/macros/gnome-libgtop-check.m4,
	frontends/gnome/macros/gnome-pilot.m4,
	frontends/gnome/macros/gnome-print-check.m4,
	frontends/gnome/macros/gnome-vfs.m4,
	frontends/gnome/macros/gnome-x-checks.m4,
	frontends/gnome/macros/linger.m4,
	frontends/gnome/macros/need-declaration.m4,
	frontends/gnome/src/GVCDImagerApp.cc, frontends/gnome/src/main.cc:
	switched to HAVE_CONFIG_H system embedded popt as fallback if the
	system lacks it extended version information by architecture

2001-03-08 20:07  hvr

	* web/vcdimager.html: removed web directory

2001-03-08 20:02  hvr

	* Makefile.am: improved portability considerably

2001-01-21 13:10  hvr

	* frontends/cli/Makefile.am: see changelog

2001-01-21 13:00  hvr

	* NEWS, TODO, frontends/cli/vcdimager.1: see changelog

2001-01-20 18:32  hvr

	* NEWS, frontends/cli/vcdimager.texi, frontends/cli/vcdrip.c: see
	changelog

2001-01-20 13:52  hvr

	* vcdimager.spec.in, frontends/cli/vcdimager.1,
	frontends/cli/vcdimager.c, frontends/cli/vcdrip.c: see changelog

2001-01-20 12:11  hvr

	* TODO, frontends/cli/vcdrip.c, web/vcdimager.html: see changelog

2001-01-16 06:18  hvr

	* NEWS, frontends/cli/vcdrip.c: see changelog

2001-01-13 09:25  hvr

	* frontends/cli/vcdimager.texi: see changelog

2001-01-13 09:21  hvr

	* NEWS, vcdimager.spec.in: see changelog

2001-01-13 09:02  hvr

	* frontends/cli/: vcdimager.c, vcdrip.c: see changelog

2001-01-12 09:34  hvr

	* frontends/cli/vcdrip.c: see changelog

2001-01-10 19:46  hvr

	* frontends/cli/vcdrip.c: see changelog

2001-01-06 17:56  hvr

	* frontends/cli/: vcdimager.c, vcdrip.c: see changelog

2001-01-06 12:20  hvr

	* frontends/cli/vcdrip.c: last minute typo

2001-01-06 12:09  hvr

	* NEWS, frontends/cli/vcdrip.c: see changelog

2001-01-05 21:29  hvr

	* NEWS, frontends/cli/vcdimager.c, frontends/cli/vcdrip.c: see
	changelog

2001-01-05 15:24  hvr

	* NEWS, frontends/cli/vcdimager.texi: see changelog

2001-01-03 19:19  hvr

	* NEWS, vcdimager.spec.in, frontends/cli/vcdrip.c: see changelog

2001-01-03 11:39  hvr

	* NEWS, README, TODO: see changelog

2001-01-03 11:25  hvr

	* NEWS, frontends/cli/vcdrip.c, frontends/cli/vcdimager.c,
	frontends/cli/vcdrip.c: see changelog

2001-01-01 09:48  hvr

	* frontends/cli/vcdimager.c: see changelog

2000-12-23 18:17  hvr

	* frontends/cli/vcdimager.1: see changelog

2000-12-23 17:45  hvr

	* THANKS: see changelog... getting closer

2000-12-23 12:58  hvr

	* NEWS, README, THANKS, vcdimager.spec.in,
	frontends/cli/vcdimager.c, frontends/cli/vcdimager.texi,
	frontends/cli/vcdrip.c: see changelog

2000-12-22 21:23  hvr

	* frontends/cli/vcdrip.c: see changelog

2000-12-22 21:08  hvr

	* frontends/cli/: vcdimager.c, vcdrip.c: see changelog

2000-12-17 09:24  hvr

	* frontends/cli/vcdrip.c: see changelog

2000-12-17 06:57  hvr

	* frontends/cli/vcdimager.c: see changelog

2000-12-16 19:22  hvr

	* frontends/: cli/Makefile.am, gnome/src/GVCDImager.glade,
	gnome/src/GVCDImager.hh, gnome/src/GVCDImagerApp.cc,
	gnome/src/GVCDImagerApp.hh, gnome/src/LibvcdWrapper.hh,
	gnome/src/Makefile.am, gnome/src/main.cc: see changelog

2000-11-20 19:30  hvr

	* NEWS, frontends/cli/vcdimager.c: see changelog

2000-11-19 15:51  hvr

	* frontends/cli/Makefile.am, frontends/cli/vcdimager.c,
	frontends/cli/vcdrip.c, web/vcdimager.html: 2000-11-19	Herbert
	Valerio Riedel	<hvr@gnu.org>
	
		* frontends/cli/vcdrip.c: removed glib dependancy
	
		* libvcd/vcd_bytesex.h: added _FROM_ macros
	
		* frontends/cli/vcdimager.c: removed glib dependancy

2000-11-19 06:32  hvr

	* web/vcdimager.html: added notice to webpage about release status

2000-11-19 06:26  hvr

	* frontends/cli/vcdimager.c: see changelog (svcd support almost
	working)

2000-11-18 06:30  hvr

	* web/index.html: removed symlink again...

2000-11-18 06:29  hvr

	* web/index.html: added index.html symlink

2000-11-14 14:15  hvr

	* frontends/cli/: vcdimager.c, vcdrip.c: see changelog... C:-)

2000-11-12 19:05  hvr

	* frontends/cli/: vcdimager.c, vcdrip.c: fixed indentation

2000-11-12 14:41  hvr

	* frontends/cli/vcdrip.c:	* libvcd/vcd_obj.h: added
	VcdDirectory *dir to _VcdObj
	
		* libvcd/vcd_directory.c: introduced directory object,
	prefixed exported
			symbols with 'vcd_'
	
		* libvcd/vcd.c (_finalize_vcd_iso_track): added preliminary
	svcd support
	
		* libvcd/vcd.h: added vcd_obj_add_file() prototype
	
		* libvcd/vcd_mpeg.c: made tables static

2000-11-10 12:18  hvr

	* frontends/cli/vcdimager.c:	* frontends/cli/vcdimager.c:
	removed cdi support
	
		* libvcd/vcd.c: reformating, removed removed
	vcd_obj_set_cdi_input(),
		(_callback_wrapper): adapted to new progress_callback_t
	prototype

2000-11-10 11:50  hvr

	* frontends/gnome/src/: GVCDImager.glade, GVCDImagerApp.cc:	*
	libvcd/vcd.h: added comments, removed vcd_obj_set_cdi_input(),
			changed progress_callback_t signature, added
	progress_info_t
			struct

2000-11-08 19:33  hvr

	* Makefile.am:	* libvcd/vcd.c (_write_sectors):
	s/vcd_warning/vcd_warn/
		* libvcd/vcd_files.c (set_info_vcd): removed obsolete
	comment

2000-11-08 19:14  hvr

	* frontends/gnome/macros/: ChangeLog, Makefile.am, autogen.sh,
	gnome-bonobo-check.m4, gnome-pilot.m4, gnome-xml-check.m4: synced
	with cvs.gnome.org's &macros

2000-11-08 18:48  hvr

	* frontends/: .cvsignore, Makefile.am, cli/.cvsignore,
	cli/Makefile.am, cli/vcdimager.1, cli/vcdimager.c,
	cli/vcdimager.texi, cli/vcdrip.c, gnome/.cvsignore,
	gnome/ChangeLog, gnome/Makefile.am, gnome/macros/ChangeLog,
	gnome/macros/Makefile.am, gnome/macros/aclocal-include.m4,
	gnome/macros/autogen.sh, gnome/macros/compiler-flags.m4,
	gnome/macros/curses.m4, gnome/macros/gnome-bonobo-check.m4,
	gnome/macros/gnome-common.m4, gnome/macros/gnome-cxx-check.m4,
	gnome/macros/gnome-fileutils.m4, gnome/macros/gnome-gettext.m4,
	gnome/macros/gnome-ghttp-check.m4,
	gnome/macros/gnome-gnomemm-check.m4,
	gnome/macros/gnome-gnorba-check.m4,
	gnome/macros/gnome-guile-checks.m4,
	gnome/macros/gnome-libgtop-check.m4,
	gnome/macros/gnome-objc-checks.m4,
	gnome/macros/gnome-orbit-check.m4, gnome/macros/gnome-pilot.m4,
	gnome/macros/gnome-print-check.m4,
	gnome/macros/gnome-pthread-check.m4, gnome/macros/gnome-support.m4,
	gnome/macros/gnome-undelfs.m4, gnome/macros/gnome-vfs.m4,
	gnome/macros/gnome-x-checks.m4, gnome/macros/gnome-xml-check.m4,
	gnome/macros/gnome.m4, gnome/macros/gperf-check.m4,
	gnome/macros/linger.m4, gnome/macros/need-declaration.m4,
	gnome/src/.cvsignore, gnome/src/GVCDImager.glade,
	gnome/src/GVCDImager.hh, gnome/src/GVCDImagerApp.cc,
	gnome/src/GVCDImagerApp.hh, gnome/src/GladeHelper.hh,
	gnome/src/Makefile.am, gnome/src/main.cc: imported /frontends tree

2000-11-08 13:07  hvr

	* web/vcdimager.html: 2000-11-08  Herbert Valerio Riedel 
	<hvr@gnu.org>
	
		* applied fix for program end markers in mpeg streams from
			Andrew Stevens <Andrew.Stevens@comlab.ox.ac.uk>
	
		* libvcd/vcd_mpeg.h: added new mpeg_type MPEG_END
	
		* libvcd/vcd_mpeg.c (mpeg_type): detection for -"-
	
		* libvcd/vcd.c (_write_sectors): added warning output for
	-"-

2000-11-08 12:04  hvr

	* web/vcdimager.html: added webpage for gnu.org to cvs

2000-11-07 10:37  hvr

	* .cvsignore, AUTHORS, COPYING, ChangeLog_pre0_5, Makefile.am,
	NEWS, README, THANKS, TODO, autogen.sh, vcdimager.spec.in:
	importing top level directory

2000-11-07 06:32  hvr

	* README: just a test

