dcpomatic.git
10 years agoAll audio content should resample if the output frame rate and content
Carl Hetherington [Tue, 3 Jun 2014 21:58:46 +0000 (22:58 +0100)]
All audio content should resample if the output frame rate and content
frame rates differ; make Sndfile sources use the video-frame-rate-based
calculation for output frame rate (like FFmpeg sources do).  Also, fix
small problems when flushing Resamplers used to get fed back to
Resamplers again.

10 years agoBump version
Carl Hetherington [Tue, 3 Jun 2014 14:32:33 +0000 (15:32 +0100)]
Bump version

10 years agoBump version
Carl Hetherington [Tue, 3 Jun 2014 14:32:33 +0000 (15:32 +0100)]
Bump version

10 years agoUpdate audio plot window when audio mapping is changed.
Carl Hetherington [Tue, 3 Jun 2014 14:24:30 +0000 (15:24 +0100)]
Update audio plot window when audio mapping is changed.

10 years agoTweak backtrace file for Windows.
Carl Hetherington [Tue, 3 Jun 2014 13:48:38 +0000 (14:48 +0100)]
Tweak backtrace file for Windows.

10 years agoChange the -3dB preset to -6dB since we are dealing with amplitude, not power.
Carl Hetherington [Tue, 3 Jun 2014 13:36:00 +0000 (14:36 +0100)]
Change the -3dB preset to -6dB since we are dealing with amplitude, not power.

10 years agoInclude audio mapping in the digest used to distinguish different
Carl Hetherington [Tue, 3 Jun 2014 13:30:42 +0000 (14:30 +0100)]
Include audio mapping in the digest used to distinguish different
audio analyses so that the analyses are re-computed when the mapping
changes.

Reported-by: Matthias Damm
10 years agoBump version
Carl Hetherington [Tue, 3 Jun 2014 09:47:47 +0000 (10:47 +0100)]
Bump version

10 years agoBump version
Carl Hetherington [Tue, 3 Jun 2014 09:47:47 +0000 (10:47 +0100)]
Bump version

10 years agoUse suppressions with valgrind.
Carl Hetherington [Tue, 3 Jun 2014 09:47:19 +0000 (10:47 +0100)]
Use suppressions with valgrind.

10 years agoExpand the over-allocation of image buffers to 32 bytes to attempt to avoid bad reads...
Carl Hetherington [Mon, 2 Jun 2014 13:59:10 +0000 (14:59 +0100)]
Expand the over-allocation of image buffers to 32 bytes to attempt to avoid bad reads by swscale.

10 years agoBump version
Carl Hetherington [Thu, 29 May 2014 15:38:35 +0000 (16:38 +0100)]
Bump version

10 years agoBump version
Carl Hetherington [Thu, 29 May 2014 15:38:35 +0000 (16:38 +0100)]
Bump version

10 years agoTry to fix _iconv symbol not found on OS X for
Carl Hetherington [Thu, 29 May 2014 15:36:11 +0000 (16:36 +0100)]
Try to fix _iconv symbol not found on OS X for
dcpomatic_server_cli.

Reported-by: Carsten Kurz
10 years agoLayout tweaks.
Carl Hetherington [Thu, 29 May 2014 08:21:41 +0000 (09:21 +0100)]
Layout tweaks.

10 years agoBump version
Carl Hetherington [Wed, 28 May 2014 22:36:27 +0000 (23:36 +0100)]
Bump version

10 years agoBump version
Carl Hetherington [Wed, 28 May 2014 22:36:27 +0000 (23:36 +0100)]
Bump version

10 years agoMerge branch 'master' of ssh://main.carlh.net/home/carl/git/dcpomatic
Carl Hetherington [Wed, 28 May 2014 22:34:29 +0000 (23:34 +0100)]
Merge branch 'master' of ssh://main.carlh.net/home/carl/git/dcpomatic

10 years agoBump libdcp requirement.
Carl Hetherington [Wed, 28 May 2014 22:34:26 +0000 (23:34 +0100)]
Bump libdcp requirement.

