dcpomatic.git
11 years agoA bit of tidying up.
Carl Hetherington [Sat, 20 Oct 2012 18:40:17 +0000 (19:40 +0100)]
A bit of tidying up.

11 years agoTry to clean up stream handling wrt audio channel counts.
Carl Hetherington [Sat, 20 Oct 2012 18:30:04 +0000 (19:30 +0100)]
Try to clean up stream handling wrt audio channel counts.

11 years agoClean up audio passing round a bit.
Carl Hetherington [Sat, 20 Oct 2012 17:39:15 +0000 (18:39 +0100)]
Clean up audio passing round a bit.

11 years agoDon't cache sample format, fix up various things.
Carl Hetherington [Sat, 20 Oct 2012 16:03:32 +0000 (17:03 +0100)]
Don't cache sample format, fix up various things.

11 years agoRework audio to deinterleave straight away and pass data
Carl Hetherington [Sat, 20 Oct 2012 14:40:46 +0000 (15:40 +0100)]
Rework audio to deinterleave straight away and pass data
around as floats.  Should simplify things.

11 years agoRemove unused variable.
Carl Hetherington [Sat, 20 Oct 2012 02:47:06 +0000 (03:47 +0100)]
Remove unused variable.

11 years agoSpeculative fix for failure to pick up correct audio / subtitle streams.
Carl Hetherington [Sat, 20 Oct 2012 00:03:56 +0000 (01:03 +0100)]
Speculative fix for failure to pick up correct audio / subtitle streams.

11 years agoCope with AVSubtitles having no AVSubtitleRects.
Carl Hetherington [Fri, 19 Oct 2012 23:52:08 +0000 (00:52 +0100)]
Cope with AVSubtitles having no AVSubtitleRects.

11 years agoFix build.
Carl Hetherington [Thu, 18 Oct 2012 23:12:20 +0000 (00:12 +0100)]
Fix build.

11 years agoCommenting tweaks.
Carl Hetherington [Thu, 18 Oct 2012 21:37:05 +0000 (22:37 +0100)]
Commenting tweaks.

11 years agoUpdate bug list.
Carl Hetherington [Thu, 18 Oct 2012 21:05:31 +0000 (22:05 +0100)]
Update bug list.

11 years agomakedcp should notice when jobs are added.
Carl Hetherington [Thu, 18 Oct 2012 13:48:11 +0000 (14:48 +0100)]
makedcp should notice when jobs are added.

11 years agoAnother slightly speculative pixel format addition.
Carl Hetherington [Thu, 18 Oct 2012 11:24:48 +0000 (12:24 +0100)]
Another slightly speculative pixel format addition.

11 years agoFix build on 32-bit.
Carl Hetherington [Wed, 17 Oct 2012 22:17:40 +0000 (23:17 +0100)]
Fix build on 32-bit.

11 years agoTidy up slightly.
Carl Hetherington [Wed, 17 Oct 2012 21:46:54 +0000 (22:46 +0100)]
Tidy up slightly.

11 years agoRe-work FilmState / Film relationship a bit; Film now inherits from FilmState and...
Carl Hetherington [Wed, 17 Oct 2012 21:40:08 +0000 (22:40 +0100)]
Re-work FilmState / Film relationship a bit; Film now inherits from FilmState and FilmState does get/set.

11 years agoUpdate stream choices correctly when changed.
Carl Hetherington [Wed, 17 Oct 2012 16:42:58 +0000 (17:42 +0100)]
Update stream choices correctly when changed.

11 years agoTypo in previous.
Carl Hetherington [Wed, 17 Oct 2012 14:15:13 +0000 (15:15 +0100)]
Typo in previous.

11 years agoTry to fix problems with YUV422P10LE.
Carl Hetherington [Wed, 17 Oct 2012 14:06:49 +0000 (15:06 +0100)]
Try to fix problems with YUV422P10LE.

11 years agoUpdate metadata ref.
Carl Hetherington [Wed, 17 Oct 2012 13:29:41 +0000 (14:29 +0100)]
Update metadata ref.

