From 110dd3c2d76f49e4279cf198c3f788137b564a72 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 4 May 2013 21:07:55 +0100 Subject: ChangeLog. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5d4d60c98..570ad9b4d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2013-05-04 Carl Hetherington + + * Very simple batch converter added (#127). + + * Add preference for CPL issuer and creator (#122). + + * Add preference for default format and DCP conten + type (#133). + 2013-04-28 Carl Hetherington * Version 0.88 released. -- cgit v1.2.3 From a94ed2bd9621fe2cd604b0e3d3a7ad2e4dde937a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 4 May 2013 21:15:34 +0100 Subject: Bump version --- ChangeLog | 4 ++++ debian/changelog | 6 ++++++ wscript | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 570ad9b4d..e5b7c8776 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-05-04 Carl Hetherington + + * Version 0.89beta1 released. + 2013-05-04 Carl Hetherington * Very simple batch converter added (#127). diff --git a/debian/changelog b/debian/changelog index 76e64d1c8..a513b1144 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dvdomatic (0.89beta1-1) UNRELEASED; urgency=low + + * New upstream release. + + -- Carl Hetherington Sat, 04 May 2013 21:15:34 +0100 + dvdomatic (0.88-1) UNRELEASED; urgency=low * New upstream release. diff --git a/wscript b/wscript index 331ebce8e..9e143074c 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.89pre' +VERSION = '0.89beta1' def options(opt): opt.load('compiler_cxx') -- cgit v1.2.3 From 3d687810d925d8921eda222dc117e5f97f355acf Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 5 May 2013 12:50:09 +0100 Subject: ChangeLog typo. --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e5b7c8776..ff10e095f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,7 +8,7 @@ * Add preference for CPL issuer and creator (#122). - * Add preference for default format and DCP conten + * Add preference for default format and DCP content type (#133). 2013-04-28 Carl Hetherington -- cgit v1.2.3 From 42a3da099dc91e3b11746c3c76611fc19a887955 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 6 May 2013 02:03:25 +0100 Subject: Bump version --- ChangeLog | 4 ++++ debian/changelog | 6 ++++++ wscript | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ff10e095f..4e411a750 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-05-06 Carl Hetherington + + * Version 0.89 released. + 2013-05-04 Carl Hetherington * Version 0.89beta1 released. diff --git a/debian/changelog b/debian/changelog index a513b1144..a10ba5d92 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dvdomatic (0.89-1) UNRELEASED; urgency=low + + * New upstream release. + + -- Carl Hetherington Mon, 06 May 2013 02:03:25 +0100 + dvdomatic (0.89beta1-1) UNRELEASED; urgency=low * New upstream release. diff --git a/wscript b/wscript index 5c7ba53d2..bcaca02d3 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.89beta1' +VERSION = '0.89' def options(opt): opt.load('compiler_cxx') -- cgit v1.2.3 From 6e5c4e570f26e05124ab0ef67e39c07bab9cb4d5 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 6 May 2013 16:13:27 +0100 Subject: ChangeLog. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4e411a750..e75dd0621 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-05-06 Carl Hetherington + + * Fix resizing / redraw problems in audio viewer + on Windows. + 2013-05-06 Carl Hetherington * Version 0.89 released. -- cgit v1.2.3 From c3f0a71c9bd851161cac2dba1ef7cd6aea3f063b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 17 May 2013 15:06:23 +0100 Subject: ChangeLog. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e75dd0621..531d99210 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-05-17 Carl Hetherington + + * Write backtrace files when Windows + version crashes. + 2013-05-06 Carl Hetherington * Fix resizing / redraw problems in audio viewer -- cgit v1.2.3 From 60755251f2d2bf2c97b23bc65541c50624efe5b3 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 17 May 2013 16:27:22 +0100 Subject: Try to fix crash with stills without audio. --- ChangeLog | 2 ++ src/lib/ab_transcoder.cc | 2 +- src/lib/transcoder.cc | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 531d99210..14a5bb581 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,8 @@ * Write backtrace files when Windows version crashes. + * Try to fix crash on stills with no audio. + 2013-05-06 Carl Hetherington * Fix resizing / redraw problems in audio viewer diff --git a/src/lib/ab_transcoder.cc b/src/lib/ab_transcoder.cc index d8f13dae4..c42f0d241 100644 --- a/src/lib/ab_transcoder.cc +++ b/src/lib/ab_transcoder.cc @@ -62,7 +62,7 @@ ABTranscoder::ABTranscoder ( _db = decoder_factory (_film_b, o); shared_ptr st = _film_a->audio_stream(); - if (st) { + if (st && st->sample_rate()) { _matcher.reset (new Matcher (_film_a->log(), st->sample_rate(), _film_a->source_frame_rate())); } _delay_line.reset (new DelayLine (_film_a->log(), _film_a->audio_delay() / 1000.0f)); diff --git a/src/lib/transcoder.cc b/src/lib/transcoder.cc index faafcaf8b..fcfbb1648 100644 --- a/src/lib/transcoder.cc +++ b/src/lib/transcoder.cc @@ -56,7 +56,7 @@ Transcoder::Transcoder (shared_ptr f, DecodeOptions o, Job* j, shared_ptr< assert (_encoder); shared_ptr st = f->audio_stream(); - if (st) { + if (st && st->sample_rate()) { _matcher.reset (new Matcher (f->log(), st->sample_rate(), f->source_frame_rate())); } _delay_line.reset (new DelayLine (f->log(), f->audio_delay() / 1000.0f)); -- cgit v1.2.3 From 8a465e8ebabf1a5da44ad61d2d6d5a03192e8f47 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 17 May 2013 16:29:58 +0100 Subject: Bump version --- ChangeLog | 4 ++++ debian/changelog | 6 ++++++ wscript | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 14a5bb581..1c1881989 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-05-17 Carl Hetherington + + * Version 0.90 released. + 2013-05-17 Carl Hetherington * Write backtrace files when Windows diff --git a/debian/changelog b/debian/changelog index a10ba5d92..6a714b253 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dvdomatic (0.90-1) UNRELEASED; urgency=low + + * New upstream release. + + -- Carl Hetherington Fri, 17 May 2013 16:29:58 +0100 + dvdomatic (0.89-1) UNRELEASED; urgency=low * New upstream release. diff --git a/wscript b/wscript index 35a55213e..f3ba128a5 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.90pre' +VERSION = '0.90' def options(opt): opt.load('compiler_cxx') -- cgit v1.2.3 From a976a7222842b5506ab7451297675e5e1777b744 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 19 May 2013 00:08:38 +0100 Subject: ChangeLog; fix default format on set_content. --- ChangeLog | 5 +++++ src/lib/film.cc | 9 +-------- 2 files changed, 6 insertions(+), 8 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1c1881989..8b079d59b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-05-19 Carl Hetherington + + * Hopefully fix load of decimal values (e.g. frame rates) + in non-English locales on Windows. + 2013-05-17 Carl Hetherington * Version 0.90 released. diff --git a/src/lib/film.cc b/src/lib/film.cc index 0ca374604..81c7de77f 100644 --- a/src/lib/film.cc +++ b/src/lib/film.cc @@ -987,14 +987,7 @@ Film::set_content (string c) } /* Default format */ - switch (content_type()) { - case STILL: - set_format (Format::from_id ("var-185")); - break; - case VIDEO: - set_format (Format::from_id ("185")); - break; - } + set_format (Config::instance()->default_format ()); /* Still image DCPs must use external audio */ if (content_type() == STILL) { -- cgit v1.2.3 From 3eabe5d9ffe8c16f732d72ff0ee0a342fb80ce56 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 19 May 2013 00:11:52 +0100 Subject: Bump version --- ChangeLog | 4 ++++ debian/changelog | 6 ++++++ wscript | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1c1881989..29f6ab938 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-05-19 Carl Hetherington + + * Version 0.91 released. + 2013-05-17 Carl Hetherington * Version 0.90 released. diff --git a/debian/changelog b/debian/changelog index 6a714b253..82afdef8c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dvdomatic (0.91-1) UNRELEASED; urgency=low + + * New upstream release. + + -- Carl Hetherington Sun, 19 May 2013 00:11:52 +0100 + dvdomatic (0.90-1) UNRELEASED; urgency=low * New upstream release. diff --git a/wscript b/wscript index 43df5d50a..83fef36f7 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.91pre' +VERSION = '0.91' def options(opt): opt.load('compiler_cxx') -- cgit v1.2.3 From 6dc92bf6c98a7cb8084f713f941a9b9a60233cd5 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 19 May 2013 12:35:52 +0100 Subject: Bump version --- ChangeLog | 4 ++++ debian/changelog | 6 ++++++ wscript | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f1a8bb76c..e269bf550 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-05-19 Carl Hetherington + + * Version 0.92 released. + 2013-05-19 Carl Hetherington * Version 0.91 released. diff --git a/debian/changelog b/debian/changelog index 82afdef8c..9035ca116 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dvdomatic (0.92-1) UNRELEASED; urgency=low + + * New upstream release. + + -- Carl Hetherington Sun, 19 May 2013 12:35:52 +0100 + dvdomatic (0.91-1) UNRELEASED; urgency=low * New upstream release. diff --git a/wscript b/wscript index fd838dd1e..abbf279bd 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.92pre' +VERSION = '0.92' def options(opt): opt.load('compiler_cxx') -- cgit v1.2.3 From 49181085803e20c30c96f6fe33dd95630ef87e95 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 20 May 2013 13:32:13 +0100 Subject: ChangeLog. --- ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e269bf550..183e4be9c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,14 @@ +2013-05-20 Carl Hetherington + + * Fix another crash on still images with + no audio. + 2013-05-19 Carl Hetherington * Version 0.92 released. 2013-05-19 Carl Hetherington - + * Version 0.91 released. 2013-05-19 Carl Hetherington -- cgit v1.2.3 From 9d760338e1d947a2aed5b9d12d65bd4f7513e054 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 20 May 2013 13:32:29 +0100 Subject: Bump version --- ChangeLog | 4 ++++ debian/changelog | 6 ++++++ wscript | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 183e4be9c..0dd326ecf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-05-20 Carl Hetherington + + * Version 0.93 released. + 2013-05-20 Carl Hetherington * Fix another crash on still images with diff --git a/debian/changelog b/debian/changelog index 9035ca116..eb6061bdb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dvdomatic (0.93-1) UNRELEASED; urgency=low + + * New upstream release. + + -- Carl Hetherington Mon, 20 May 2013 13:32:29 +0100 + dvdomatic (0.92-1) UNRELEASED; urgency=low * New upstream release. diff --git a/wscript b/wscript index d730ac84a..b8366481c 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.93pre' +VERSION = '0.93' def options(opt): opt.load('compiler_cxx') -- cgit v1.2.3