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