11 years agoTry to support 422 in post processing.
Carl Hetherington [Wed, 17 Oct 2012 13:28:02 +0000 (14:28 +0100)]
Try to support 422 in post processing.

11 years agoFix makedcp script.
Carl Hetherington [Wed, 17 Oct 2012 13:26:29 +0000 (14:26 +0100)]
Fix makedcp script.

11 years agoTry to support YUV422.
Carl Hetherington [Wed, 17 Oct 2012 13:23:49 +0000 (14:23 +0100)]
Try to support YUV422.

11 years agoMove audio information field up next to audio stream combo.
Carl Hetherington [Wed, 17 Oct 2012 12:57:54 +0000 (13:57 +0100)]
Move audio information field up next to audio stream combo.

11 years agoFix subtitling logic in DCI naming.
Carl Hetherington [Wed, 17 Oct 2012 12:49:24 +0000 (13:49 +0100)]
Fix subtitling logic in DCI naming.

11 years agoBasic support for selection of audio / subtitle streams.
Carl Hetherington [Wed, 17 Oct 2012 12:47:50 +0000 (13:47 +0100)]
Basic support for selection of audio / subtitle streams.

11 years agoUpdate metadata test reference.
Carl Hetherington [Wed, 17 Oct 2012 09:33:57 +0000 (10:33 +0100)]
Update metadata test reference.

11 years agoWindows apparently has Rectangle in the global namespace.
Carl Hetherington [Wed, 17 Oct 2012 01:41:49 +0000 (02:41 +0100)]
Windows apparently has Rectangle in the global namespace.

11 years agoMerge branch 'master' of /home/carl/git/dvdomatic
Carl Hetherington [Tue, 16 Oct 2012 23:06:10 +0000 (00:06 +0100)]
Merge branch 'master' of /home/carl/git/dvdomatic

11 years agoFix text in about box.
Carl Hetherington [Tue, 16 Oct 2012 15:49:32 +0000 (16:49 +0100)]
Fix text in about box.

11 years agoNo-op; comments.
Carl Hetherington [Tue, 16 Oct 2012 15:32:52 +0000 (16:32 +0100)]
No-op; comments.

11 years agoLimit name part of DCI name to 14 characters.
Carl Hetherington [Tue, 16 Oct 2012 15:20:40 +0000 (16:20 +0100)]
Limit name part of DCI name to 14 characters.

11 years agoMissing bracket.
Carl Hetherington [Tue, 16 Oct 2012 12:18:54 +0000 (13:18 +0100)]
Missing bracket.

11 years agoRename DCI edit button.
Carl Hetherington [Tue, 16 Oct 2012 12:18:24 +0000 (13:18 +0100)]
Rename DCI edit button.

11 years agoFix GTK warning on startup.
Carl Hetherington [Tue, 16 Oct 2012 12:17:36 +0000 (13:17 +0100)]
Fix GTK warning on startup.

11 years agoFix date format in DCP names.
Carl Hetherington [Tue, 16 Oct 2012 12:16:23 +0000 (13:16 +0100)]
Fix date format in DCP names.

11 years agoFix int/float confusion.
Carl Hetherington [Tue, 16 Oct 2012 03:00:16 +0000 (04:00 +0100)]
Fix int/float confusion.

11 years agoChangeLog.
Carl Hetherington [Tue, 16 Oct 2012 02:47:40 +0000 (03:47 +0100)]
ChangeLog.

11 years agoMerge branch 'master' of /home/carl/git/dvdomatic
Carl Hetherington [Tue, 16 Oct 2012 02:44:42 +0000 (03:44 +0100)]
Merge branch 'master' of /home/carl/git/dvdomatic

11 years agoFix horrid memory corruptions.
Carl Hetherington [Tue, 16 Oct 2012 02:43:58 +0000 (03:43 +0100)]
Fix horrid memory corruptions.

11 years agoMerge branch 'master' of /home/carl/git/dvdomatic
Carl Hetherington [Tue, 16 Oct 2012 02:29:55 +0000 (03:29 +0100)]
Merge branch 'master' of /home/carl/git/dvdomatic