10 years agoBump version
Carl Hetherington [Wed, 28 May 2014 22:32:27 +0000 (23:32 +0100)]
Bump version

10 years agoBump version
Carl Hetherington [Wed, 28 May 2014 22:32:27 +0000 (23:32 +0100)]
Bump version

10 years agoModify KDM generation to work with CPLs rather than DCPs, and allow
Carl Hetherington [Wed, 28 May 2014 22:25:11 +0000 (23:25 +0100)]
Modify KDM generation to work with CPLs rather than DCPs, and allow
user to specify a particular CPL to use.  Tidy up the KDM dialog
a bit.

10 years agoBump version
Carl Hetherington [Tue, 27 May 2014 13:40:35 +0000 (14:40 +0100)]
Bump version

10 years agoBump version
Carl Hetherington [Tue, 27 May 2014 13:40:35 +0000 (14:40 +0100)]
Bump version

10 years agoMerge branch 'master' of ssh://main.carlh.net/home/carl/git/dcpomatic
Carl Hetherington [Tue, 27 May 2014 13:40:12 +0000 (14:40 +0100)]
Merge branch 'master' of ssh://main.carlh.net/home/carl/git/dcpomatic

10 years agoFix cscript libdcp dep to match wscript.
Carl Hetherington [Tue, 27 May 2014 13:40:08 +0000 (14:40 +0100)]
Fix cscript libdcp dep to match wscript.

10 years agoBump version
Carl Hetherington [Sun, 25 May 2014 23:20:55 +0000 (00:20 +0100)]
Bump version

10 years agoBump version
Carl Hetherington [Sun, 25 May 2014 23:20:55 +0000 (00:20 +0100)]
Bump version

10 years agoTester.
Carl Hetherington [Sun, 25 May 2014 23:20:35 +0000 (00:20 +0100)]
Tester.

10 years agoAccount for FFmpeg content start_time being non-zero:
Carl Hetherington [Sun, 25 May 2014 23:18:07 +0000 (00:18 +0100)]
Account for FFmpeg content start_time being non-zero:

Reported-by: Sumit Guha
10 years agoMore logging tweaks; missing noncopyable.
Carl Hetherington [Sun, 25 May 2014 22:23:48 +0000 (23:23 +0100)]
More logging tweaks; missing noncopyable.

10 years agoLogging tweaks.
Carl Hetherington [Sun, 25 May 2014 22:17:05 +0000 (23:17 +0100)]
Logging tweaks.

10 years agoBump libdcp required version.
Carl Hetherington [Sun, 25 May 2014 20:30:08 +0000 (21:30 +0100)]
Bump libdcp required version.

10 years agoMerge branch 'master' of ssh://main.carlh.net/home/carl/git/dcpomatic
Carl Hetherington [Sat, 24 May 2014 21:52:05 +0000 (22:52 +0100)]
Merge branch 'master' of ssh://main.carlh.net/home/carl/git/dcpomatic

10 years agoAdd tester.
Carl Hetherington [Sat, 24 May 2014 21:51:56 +0000 (22:51 +0100)]
Add tester.

10 years agoBump version
Carl Hetherington [Sat, 24 May 2014 21:47:45 +0000 (22:47 +0100)]
Bump version

10 years agoBump version
Carl Hetherington [Sat, 24 May 2014 21:47:45 +0000 (22:47 +0100)]
Bump version

10 years agoRely on Config for log settings, not the command line.
Carl Hetherington [Sat, 24 May 2014 21:47:29 +0000 (22:47 +0100)]
Rely on Config for log settings, not the command line.

10 years agoBump version
Carl Hetherington [Fri, 23 May 2014 21:55:05 +0000 (22:55 +0100)]
Bump version

10 years agoBump version
Carl Hetherington [Fri, 23 May 2014 21:55:05 +0000 (22:55 +0100)]
Bump version

