Ben Hutchings [Sat, 12 Apr 2008 17:37:29 +0000 (17:37 +0000)]
Noted that ".mpg" extension is recognised as indicating video.
Ben Hutchings [Sat, 12 Apr 2008 17:34:28 +0000 (17:34 +0000)]
Moved -loop_input option before -i option so that it is actually effective.
Ben Hutchings [Sat, 12 Apr 2008 17:16:59 +0000 (17:16 +0000)]
Specified video encoder requirements more precisely.
Ben Hutchings [Sat, 12 Apr 2008 17:07:20 +0000 (17:07 +0000)]
Removed warning about Mozilla <1.8, which is no longer supported.
Ben Hutchings [Sat, 12 Apr 2008 17:04:22 +0000 (17:04 +0000)]
Removed lone word "Currently".
Ben Hutchings [Sat, 12 Apr 2008 17:02:23 +0000 (17:02 +0000)]
Removed support for mjpegtools <1.8.
Ben Hutchings [Sat, 12 Apr 2008 16:58:02 +0000 (16:58 +0000)]
Changed generate_menu_vob() to use ffmpeg's -loop_input option instead of kluging it with links.
Ben Hutchings [Sat, 12 Apr 2008 16:51:53 +0000 (16:51 +0000)]
Added check for missing or empty output file in generate_menu_vob().
Ben Hutchings [Sat, 12 Apr 2008 16:24:58 +0000 (16:24 +0000)]
Added missing GtkMozEmbed initialisation call.
Ben Hutchings [Sat, 12 Apr 2008 16:13:39 +0000 (16:13 +0000)]
Updated for experimental version using XULRunner 1.9.
Ben Hutchings [Sat, 12 Apr 2008 16:12:53 +0000 (16:12 +0000)]
Changed to use XULRunner 1.9.
Ben Hutchings [Sat, 12 Apr 2008 16:12:00 +0000 (16:12 +0000)]
Made Homepage a real control field.
Ben Hutchings [Sat, 12 Apr 2008 16:10:53 +0000 (16:10 +0000)]
Added support for XULRunner/GRE 1.9:
- Use XPCOM and GtkMozEmbed glue code
- Do not set rpath in executable
- Use <nsStringAPI.h> not <nsString.h> since the internal string API is not
exported
- Do not define MOZILLA_INTERNAL_API macro
- Do not use nsACString::{Begin,End}Reading since they are not exported (bug?)
- Do not add per-module directories to include search path, since they no
longer exist
- Add NSPR header directory to include search path, since
mozilla-gtkmozembed-embedding.pc doesn't do that (bug)
- Move use of nsPresContext to a separate source file since its header still
requires MOZILLA_INTERNAL_API to be defined (bug?)
Ben Hutchings [Sat, 12 Apr 2008 16:09:08 +0000 (16:09 +0000)]
Fixed order of linker arguments.
Ben Hutchings [Sat, 12 Apr 2008 14:43:05 +0000 (14:43 +0000)]
Introduced variables for lists of sources using various libraries.
Ben Hutchings [Sat, 12 Apr 2008 01:20:57 +0000 (01:20 +0000)]
Separated name of pkgconfig module from name of Mozilla library subdirectory.
Replaced construction of header directory with use of pkg-config --variable=includedir.
Replaced parsing of version number in mozilla-config.h with use of pkg-config --modversion.
Removed unused MOZ_VERSION_PATCHLEVEL macro definition.
Ben Hutchings [Sat, 12 Apr 2008 01:11:35 +0000 (01:11 +0000)]
Add imglib2 header subdirectory to the include search path.
Ben Hutchings [Mon, 7 Apr 2008 22:27:04 +0000 (22:27 +0000)]
Noted changes for version 1.2.2.
Ben Hutchings [Mon, 7 Apr 2008 22:26:51 +0000 (22:26 +0000)]
Added missing #include <memory>.
Ben Hutchings [Mon, 7 Apr 2008 22:26:31 +0000 (22:26 +0000)]
Refer to GPLv2 specifically.
Ben Hutchings [Mon, 3 Dec 2007 00:06:29 +0000 (00:06 +0000)]
Changed recursive make invocations to use $(MAKE).
Ben Hutchings [Tue, 10 Jul 2007 19:03:34 +0000 (19:03 +0000)]
Added explicit template argument for use of std::min with argument types unsigned and std::size_t.
Ben Hutchings [Sat, 7 Jul 2007 18:27:37 +0000 (18:27 +0000)]
Updated for version 1.2.
Ben Hutchings [Sat, 7 Jul 2007 18:26:28 +0000 (18:26 +0000)]
Added vertical padding of buttons to even y coordinates since dvdauthor claims odd values may result in incorrect display.
Ben Hutchings [Sat, 7 Jul 2007 16:18:54 +0000 (16:18 +0000)]
Deferred processing from net_state signal to following idle signal, which seems to fix a problem of background screenshots being taken too early.
Ben Hutchings [Sat, 7 Jul 2007 14:07:11 +0000 (14:07 +0000)]
Brought up to date in preparation for version 1.2.
Ben Hutchings [Sat, 7 Jul 2007 14:03:23 +0000 (14:03 +0000)]
Added URI of current link (if any) to error messages.
Replaced warning about use of non-file scheme for video link with an error, since this definitely should not be ignored.
Changed messages involving URIs to consistently enclose them in angle brackets.
Ben Hutchings [Sat, 7 Jul 2007 12:20:36 +0000 (12:20 +0000)]
Changed informational, warning and error messages to use standard prefixes.
Ben Hutchings [Sat, 7 Jul 2007 12:00:55 +0000 (12:00 +0000)]
Removed support for mozilla-dev.
Ben Hutchings [Sat, 7 Jul 2007 11:52:20 +0000 (11:52 +0000)]
Added ".mpg" (ugh) to recognised extensions.
Ben Hutchings [Sat, 7 Jul 2007 04:03:55 +0000 (04:03 +0000)]
Added explanation and example of linking to chapters.
Ben Hutchings [Sat, 7 Jul 2007 02:26:02 +0000 (02:26 +0000)]
Switched to gtkmm 2.4+ since gtkmm 2.0 is being removed from Debian.
Ben Hutchings [Thu, 12 Apr 2007 08:08:25 +0000 (08:08 +0000)]
Added correct copy constructor. Surprisingly, the incorrect default copy constructor was never called so I didn't notice it was still callable.
Ben Hutchings [Sun, 3 Dec 2006 01:07:58 +0000 (01:07 +0000)]
Implemented some keyboard commands in preview mode.
Ben Hutchings [Sun, 3 Dec 2006 01:06:48 +0000 (01:06 +0000)]
Updated for removal of Mozilla 1.7 support.
Ben Hutchings [Sat, 2 Dec 2006 20:18:18 +0000 (20:18 +0000)]
Split videolink_window into an ABC and two concrete classes for the two modes of operation.
Removed code for disabling scroll-bars since it's redundant with a style-sheet rule.
Ben Hutchings [Sat, 2 Dec 2006 19:50:00 +0000 (19:50 +0000)]
Removed support for Mozilla 1.7.
Ben Hutchings [Thu, 30 Nov 2006 02:54:03 +0000 (02:54 +0000)]
Added entries for 1.1 and 1.1-1.
Ben Hutchings [Thu, 30 Nov 2006 02:51:14 +0000 (02:51 +0000)]
Rewrote navigation code generator to support menus spread across multiple domains.
This raises the maximum number of menus to 999 (would be 1023 but we only use 3 digits in temporary file serial numbers).
Ben Hutchings [Thu, 30 Nov 2006 02:38:56 +0000 (02:38 +0000)]
Corrected formula in menu_duration_seconds. It looks like any sufficiently large return value will actually work, but let's try the right one!
Ben Hutchings [Wed, 1 Nov 2006 01:32:40 +0000 (01:32 +0000)]
Moved dvdauthor quirk out of dvd.hpp.
Ben Hutchings [Wed, 1 Nov 2006 01:19:26 +0000 (01:19 +0000)]
Placed DVD limit values consistently in dvd.hpp.
Made limit checking consistent and placed it all in generate_dvd.cpp.
Ben Hutchings [Sun, 15 Oct 2006 01:07:55 +0000 (01:07 +0000)]
Updated Standards-Version to 3.7.2. No changes are required to comply with the new version.
Ben Hutchings [Sun, 15 Oct 2006 00:58:32 +0000 (00:58 +0000)]
Released version 1.0. Hurrah!
Ben Hutchings [Sun, 15 Oct 2006 00:57:16 +0000 (00:57 +0000)]
Added more standard headers that are strictly required.
Added explicit input frame rate to ffmpeg command line since the assumed default is 25 fps and *not* the output frame rate.
Changed menu duration to 12 frames regardless of frame rate since this *should* be legal at 29.97 fps and it seems to avoid some problematic rounding errors.
Ben Hutchings [Sat, 14 Oct 2006 02:23:02 +0000 (02:23 +0000)]
Increased number of frames in menu, defined a cell covering each menu, and moved still time from menu PGCs to cells. This should result in more reliable freeze-framing.
Ben Hutchings [Sat, 14 Oct 2006 02:03:55 +0000 (02:03 +0000)]
Added auto-cleaning temporary directories.
Made use of them to give temporary files regular names; this is useful for debugging and for the next change.
Ben Hutchings [Sat, 14 Oct 2006 01:03:15 +0000 (01:03 +0000)]
Moved generation of menu VOBs from videolink_window to dvd_generator.
Fixed operation of "top menu" or "title menu" button.
Added explicit aspect ratio to menu streams encoded with ffmpeg, since some players will default to 16:9 otherwise.
Fixed off-by-one error in link coordinates passed to spumux.
Changed default padding for the body element to 10% of frame dimensions, a common rule for the title-safe area.
Added explicit assignment of actions to direction buttons since dvdauthor's policy doesn't seem to work that well.
Documented limit of 119 menus discovered by Mark Burton.
Fixed an occasional problem of links appearing in their hover state initially due to the pointer being in the middle of the virtual framebuffer.
Ben Hutchings [Sat, 14 Oct 2006 00:54:14 +0000 (00:54 +0000)]
Released version 0.10 and version 0.10-1.
Ben Hutchings [Sat, 14 Oct 2006 00:53:48 +0000 (00:53 +0000)]
Made source dependency generation more efficient.
Ben Hutchings [Sat, 14 Oct 2006 00:53:28 +0000 (00:53 +0000)]
Stopped setting assumed screen resolution in Mozilla/XULRunner 1.8 since the browser uses it wrongly.
Documented this problem.
Ben Hutchings [Sat, 14 Oct 2006 00:52:59 +0000 (00:52 +0000)]
Corrected link colour style rules to apply only to links.
Ben Hutchings [Sat, 14 Oct 2006 00:52:28 +0000 (00:52 +0000)]
Changed style-sheet application in Mozila/XULRunner 1.8 to override built-in preferences, fixing link colours.
Ben Hutchings [Sat, 14 Oct 2006 00:49:01 +0000 (00:49 +0000)]
Removed obsolete list of docs.
Ben Hutchings [Sat, 14 Oct 2006 00:47:31 +0000 (00:47 +0000)]
Removed strict version dependency on libxul0d based on an assurances from Mike Hommey (bug #385566).
Ben Hutchings [Wed, 16 Aug 2006 01:05:04 +0000 (01:05 +0000)]
Added mention of preferences bug fix.
Ben Hutchings [Wed, 16 Aug 2006 00:51:27 +0000 (00:51 +0000)]
Updated documentation.
Ben Hutchings [Wed, 16 Aug 2006 00:47:06 +0000 (00:47 +0000)]
Corrected shared library dependencies when building with XULRunner (I hope).
Ben Hutchings [Wed, 16 Aug 2006 00:18:14 +0000 (00:18 +0000)]
Changed set_browser_preferences to use the "user" branch rather than the "default" branch, where changes are mostly ignored.
Overrode preference style rules on Mozilla 1.8 by increasing priority of our agent stylesheet and setting browser.underline_anchors=false.
Ben Hutchings [Tue, 15 Aug 2006 00:35:23 +0000 (00:35 +0000)]
Reinstated lost dh_clean.
Ben Hutchings [Tue, 15 Aug 2006 00:35:02 +0000 (00:35 +0000)]
Updated for Mozilla 1.8 and XULRunner.
Ben Hutchings [Tue, 15 Aug 2006 00:04:19 +0000 (00:04 +0000)]
Made proper use of DESTDIR for installation.
Moved stylesheet under /usr/share.
Made documentation installation independent of Debian package.
Removed bogus distclean target.
Enabled and fixed more warnings.
Ben Hutchings [Thu, 10 Aug 2006 21:17:19 +0000 (21:17 +0000)]
Noted latest changes.
Ben Hutchings [Thu, 10 Aug 2006 21:02:28 +0000 (21:02 +0000)]
Changed package description to match manual page.
Ben Hutchings [Thu, 10 Aug 2006 20:55:13 +0000 (20:55 +0000)]
Added Debian-specific copyright file.
Ben Hutchings [Thu, 10 Aug 2006 20:54:22 +0000 (20:54 +0000)]
Made various small improvements.
Ben Hutchings [Thu, 10 Aug 2006 01:53:10 +0000 (01:53 +0000)]
Removed dependency on netpbm in case ffmpeg is used.
Made xfonts-base to a recommendation since fonts can be loaded from a remote server and lintian complained.
Ben Hutchings [Thu, 10 Aug 2006 01:51:31 +0000 (01:51 +0000)]
Fix file and directory permissions.
Ben Hutchings [Thu, 10 Aug 2006 01:43:17 +0000 (01:43 +0000)]
Changed Mozilla dependency to allow for binary-only rebuilds.
Ben Hutchings [Thu, 10 Aug 2006 01:37:12 +0000 (01:37 +0000)]
Added manual page.
Ben Hutchings [Wed, 9 Aug 2006 01:53:07 +0000 (01:53 +0000)]
Added entry for 0.8.
Added Debian-specific changelog starting with 0.8-1.
Ben Hutchings [Wed, 9 Aug 2006 01:49:16 +0000 (01:49 +0000)]
Moved to allow for separate "upstream" and Debian packages.
Ben Hutchings [Wed, 9 Aug 2006 01:42:07 +0000 (01:42 +0000)]
Renamed package due to name clash.
Ben Hutchings [Mon, 7 Aug 2006 23:34:25 +0000 (23:34 +0000)]
Changed video standard nomenclature to be completely pedantic.
Ben Hutchings [Mon, 7 Aug 2006 23:11:53 +0000 (23:11 +0000)]
Fixed initial reference count for null_prompt_service instances so that fatal error reports are not followed by a crash.
Corrected abuse of glib/gtk event loop revealed by fatal error report for initial URL.
Ben Hutchings [Sun, 6 Aug 2006 12:19:38 +0000 (12:19 +0000)]
Implemented jumping to chapters by setting a register in each button linking to a title and adding a jump table to each title's pre routine.
Changed index variable naming to use _index suffix if 0-based and _num suffix if 1-based.
Ben Hutchings [Sun, 6 Aug 2006 11:51:18 +0000 (11:51 +0000)]
Brought documentation up to date.
Changed my email address.
Ben Hutchings [Fri, 30 Jun 2006 23:57:29 +0000 (23:57 +0000)]
Use ffmpeg by default since it seems to work if we use pause correctly.
Ben Hutchings [Thu, 29 Jun 2006 01:15:09 +0000 (01:15 +0000)]
Don't delete directory timestamp files.
Ben Hutchings [Sun, 11 Jun 2006 19:16:18 +0000 (19:16 +0000)]
Changed to ensure menus are displayed indefinitely.
Ben Hutchings [Wed, 7 Jun 2006 20:57:43 +0000 (20:57 +0000)]
Corrected naming of video standards.
Ben Hutchings [Fri, 19 May 2006 18:57:56 +0000 (18:57 +0000)]
Fixed typo.
Ben Hutchings [Fri, 19 May 2006 17:50:32 +0000 (17:50 +0000)]
Removed version requirement on mjpegtools.
Ben Hutchings [Thu, 18 May 2006 22:11:44 +0000 (22:11 +0000)]
Brought up to date.
Ben Hutchings [Thu, 18 May 2006 22:11:34 +0000 (22:11 +0000)]
Changed Homepage pseudo-header to match convention.
Ben Hutchings [Thu, 18 May 2006 22:10:03 +0000 (22:10 +0000)]
Added another attempt at removing scroll bars.
Ben Hutchings [Thu, 18 May 2006 22:09:41 +0000 (22:09 +0000)]
Removed broken chapter linking code.
Ben Hutchings [Thu, 18 May 2006 22:09:14 +0000 (22:09 +0000)]
Added support for mjpegtools 1.8 (now the default) and experimental support for ffmpeg as MPEG encoders.
Ben Hutchings [Sat, 29 Apr 2006 16:54:15 +0000 (16:54 +0000)]
Added debugging option to keep temporary files.
Ben Hutchings [Sun, 9 Apr 2006 21:34:09 +0000 (21:34 +0000)]
Moved object and dependency files into a temporary subdirectory.
Ben Hutchings [Sun, 9 Apr 2006 21:14:58 +0000 (21:14 +0000)]
Added hack to treat alert prompts as fatal errors.
Ben Hutchings [Wed, 5 Apr 2006 23:29:37 +0000 (23:29 +0000)]
Added hack to treat alert prompts as fatal errors.
Added flag for successful finish to webdvd_window and used it to decide the exit code.
Ben Hutchings [Wed, 5 Apr 2006 23:29:21 +0000 (23:29 +0000)]
Added -ansi to C{,XX}FLAGS to disable non-standard names.
Ben Hutchings [Sat, 11 Mar 2006 01:28:27 +0000 (01:28 +0000)]
Disabled prompts in batch processing mode.
Ben Hutchings [Mon, 6 Mar 2006 19:53:16 +0000 (19:53 +0000)]
Removed mistaken requirement for video aspect specification (dvdauthor detects this) and downgraded requirement for language specification.
Ben Hutchings [Mon, 6 Mar 2006 19:51:09 +0000 (19:51 +0000)]
Added various notes and updated copyright date.
Ben Hutchings [Sun, 26 Feb 2006 19:45:47 +0000 (19:45 +0000)]
Moved xml_escape into a separate file.
Changed voblist implementation to expect a real XML document and to resolve VOB filenames relative to the voblist.
Ben Hutchings [Sat, 25 Feb 2006 10:00:45 +0000 (10:00 +0000)]
Separated out dvd_contents and generate_dvd.
Ben Hutchings [Mon, 20 Feb 2006 01:30:20 +0000 (01:30 +0000)]
Separated out dvd_contents and generate_dvd.
Ben Hutchings [Mon, 20 Feb 2006 01:12:21 +0000 (01:12 +0000)]
Updated comments based on information from "Unofficial DVD Specifications".