11 years agoVarious DCI naming tweaks and a subtitle bug fix.
Carl Hetherington [Tue, 16 Oct 2012 02:28:38 +0000 (03:28 +0100)]
Various DCI naming tweaks and a subtitle bug fix.

11 years agoPartial attempt at cleanup of naming straight vs DCI.
Carl Hetherington [Tue, 16 Oct 2012 01:46:46 +0000 (02:46 +0100)]
Partial attempt at cleanup of naming straight vs DCI.

11 years agoClumsy DCI naming dialog.
Carl Hetherington [Tue, 16 Oct 2012 01:35:30 +0000 (02:35 +0100)]
Clumsy DCI naming dialog.

11 years agoTry to make client/server communications a little more robust.
Carl Hetherington [Tue, 16 Oct 2012 00:46:18 +0000 (01:46 +0100)]
Try to make client/server communications a little more robust.

11 years agoFactor out key-value code.
Carl Hetherington [Mon, 15 Oct 2012 23:10:56 +0000 (00:10 +0100)]
Factor out key-value code.

11 years agoClean up subtitle classes a bit.
Carl Hetherington [Mon, 15 Oct 2012 22:42:19 +0000 (23:42 +0100)]
Clean up subtitle classes a bit.

11 years agoAdd a sub to the client/server test and fix an exposed bug.
Carl Hetherington [Mon, 15 Oct 2012 22:31:49 +0000 (23:31 +0100)]
Add a sub to the client/server test and fix an exposed bug.

11 years agoUnholy melange of stuff; setup a standard test config; send / receive subs to / from...
Carl Hetherington [Mon, 15 Oct 2012 22:19:27 +0000 (23:19 +0100)]
Unholy melange of stuff; setup a standard test config; send / receive subs to / from servers; various other image stride-related fixes.

11 years agoMerge branch 'master' of /home/carl/git/dvdomatic
Carl Hetherington [Mon, 15 Oct 2012 11:42:22 +0000 (12:42 +0100)]
Merge branch 'master' of /home/carl/git/dvdomatic

11 years agoSome work on DCI naming. Clean up compacted / aligned image handling somewhat.
Carl Hetherington [Mon, 15 Oct 2012 11:40:47 +0000 (12:40 +0100)]
Some work on DCI naming.  Clean up compacted / aligned image handling somewhat.

11 years agoChangeLog.
Carl Hetherington [Sun, 14 Oct 2012 20:07:51 +0000 (21:07 +0100)]
ChangeLog.

11 years agoMerge branch 'subs'
Carl Hetherington [Sun, 14 Oct 2012 20:06:47 +0000 (21:06 +0100)]
Merge branch 'subs'

11 years agoTry to clarify the difference between line size and stride.
Carl Hetherington [Sun, 14 Oct 2012 19:51:43 +0000 (20:51 +0100)]
Try to clarify the difference between line size and stride.

11 years agoRound image line sizes up to 32. Seems to help with LHS image corruption with both...
Carl Hetherington [Sun, 14 Oct 2012 19:29:20 +0000 (20:29 +0100)]
Round image line sizes up to 32.  Seems to help with LHS image corruption with both crop and a post-processing filter.

11 years agoRemove unused code.
Carl Hetherington [Sun, 14 Oct 2012 17:58:50 +0000 (18:58 +0100)]
Remove unused code.

11 years agoVarious fixes to subtitling.
Carl Hetherington [Sun, 14 Oct 2012 15:50:08 +0000 (16:50 +0100)]
Various fixes to subtitling.

11 years agoSimplify use of Image hierarchy a bit.
Carl Hetherington [Sun, 14 Oct 2012 12:22:47 +0000 (13:22 +0100)]
Simplify use of Image hierarchy a bit.

11 years agoRemove believed-unnecessary PostProcessImage.
Carl Hetherington [Sun, 14 Oct 2012 12:15:36 +0000 (13:15 +0100)]
Remove believed-unnecessary PostProcessImage.