10 years agoTweak logging a bit.
Carl Hetherington [Fri, 23 May 2014 21:45:06 +0000 (22:45 +0100)]
Tweak logging a bit.

10 years agoBump version
Carl Hetherington [Thu, 22 May 2014 00:02:29 +0000 (01:02 +0100)]
Bump version

10 years agoBump version
Carl Hetherington [Thu, 22 May 2014 00:02:29 +0000 (01:02 +0100)]
Bump version

10 years agoMore Windows fixes.
Carl Hetherington [Wed, 21 May 2014 23:31:08 +0000 (00:31 +0100)]
More Windows fixes.

10 years agoWindows build fix.
Carl Hetherington [Wed, 21 May 2014 23:17:27 +0000 (00:17 +0100)]
Windows build fix.

10 years agoTry to fix clashes caused by ERROR, WARNING etc. as variables.
Carl Hetherington [Wed, 21 May 2014 21:34:49 +0000 (22:34 +0100)]
Try to fix clashes caused by ERROR, WARNING etc. as variables.

10 years agoBump version
Carl Hetherington [Wed, 21 May 2014 15:44:35 +0000 (16:44 +0100)]
Bump version

10 years agoBump version
Carl Hetherington [Wed, 21 May 2014 15:44:35 +0000 (16:44 +0100)]
Bump version

10 years agoTidy up logging a bit. Make it configurable from the GUI.
Carl Hetherington [Wed, 21 May 2014 15:44:06 +0000 (16:44 +0100)]
Tidy up logging a bit.  Make it configurable from the GUI.

10 years agoAdd some timing logs to image_proxy.
Carl Hetherington [Wed, 21 May 2014 09:14:41 +0000 (10:14 +0100)]
Add some timing logs to image_proxy.

10 years agoRevert "Fix static build."
Carl Hetherington [Tue, 20 May 2014 20:41:18 +0000 (21:41 +0100)]
Revert "Fix static build."

This reverts commit 3bf376a8e2ca0464f483c8c8b18192874b2f007d.

10 years agoFix static build.
Carl Hetherington [Tue, 20 May 2014 20:40:55 +0000 (21:40 +0100)]
Fix static build.

10 years agoBump version
Carl Hetherington [Mon, 19 May 2014 10:16:15 +0000 (11:16 +0100)]
Bump version

10 years agoBump version
Carl Hetherington [Mon, 19 May 2014 10:16:15 +0000 (11:16 +0100)]
Bump version

10 years agoChangeLog.
Carl Hetherington [Mon, 19 May 2014 10:15:25 +0000 (11:15 +0100)]
ChangeLog.

10 years agoMerge delay-decode-take2 branch into master.
Carl Hetherington [Mon, 19 May 2014 10:05:10 +0000 (11:05 +0100)]
Merge delay-decode-take2 branch into master.

10 years agoBump version
Carl Hetherington [Fri, 16 May 2014 10:45:04 +0000 (11:45 +0100)]
Bump version

10 years agoBump version
Carl Hetherington [Fri, 16 May 2014 10:45:04 +0000 (11:45 +0100)]
Bump version

10 years agoMerge branch 'master' of ssh://main.carlh.net/home/carl/git/dcpomatic
Carl Hetherington [Fri, 16 May 2014 10:42:24 +0000 (11:42 +0100)]
Merge branch 'master' of ssh://main.carlh.net/home/carl/git/dcpomatic

10 years agoFix various confusions in translations of abbreviated channel names
Carl Hetherington [Fri, 16 May 2014 10:41:55 +0000 (11:41 +0100)]
Fix various confusions in translations of abbreviated channel names
(Lc, Rc etc.)

Reported-by: Carsten Kurz
10 years agoBump libdcp dep for timezone fixes.
Carl Hetherington [Thu, 15 May 2014 23:02:05 +0000 (18:02 -0500)]
Bump libdcp dep for timezone fixes.

10 years agoAdd some comments.
Carl Hetherington [Thu, 15 May 2014 22:57:31 +0000 (17:57 -0500)]
Add some comments.

