Layout the audio mapping's sizer after it changes (#597).
[dcpomatic.git] / ChangeLog
1 2015-06-13  Carl Hetherington  <cth@carlh.net>
2
3         * Make sure audio mapping view is scrollable when necessary (#597).
4
5 2015-06-12  Carl Hetherington  <cth@carlh.net>
6
7         * Add a close button to the audio plot on Linux (#602).
8
9         * Version 2.0.51 released.
10
11 2015-06-12  Carl Hetherington  <cth@carlh.net>
12
13         * New ru_RU translation from Igor Voytovich.
14
15 2015-06-12  c.hetherington  <cth@carlh.net>
16
17         * Fix for every audio stream being mapped to the DCP when loading
18         old films.
19
20 2015-06-11  c.hetherington  <cth@carlh.net>
21
22         * Fix massive slowdown of direct J2K->DCP encodes (#599).
23
24         * Fix hang on audio analysis in some cases (#598).
25
26         * Fix never-ending encode when XYZ values are clamped (#600).
27
28 2015-06-10  Carl Hetherington  <cth@carlh.net>
29
30         * Version 2.0.50 released.
31
32 2015-06-10  c.hetherington  <cth@carlh.net>
33
34         * Skip audio analysis when there is no audio content (#596).
35
36 2015-06-09  Carl Hetherington  <cth@carlh.net>
37
38         * Version 2.0.49 released.
39
40 2015-06-04  Carl Hetherington  <cth@carlh.net>
41
42         * Version 2.0.48 released.
43
44 2015-06-03  Carl Hetherington  <cth@carlh.net>
45
46         * Various fixes to subtitle rendering, including independent
47         x and y scale of text subs (#489).
48
49 2015-06-02  c.hetherington  <cth@carlh.net>
50
51         * Allow use of all content audio streams, not just
52         the selected one.
53
54         * Tweak colour conversion controls so that it's easier
55         to use a preset without seeing the details.
56
57 2015-05-25  Carl Hetherington  <cth@carlh.net>
58
59         * Block all but alphanumeric characters with a few bits
60         of punctuation from DCP names.
61
62         * Improve view of jobs in various ways.
63
64         * Increase the number of images that DCP-o-matic will
65         keep around in memory before resorting to pushing them
66         to disk.
67
68         * Display DCP container size beside the choice
69         in the DCP tab.
70
71         * Try to set up useful default colour conversions
72         depending on the type and resolution of content (#565).
73
74 2015-05-23  Carl Hetherington  <cth@carlh.net>
75
76         * Fix failure to import some video MXFs (#566).
77
78 2015-05-17  Carl Hetherington  <cth@carlh.net>
79
80         * Update DCP name on changing DCP standard (#570).
81
82 2015-05-14  Carl Hetherington  <cth@carlh.net>
83
84         * Version 2.0.47 released.
85
86 2015-05-13  c.hetherington  <cth@carlh.net>
87
88         * Various fixes to embedded image subtitle
89         handling.
90
91 2015-05-10  Carl Hetherington  <cth@carlh.net>
92
93         * Version 2.0.46 released.
94
95 2015-05-10  Carl Hetherington  <cth@carlh.net>
96
97         * Version 2.0.45 released.
98
99 2015-05-10  Carl Hetherington  <cth@carlh.net>
100
101         * Version 2.0.44 released.
102
103 2015-05-10  Carl Hetherington  <cth@carlh.net>
104
105         * Fix sometimes-missing channel labels on OS X audio analysis.
106
107 2015-05-09  Carl Hetherington  <cth@carlh.net>
108
109         * Efficiency fix for cases where there is a lot of processing
110         power.
111
112         * Add UTF-8 content type to KDM emails to try to fix #549.
113
114         * Disable OK until a download succeeds in the certificate
115         downloader (#404).
116
117 2015-05-07  Carl Hetherington  <cth@carlh.net>
118
119         * Version 2.0.43 released.
120
121 2015-05-07  Carl Hetherington  <cth@carlh.net>
122
123         * A few small but possibly sigificant correctness fixes
124         for subtitles (thanks to dcp_inspect).
125
126 2015-05-04  Carl Hetherington  <cth@carlh.net>
127
128         * Version 2.0.42 released.
129
130 2015-05-04  Carl Hetherington  <cth@carlh.net>
131
132         * Move restore-default-prefs option (#537).
133
134         * Don't try to update config dialog when its window has been
135         destroyed.  Fixes various crashes on Windows (from master).
136
137         * Add a simple content properties dialog (#554).
138
139 2015-05-01  carl  <cth@carlh.net>
140
141         * Don't load image files whose names start with ._ as they
142         are probably OS X resource files (from master).
143
144 2015-04-30  Carl Hetherington  <cth@carlh.net>
145
146         * Copy subtitle fonts to the DCP, and provide
147         LiberationSans-Regular as a default Arial equivalent.
148
149 2015-04-29  Carl Hetherington  <cth@carlh.net>
150
151         * Make disk space check take account of whether hard links
152         are supported by the target filesystem (#511).
153
154         * Allow configuration of the encryption key (from master).
155
156         * Various fixes to bad timeline drag behaviour when
157         snapping (from master).
158
159 2015-04-29  c.hetherington  <cth@carlh.net>
160
161         * Hand-apply 291179175729b62e17a9c322cd27ae134d1310d9,
162         8d92cce7d2885afa13ee4cb6f546dbf43942124b and
163         c994839239e84a1f62865ed82fdc090900a66b03 from master;
164         stop flickering when dragging in the timeline on OS X.
165
166 2015-04-22  c.hetherington  <cth@carlh.net>
167
168         * Add P3 colour conversion preset.
169
170         * Hand-apply all changes relating to colour specification
171         as chromaticity.
172
173 2015-04-20  Carl Hetherington  <cth@carlh.net>
174
175         * Hand-apply 47770097cf6a5d7dbbdded8977da5f3de53dfd33;
176         single-file hashes.
177
178         * Hand-apply e1d0d24146592e311d46781a1961fe080f6357cf;
179         attempt to fix confusion with the JPEG2000 bandwidth
180         control when a user enters a value directly rather than
181         using the spin arrows.
182
183 2015-04-16  Carl Hetherington  <cth@carlh.net>
184
185         * Fix potential OS X crashes due to another incarnation
186         of the bizarre multi-thread stringstream bug.
187
188 2015-04-15  c.hetherington  <cth@carlh.net>
189
190         * Hand-apply 94998e12d117f3f1781dfb1318939debfbf34546 from master;
191         add option to restore the default configuration.
192
193 2015-04-12  Carl Hetherington  <cth@carlh.net>
194
195         * Hand-apply 69866d9ba972d21375081c313ac245535ac55be9 from master;
196         handle removed ratio if it occurs in old files.
197
198         * Hand-apply c0e0b90d987af2586323d4a67bd67330256da51d from master;
199         remove 1.37 ratio and set Academy to 1.375.
200
201         * Hand-apply 83f1ea8eacb4d56860ccdb9db5acdf12c6e71dfb from master;
202         ellipsize filters strings if it is long.
203
204         * Hand-apply 24ae3a8f0a68529b50c34079e643caf6b9327523 from master;
205         use the number of mapped audio channels for the DCP name, not the
206         number of DCP channels (#479).
207
208 2015-03-25  Carl Hetherington  <cth@carlh.net>
209
210         * Remove scaler settings and just uses SWS_BICUBIC all round.
211
212         * Hand-apply ec3e6abf817b84d589f0782b01f5059dd3bf0953; only allow
213         even DCP audio channel counts between 2 and 16 inclusive.
214
215         * Hand-apply 3e3d3e46a74af7b3e6431033c7c80bd058c02cf6update;
216         full/play length in the timing panel when the DCP frame rate is
217         changed.
218
219 2015-03-24  Carl Hetherington  <cth@carlh.net>
220
221         * Hand-apply 31eafa8a121b8d341d198e4fe426ee843cc70167; add a note
222         to the timing panel to try to stop people changing the video frame
223         rate in the wrong circumstances.
224
225         * Hand-apply e30fd8d; resurrect JSON server code.
226
227         * Hand-apply 7ba9dcdbfe8f0d94ad9887843995c152c45dfe9e from master;
228         allow "deletion" of the audio part of a FFmpeg file from the
229         timeline; delete unmaps the audio (#316).
230
231 2015-02-25  Carl Hetherington  <cth@carlh.net>
232
233         * Version 2.0.41 released.
234
235 2015-02-10  c.hetherington  <cth@carlh.net>
236
237         * Default to no colour conversion for
238         JPEG2000 and DCP content (#445).
239
240 2015-02-06  Carl Hetherington  <cth@carlh.net>
241
242         * Version 2.0.40 released.
243
244 2015-02-06  Carl Hetherington  <cth@carlh.net>
245
246         * Version 2.0.39 released.
247
248 2015-01-31  Carl Hetherington  <cth@carlh.net>
249
250         * Fix error when using audio delay.
251
252 2015-01-30  Carl Hetherington  <cth@carlh.net>
253
254         * Fix update of preview when video fade changes.
255
256         * Hopefully fix black borders round the preview in
257         some cases.
258
259 2015-01-24  Carl Hetherington  <cth@carlh.net>
260
261         * Version 2.0.38 released.
262
263 2015-01-23  Carl Hetherington  <cth@carlh.net>
264
265         * Fix update checker.
266
267         * Scan a whole FFmpeg file if no duration is given
268         in its header.
269
270         * Fix flicker of SubRip subtitles in some cases.
271
272         * Version 2.0.37 released.
273
274 2015-01-21  Carl Hetherington  <cth@carlh.net>
275
276         * Version 2.0.36 released.
277
278 2015-01-21  Carl Hetherington  <cth@carlh.net>
279
280         * Fix differentiation between MXF-wrapped subtitles
281         and video/audio content.
282
283 2015-01-20  Carl Hetherington  <cth@carlh.net>
284
285         * Version 2.0.35 released.
286
287 2015-01-20  c.hetherington  <cth@carlh.net>
288
289         * More informative error when failing to decode
290         JPEG2000 files.
291
292 2015-01-15  Carl Hetherington  <cth@carlh.net>
293
294         * Version 2.0.34 released.
295
296 2015-01-15  Carl Hetherington  <cth@carlh.net>
297
298         * Version 2.0.33 released.
299
300 2015-01-15  Carl Hetherington  <cth@carlh.net>
301
302         * Version 2.0.32 released.
303
304 2015-01-15  Carl Hetherington  <cth@carlh.net>
305
306         * Version 2.0.31 released.
307
308 2015-01-15  Carl Hetherington  <cth@carlh.net>
309
310         * Version 2.0.30 released.
311
312 2015-01-11  Carl Hetherington  <cth@carlh.net>
313
314         * Version 2.0.29 released.
315
316 2015-01-11  Carl Hetherington  <cth@carlh.net>
317
318         * Version 2.0.28 released.
319
320 2015-01-07  Carl Hetherington  <cth@carlh.net>
321
322         * Version 2.0.27 released.
323
324 2015-01-07  Carl Hetherington  <cth@carlh.net>
325
326         * Version 2.0.26 released.
327
328 2015-01-04  Carl Hetherington  <cth@carlh.net>
329
330         * Fix loading of SMPTE XML subtitles which
331         are not MXF-wrapped.
332
333 2014-12-14  Carl Hetherington  <cth@carlh.net>
334
335         * Version 2.0.25 released.
336
337 2014-12-11  Carl Hetherington  <cth@carlh.net>
338
339         * Version 2.0.24 released.
340
341 2014-12-11  Carl Hetherington  <cth@carlh.net>
342
343         * Version 2.0.23 released.
344
345 2014-12-11  Carl Hetherington  <cth@carlh.net>
346
347         * Add a language property to subtitle content and use it
348         for the DCP subtitle's language specification.
349
350 2014-11-24  Carl Hetherington  <cth@carlh.net>
351
352         * Version 2.0.22 released.
353
354 2014-11-24  Carl Hetherington  <cth@carlh.net>
355
356         * Allow import of J2K image sequences.
357
358 2014-11-12  Carl Hetherington  <cth@carlh.net>
359
360         * Version 2.0.21 released.
361
362 2014-11-12  Carl Hetherington  <cth@carlh.net>
363
364         * Version 2.0.20 released.
365
366 2014-11-10  Carl Hetherington  <cth@carlh.net>
367
368         * Guess initial scale from the size of video
369         content images, taking pixel aspect ratio into
370         account where possible.
371
372 2014-11-07  c.hetherington  <cth@carlh.net>
373
374         * Add a hint if there is 3D content in a proposed 2D DCP.
375
376 2014-11-06  Carl Hetherington  <cth@carlh.net>
377
378         * Basic support for emailing a report of
379         a problem (#43).
380
381 2014-11-05  c.hetherington  <cth@carlh.net>
382
383         * Add a few more hints.
384
385 2014-10-30  Carl Hetherington  <cth@carlh.net>
386
387         * Version 2.0.19 released.
388
389 2014-10-30  Carl Hetherington  <cth@carlh.net>
390
391         * Fix mis-merge causing complete breakage
392         of the main window.
393
394 2014-10-28  Carl Hetherington  <cth@carlh.net>
395
396         * Version 2.0.18 released.
397
398 2014-10-26  Carl Hetherington  <cth@carlh.net>
399
400         * Version 2.0.17 released.
401
402 2014-11-02  Carl Hetherington  <cth@carlh.net>
403
404         * Be more tolerant of some FFmpeg audio decoding errors;
405         should fix #352.
406
407 2014-10-26  Carl Hetherington  <cth@carlh.net>
408
409         * Version 2.0.16 released.
410
411 2014-10-24  Carl Hetherington  <cth@carlh.net>
412
413         * Add a pause button for jobs.
414
415         * Experimental support for bypassing colourspace conversion (#266).
416
417         * Version 1.76.6 released.
418
419 2014-10-23  Carl Hetherington  <cth@carlh.net>
420
421         * Version 1.76.5 released.
422
423 2014-10-23  Carl Hetherington  <cth@carlh.net>
424
425         * Version 1.76.4 released.
426
427 2014-10-23  Carl Hetherington  <cth@carlh.net>
428
429         * Rename 'Add folder' to 'Add image sequence'
430         and add some tooltips.
431
432         * Move the "keep video in sequence" button into
433         the timeline dialogue.
434
435         * Fix mix-placement of content when using the "Down"
436         button to move it.
437
438 2014-10-22  Carl Hetherington  <cth@carlh.net>
439
440         * Version 2.0.15 released.
441
442 2014-10-22  Carl Hetherington  <cth@carlh.net>
443
444         * Version 1.76.3 released.
445
446 2014-10-22  Carl Hetherington  <cth@carlh.net>
447
448         * Fix bug where some files from iTunes would
449         be read as being at 90,000fps.
450
451 2014-10-20  Carl Hetherington  <cth@carlh.net>
452
453         * Version 1.76.2 released.
454
455 2014-10-19  Carl Hetherington  <cth@carlh.net>
456
457         * Add simple note of what audio resampling
458         will be done to the audio panel.
459
460 2014-10-16  Carl Hetherington  <cth@carlh.net>
461
462         * Version 1.75.2 released.
463
464 2014-10-16  Carl Hetherington  <cth@carlh.net>
465
466         * Version 1.75.1 released.
467
468 2014-10-16  Carl Hetherington  <cth@carlh.net>
469
470         * Version 1.75.0 released.
471
472 2014-10-14  Carl Hetherington  <cth@carlh.net>
473
474         * Version 1.74.3 released.
475
476 2014-10-08  c.hetherington  <cth@carlh.net>
477
478         * Make server finding more reliable when
479         there are more than a few servers.
480
481 2014-10-05  Carl Hetherington  <cth@carlh.net>
482
483         * Use a more sensible default position and size for
484         .srt subs.
485
486 2014-10-03  Carl Hetherington  <cth@carlh.net>
487
488         * Version 2.0.14 released.
489
490 2014-10-01  Carl Hetherington  <cth@carlh.net>
491
492         * Version 2.0.13 released.
493
494 2014-09-30  Carl Hetherington  <cth@carlh.net>
495
496         * Version 2.0.12 released.
497
498 2014-09-30  Carl Hetherington  <cth@carlh.net>
499
500         * Add basic video fade in/out.
501
502 2014-09-22  Carl Hetherington  <cth@carlh.net>
503
504         * Version 2.0.11 released.
505
506 2014-09-18  Carl Hetherington  <cth@carlh.net>
507
508         * Version 2.0.10 released.
509
510 2014-10-08  Carl Hetherington  <cth@carlh.net>
511
512         * Version 1.74.2 released.
513
514 2014-10-08  Carl Hetherington  <cth@carlh.net>
515
516         * Version 1.74.1 released.
517
518 2014-10-05  Carl Hetherington  <cth@carlh.net>
519
520         * Bump ffmpeg version.
521
522 2014-10-06  Carl Hetherington  <cth@carlh.net>
523
524         * Version 1.74.0 released.
525
526 2014-10-06  Carl Hetherington  <cth@carlh.net>
527
528         * Version 1.73.9 released.
529
530 2014-09-28  Carl Hetherington  <cth@carlh.net>
531
532         * Version 1.73.8 released.
533
534 2014-09-28  Carl Hetherington  <cth@carlh.net>
535
536         * Add a few key shortcuts.
537
538 2014-09-16  Carl Hetherington  <cth@carlh.net>
539
540         * Version 1.73.7 released.
541
542 2014-09-16  Carl Hetherington  <cth@carlh.net>
543
544         * Fix non-update of audio gain when changing selected content.
545
546 2014-09-14  Carl Hetherington  <cth@carlh.net>
547
548         * Version 1.73.6 released.
549
550 2014-09-14  Carl Hetherington  <cth@carlh.net>
551
552         * Version 1.73.5 released.
553
554 2014-09-14  Carl Hetherington  <cth@carlh.net>
555
556         * Update to nl_NL translation from Cherif Ben Brahim.
557
558 2014-09-12  Carl Hetherington  <cth@carlh.net>
559
560         * Version 2.0.9 released.
561
562 2014-09-12  Carl Hetherington  <cth@carlh.net>
563
564         * Add "re-examine" option to content context menu (#339).
565
566 2014-09-11  Carl Hetherington  <cth@carlh.net>
567
568         * Restore encoding optimisations for still-image sources.
569
570         * Add option to re-make signing chain with specified organisation,
571         common names etc. (#354)
572
573         * Allow separate X and Y scale for subtitles (#337).
574
575 2014-09-10  Carl Hetherington  <cth@carlh.net>
576
577         * Allow DCP names to be created using the ISDCF template and then
578         edited afterwards (#401).
579
580         * Fix hidden advanced preferences button in some locales.
581
582         * Version 2.0.8 released.
583
584 2014-09-10  Carl Hetherington  <cth@carlh.net>
585
586         * Fix loading of 1.x films.
587
588         * Fix crash on audio analysis in some cases.
589
590 2014-09-09  Carl Hetherington  <cth@carlh.net>
591
592         * Version 2.0.7 released.
593
594 2014-09-09  Carl Hetherington  <cth@carlh.net>
595
596         * Version 2.0.6 released.
597
598 2014-09-09  Carl Hetherington  <cth@carlh.net>
599
600         * Fix missing OS X dependencies.
601
602         * Use a different directory for DCP-o-matic 2
603         configuration (not the same as 1.x).
604
605 2014-09-08  Carl Hetherington  <cth@carlh.net>
606
607         * Version 2.0.5 released.
608
609         * Fix hidden advanced preferences button in some locales.
610
611 2014-09-08  Carl Hetherington  <cth@carlh.net>
612
613         * Fix failure to load Targa files.
614
615 2014-09-07  Carl Hetherington  <cth@carlh.net>
616
617         * Put no stretch / no scale in the set of choices for default
618         scale to.
619
620         * Fix a few bad fuzzy translations from the preferences dialog.
621
622 2014-09-03  Carl Hetherington  <cth@carlh.net>
623
624         * Fix server certificate downloads on OS X (#376).
625
626 2014-09-02  Carl Hetherington  <cth@carlh.net>
627
628         * Improve behaviour of batch converter window when it is shrunk (#338).
629
630 2014-09-01  Carl Hetherington  <cth@carlh.net>
631
632         * Version 1.73.1 released.
633
634 2014-08-31  Carl Hetherington  <cth@carlh.net>
635
636         * Remove configurable CPL <Creator> and use "DCP-o-matic (version) (git)"
637         instead.
638
639         * Fix lack of i18n of strings from src/lib/po on OS X.
640
641         * Give a hint when content and container aspect ratios are not
642         the same (#392).
643
644         * Add "copy" button to colour conversion presets editor (#399).
645
646         * Allow drag-and-drop of files onto the content list (#395).
647
648 2014-08-29  Carl Hetherington  <cth@carlh.net>
649
650         * Version 2.0.4 released.
651
652 2014-08-24  Carl Hetherington  <cth@carlh.net>
653
654         * Version 2.0.3 released.
655
656 2014-08-24  Carl Hetherington  <cth@carlh.net>
657
658         * Version 2.0.2 released.
659
660 2014-08-06  Carl Hetherington  <cth@carlh.net>
661
662         * Version 2.0.1 released.
663
664 2014-07-15  Carl Hetherington  <cth@carlh.net>
665
666         * A variety of changes were made on the 2.0 branch
667         but not documented in the ChangeLog.  Most sigificantly:
668
669         - DCP import
670         - Creation of DCPs with proper XML subtitles
671         - Import of .srt and .xml subtitles
672         - Audio processing framework (with some basic processors).
673
674 2014-03-07  Carl Hetherington  <cth@carlh.net>
675
676         * Add subtitle view.
677         * Some improvements to the manual.
678
679 2014-08-26  Carl Hetherington  <cth@carlh.net>
680
681         * Version 1.73.0 released.
682
683 2014-08-25  Carl Hetherington  <cth@carlh.net>
684
685         * Basic recent files list in the File menu.
686
687 2014-08-23  Carl Hetherington  <cth@carlh.net>
688
689         * Version 1.72.12 released.
690
691 2014-08-23  Carl Hetherington  <cth@carlh.net>
692
693         * Revert previous use of AVFormatContext::start_time when
694         computing the length of video.  I think this is wrong, and
695         causes bits to be missed off the end of videos (and other
696         problems).
697
698 2014-08-20  Carl Hetherington  <cth@carlh.net>
699
700         * Version 1.72.11 released.
701
702 2014-08-19  Carl Hetherington  <cth@carlh.net>
703
704         * Attempt to fix random crashes on OS X (especially during encodes)
705         thought to be caused by multiple threads using (different) stringstreams
706         at the same time; see src/lib/safe_stringstream.
707 >>>>>>> origin/master
708
709 2014-08-09  Carl Hetherington  <cth@carlh.net>
710
711         * Version 1.72.10 released.
712
713 2014-08-09  Carl Hetherington  <cth@carlh.net>
714
715         * Version 1.72.8 released.
716
717 2014-08-08  Carl Hetherington  <cth@carlh.net>
718
719         * Approximate support for changing timing details of multiple
720         bits of content at the same time.
721
722         * Allow removal of multiple bits of content at the same time.
723
724         * Version 1.72.7 released.
725
726 2014-08-04  Carl Hetherington  <cth@carlh.net>
727
728         * Add BCC option for KDM emails.
729
730 2014-07-29  Carl Hetherington  <cth@carlh.net>
731
732         * Version 1.72.5 released.
733
734 2014-07-17  Carl Hetherington  <cth@carlh.net>
735
736         * Fix corrupted text in job descriptions in some cases.
737
738         * Speculative fix for failure to keep Windows
739         machines awake during encodes.
740
741 2014-07-16  Carl Hetherington  <cth@carlh.net>
742
743         * Version 1.72.4 released.
744
745 2014-07-16  Carl Hetherington  <cth@carlh.net>
746
747         * Add default scaling setting to preferences (#384).
748
749         * Version 1.72.3 released.
750
751 2014-07-16  Carl Hetherington  <cth@carlh.net>
752
753         * Improve approximate time reports a bit.
754
755         * Make KDM email subject configurable.
756
757         * Updates to de_DE from Carsten Kurz.
758
759         * Limit allowed KDM types based on Interop/SMPTE setting
760         of DCP (#385).
761
762         * Updates to fr_FR from Grégoire Ausina.
763
764 2014-07-14  Carl Hetherington  <cth@carlh.net>
765
766         * Bump libdcp to get a new version which writes
767         <Hash> values to CPLs.
768
769 2014-07-10  Carl Hetherington  <cth@carlh.net>
770
771         * Version 1.72.2 released.
772 >>>>>>> origin/master
773
774 2014-07-10  Carl Hetherington  <cth@carlh.net>
775
776         * Try to fix corruption of KDM email setting in
777         some cases.
778
779         * Version 1.72.1 released.
780
781 2014-07-08  Carl Hetherington  <cth@carlh.net>
782
783         * Fix various problems with seek and content
784         being trimmed when its video frame rate is
785         overridden.
786
787 2014-07-02  Carl Hetherington  <cth@carlh.net>
788
789         * Updated de_DE translation from Carsten Kurz.
790
791 2014-06-30  Carl Hetherington  <cth@carlh.net>
792
793         * Version 1.72.0 released.
794
795 2014-06-28  Carl Hetherington  <cth@carlh.net>
796
797         * Version 1.71.2 released.
798
799 2014-06-28  Carl Hetherington  <cth@carlh.net>
800
801         * Version 1.71.1 released.
802
803 2014-06-28  Carl Hetherington  <cth@carlh.net>
804
805         * Fix crash on analysing audio (and possibly DCP creation) with
806         resampled content.
807
808 2014-06-27  Carl Hetherington  <cth@carlh.net>
809
810         * Version 1.71.0 released.
811
812 2014-06-27  Carl Hetherington  <cth@carlh.net>
813
814         * Fix up/down buttons in content list.
815
816 2014-06-26  Carl Hetherington  <cth@carlh.net>
817
818         * Version 1.70.1 released.
819
820 2014-06-26  Carl Hetherington  <cth@carlh.net>
821
822         * Support different KDM formulations.
823
824         * Allow override of detected video frame rates.
825
826         * Optimisation of uncertain effect to encoder and server
827         thread handling.
828
829         * Version 1.70.0 released.
830
831 2014-06-25  Carl Hetherington  <cth@carlh.net>
832
833         * Version 1.69.37 released.
834
835 2014-06-25  Carl Hetherington  <cth@carlh.net>
836
837         * Version 1.69.36 released.
838
839 2014-06-25  Carl Hetherington  <cth@carlh.net>
840
841         * Support pixel format 46 in make_black().
842
843 2014-06-24  Carl Hetherington  <cth@carlh.net>
844
845         * Re-assign timeline tracks when things are
846         moved about.
847
848 2014-06-23  Carl Hetherington  <cth@carlh.net>
849
850         * Try harder to cope with DCP names specified
851         already in CamelCase.
852
853         * Add option to CC a KDM email, and add
854         $SCREENS and $CINEMA_NAME as variables
855         in the email.
856
857 2014-06-22  Carl Hetherington  <cth@carlh.net>
858
859         * Reset-to-default button for KDM email text.
860
861         * Version 1.69.35 released.
862
863 2014-06-22  Carl Hetherington  <cth@carlh.net>
864
865         * Fix large memory leak with image sources.
866
867 2014-06-21  Carl Hetherington  <cth@carlh.net>
868
869         * Move email config into the KDM email page.
870
871         * Version 1.69.34 released.
872
873 2014-06-21  Carl Hetherington  <cth@carlh.net>
874
875         * Version 1.69.33 released.
876
877 2014-06-21  Carl Hetherington  <cth@carlh.net>
878
879         * Version 1.69.32 released.
880
881 2014-06-21  Carl Hetherington  <cth@carlh.net>
882
883         * Version 1.69.31 released.
884
885 2014-06-20  Carl Hetherington  <cth@carlh.net>
886
887         * Version 1.69.30 released.
888
889 2014-06-20  Carl Hetherington  <cth@carlh.net>
890
891         * Updates to de_DE translation from Carsten Kurz.
892
893 2014-06-18  Carl Hetherington  <cth@carlh.net>
894
895         * Version 1.69.29 released.
896
897 2014-06-18  Carl Hetherington  <cth@carlh.net>
898
899         * Fix thinko causing incorrect audio sample rates in some cases.
900
901 2014-06-15  Carl Hetherington  <cth@carlh.net>
902
903         * Version 1.69.28 released.
904
905 2014-06-12  Carl Hetherington  <cth@carlh.net>
906
907         * Version 1.69.27 released.
908
909 2014-06-12  Carl Hetherington  <cth@carlh.net>
910
911         * Add Content menu with "scale to fit width" and "scale
912         to fit height" options.
913
914         * Version 1.69.26 released.
915
916 2014-06-12  Carl Hetherington  <cth@carlh.net>
917
918         * Fix bug where DCP-o-matic does not recreate video after
919         subtitles are turned on or off.
920
921 2014-06-10  Carl Hetherington  <cth@carlh.net>
922
923         * Support ISDCF naming convention version 9 (#257).
924
925         * Rename DCI to ISDCF when talking about the digital cinema
926         naming convention (#362).
927
928         * Fix crash when opening the timeline with no content (#369).
929
930 2014-06-09  Carl Hetherington  <cth@carlh.net>
931
932         * Fix server/client with non-RGB24 sources.
933
934         * Version 1.69.25 released.
935
936 2014-06-09  Carl Hetherington  <cth@carlh.net>
937
938         * Make audio gain a floating-point value in the UI (#367).
939
940         * Work-around out-of-memory crashes with large start trims (#252).
941
942         * Version 1.69.24 released.
943
944 2014-06-06  Carl Hetherington  <cth@carlh.net>
945
946         * Version 1.69.23 released.
947
948 2014-06-05  Carl Hetherington  <cth@carlh.net>
949
950         * Version 1.69.22 released.
951
952 2014-06-05  Carl Hetherington  <cth@carlh.net>
953
954         * Large speed-up to multi-image source file decoding.
955
956         * Back-port changes from v2 which work out how separate
957         audio files should be resampled by looking at the video
958         files which are present at the same time.
959
960 2014-06-03  Carl Hetherington  <cth@carlh.net>
961
962         * Version 1.69.21 released.
963
964 2014-06-03  Carl Hetherington  <cth@carlh.net>
965
966         * Fix bad resampling of separate sound file sources that
967         have specified video frame rates.
968
969         * Version 1.69.20 released.
970
971 2014-06-03  Carl Hetherington  <cth@carlh.net>
972
973         * Re-calculate and update audio plots when the mapping is changed.
974
975         * Change the -3dB preset to -6dB since we are talking about
976         amplitude, not power.
977
978         * Version 1.69.19 released.
979
980 2014-06-02  Carl Hetherington  <cth@carlh.net>
981
982         * Empirical hack to prevent over-read of array
983         by libswscale; may fix crashes at the start of
984         DCP encodes.
985
986 2014-05-29  Carl Hetherington  <cth@carlh.net>
987
988         * Version 1.69.18 released.
989
990 2014-05-28  Carl Hetherington  <cth@carlh.net>
991
992         * Version 1.69.17 released.
993
994 2014-05-28  Carl Hetherington  <cth@carlh.net>
995
996         * Version 1.69.16 released.
997
998 2014-05-28  Carl Hetherington  <cth@carlh.net>
999
1000         * Rework KDM generation to be about CPLs rather than DCPs,
1001         and allow specification of any CPL to generate KDMs for.
1002
1003         Requested-by: Richard Turner
1004
1005 2014-05-27  Carl Hetherington  <cth@carlh.net>
1006
1007         * Version 1.69.15 released.
1008
1009 2014-05-26  Carl Hetherington  <cth@carlh.net>
1010
1011         * Version 1.69.14 released.
1012
1013 2014-05-26  Carl Hetherington  <cth@carlh.net>
1014
1015         * Fix problems with non-zero FFmpeg content start times.
1016
1017 2014-05-24  Carl Hetherington  <cth@carlh.net>
1018
1019         * Version 1.69.13 released.
1020
1021 2014-05-24  Carl Hetherington  <cth@carlh.net>
1022
1023         * Fix problems with log setup from config.
1024
1025 2014-05-23  Carl Hetherington  <cth@carlh.net>
1026
1027         * Version 1.69.12 released.
1028
1029 2014-05-22  Carl Hetherington  <cth@carlh.net>
1030
1031         * Version 1.69.11 released.
1032
1033 2014-05-21  Carl Hetherington  <cth@carlh.net>
1034
1035         * Version 1.69.10 released.
1036
1037 2014-05-21  Carl Hetherington  <cth@carlh.net>
1038
1039         * Tidy up logging a bit and make it configurable from the GUI
1040         (moving a few things into an Advanced preferences tab at
1041         the same time).
1042
1043 2014-05-19  Carl Hetherington  <cth@carlh.net>
1044
1045         * Version 1.69.9 released.
1046
1047 2014-05-19  Carl Hetherington  <cth@carlh.net>
1048
1049         * Decode image sources in the multi-threaded part
1050         of the transcoder, rather than the single-threaded.
1051
1052 2014-05-16  Carl Hetherington  <cth@carlh.net>
1053
1054         * Version 1.69.8 released.
1055
1056 2014-05-16  Carl Hetherington  <cth@carlh.net>
1057
1058         * Fix various confusions in translations of abbreviated
1059         channel names (Lc, Rc etc.)
1060
1061 2014-05-14  Carl Hetherington  <cth@carlh.net>
1062
1063         * Version 1.69.7 released.
1064
1065 2014-05-14  Carl Hetherington  <cth@carlh.net>
1066
1067         * Bump libdcp to remove checks on PCM MXF edit rates,
1068         so we can generate strange ones in DCP-o-matic.
1069
1070 2014-05-13  Carl Hetherington  <cth@carlh.net>
1071
1072         * Version 1.69.6 released.
1073
1074 2014-05-13  Carl Hetherington  <cth@carlh.net>
1075
1076         * Remove artificial 100fps limit when using
1077         "any" DCP frame rate.
1078
1079 2014-05-12  Carl Hetherington  <cth@carlh.net>
1080
1081         * Version 1.69.5 released.
1082
1083 2014-05-12  Carl Hetherington  <cth@carlh.net>
1084
1085         * Add option to use any DCP frame rate, rather than just
1086         the "allowed" set.
1087
1088         * Version 1.69.4 released.
1089
1090 2014-05-12  Carl Hetherington  <cth@carlh.net>
1091
1092         * Version 1.69.3 released.
1093
1094 2014-05-12  Carl Hetherington  <cth@carlh.net>
1095
1096         * Use libdcp::raw_convert instead of boost::lexical_cast and
1097         LocaleGuard, hopefully to fix large numbers being written with
1098         thousands separators on some locales.
1099
1100 2014-05-10  Carl Hetherington  <cth@carlh.net>
1101
1102         * Version 1.69.2 released.
1103
1104 2014-05-10  Carl Hetherington  <cth@carlh.net>
1105
1106         * Fix setup of the libswresample context to work with high channel counts.
1107
1108 2014-05-09  Carl Hetherington  <cth@carlh.net>
1109
1110         * Version 1.69.1 released.
1111
1112 2014-05-09  Carl Hetherington  <cth@carlh.net>
1113
1114         * Fix crash on using content with more than 12 audio channels.
1115
1116         * Re-introduce ffprobe call when adding content.
1117
1118 2014-05-05  Carl Hetherington  <cth@carlh.net>
1119
1120         * Version 1.69.0 released.
1121
1122 2014-05-02  Carl Hetherington  <cth@carlh.net>
1123
1124         * Version 1.68.0 released.
1125
1126 2014-04-29  Carl Hetherington  <cth@carlh.net>
1127
1128         * Version 1.67.1 released.
1129
1130 2014-04-29  Carl Hetherington  <cth@carlh.net>
1131
1132         * Version 1.67.0 released.
1133
1134 2014-04-27  Carl Hetherington  <cth@carlh.net>
1135
1136         * Version 1.66.16 released.
1137
1138 2014-04-27  Carl Hetherington  <cth@carlh.net>
1139
1140         * Add .dpx to the list of acceptable image files.
1141
1142         * Slightly better handling of uncaught exceptions.
1143
1144         * Use our own directory picker on 14.04 (as well as 13.04 and 13.10) as
1145         it appears that the same bug remains.
1146
1147 2014-04-25  Carl Hetherington  <cth@carlh.net>
1148
1149         * Version 1.66.15 released.
1150
1151 2014-04-25  Carl Hetherington  <cth@carlh.net>
1152
1153         * Fix subtitle display when the next subtitle is decoded before the previous
1154         one has finished.
1155
1156 2014-04-24  Carl Hetherington  <cth@carlh.net>
1157
1158         * Version 1.66.14 released.
1159
1160 2014-04-23  Carl Hetherington  <cth@carlh.net>
1161
1162         * Version 1.66.13 released.
1163
1164 2014-04-21  Carl Hetherington  <cth@carlh.net>
1165
1166         * Update to es_ES translation from Manuel AC.
1167
1168         * Update to fr_FR translation from Thierry Journet.
1169
1170 2014-04-17  Carl Hetherington  <cth@carlh.net>
1171
1172         * Fix update of the gain control when using the gain calculator
1173         dialog.
1174
1175         * Version 1.66.12 released.
1176
1177 2014-04-07  Carl Hetherington  <cth@carlh.net>
1178
1179         * Version 1.66.11 released.
1180
1181 2014-04-07  Carl Hetherington  <cth@carlh.net>
1182
1183         * Updated fr_FR translation from Thierry Journet. 
1184
1185 2014-04-02  Carl Hetherington  <cth@carlh.net>
1186
1187         * Version 1.66.10 released.
1188
1189 2014-04-01  Carl Hetherington  <cth@carlh.net>
1190
1191         * Basic support for separate left/right-eye files or directories
1192         for 3D.
1193
1194 2014-03-30  Carl Hetherington  <cth@carlh.net>
1195
1196         * Version 1.66.9 released.
1197
1198 2014-03-30  Carl Hetherington  <cth@carlh.net>
1199
1200         * Version 1.66.8 released.
1201
1202         * nl_NL translation from Theo Kooijmans.
1203
1204 2014-03-27  Carl Hetherington  <cth@carlh.net>
1205
1206         * Auto-save film metadata before starting DCP encode.
1207
1208 2014-03-25  Carl Hetherington  <cth@carlh.net>
1209
1210         * Add support for downloading Doremi server certificates.
1211
1212 2014-03-24  Carl Hetherington  <cth@carlh.net>
1213
1214         * Version 1.66.7 released.
1215
1216 2014-03-24  Carl Hetherington  <cth@carlh.net>
1217
1218         * Fix error on creating DCPs without audio.
1219
1220 2014-03-23  Carl Hetherington  <cth@carlh.net>
1221
1222         * Version 1.66.6 released.
1223
1224 2014-03-23  Carl Hetherington  <cth@carlh.net>
1225
1226         * Attempt to fix format string specifier error on Windows.
1227
1228         * Version 1.66.5 released.
1229
1230 2014-03-22  Carl Hetherington  <cth@carlh.net>
1231
1232         * Version 1.66.4 released.
1233
1234 2014-03-22  Carl Hetherington  <cth@carlh.net>
1235
1236         * Allow specification of the video frame rate that a sound file
1237         was prepared for.
1238
1239         * Another attempt to fix colour conversion dialog strange behaviour
1240         on OS X.
1241
1242 2014-03-18  Carl Hetherington  <cth@carlh.net>
1243
1244         * Version 1.66.3 released.
1245
1246 2014-03-18  Carl Hetherington  <cth@carlh.net>
1247
1248         * Fix bad rounding of timecodes.
1249
1250         * Tentative support for 3D from alternate frames of the source.
1251
1252 2014-03-17  Carl Hetherington  <cth@carlh.net>
1253
1254         * Improve behaviour of the position slider at the end of films.
1255
1256         * Version 1.66.2 released.
1257
1258 2014-03-17  Carl Hetherington  <cth@carlh.net>
1259
1260         * Improve appearance of config dialog on OS X.
1261
1262 2014-03-15  Carl Hetherington  <cth@carlh.net>
1263
1264         * Improve appearance of new film and KDM dialogs on OS X.
1265
1266         * Fix KDM dialog to predictably set up its initial range to
1267         a week from now.
1268
1269         * Remove support for FFmpeg post-processing filters as they apparently
1270         do not support > 8bpp.  I don't think they are worth the pain of
1271         quantizing and then telling the user what has happened.
1272
1273 2014-03-12  Carl Hetherington  <cth@carlh.net>
1274
1275         * Version 1.66.1 released.
1276
1277 2014-03-12  Carl Hetherington  <cth@carlh.net>
1278
1279         * Hopefully fix i18n on OS X (#324).
1280
1281 2014-03-10  Carl Hetherington  <cth@carlh.net>
1282
1283         * Version 1.66.0 released.
1284
1285 2014-03-09  Carl Hetherington  <cth@carlh.net>
1286
1287         * Version 1.65.2 released.
1288
1289 2014-03-09  Carl Hetherington  <cth@carlh.net>
1290
1291         * Restore old behaviour of "no-stretch" mode with crop.
1292
1293         * Fix display of no-scale display mode in the player.
1294
1295 2014-03-08  Carl Hetherington  <cth@carlh.net>
1296
1297         * Version 1.65.1 released.
1298
1299 2014-03-08  Carl Hetherington  <cth@carlh.net>
1300
1301         * Fix incorrect audio analyses on multiple-stream content.
1302
1303         * Support for unsigned 8-bit audio (hmm!).
1304
1305 2014-03-06  Carl Hetherington  <cth@carlh.net>
1306
1307         * Version 1.65.0 released.
1308
1309 2014-03-05  Carl Hetherington  <cth@carlh.net>
1310
1311         * Version 1.64.19 released.
1312
1313 2014-03-05  Carl Hetherington  <cth@carlh.net>
1314
1315         * Bump maximum audio channels to 12 so that we can
1316         (crudely at least) get BsL/BsR.
1317
1318 2014-03-04  Carl Hetherington  <cth@carlh.net>
1319
1320         * Version 1.64.18 released.
1321
1322 2014-03-04  Carl Hetherington  <cth@carlh.net>
1323
1324         * Add option to disable all scaling of the input video.
1325
1326 2014-03-03  Carl Hetherington  <cth@carlh.net>
1327
1328         * Fix rounding of timecodes in at least some cases (#323).
1329
1330         * Try to prevent OS X from sleeping during DCP encode.
1331
1332 2014-02-26  Carl Hetherington  <cth@carlh.net>
1333
1334         * Version 1.64.17 released.
1335
1336 2014-02-26  Carl Hetherington  <cth@carlh.net>
1337
1338         * Fix missing RMS audio analysis plots in some cases.
1339
1340         * Fix failure to load sound files with
1341         non-ASCII paths.
1342
1343 2014-02-23  Carl Hetherington  <cth@carlh.net>
1344
1345         * Version 1.64.16 released.
1346
1347 2014-02-23  Carl Hetherington  <cth@carlh.net>
1348
1349         * Bump ffmpeg library to git head to fix problems with
1350         misrecognised frame rates in some MOV files.
1351
1352 2014-02-20  Carl Hetherington  <cth@carlh.net>
1353
1354         * Version 1.64.15 released.
1355
1356 2014-02-20  Carl Hetherington  <cth@carlh.net>
1357
1358         * Basic support for 7.1 / HI/VI audio tracks.
1359
1360 2014-02-19  Carl Hetherington  <cth@carlh.net>
1361
1362         * Add some basic JSON stuff.
1363
1364 2014-02-18  Carl Hetherington  <cth@carlh.net>
1365
1366         * Version 1.64.14 released.
1367
1368 2014-02-18  Carl Hetherington  <cth@carlh.net>
1369
1370         * Version 1.64.13 released.
1371
1372 2014-02-12  Carl Hetherington  <cth@carlh.net>
1373
1374         * Make the batch converter remember its last directory
1375         for the film picker (#318).
1376
1377         * Add dcpomatic_batch to OS X .app.
1378
1379 2014-02-11  Carl Hetherington  <cth@carlh.net>
1380
1381         * Version 1.64.12 released.
1382
1383 2014-02-11  Carl Hetherington  <cth@carlh.net>
1384
1385         * Be more careful when catching exceptions from KDM creation.
1386
1387 2014-02-10  Carl Hetherington  <cth@carlh.net>
1388
1389         * Version 1.64.11 released.
1390
1391 2014-02-10  Carl Hetherington  <cth@carlh.net>
1392
1393         * Version 1.64.10 released.
1394
1395 2014-02-10  Carl Hetherington  <cth@carlh.net>
1396
1397         * Try to fix Centos RPM dependencies.
1398
1399         * Version 1.64.9 released.
1400
1401 2014-02-10  Carl Hetherington  <cth@carlh.net>
1402
1403         * Version 1.64.8 released.
1404
1405 2014-02-09  Carl Hetherington  <cth@carlh.net>
1406
1407         * Build with a more careful version of libopenjpeg that handles
1408         out-of-memory conditions slightly better.
1409
1410         * Possibly fix repeated no route to host errors in some cases.
1411
1412         * Some small bits of increased low-memory stability.
1413
1414         * Version 1.64.7 released.
1415
1416 2014-02-08  Carl Hetherington  <cth@carlh.net>
1417
1418         * Fix exception when seeking with missing content (part of #317).
1419
1420         * Version 1.64.6 released.
1421
1422 2014-02-08  Carl Hetherington  <cth@carlh.net>
1423
1424         * Version 1.64.5 released.
1425
1426 2014-02-08  Carl Hetherington  <cth@carlh.net>
1427
1428         * Version 1.64.4 released.
1429
1430 2014-02-08  Carl Hetherington  <cth@carlh.net>
1431
1432         * Version 1.64.3 released.
1433
1434 2014-02-08  Carl Hetherington  <cth@carlh.net>
1435
1436         * Bump libdcp version to get some fixes for Interop XML.
1437
1438 2014-02-07  Carl Hetherington  <cth@carlh.net>
1439
1440         * Add basic stuff to build RPMs for Centos.
1441
1442 2014-02-05  Carl Hetherington  <cth@carlh.net>
1443
1444         * Version 1.64.2 released.
1445
1446 2014-02-05  Carl Hetherington  <cth@carlh.net>
1447
1448         * A variety of fixes to small problems found by Coverity.
1449
1450 2014-02-05  Carl Hetherington  <cth@carlh.net>
1451
1452         * Version 1.64.1 released.
1453
1454 2014-02-05  Carl Hetherington  <cth@carlh.net>
1455
1456         * Updates to it_IT translation from William Fanelli.
1457
1458 2014-02-02  Carl Hetherington  <cth@carlh.net>
1459
1460         * Version 1.64.0 released.
1461
1462 2014-01-29  Carl Hetherington  <cth@carlh.net>
1463
1464         * Version 1.63.8 released.
1465
1466 2014-01-29  Carl Hetherington  <cth@carlh.net>
1467
1468         * Add subtitle X offset option.
1469
1470         * Fix missing subtitles when subtitled content is at a non-zero position.
1471
1472 2014-01-28  Carl Hetherington  <cth@carlh.net>
1473
1474         * Use Mbit/s instead of the incorrect MBps.
1475
1476         * Version 1.63.7 released.
1477
1478 2014-01-28  Carl Hetherington  <cth@carlh.net>
1479
1480         * Try to prevent Windows machines going to sleep during encodes.
1481
1482         * Add option to not install main program / server on Windows.
1483
1484 2014-01-26  Carl Hetherington  <cth@carlh.net>
1485
1486         * Change default JPEG2000 bandwith to 100MBps.
1487
1488         * Updated fr_FR translation from Theirry Journet.
1489
1490 2014-01-24  Carl Hetherington  <cth@carlh.net>
1491
1492         * Try to fix repeatedly-reported exceptions.
1493
1494 2014-01-23  Carl Hetherington  <cth@carlh.net>
1495
1496         * Version 1.63.6 released.
1497
1498 2014-01-23  Carl Hetherington  <cth@carlh.net>
1499
1500         * Fix recovery of DCP encoding after a crash with a 3D DCP.
1501
1502 2014-01-21  Carl Hetherington  <cth@carlh.net>
1503
1504         * Version 1.63.5 released.
1505
1506 2014-01-21  Carl Hetherington  <cth@carlh.net>
1507
1508         * Potentially major fix for bad A/V sync.
1509
1510 2014-01-19  Carl Hetherington  <cth@carlh.net>
1511
1512         * Version 1.63.4 released.
1513
1514 2014-01-19  Carl Hetherington  <cth@carlh.net>
1515
1516         * Updated sv_SE translation from Adam Klotblixt.
1517
1518 2014-01-15  Carl Hetherington  <cth@carlh.net>
1519
1520         * Version 1.63.3 released.
1521
1522 2014-01-15  Carl Hetherington  <cth@carlh.net>
1523
1524         * Hopefully fix badly-labelled MXFs when in Interop mode.
1525
1526 2014-01-14  Carl Hetherington  <cth@carlh.net>
1527
1528         * Version 1.63.2 released.
1529
1530 2014-01-14  Carl Hetherington  <cth@carlh.net>
1531
1532         * Fix problems with adding new soundtracks to FFmpeg content with
1533         no audio track.
1534
1535         * Updated de_DE translation from Markus Raab.
1536
1537         * Version 1.63.1 released.
1538
1539 2014-01-14  Carl Hetherington  <cth@carlh.net>
1540
1541         * Try to fix subtitle problems when the video frame rate is being changed
1542         from content to DCP.
1543
1544 2014-01-13  Carl Hetherington  <cth@carlh.net>
1545
1546         * Change 4:3 and 5:3 ratios to be precise rather than 1.33:1 and 1.66:1, and
1547         also tweak 1.19:1 (#306).
1548
1549         * Version 1.63.0 released.
1550
1551 2014-01-12  Carl Hetherington  <cth@carlh.net>
1552
1553         * Fix crashes when using -3dB options in locales with a , decimal separator.
1554
1555         * Version 1.62.3 released.
1556
1557 2014-01-11  Carl Hetherington  <cth@carlh.net>
1558
1559         * Hopefully fix error on restarting a cancelled transcode job
1560         on Windows.
1561
1562 2014-01-10  Carl Hetherington  <cth@carlh.net>
1563
1564         * Version 1.62.2 released.
1565
1566 2014-01-10  Carl Hetherington  <cth@carlh.net>
1567
1568         * Version 1.62.1 released.
1569
1570 2014-01-10  Carl Hetherington  <cth@carlh.net>
1571
1572         * Version 1.62.0 released.
1573
1574 2014-01-10  Carl Hetherington  <cth@carlh.net>
1575
1576         * Try to stop the queue of things to write filling up excessively
1577         on fast CPUs.
1578
1579         * Try to fix double "are you sure" prompt on quitting with active jobs.
1580
1581         * Version 1.61.2 released.
1582
1583 2014-01-09  Carl Hetherington  <cth@carlh.net>
1584
1585         * Version 1.61.1 released.
1586
1587 2014-01-09  Carl Hetherington  <cth@carlh.net>
1588
1589         * Version 1.61.0 released.
1590
1591 2014-01-09  Carl Hetherington  <cth@carlh.net>
1592
1593         * Hopefully fix somewhat inexplicable inability of Windows to open
1594         new files on top of old ones in some circumstances (with audio
1595         MXFs).
1596
1597         * Version 1.60 released.
1598
1599 2014-01-09  Carl Hetherington  <cth@carlh.net>
1600
1601         * More fixes for slow-downs on fast computers.
1602
1603 2014-01-08  Carl Hetherington  <cth@carlh.net>
1604
1605         * Version 1.59 released.
1606
1607 2014-01-07  Carl Hetherington  <cth@carlh.net>
1608
1609         * Version 1.58 released.
1610
1611 2014-01-07  Carl Hetherington  <cth@carlh.net>
1612
1613         * Fix Windows build of FFmpeg to link against zlib, which fixes parsing
1614         of some .mov files.
1615
1616         * Very primitive check-for-updates feature added.
1617
1618         * Allow still-moving-image sources to have their frame rate specified.
1619
1620 2014-01-06  Carl Hetherington  <cth@carlh.net>
1621
1622         * Basics of per-channel audio gain (#247).
1623
1624         * Give a warning on make DCP if it seems unlikely that the disk
1625         will have enough space to store the finished DCP (#92).
1626
1627         * Make sure forced languages override the environment for gettext()
1628         as well as wxWidgets' i18n code (#108).
1629
1630         * Bump libdcp version to get a fix for VOLINDEX/ASSETMAP file extensions
1631         with interop (#206).
1632
1633         * Fix subtitle colouring (#152).
1634
1635         * Fix mis-timed subtitles when there is a non-zero video PTS offset.
1636
1637         * Remove seemingly unnecessary checks on image directories.
1638
1639         * Leave DCP directory creation until the last minute to help
1640         avoid half-eaten directories being left around (#174).
1641
1642 2014-01-05  Carl Hetherington  <cth@carlh.net>
1643
1644         * Version 1.57 released.
1645
1646 2014-01-05  Carl Hetherington  <cth@carlh.net>
1647
1648         * Use _fseeki64 on Windows when reading content files.
1649
1650         * Various small fixes to i18n.
1651
1652 2014-01-03  Carl Hetherington  <cth@carlh.net>
1653
1654         * Version 1.56 released.
1655
1656 2014-01-03  Carl Hetherington  <cth@carlh.net>
1657
1658         * Version 1.55 released.
1659
1660 2014-01-03  Carl Hetherington  <cth@carlh.net>
1661
1662         * New de_DE translation from Markus Raab.
1663
1664         * Work-around mysterious call of pure virtual method inside boost.
1665
1666 2014-01-01  Carl Hetherington  <cth@carlh.net>
1667
1668         * Bump ffmpeg version.
1669
1670 2013-12-30  Carl Hetherington  <cth@carlh.net>
1671
1672         * Version 1.54 released.
1673
1674 2013-12-30  Carl Hetherington  <cth@carlh.net>
1675
1676         * Put catches around a few threads which could have uncaught exceptions.
1677
1678         * Add nascent dcpomatic_create command-line program to create films.
1679
1680 2013-12-29  Carl Hetherington  <cth@carlh.net>
1681
1682         * Version 1.53 released.
1683
1684 2013-12-29  Carl Hetherington  <cth@carlh.net>
1685
1686         * Fix failure to load content from directories with non-Latin names.
1687
1688 2013-12-28  Carl Hetherington  <cth@carlh.net>
1689
1690         * Speculative fix for "find missing" not working on OS X (#255).
1691
1692         * Fix failure to load films with missing still image content (#300).
1693
1694 2013-12-27  Carl Hetherington  <cth@carlh.net>
1695
1696         * Fix non-update of video information on changing DCP resolution (#299).
1697
1698         * Version 1.52 released.
1699
1700 2013-12-27  Carl Hetherington  <cth@carlh.net>
1701
1702         * More speculative fixes for 4K.
1703
1704 2013-12-23  Carl Hetherington  <cth@carlh.net>
1705
1706         * Version 1.51 released.
1707
1708 2013-12-23  Carl Hetherington  <cth@carlh.net>
1709
1710         * A couple of potential fixes for 4K.
1711
1712         * Version 1.50 released.
1713
1714 2013-12-23  Carl Hetherington  <cth@carlh.net>
1715
1716         * Version 1.49 released.
1717
1718 2013-12-23  Carl Hetherington  <cth@carlh.net>
1719
1720         * Version 1.48 released.
1721
1722 2013-12-23  Carl Hetherington  <cth@carlh.net>
1723
1724         * Add TLS/SSL support to KDM email sending.
1725
1726 2013-12-23  Carl Hetherington  <cth@carlh.net>
1727
1728         * Version 1.47 released.
1729
1730 2013-12-23  Carl Hetherington  <cth@carlh.net>
1731
1732         * Add $START_TIME and $END_TIME as variables for the KDM email.
1733
1734         * Add top/bottom option for 3D frames.
1735
1736 2013-12-20  Carl Hetherington  <cth@carlh.net>
1737
1738         * Add configuration option for default audio delay (#276).
1739
1740         * Version 1.46 released.
1741
1742 2013-12-19  Carl Hetherington  <cth@carlh.net>
1743
1744         * Version 1.45 released.
1745
1746 2013-12-19  Carl Hetherington  <cth@carlh.net>
1747
1748         * Bump libdcp version again for a crash fix for 32-bit Windows,
1749         and also for problems generating certificate chains.
1750
1751 2013-12-18  Carl Hetherington  <cth@carlh.net>
1752
1753         * Version 1.44 released.
1754
1755 2013-12-18  Carl Hetherington  <cth@carlh.net>
1756
1757         * Bump libdcp version again for a fix to XML validity for 3D.
1758
1759         * Version 1.43 released.
1760
1761 2013-12-18  Carl Hetherington  <cth@carlh.net>
1762
1763         * Update libdcp version to get fix for 3D IntrinsicDuration.
1764
1765         * Fix progress reporting when making 3D DCPs.
1766
1767         * Fix non-update of display when changing video frame type (2D,
1768         3D left/right etc.)
1769
1770         * Restore video information in video tab when using still images.
1771
1772         * Hopefully fix exception on new film in some strange cases.
1773
1774 2013-12-09  Carl Hetherington  <cth@carlh.net>
1775
1776         * Version 1.42 released.
1777
1778 2013-12-09  Carl Hetherington  <cth@carlh.net>
1779
1780         * Fix make_black for pixel format 7 (#288).
1781
1782 2013-12-08  Carl Hetherington  <cth@carlh.net>
1783
1784         * Fix display update when removing content (#281).
1785
1786 2013-12-07  Carl Hetherington  <cth@carlh.net>
1787
1788         * Version 1.41 released.
1789
1790 2013-12-05  Carl Hetherington  <cth@carlh.net>
1791
1792         * Improve the correctness of lengths reported by sound files to fix
1793         short DCPs when using non-DCI-rate sound files with stills.
1794
1795 2013-12-04  Carl Hetherington  <cth@carlh.net>
1796
1797         * Make signatures optional (#273).
1798
1799         * Only do scale/crop/window/subtitle overlay if a frame is going
1800         to be encoded for the DCP.
1801
1802         * Several optimisations to video processing, which should
1803         speed up the player a bit.
1804
1805 2013-12-03  Carl Hetherington  <cth@carlh.net>
1806
1807         * Add "play length" control to avoid having to do arithmetic to
1808         get end-trims right in some cases (#261).
1809
1810 2013-12-02  Carl Hetherington  <cth@carlh.net>
1811
1812         * Fix breakage to adding multiple files at the same time.
1813
1814         * Fix crash on double-click of "show audio" button (#278).
1815
1816         * Version 1.40 released.
1817
1818 2013-12-02  Carl Hetherington  <cth@carlh.net>
1819
1820         * Fix problems with FFmpeg files that have all-zero stream IDs.
1821
1822         * Fix crash on checking non-existing frame info
1823         files.
1824
1825         * Fix erroneous disabling of timing panel with
1826         audio-only sources.
1827
1828 2013-11-30  Carl Hetherington  <cth@carlh.net>
1829
1830         * Version 1.39 released.
1831
1832 2013-11-30  Carl Hetherington  <cth@carlh.net>
1833
1834         * Fix windows build.
1835
1836 2013-11-29  Carl Hetherington  <cth@carlh.net>
1837
1838         * Version 1.38 released.
1839
1840 2013-11-29  Carl Hetherington  <cth@carlh.net>
1841
1842         * Add option to join input files together
1843         to help with multiple VOB files from DVDs.
1844
1845         * Fix build for 32-bit versions of OS X.
1846
1847 2013-11-27  Carl Hetherington  <cth@carlh.net>
1848
1849         * Version 1.37 released.
1850
1851 2013-11-27  Carl Hetherington  <cth@carlh.net>
1852
1853         * Version 1.36 released.
1854
1855 2013-11-27  Carl Hetherington  <cth@carlh.net>
1856
1857         * Version 1.35 released.
1858
1859 2013-11-26  Carl Hetherington  <cth@carlh.net>
1860
1861         * Updated fr_FR translation from Lilian Lefranc.
1862
1863         * A whole load of fixes for lots of bugs when handling filenames
1864         using non-Latin characters on Windows.
1865
1866 2013-11-22  Carl Hetherington  <cth@carlh.net>
1867
1868         * Version 1.34 released.
1869
1870 2013-11-22  Carl Hetherington  <cth@carlh.net>
1871
1872         * Fix both OS X and Windows installers.
1873
1874 2013-11-21  Carl Hetherington  <cth@carlh.net>
1875
1876         * Version 1.33 released.
1877
1878 2013-11-21  Carl Hetherington  <cth@carlh.net>
1879
1880         * Fix Ubuntu 13.04 build.
1881
1882 2013-11-20  Carl Hetherington  <cth@carlh.net>
1883
1884         * Version 1.32 released.
1885
1886 2013-11-20  Carl Hetherington  <cth@carlh.net>
1887
1888         * Version 1.31 released.
1889
1890 2013-11-20  Carl Hetherington  <cth@carlh.net>
1891
1892         * Add primitive hints dialogue box.
1893
1894 2013-11-17  Carl Hetherington  <cth@carlh.net>
1895
1896         * Fix specified-server discovery.
1897
1898         * Version 1.30 released.
1899
1900 2013-11-17  Carl Hetherington  <cth@carlh.net>
1901
1902         * Speculative fix for servers crashing with different
1903         locales to clients.
1904
1905 2013-11-16  Carl Hetherington  <cth@carlh.net>
1906
1907         * Bump bundled FFmpeg version to current git master.
1908
1909         * Fix erroneous reset of visible channels in audio
1910         level dialog when changing gain.
1911
1912 2013-11-15  Carl Hetherington  <cth@carlh.net>
1913
1914         * Use 2 decimal places for gamma controls instead
1915         of 1.
1916
1917 2013-11-14  Carl Hetherington  <cth@carlh.net>
1918
1919         * Support modification of certain properties when
1920         there are several selected pieces of content.
1921
1922         * Add server configuration back in.
1923
1924 2013-11-12  Carl Hetherington  <cth@carlh.net>
1925
1926         * Version 1.29 released.
1927
1928 2013-11-12  Carl Hetherington  <cth@carlh.net>
1929
1930         * Fix bad_alloc exception on audio analysis (and
1931         probably elsewhere).
1932
1933 2013-11-11  Carl Hetherington  <cth@carlh.net>
1934
1935         * Version 1.28 released.
1936
1937 2013-11-11  Carl Hetherington  <cth@carlh.net>
1938
1939         * Somewhat speculative fix for slow-downs and
1940         large memory consumption with multi-content playlists.
1941
1942 2013-11-10  Carl Hetherington  <cth@carlh.net>
1943
1944         * Hopefully get rid of spurious black lines around
1945         preview.
1946
1947 2013-11-08  Carl Hetherington  <carl@ubuntu>
1948
1949         * Fix strange behaviour of J2K bandwidth control
1950         on 32-bit Linux.
1951
1952 2013-11-07  Carl Hetherington  <cth@carlh.net>
1953
1954         * Open file dialog starts in the configured DCP directory,
1955         if one exists (#70).
1956
1957 2013-11-06  Carl Hetherington  <cth@carlh.net>
1958
1959         * Support pixel format 30 (#254).
1960
1961 2013-11-06  Carl Hetherington  <cth@carlh.net>
1962
1963         * Version 1.27 released.
1964
1965 2013-11-06  Carl Hetherington  <cth@carlh.net>
1966
1967         * Various server-related tidying up; servers are
1968         now auto-detected only (the configuration for
1969         them has been removed).
1970
1971 2013-11-06  Carl Hetherington  <cth@carlh.net>
1972
1973         * Version 1.26 released.
1974
1975 2013-11-05  Carl Hetherington  <cth@carlh.net>
1976
1977         * Auto-detect encoding servers on the local
1978         subnet(s).
1979
1980         * Tweak verbosity of command-line encoding servers.
1981
1982 2013-11-04  Carl Hetherington  <cth@carlh.net>
1983
1984         * Version 1.25 released.
1985
1986 2013-10-29  Carl Hetherington  <cth@carlh.net>
1987
1988         * Improve performance when start-trimming
1989         large files.
1990
1991         * Fix audio problems when start-trimming.
1992
1993 2013-10-28  Carl Hetherington  <cth@carlh.net>
1994
1995         * Version 1.24 released.
1996
1997 2013-10-28  Carl Hetherington  <cth@carlh.net>
1998
1999         * Fix failure to reload configuration on
2000         some non-English locales.
2001
2002 2013-10-26  Carl Hetherington  <cth@carlh.net>
2003
2004         * Version 1.23 released.
2005
2006 2013-10-25  Carl Hetherington  <cth@carlh.net>
2007
2008         * Version 1.22 released.
2009
2010 2013-10-24  Carl Hetherington  <cth@carlh.net>
2011
2012         * Support sources that require repeat of more than
2013         1 extra frame.
2014
2015 2013-10-23  Carl Hetherington  <cth@carlh.net>
2016
2017         * Version 1.21 released.
2018
2019 2013-10-23  Carl Hetherington  <cth@carlh.net>
2020
2021         * Use our own directory picker on Ubuntu 13.10 as well
2022         as Ubuntu 13.04 as it seems similarly broken.
2023
2024 2013-10-22  Carl Hetherington  <cth@carlh.net>
2025
2026         * Version 1.20 released.
2027
2028 2013-10-22  Carl Hetherington  <cth@carlh.net>
2029
2030         * Allow films to be loaded when content is missing,
2031         and then that content can be re-found.
2032
2033 2013-10-21  Carl Hetherington  <cth@carlh.net>
2034
2035         * Version 1.19 released.
2036
2037 2013-10-21  Carl Hetherington  <cth@carlh.net>
2038
2039         * Fix Rec. 709 gammas (from Lilian Lefranc)
2040
2041 2013-10-20  Carl Hetherington  <cth@carlh.net>
2042
2043         * Allow specification of subtitle language even if DVD-o-matic
2044         isn't providing the subtitles.
2045
2046 2013-10-20  Carl Hetherington  <cth@carlh.net>
2047
2048         * Version 1.18 released.
2049
2050 2013-10-19  Carl Hetherington  <cth@carlh.net>
2051
2052         * Fix non-saving of colour transform presets.
2053
2054         * Some improvements in progress reporting, especially
2055         for long encodes.
2056
2057 2013-10-18  Carl Hetherington  <cth@carlh.net>
2058
2059         * Fix bug with incorrect validity times given to KDMs.
2060
2061 2013-10-17  Carl Hetherington  <cth@carlh.net>
2062
2063         * Fix Make DCP menu option sensitivity (#230).
2064
2065         * Forward-port fix from master; use 1000000 rather
2066         than 1e6 for J2K bandwidth arithmetic to ensure
2067         that it's done with integers.
2068
2069 2013-10-16  Carl Hetherington  <cth@carlh.net>
2070
2071         * Version 1.17 released.
2072
2073 2013-10-16  Carl Hetherington  <cth@carlh.net>
2074
2075         * Hopefully fix crash on closing preferences window
2076         when ~/.config/dcpomatic does not exist.
2077
2078         * Allow specification of the DCP to make KDMs for,
2079         in case there is more than one.
2080
2081         * Speed up response to some settings changes
2082         (e.g. crop) (#196).
2083
2084 2013-10-15  Carl Hetherington  <cth@carlh.net>
2085
2086         * Version 1.16 released.
2087
2088 2013-10-15  Carl Hetherington  <cth@carlh.net>
2089
2090         * Restore up/down buttons for simple content time
2091         movements.
2092
2093         * Include film title in KDM filenames.
2094
2095         * Allow no-stretch scaling like in DVD-o-matic.
2096
2097 2013-10-14  Carl Hetherington  <cth@carlh.net>
2098
2099         * Add Rec. 709 colour conversion preset using
2100         Wolfgang Woehl's matrix.
2101
2102 2013-10-14  Carl Hetherington  <cth@carlh.net>
2103
2104         * Version 1.15 released.
2105
2106 2013-10-14  Carl Hetherington  <cth@carlh.net>
2107
2108         * Fix some crashes in the KDM dialogue when coming
2109         out of the add screen without giving a certificate.
2110
2111         * Really fix libltdl search path on OS X.
2112
2113 2013-10-13  Carl Hetherington  <cth@carlh.net>
2114
2115         * Version 1.14 released.
2116
2117 2013-10-12  Carl Hetherington  <cth@carlh.net>
2118
2119         * Add some missing libraries to the OS X build.
2120
2121         * Fix libltdl search path on OS X.
2122
2123 2013-10-12  Carl Hetherington  <cth@carlh.net>
2124
2125         * Version 1.13 released.
2126
2127 2013-10-12  Carl Hetherington  <cth@carlh.net>
2128
2129         * Fix linux static build.
2130
2131 2013-10-11  Carl Hetherington  <cth@carlh.net>
2132
2133         * Version 1.12 released.
2134
2135 2013-10-11  Carl Hetherington  <cth@carlh.net>
2136
2137         * Fix failure to create signer certificates
2138         on Windows.
2139
2140 2013-10-10  Carl Hetherington  <cth@carlh.net>
2141
2142         * Basic snapping in the timeline.
2143
2144         * Various improvements to dcpomatic_kdm.
2145
2146 2013-10-10  Carl Hetherington  <cth@carlh.net>
2147
2148         * Version 1.11 released.
2149
2150 2013-10-10  Carl Hetherington  <cth@carlh.net>
2151
2152         * libdcp fix to incorrect signature digests.
2153
2154 2013-10-09  Carl Hetherington  <cth@carlh.net>
2155
2156         * Version 1.10 released.
2157
2158 2013-10-09  Carl Hetherington  <cth@carlh.net>
2159
2160         * Add some missing Windows dependencies.
2161
2162 2013-10-09  Carl Hetherington  <cth@carlh.net>
2163
2164         * Version 1.09 released.
2165
2166 2013-10-09  Carl Hetherington  <cth@carlh.net>
2167
2168         * Bump libdcp version to pull in speculative fix
2169         for AuthorizedDeviceList thumbprints in KDMs.
2170
2171 2013-10-09  Carl Hetherington  <cth@carlh.net>
2172
2173         * Version 1.08 released.
2174
2175 2013-10-09  Carl Hetherington  <cth@carlh.net>
2176
2177         * Fix problems with crypto stuff on Windows.
2178
2179 2013-10-08  Carl Hetherington  <cth@carlh.net>
2180
2181         * Version 1.07 released.
2182
2183 2013-10-01  Carl Hetherington  <cth@carlh.net>
2184
2185         * Version 1.06 released.
2186
2187 2013-09-19  Carl Hetherington  <cth@carlh.net>
2188
2189         * Version 1.05 released.
2190
2191 2013-09-17  Carl Hetherington  <cth@carlh.net>
2192
2193         * Version 1.04 released.
2194
2195 2013-09-09  Carl Hetherington  <cth@carlh.net>
2196
2197         * Version 1.03 released.
2198
2199 2013-09-02  Carl Hetherington  <cth@carlh.net>
2200
2201         * Add missing boost datetime dependency
2202         to debian control files.
2203
2204 2013-08-30  Carl Hetherington  <cth@carlh.net>
2205
2206         * Version 1.02 released.
2207
2208 2013-08-29  Carl Hetherington  <cth@carlh.net>
2209
2210         * Version 1.01 released.
2211
2212 2013-08-29  Carl Hetherington  <cth@carlh.net>
2213
2214         * Restore server/client operation (#202).
2215
2216         * Fix strange rounding of still image durations (#204).
2217
2218         * Remove limitation to numbers and periods in the
2219         server host name dialogue box.
2220
2221         * Fix stuck-at-99% progress meters (#184).
2222
2223         * Version 1.01beta1 released.
2224
2225 2013-08-29  Carl Hetherington  <cth@carlh.net>
2226
2227         * Fix emissions of large chunks of silence when
2228         analysing audio in some cases.
2229
2230         * Use my @dcpomatic.com email address for now,
2231         rather than a non-existant mailing list.
2232
2233 2013-08-28  Carl Hetherington  <cth@carlh.net>
2234
2235         * Initial DCP-o-matic release.
2236