11 years agoTry moving subtitle adjustment for crop into the decoder.
Carl Hetherington [Sun, 14 Oct 2012 12:02:57 +0000 (13:02 +0100)]
Try moving subtitle adjustment for crop into the decoder.

11 years agoComment; fix up UI for subtitle scaling.
Carl Hetherington [Sat, 13 Oct 2012 23:39:21 +0000 (00:39 +0100)]
Comment; fix up UI for subtitle scaling.

11 years agoFix up tests; possibly working subtitle transforms.
Carl Hetherington [Sat, 13 Oct 2012 23:24:26 +0000 (00:24 +0100)]
Fix up tests; possibly working subtitle transforms.

11 years agoFix potential crash.
Carl Hetherington [Thu, 11 Oct 2012 23:24:06 +0000 (00:24 +0100)]
Fix potential crash.

11 years agoTry to tidy up a bit.
Carl Hetherington [Thu, 11 Oct 2012 23:22:53 +0000 (00:22 +0100)]
Try to tidy up a bit.

11 years agoBasic sub offset support.
Carl Hetherington [Thu, 11 Oct 2012 20:54:52 +0000 (21:54 +0100)]
Basic sub offset support.

11 years agoStop subtitles wandering about when re-setup.
Carl Hetherington [Thu, 11 Oct 2012 12:54:14 +0000 (13:54 +0100)]
Stop subtitles wandering about when re-setup.

11 years agoTidy up; make viewer respond with with subtitles button.
Carl Hetherington [Thu, 11 Oct 2012 00:28:17 +0000 (01:28 +0100)]
Tidy up; make viewer respond with with subtitles button.

11 years agoUse PNG for thumbs so that we get alpha blending in wxwidgets.
Carl Hetherington [Thu, 11 Oct 2012 00:18:24 +0000 (01:18 +0100)]
Use PNG for thumbs so that we get alpha blending in wxwidgets.

11 years agoThumbs sort of have subs.
Carl Hetherington [Wed, 10 Oct 2012 19:35:05 +0000 (20:35 +0100)]
Thumbs sort of have subs.

11 years agoDon't run more than one job at once.
Carl Hetherington [Wed, 10 Oct 2012 14:47:22 +0000 (15:47 +0100)]
Don't run more than one job at once.

11 years agoSubs successfully exported with thumbs.
Carl Hetherington [Wed, 10 Oct 2012 14:47:06 +0000 (15:47 +0100)]
Subs successfully exported with thumbs.

11 years agoMerge branch 'master' into subs
Carl Hetherington [Wed, 10 Oct 2012 12:04:59 +0000 (13:04 +0100)]
Merge branch 'master' into subs

11 years agoUpdate bug tracker.
Carl Hetherington [Wed, 10 Oct 2012 11:54:30 +0000 (12:54 +0100)]
Update bug tracker.

11 years agoTry to not start jobs if a dependant fails.
Carl Hetherington [Wed, 10 Oct 2012 11:53:06 +0000 (12:53 +0100)]
Try to not start jobs if a dependant fails.

11 years agoMerge branch 'master' of /home/carl/git/dvdomatic
Carl Hetherington [Wed, 10 Oct 2012 09:02:20 +0000 (10:02 +0100)]
Merge branch 'master' of /home/carl/git/dvdomatic

11 years agoBump version
Carl Hetherington [Tue, 9 Oct 2012 21:03:09 +0000 (22:03 +0100)]
Bump version

11 years agoBump version
Carl Hetherington [Tue, 9 Oct 2012 20:58:15 +0000 (21:58 +0100)]
Bump version

11 years agoFix some POSIX-isms.
Carl Hetherington [Tue, 9 Oct 2012 20:58:05 +0000 (21:58 +0100)]
Fix some POSIX-isms.

11 years agoAdd test file.
Carl Hetherington [Tue, 9 Oct 2012 20:49:24 +0000 (21:49 +0100)]
Add test file.