10 years agoBump version
Carl Hetherington [Wed, 14 May 2014 21:53:59 +0000 (22:53 +0100)]
Bump version

10 years agoBump version
Carl Hetherington [Wed, 14 May 2014 21:53:59 +0000 (22:53 +0100)]
Bump version

10 years agoBump libdcp to remove checks on PCM MXF edit rates,
Carl Hetherington [Wed, 14 May 2014 21:41:12 +0000 (22:41 +0100)]
Bump libdcp to remove checks on PCM MXF edit rates,
so we can generate strange ones in DCP-o-matic.

Reported-by: Noah Orozco
10 years agoMerge branch 'master' of ssh://main.carlh.net/home/carl/git/dcpomatic
Carl Hetherington [Wed, 14 May 2014 21:35:19 +0000 (22:35 +0100)]
Merge branch 'master' of ssh://main.carlh.net/home/carl/git/dcpomatic

10 years agoFix assertion failure on cancelling a File->Exit.
Carl Hetherington [Wed, 14 May 2014 21:35:08 +0000 (22:35 +0100)]
Fix assertion failure on cancelling a File->Exit.

10 years agoBump libdcp dep.
Carl Hetherington [Wed, 14 May 2014 20:09:44 +0000 (21:09 +0100)]
Bump libdcp dep.

10 years agoAdd ImageProxy class.
Carl Hetherington [Wed, 14 May 2014 20:06:23 +0000 (21:06 +0100)]
Add ImageProxy class.

10 years agoMake DCPVideoFrame use PlayerVideoFrame to store its image.
Carl Hetherington [Wed, 14 May 2014 18:27:04 +0000 (19:27 +0100)]
Make DCPVideoFrame use PlayerVideoFrame to store its image.

10 years agoMove Eyes and ColourConversion into PlayerVideoFrame.
Carl Hetherington [Wed, 14 May 2014 10:27:17 +0000 (11:27 +0100)]
Move Eyes and ColourConversion into PlayerVideoFrame.

10 years agoRename PlayerImage to PlayerVideoFrame and give it its own file.
Carl Hetherington [Wed, 14 May 2014 09:05:56 +0000 (10:05 +0100)]
Rename PlayerImage to PlayerVideoFrame and give it its own file.

10 years agoBump version
Carl Hetherington [Tue, 13 May 2014 22:08:42 +0000 (23:08 +0100)]
Bump version

10 years agoBump version
Carl Hetherington [Tue, 13 May 2014 22:08:42 +0000 (23:08 +0100)]
Bump version

10 years agoRemove 100fps limit when using "any DCP frame rate".
Carl Hetherington [Tue, 13 May 2014 22:07:37 +0000 (23:07 +0100)]
Remove 100fps limit when using "any DCP frame rate".

Reported-by: Noah Orozco
10 years agoBump version
Carl Hetherington [Mon, 12 May 2014 22:30:33 +0000 (23:30 +0100)]
Bump version

10 years agoBump version
Carl Hetherington [Mon, 12 May 2014 22:30:33 +0000 (23:30 +0100)]
Bump version

10 years agoAdd option to use any DCP frame rate, rather than just the
Carl Hetherington [Mon, 12 May 2014 22:29:21 +0000 (23:29 +0100)]
Add option to use any DCP frame rate, rather than just the
"allowed" set.

Requested-by: Noah Orozco
10 years agoBump version
Carl Hetherington [Mon, 12 May 2014 09:07:31 +0000 (10:07 +0100)]
Bump version

10 years agoBump version
Carl Hetherington [Mon, 12 May 2014 09:07:31 +0000 (10:07 +0100)]
Bump version

10 years agoMerge branch 'master' of ssh://main.carlh.net/home/carl/git/dcpomatic
Carl Hetherington [Mon, 12 May 2014 09:07:05 +0000 (10:07 +0100)]
Merge branch 'master' of ssh://main.carlh.net/home/carl/git/dcpomatic

