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