11 years agoChangeLog.
Carl Hetherington [Tue, 9 Oct 2012 16:14:28 +0000 (17:14 +0100)]
ChangeLog.

11 years agoSimplify and test audio sample rate alteration.
Carl Hetherington [Tue, 9 Oct 2012 16:13:28 +0000 (17:13 +0100)]
Simplify and test audio sample rate alteration.

11 years agoUse r_frame_rate from AVStream if avg_frame_rate is not a number; fixes problems...
Carl Hetherington [Tue, 9 Oct 2012 16:13:09 +0000 (17:13 +0100)]
Use r_frame_rate from AVStream if avg_frame_rate is not a number; fixes problems with some WMV files.

11 years agoChangeLog.
Carl Hetherington [Tue, 9 Oct 2012 15:05:15 +0000 (16:05 +0100)]
ChangeLog.

11 years agoFix uninitialised variable.
Carl Hetherington [Tue, 9 Oct 2012 15:04:34 +0000 (16:04 +0100)]
Fix uninitialised variable.

11 years agoRemove unused variable.
Carl Hetherington [Tue, 9 Oct 2012 15:02:07 +0000 (16:02 +0100)]
Remove unused variable.

11 years agoMake subtitle addition optional.
Carl Hetherington [Tue, 9 Oct 2012 14:56:55 +0000 (15:56 +0100)]
Make subtitle addition optional.

11 years agoMerge branch 'master' into subs
Carl Hetherington [Tue, 9 Oct 2012 01:29:20 +0000 (02:29 +0100)]
Merge branch 'master' into subs

11 years agoRemove some unnecessary code.
Carl Hetherington [Tue, 9 Oct 2012 01:14:04 +0000 (02:14 +0100)]
Remove some unnecessary code.

11 years agoVarious subtitle fixes.
Carl Hetherington [Tue, 9 Oct 2012 01:07:07 +0000 (02:07 +0100)]
Various subtitle fixes.

11 years agoObey subtitle timing.
Carl Hetherington [Mon, 8 Oct 2012 15:22:44 +0000 (16:22 +0100)]
Obey subtitle timing.

11 years agoTidy up a bit.
Carl Hetherington [Mon, 8 Oct 2012 14:43:56 +0000 (15:43 +0100)]
Tidy up a bit.

11 years agoDo alpha blending maybe right.
Carl Hetherington [Mon, 8 Oct 2012 14:41:39 +0000 (15:41 +0100)]
Do alpha blending maybe right.

11 years agoHacks.
Carl Hetherington [Mon, 8 Oct 2012 14:37:04 +0000 (15:37 +0100)]
Hacks.

11 years agoChangeLog.
Carl Hetherington [Sun, 7 Oct 2012 23:20:34 +0000 (00:20 +0100)]
ChangeLog.

11 years agoPresent fixed formats with video content and variable formats with stills.
Carl Hetherington [Sun, 7 Oct 2012 23:20:10 +0000 (00:20 +0100)]
Present fixed formats with video content and variable formats with stills.

11 years agoSplit Format into Fixed and Variable so that sources can be unstretched.
Carl Hetherington [Sun, 7 Oct 2012 23:08:33 +0000 (00:08 +0100)]
Split Format into Fixed and Variable so that sources can be unstretched.

11 years agoFix comment.
Carl Hetherington [Sun, 7 Oct 2012 22:09:56 +0000 (23:09 +0100)]
Fix comment.

11 years agoFix comment.
Carl Hetherington [Sun, 7 Oct 2012 22:03:44 +0000 (23:03 +0100)]
Fix comment.

11 years agoFix up some bugs when using limited DCP range (reported by Wolfgang Woehl).
Carl Hetherington [Sun, 7 Oct 2012 21:51:06 +0000 (22:51 +0100)]
Fix up some bugs when using limited DCP range (reported by Wolfgang Woehl).

11 years agoSimple test to make sure a couple of simple make DCP jobs complete.
Carl Hetherington [Sun, 7 Oct 2012 21:42:49 +0000 (22:42 +0100)]
Simple test to make sure a couple of simple make DCP jobs complete.