10 years agoFix crash caused by previous change; doubles are expressed using scientific notation...
Carl Hetherington [Mon, 12 May 2014 09:06:57 +0000 (10:06 +0100)]
Fix crash caused by previous change; doubles are expressed using scientific notation by default, so avoid them where possible.

10 years agoBump version
Carl Hetherington [Mon, 12 May 2014 00:01:53 +0000 (01:01 +0100)]
Bump version

10 years agoBump version
Carl Hetherington [Mon, 12 May 2014 00:01:53 +0000 (01:01 +0100)]
Bump version

10 years agoBump libdcp in cscript.
Carl Hetherington [Mon, 12 May 2014 00:01:20 +0000 (01:01 +0100)]
Bump libdcp in cscript.

10 years agoMerge branch 'master' of ssh://main.carlh.net/home/carl/git/dcpomatic
Carl Hetherington [Mon, 12 May 2014 00:00:33 +0000 (01:00 +0100)]
Merge branch 'master' of ssh://main.carlh.net/home/carl/git/dcpomatic

10 years agoChangeLog.
Carl Hetherington [Mon, 12 May 2014 00:00:26 +0000 (01:00 +0100)]
ChangeLog.

10 years agoRemove LocaleGuard and lexical_cast<> in favour of libdcp::raw_convert,
Carl Hetherington [Sun, 11 May 2014 23:57:51 +0000 (00:57 +0100)]
Remove LocaleGuard and lexical_cast<> in favour of libdcp::raw_convert,
which should get things right with both decimal and thousands
separators; LocaleGuard fixed decimal separators ok but not, it appears,
thousands ones.

10 years agoBump version
Carl Hetherington [Sat, 10 May 2014 12:40:33 +0000 (13:40 +0100)]
Bump version

10 years agoBump version
Carl Hetherington [Sat, 10 May 2014 12:40:33 +0000 (13:40 +0100)]
Bump version

10 years agoMerge branch 'master' of ssh://main.carlh.net/home/carl/git/dcpomatic
Carl Hetherington [Sat, 10 May 2014 12:36:19 +0000 (13:36 +0100)]
Merge branch 'master' of ssh://main.carlh.net/home/carl/git/dcpomatic

10 years agoFix setup of the libswresample context to work with high channel
Carl Hetherington [Sat, 10 May 2014 12:35:55 +0000 (13:35 +0100)]
Fix setup of the libswresample context to work with high channel
counts.

Reported-by: Sumit
10 years agoBump version
Carl Hetherington [Fri, 9 May 2014 21:57:47 +0000 (22:57 +0100)]
Bump version

10 years agoBump version
Carl Hetherington [Fri, 9 May 2014 21:57:47 +0000 (22:57 +0100)]
Bump version

10 years agoMerge.
Carl Hetherington [Fri, 9 May 2014 21:57:30 +0000 (22:57 +0100)]
Merge.

10 years agoFix crash on using content with more than 12 audio channels.
Carl Hetherington [Fri, 9 May 2014 21:55:43 +0000 (22:55 +0100)]
Fix crash on using content with more than 12 audio channels.

Reported-by: Sumit
10 years agoMAX_AUDIO_CHANNELS -> MAX_DCP_AUDIO_CHANNELS.
Carl Hetherington [Fri, 9 May 2014 21:51:30 +0000 (22:51 +0100)]
MAX_AUDIO_CHANNELS -> MAX_DCP_AUDIO_CHANNELS.

10 years agoChangeLog.
Carl Hetherington [Fri, 9 May 2014 21:31:05 +0000 (22:31 +0100)]
ChangeLog.

10 years agoRe-introduce ffprobe call when adding content.
Carl Hetherington [Fri, 9 May 2014 21:30:49 +0000 (22:30 +0100)]
Re-introduce ffprobe call when adding content.

10 years agoBump version
Carl Hetherington [Mon, 5 May 2014 15:41:46 +0000 (16:41 +0100)]
Bump version