Fix awful thinko causing Playlist::active_frame_rate_change to return the wrong thing...
[dcpomatic.git] / ChangeLog
1 2014-06-18  Carl Hetherington  <cth@carlh.net>
2
3         * Fix thinko causing incorrect audio sample rates in some cases.
4
5 2014-06-15  Carl Hetherington  <cth@carlh.net>
6
7         * Version 1.69.28 released.
8
9 2014-06-12  Carl Hetherington  <cth@carlh.net>
10
11         * Version 1.69.27 released.
12
13 2014-06-12  Carl Hetherington  <cth@carlh.net>
14
15         * Add Content menu with "scale to fit width" and "scale
16         to fit height" options.
17
18         * Version 1.69.26 released.
19
20 2014-06-12  Carl Hetherington  <cth@carlh.net>
21
22         * Fix bug where DCP-o-matic does not recreate video after
23         subtitles are turned on or off.
24
25 2014-06-10  Carl Hetherington  <cth@carlh.net>
26
27         * Support ISDCF naming convention version 9 (#257).
28
29         * Rename DCI to ISDCF when talking about the digital cinema
30         naming convention (#362).
31
32         * Fix crash when opening the timeline with no content (#369).
33
34 2014-06-09  Carl Hetherington  <cth@carlh.net>
35
36         * Fix server/client with non-RGB24 sources.
37
38         * Version 1.69.25 released.
39
40 2014-06-09  Carl Hetherington  <cth@carlh.net>
41
42         * Make audio gain a floating-point value in the UI (#367).
43
44         * Work-around out-of-memory crashes with large start trims (#252).
45
46         * Version 1.69.24 released.
47
48 2014-06-06  Carl Hetherington  <cth@carlh.net>
49
50         * Version 1.69.23 released.
51
52 2014-06-05  Carl Hetherington  <cth@carlh.net>
53
54         * Version 1.69.22 released.
55
56 2014-06-05  Carl Hetherington  <cth@carlh.net>
57
58         * Large speed-up to multi-image source file decoding.
59
60         * Back-port changes from v2 which work out how separate
61         audio files should be resampled by looking at the video
62         files which are present at the same time.
63
64 2014-06-03  Carl Hetherington  <cth@carlh.net>
65
66         * Version 1.69.21 released.
67
68 2014-06-03  Carl Hetherington  <cth@carlh.net>
69
70         * Fix bad resampling of separate sound file sources that
71         have specified video frame rates.
72
73         * Version 1.69.20 released.
74
75 2014-06-03  Carl Hetherington  <cth@carlh.net>
76
77         * Re-calculate and update audio plots when the mapping is changed.
78
79         * Change the -3dB preset to -6dB since we are talking about
80         amplitude, not power.
81
82         * Version 1.69.19 released.
83
84 2014-06-02  Carl Hetherington  <cth@carlh.net>
85
86         * Empirical hack to prevent over-read of array
87         by libswscale; may fix crashes at the start of
88         DCP encodes.
89
90 2014-05-29  Carl Hetherington  <cth@carlh.net>
91
92         * Version 1.69.18 released.
93
94 2014-05-28  Carl Hetherington  <cth@carlh.net>
95
96         * Version 1.69.17 released.
97
98 2014-05-28  Carl Hetherington  <cth@carlh.net>
99
100         * Version 1.69.16 released.
101
102 2014-05-28  Carl Hetherington  <cth@carlh.net>
103
104         * Rework KDM generation to be about CPLs rather than DCPs,
105         and allow specification of any CPL to generate KDMs for.
106
107         Requested-by: Richard Turner
108
109 2014-05-27  Carl Hetherington  <cth@carlh.net>
110
111         * Version 1.69.15 released.
112
113 2014-05-26  Carl Hetherington  <cth@carlh.net>
114
115         * Version 1.69.14 released.
116
117 2014-05-26  Carl Hetherington  <cth@carlh.net>
118
119         * Fix problems with non-zero FFmpeg content start times.
120
121 2014-05-24  Carl Hetherington  <cth@carlh.net>
122
123         * Version 1.69.13 released.
124
125 2014-05-24  Carl Hetherington  <cth@carlh.net>
126
127         * Fix problems with log setup from config.
128
129 2014-05-23  Carl Hetherington  <cth@carlh.net>
130
131         * Version 1.69.12 released.
132
133 2014-05-22  Carl Hetherington  <cth@carlh.net>
134
135         * Version 1.69.11 released.
136
137 2014-05-21  Carl Hetherington  <cth@carlh.net>
138
139         * Version 1.69.10 released.
140
141 2014-05-21  Carl Hetherington  <cth@carlh.net>
142
143         * Tidy up logging a bit and make it configurable from the GUI
144         (moving a few things into an Advanced preferences tab at
145         the same time).
146
147 2014-05-19  Carl Hetherington  <cth@carlh.net>
148
149         * Version 1.69.9 released.
150
151 2014-05-19  Carl Hetherington  <cth@carlh.net>
152
153         * Decode image sources in the multi-threaded part
154         of the transcoder, rather than the single-threaded.
155
156 2014-05-16  Carl Hetherington  <cth@carlh.net>
157
158         * Version 1.69.8 released.
159
160 2014-05-16  Carl Hetherington  <cth@carlh.net>
161
162         * Fix various confusions in translations of abbreviated
163         channel names (Lc, Rc etc.)
164
165 2014-05-14  Carl Hetherington  <cth@carlh.net>
166
167         * Version 1.69.7 released.
168
169 2014-05-14  Carl Hetherington  <cth@carlh.net>
170
171         * Bump libdcp to remove checks on PCM MXF edit rates,
172         so we can generate strange ones in DCP-o-matic.
173
174 2014-05-13  Carl Hetherington  <cth@carlh.net>
175
176         * Version 1.69.6 released.
177
178 2014-05-13  Carl Hetherington  <cth@carlh.net>
179
180         * Remove artificial 100fps limit when using
181         "any" DCP frame rate.
182
183 2014-05-12  Carl Hetherington  <cth@carlh.net>
184
185         * Version 1.69.5 released.
186
187 2014-05-12  Carl Hetherington  <cth@carlh.net>
188
189         * Add option to use any DCP frame rate, rather than just
190         the "allowed" set.
191
192         * Version 1.69.4 released.
193
194 2014-05-12  Carl Hetherington  <cth@carlh.net>
195
196         * Version 1.69.3 released.
197
198 2014-05-12  Carl Hetherington  <cth@carlh.net>
199
200         * Use libdcp::raw_convert instead of boost::lexical_cast and
201         LocaleGuard, hopefully to fix large numbers being written with
202         thousands separators on some locales.
203
204 2014-05-10  Carl Hetherington  <cth@carlh.net>
205
206         * Version 1.69.2 released.
207
208 2014-05-10  Carl Hetherington  <cth@carlh.net>
209
210         * Fix setup of the libswresample context to work with high channel counts.
211
212 2014-05-09  Carl Hetherington  <cth@carlh.net>
213
214         * Version 1.69.1 released.
215
216 2014-05-09  Carl Hetherington  <cth@carlh.net>
217
218         * Fix crash on using content with more than 12 audio channels.
219
220         * Re-introduce ffprobe call when adding content.
221
222 2014-05-05  Carl Hetherington  <cth@carlh.net>
223
224         * Version 1.69.0 released.
225
226 2014-05-02  Carl Hetherington  <cth@carlh.net>
227
228         * Version 1.68.0 released.
229
230 2014-04-29  Carl Hetherington  <cth@carlh.net>
231
232         * Version 1.67.1 released.
233
234 2014-04-29  Carl Hetherington  <cth@carlh.net>
235
236         * Version 1.67.0 released.
237
238 2014-04-27  Carl Hetherington  <cth@carlh.net>
239
240         * Version 1.66.16 released.
241
242 2014-04-27  Carl Hetherington  <cth@carlh.net>
243
244         * Add .dpx to the list of acceptable image files.
245
246         * Slightly better handling of uncaught exceptions.
247
248         * Use our own directory picker on 14.04 (as well as 13.04 and 13.10) as
249         it appears that the same bug remains.
250
251 2014-04-25  Carl Hetherington  <cth@carlh.net>
252
253         * Version 1.66.15 released.
254
255 2014-04-25  Carl Hetherington  <cth@carlh.net>
256
257         * Fix subtitle display when the next subtitle is decoded before the previous
258         one has finished.
259
260 2014-04-24  Carl Hetherington  <cth@carlh.net>
261
262         * Version 1.66.14 released.
263
264 2014-04-23  Carl Hetherington  <cth@carlh.net>
265
266         * Version 1.66.13 released.
267
268 2014-04-21  Carl Hetherington  <cth@carlh.net>
269
270         * Update to es_ES translation from Manuel AC.
271
272         * Update to fr_FR translation from Thierry Journet.
273
274 2014-04-17  Carl Hetherington  <cth@carlh.net>
275
276         * Fix update of the gain control when using the gain calculator
277         dialog.
278
279         * Version 1.66.12 released.
280
281 2014-04-07  Carl Hetherington  <cth@carlh.net>
282
283         * Version 1.66.11 released.
284
285 2014-04-07  Carl Hetherington  <cth@carlh.net>
286
287         * Updated fr_FR translation from Thierry Journet. 
288
289 2014-04-02  Carl Hetherington  <cth@carlh.net>
290
291         * Version 1.66.10 released.
292
293 2014-04-01  Carl Hetherington  <cth@carlh.net>
294
295         * Basic support for separate left/right-eye files or directories
296         for 3D.
297
298 2014-03-30  Carl Hetherington  <cth@carlh.net>
299
300         * Version 1.66.9 released.
301
302 2014-03-30  Carl Hetherington  <cth@carlh.net>
303
304         * Version 1.66.8 released.
305
306         * nl_NL translation from Theo Kooijmans.
307
308 2014-03-27  Carl Hetherington  <cth@carlh.net>
309
310         * Auto-save film metadata before starting DCP encode.
311
312 2014-03-25  Carl Hetherington  <cth@carlh.net>
313
314         * Add support for downloading Doremi server certificates.
315
316 2014-03-24  Carl Hetherington  <cth@carlh.net>
317
318         * Version 1.66.7 released.
319
320 2014-03-24  Carl Hetherington  <cth@carlh.net>
321
322         * Fix error on creating DCPs without audio.
323
324 2014-03-23  Carl Hetherington  <cth@carlh.net>
325
326         * Version 1.66.6 released.
327
328 2014-03-23  Carl Hetherington  <cth@carlh.net>
329
330         * Attempt to fix format string specifier error on Windows.
331
332         * Version 1.66.5 released.
333
334 2014-03-22  Carl Hetherington  <cth@carlh.net>
335
336         * Version 1.66.4 released.
337
338 2014-03-22  Carl Hetherington  <cth@carlh.net>
339
340         * Allow specification of the video frame rate that a sound file
341         was prepared for.
342
343         * Another attempt to fix colour conversion dialog strange behaviour
344         on OS X.
345
346 2014-03-18  Carl Hetherington  <cth@carlh.net>
347
348         * Version 1.66.3 released.
349
350 2014-03-18  Carl Hetherington  <cth@carlh.net>
351
352         * Fix bad rounding of timecodes.
353
354         * Tentative support for 3D from alternate frames of the source.
355
356 2014-03-17  Carl Hetherington  <cth@carlh.net>
357
358         * Improve behaviour of the position slider at the end of films.
359
360         * Version 1.66.2 released.
361
362 2014-03-17  Carl Hetherington  <cth@carlh.net>
363
364         * Improve appearance of config dialog on OS X.
365
366 2014-03-15  Carl Hetherington  <cth@carlh.net>
367
368         * Improve appearance of new film and KDM dialogs on OS X.
369
370         * Fix KDM dialog to predictably set up its initial range to
371         a week from now.
372
373         * Remove support for FFmpeg post-processing filters as they apparently
374         do not support > 8bpp.  I don't think they are worth the pain of
375         quantizing and then telling the user what has happened.
376
377 2014-03-12  Carl Hetherington  <cth@carlh.net>
378
379         * Version 1.66.1 released.
380
381 2014-03-12  Carl Hetherington  <cth@carlh.net>
382
383         * Hopefully fix i18n on OS X (#324).
384
385 2014-03-10  Carl Hetherington  <cth@carlh.net>
386
387         * Version 1.66.0 released.
388
389 2014-03-09  Carl Hetherington  <cth@carlh.net>
390
391         * Version 1.65.2 released.
392
393 2014-03-09  Carl Hetherington  <cth@carlh.net>
394
395         * Restore old behaviour of "no-stretch" mode with crop.
396
397         * Fix display of no-scale display mode in the player.
398
399 2014-03-08  Carl Hetherington  <cth@carlh.net>
400
401         * Version 1.65.1 released.
402
403 2014-03-08  Carl Hetherington  <cth@carlh.net>
404
405         * Fix incorrect audio analyses on multiple-stream content.
406
407         * Support for unsigned 8-bit audio (hmm!).
408
409 2014-03-06  Carl Hetherington  <cth@carlh.net>
410
411         * Version 1.65.0 released.
412
413 2014-03-05  Carl Hetherington  <cth@carlh.net>
414
415         * Version 1.64.19 released.
416
417 2014-03-05  Carl Hetherington  <cth@carlh.net>
418
419         * Bump maximum audio channels to 12 so that we can
420         (crudely at least) get BsL/BsR.
421
422 2014-03-04  Carl Hetherington  <cth@carlh.net>
423
424         * Version 1.64.18 released.
425
426 2014-03-04  Carl Hetherington  <cth@carlh.net>
427
428         * Add option to disable all scaling of the input video.
429
430 2014-03-03  Carl Hetherington  <cth@carlh.net>
431
432         * Fix rounding of timecodes in at least some cases (#323).
433
434         * Try to prevent OS X from sleeping during DCP encode.
435
436 2014-02-26  Carl Hetherington  <cth@carlh.net>
437
438         * Version 1.64.17 released.
439
440 2014-02-26  Carl Hetherington  <cth@carlh.net>
441
442         * Fix missing RMS audio analysis plots in some cases.
443
444         * Fix failure to load sound files with
445         non-ASCII paths.
446
447 2014-02-23  Carl Hetherington  <cth@carlh.net>
448
449         * Version 1.64.16 released.
450
451 2014-02-23  Carl Hetherington  <cth@carlh.net>
452
453         * Bump ffmpeg library to git head to fix problems with
454         misrecognised frame rates in some MOV files.
455
456 2014-02-20  Carl Hetherington  <cth@carlh.net>
457
458         * Version 1.64.15 released.
459
460 2014-02-20  Carl Hetherington  <cth@carlh.net>
461
462         * Basic support for 7.1 / HI/VI audio tracks.
463
464 2014-02-19  Carl Hetherington  <cth@carlh.net>
465
466         * Add some basic JSON stuff.
467
468 2014-02-18  Carl Hetherington  <cth@carlh.net>
469
470         * Version 1.64.14 released.
471
472 2014-02-18  Carl Hetherington  <cth@carlh.net>
473
474         * Version 1.64.13 released.
475
476 2014-02-12  Carl Hetherington  <cth@carlh.net>
477
478         * Make the batch converter remember its last directory
479         for the film picker (#318).
480
481         * Add dcpomatic_batch to OS X .app.
482
483 2014-02-11  Carl Hetherington  <cth@carlh.net>
484
485         * Version 1.64.12 released.
486
487 2014-02-11  Carl Hetherington  <cth@carlh.net>
488
489         * Be more careful when catching exceptions from KDM creation.
490
491 2014-02-10  Carl Hetherington  <cth@carlh.net>
492
493         * Version 1.64.11 released.
494
495 2014-02-10  Carl Hetherington  <cth@carlh.net>
496
497         * Version 1.64.10 released.
498
499 2014-02-10  Carl Hetherington  <cth@carlh.net>
500
501         * Try to fix Centos RPM dependencies.
502
503         * Version 1.64.9 released.
504
505 2014-02-10  Carl Hetherington  <cth@carlh.net>
506
507         * Version 1.64.8 released.
508
509 2014-02-09  Carl Hetherington  <cth@carlh.net>
510
511         * Build with a more careful version of libopenjpeg that handles
512         out-of-memory conditions slightly better.
513
514         * Possibly fix repeated no route to host errors in some cases.
515
516         * Some small bits of increased low-memory stability.
517
518         * Version 1.64.7 released.
519
520 2014-02-08  Carl Hetherington  <cth@carlh.net>
521
522         * Fix exception when seeking with missing content (part of #317).
523
524         * Version 1.64.6 released.
525
526 2014-02-08  Carl Hetherington  <cth@carlh.net>
527
528         * Version 1.64.5 released.
529
530 2014-02-08  Carl Hetherington  <cth@carlh.net>
531
532         * Version 1.64.4 released.
533
534 2014-02-08  Carl Hetherington  <cth@carlh.net>
535
536         * Version 1.64.3 released.
537
538 2014-02-08  Carl Hetherington  <cth@carlh.net>
539
540         * Bump libdcp version to get some fixes for Interop XML.
541
542 2014-02-07  Carl Hetherington  <cth@carlh.net>
543
544         * Add basic stuff to build RPMs for Centos.
545
546 2014-02-05  Carl Hetherington  <cth@carlh.net>
547
548         * Version 1.64.2 released.
549
550 2014-02-05  Carl Hetherington  <cth@carlh.net>
551
552         * A variety of fixes to small problems found by Coverity.
553
554 2014-02-05  Carl Hetherington  <cth@carlh.net>
555
556         * Version 1.64.1 released.
557
558 2014-02-05  Carl Hetherington  <cth@carlh.net>
559
560         * Updates to it_IT translation from William Fanelli.
561
562 2014-02-02  Carl Hetherington  <cth@carlh.net>
563
564         * Version 1.64.0 released.
565
566 2014-01-29  Carl Hetherington  <cth@carlh.net>
567
568         * Version 1.63.8 released.
569
570 2014-01-29  Carl Hetherington  <cth@carlh.net>
571
572         * Add subtitle X offset option.
573
574         * Fix missing subtitles when subtitled content is at a non-zero position.
575
576 2014-01-28  Carl Hetherington  <cth@carlh.net>
577
578         * Use Mbit/s instead of the incorrect MBps.
579
580         * Version 1.63.7 released.
581
582 2014-01-28  Carl Hetherington  <cth@carlh.net>
583
584         * Try to prevent Windows machines going to sleep during encodes.
585
586         * Add option to not install main program / server on Windows.
587
588 2014-01-26  Carl Hetherington  <cth@carlh.net>
589
590         * Change default JPEG2000 bandwith to 100MBps.
591
592         * Updated fr_FR translation from Theirry Journet.
593
594 2014-01-24  Carl Hetherington  <cth@carlh.net>
595
596         * Try to fix repeatedly-reported exceptions.
597
598 2014-01-23  Carl Hetherington  <cth@carlh.net>
599
600         * Version 1.63.6 released.
601
602 2014-01-23  Carl Hetherington  <cth@carlh.net>
603
604         * Fix recovery of DCP encoding after a crash with a 3D DCP.
605
606 2014-01-21  Carl Hetherington  <cth@carlh.net>
607
608         * Version 1.63.5 released.
609
610 2014-01-21  Carl Hetherington  <cth@carlh.net>
611
612         * Potentially major fix for bad A/V sync.
613
614 2014-01-19  Carl Hetherington  <cth@carlh.net>
615
616         * Version 1.63.4 released.
617
618 2014-01-19  Carl Hetherington  <cth@carlh.net>
619
620         * Updated sv_SE translation from Adam Klotblixt.
621
622 2014-01-15  Carl Hetherington  <cth@carlh.net>
623
624         * Version 1.63.3 released.
625
626 2014-01-15  Carl Hetherington  <cth@carlh.net>
627
628         * Hopefully fix badly-labelled MXFs when in Interop mode.
629
630 2014-01-14  Carl Hetherington  <cth@carlh.net>
631
632         * Version 1.63.2 released.
633
634 2014-01-14  Carl Hetherington  <cth@carlh.net>
635
636         * Fix problems with adding new soundtracks to FFmpeg content with
637         no audio track.
638
639         * Updated de_DE translation from Markus Raab.
640
641         * Version 1.63.1 released.
642
643 2014-01-14  Carl Hetherington  <cth@carlh.net>
644
645         * Try to fix subtitle problems when the video frame rate is being changed
646         from content to DCP.
647
648 2014-01-13  Carl Hetherington  <cth@carlh.net>
649
650         * Change 4:3 and 5:3 ratios to be precise rather than 1.33:1 and 1.66:1, and
651         also tweak 1.19:1 (#306).
652
653         * Version 1.63.0 released.
654
655 2014-01-12  Carl Hetherington  <cth@carlh.net>
656
657         * Fix crashes when using -3dB options in locales with a , decimal separator.
658
659         * Version 1.62.3 released.
660
661 2014-01-11  Carl Hetherington  <cth@carlh.net>
662
663         * Hopefully fix error on restarting a cancelled transcode job
664         on Windows.
665
666 2014-01-10  Carl Hetherington  <cth@carlh.net>
667
668         * Version 1.62.2 released.
669
670 2014-01-10  Carl Hetherington  <cth@carlh.net>
671
672         * Version 1.62.1 released.
673
674 2014-01-10  Carl Hetherington  <cth@carlh.net>
675
676         * Version 1.62.0 released.
677
678 2014-01-10  Carl Hetherington  <cth@carlh.net>
679
680         * Try to stop the queue of things to write filling up excessively
681         on fast CPUs.
682
683         * Try to fix double "are you sure" prompt on quitting with active jobs.
684
685         * Version 1.61.2 released.
686
687 2014-01-09  Carl Hetherington  <cth@carlh.net>
688
689         * Version 1.61.1 released.
690
691 2014-01-09  Carl Hetherington  <cth@carlh.net>
692
693         * Version 1.61.0 released.
694
695 2014-01-09  Carl Hetherington  <cth@carlh.net>
696
697         * Hopefully fix somewhat inexplicable inability of Windows to open
698         new files on top of old ones in some circumstances (with audio
699         MXFs).
700
701         * Version 1.60 released.
702
703 2014-01-09  Carl Hetherington  <cth@carlh.net>
704
705         * More fixes for slow-downs on fast computers.
706
707 2014-01-08  Carl Hetherington  <cth@carlh.net>
708
709         * Version 1.59 released.
710
711 2014-01-07  Carl Hetherington  <cth@carlh.net>
712
713         * Version 1.58 released.
714
715 2014-01-07  Carl Hetherington  <cth@carlh.net>
716
717         * Fix Windows build of FFmpeg to link against zlib, which fixes parsing
718         of some .mov files.
719
720         * Very primitive check-for-updates feature added.
721
722         * Allow still-moving-image sources to have their frame rate specified.
723
724 2014-01-06  Carl Hetherington  <cth@carlh.net>
725
726         * Basics of per-channel audio gain (#247).
727
728         * Give a warning on make DCP if it seems unlikely that the disk
729         will have enough space to store the finished DCP (#92).
730
731         * Make sure forced languages override the environment for gettext()
732         as well as wxWidgets' i18n code (#108).
733
734         * Bump libdcp version to get a fix for VOLINDEX/ASSETMAP file extensions
735         with interop (#206).
736
737         * Fix subtitle colouring (#152).
738
739         * Fix mis-timed subtitles when there is a non-zero video PTS offset.
740
741         * Remove seemingly unnecessary checks on image directories.
742
743         * Leave DCP directory creation until the last minute to help
744         avoid half-eaten directories being left around (#174).
745
746 2014-01-05  Carl Hetherington  <cth@carlh.net>
747
748         * Version 1.57 released.
749
750 2014-01-05  Carl Hetherington  <cth@carlh.net>
751
752         * Use _fseeki64 on Windows when reading content files.
753
754         * Various small fixes to i18n.
755
756 2014-01-03  Carl Hetherington  <cth@carlh.net>
757
758         * Version 1.56 released.
759
760 2014-01-03  Carl Hetherington  <cth@carlh.net>
761
762         * Version 1.55 released.
763
764 2014-01-03  Carl Hetherington  <cth@carlh.net>
765
766         * New de_DE translation from Markus Raab.
767
768         * Work-around mysterious call of pure virtual method inside boost.
769
770 2014-01-01  Carl Hetherington  <cth@carlh.net>
771
772         * Bump ffmpeg version.
773
774 2013-12-30  Carl Hetherington  <cth@carlh.net>
775
776         * Version 1.54 released.
777
778 2013-12-30  Carl Hetherington  <cth@carlh.net>
779
780         * Put catches around a few threads which could have uncaught exceptions.
781
782         * Add nascent dcpomatic_create command-line program to create films.
783
784 2013-12-29  Carl Hetherington  <cth@carlh.net>
785
786         * Version 1.53 released.
787
788 2013-12-29  Carl Hetherington  <cth@carlh.net>
789
790         * Fix failure to load content from directories with non-Latin names.
791
792 2013-12-28  Carl Hetherington  <cth@carlh.net>
793
794         * Speculative fix for "find missing" not working on OS X (#255).
795
796         * Fix failure to load films with missing still image content (#300).
797
798 2013-12-27  Carl Hetherington  <cth@carlh.net>
799
800         * Fix non-update of video information on changing DCP resolution (#299).
801
802         * Version 1.52 released.
803
804 2013-12-27  Carl Hetherington  <cth@carlh.net>
805
806         * More speculative fixes for 4K.
807
808 2013-12-23  Carl Hetherington  <cth@carlh.net>
809
810         * Version 1.51 released.
811
812 2013-12-23  Carl Hetherington  <cth@carlh.net>
813
814         * A couple of potential fixes for 4K.
815
816         * Version 1.50 released.
817
818 2013-12-23  Carl Hetherington  <cth@carlh.net>
819
820         * Version 1.49 released.
821
822 2013-12-23  Carl Hetherington  <cth@carlh.net>
823
824         * Version 1.48 released.
825
826 2013-12-23  Carl Hetherington  <cth@carlh.net>
827
828         * Add TLS/SSL support to KDM email sending.
829
830 2013-12-23  Carl Hetherington  <cth@carlh.net>
831
832         * Version 1.47 released.
833
834 2013-12-23  Carl Hetherington  <cth@carlh.net>
835
836         * Add $START_TIME and $END_TIME as variables for the KDM email.
837
838         * Add top/bottom option for 3D frames.
839
840 2013-12-20  Carl Hetherington  <cth@carlh.net>
841
842         * Add configuration option for default audio delay (#276).
843
844         * Version 1.46 released.
845
846 2013-12-19  Carl Hetherington  <cth@carlh.net>
847
848         * Version 1.45 released.
849
850 2013-12-19  Carl Hetherington  <cth@carlh.net>
851
852         * Bump libdcp version again for a crash fix for 32-bit Windows,
853         and also for problems generating certificate chains.
854
855 2013-12-18  Carl Hetherington  <cth@carlh.net>
856
857         * Version 1.44 released.
858
859 2013-12-18  Carl Hetherington  <cth@carlh.net>
860
861         * Bump libdcp version again for a fix to XML validity for 3D.
862
863         * Version 1.43 released.
864
865 2013-12-18  Carl Hetherington  <cth@carlh.net>
866
867         * Update libdcp version to get fix for 3D IntrinsicDuration.
868
869         * Fix progress reporting when making 3D DCPs.
870
871         * Fix non-update of display when changing video frame type (2D,
872         3D left/right etc.)
873
874         * Restore video information in video tab when using still images.
875
876         * Hopefully fix exception on new film in some strange cases.
877
878 2013-12-09  Carl Hetherington  <cth@carlh.net>
879
880         * Version 1.42 released.
881
882 2013-12-09  Carl Hetherington  <cth@carlh.net>
883
884         * Fix make_black for pixel format 7 (#288).
885
886 2013-12-08  Carl Hetherington  <cth@carlh.net>
887
888         * Fix display update when removing content (#281).
889
890 2013-12-07  Carl Hetherington  <cth@carlh.net>
891
892         * Version 1.41 released.
893
894 2013-12-05  Carl Hetherington  <cth@carlh.net>
895
896         * Improve the correctness of lengths reported by sound files to fix
897         short DCPs when using non-DCI-rate sound files with stills.
898
899 2013-12-04  Carl Hetherington  <cth@carlh.net>
900
901         * Make signatures optional (#273).
902
903         * Only do scale/crop/window/subtitle overlay if a frame is going
904         to be encoded for the DCP.
905
906         * Several optimisations to video processing, which should
907         speed up the player a bit.
908
909 2013-12-03  Carl Hetherington  <cth@carlh.net>
910
911         * Add "play length" control to avoid having to do arithmetic to
912         get end-trims right in some cases (#261).
913
914 2013-12-02  Carl Hetherington  <cth@carlh.net>
915
916         * Fix breakage to adding multiple files at the same time.
917
918         * Fix crash on double-click of "show audio" button (#278).
919
920         * Version 1.40 released.
921
922 2013-12-02  Carl Hetherington  <cth@carlh.net>
923
924         * Fix problems with FFmpeg files that have all-zero stream IDs.
925
926         * Fix crash on checking non-existing frame info
927         files.
928
929         * Fix erroneous disabling of timing panel with
930         audio-only sources.
931
932 2013-11-30  Carl Hetherington  <cth@carlh.net>
933
934         * Version 1.39 released.
935
936 2013-11-30  Carl Hetherington  <cth@carlh.net>
937
938         * Fix windows build.
939
940 2013-11-29  Carl Hetherington  <cth@carlh.net>
941
942         * Version 1.38 released.
943
944 2013-11-29  Carl Hetherington  <cth@carlh.net>
945
946         * Add option to join input files together
947         to help with multiple VOB files from DVDs.
948
949         * Fix build for 32-bit versions of OS X.
950
951 2013-11-27  Carl Hetherington  <cth@carlh.net>
952
953         * Version 1.37 released.
954
955 2013-11-27  Carl Hetherington  <cth@carlh.net>
956
957         * Version 1.36 released.
958
959 2013-11-27  Carl Hetherington  <cth@carlh.net>
960
961         * Version 1.35 released.
962
963 2013-11-26  Carl Hetherington  <cth@carlh.net>
964
965         * Updated fr_FR translation from Lilian Lefranc.
966
967         * A whole load of fixes for lots of bugs when handling filenames
968         using non-Latin characters on Windows.
969
970 2013-11-22  Carl Hetherington  <cth@carlh.net>
971
972         * Version 1.34 released.
973
974 2013-11-22  Carl Hetherington  <cth@carlh.net>
975
976         * Fix both OS X and Windows installers.
977
978 2013-11-21  Carl Hetherington  <cth@carlh.net>
979
980         * Version 1.33 released.
981
982 2013-11-21  Carl Hetherington  <cth@carlh.net>
983
984         * Fix Ubuntu 13.04 build.
985
986 2013-11-20  Carl Hetherington  <cth@carlh.net>
987
988         * Version 1.32 released.
989
990 2013-11-20  Carl Hetherington  <cth@carlh.net>
991
992         * Version 1.31 released.
993
994 2013-11-20  Carl Hetherington  <cth@carlh.net>
995
996         * Add primitive hints dialogue box.
997
998 2013-11-17  Carl Hetherington  <cth@carlh.net>
999
1000         * Fix specified-server discovery.
1001
1002         * Version 1.30 released.
1003
1004 2013-11-17  Carl Hetherington  <cth@carlh.net>
1005
1006         * Speculative fix for servers crashing with different
1007         locales to clients.
1008
1009 2013-11-16  Carl Hetherington  <cth@carlh.net>
1010
1011         * Bump bundled FFmpeg version to current git master.
1012
1013         * Fix erroneous reset of visible channels in audio
1014         level dialog when changing gain.
1015
1016 2013-11-15  Carl Hetherington  <cth@carlh.net>
1017
1018         * Use 2 decimal places for gamma controls instead
1019         of 1.
1020
1021 2013-11-14  Carl Hetherington  <cth@carlh.net>
1022
1023         * Support modification of certain properties when
1024         there are several selected pieces of content.
1025
1026         * Add server configuration back in.
1027
1028 2013-11-12  Carl Hetherington  <cth@carlh.net>
1029
1030         * Version 1.29 released.
1031
1032 2013-11-12  Carl Hetherington  <cth@carlh.net>
1033
1034         * Fix bad_alloc exception on audio analysis (and
1035         probably elsewhere).
1036
1037 2013-11-11  Carl Hetherington  <cth@carlh.net>
1038
1039         * Version 1.28 released.
1040
1041 2013-11-11  Carl Hetherington  <cth@carlh.net>
1042
1043         * Somewhat speculative fix for slow-downs and
1044         large memory consumption with multi-content playlists.
1045
1046 2013-11-10  Carl Hetherington  <cth@carlh.net>
1047
1048         * Hopefully get rid of spurious black lines around
1049         preview.
1050
1051 2013-11-08  Carl Hetherington  <carl@ubuntu>
1052
1053         * Fix strange behaviour of J2K bandwidth control
1054         on 32-bit Linux.
1055
1056 2013-11-07  Carl Hetherington  <cth@carlh.net>
1057
1058         * Open file dialog starts in the configured DCP directory,
1059         if one exists (#70).
1060
1061 2013-11-06  Carl Hetherington  <cth@carlh.net>
1062
1063         * Support pixel format 30 (#254).
1064
1065 2013-11-06  Carl Hetherington  <cth@carlh.net>
1066
1067         * Version 1.27 released.
1068
1069 2013-11-06  Carl Hetherington  <cth@carlh.net>
1070
1071         * Various server-related tidying up; servers are
1072         now auto-detected only (the configuration for
1073         them has been removed).
1074
1075 2013-11-06  Carl Hetherington  <cth@carlh.net>
1076
1077         * Version 1.26 released.
1078
1079 2013-11-05  Carl Hetherington  <cth@carlh.net>
1080
1081         * Auto-detect encoding servers on the local
1082         subnet(s).
1083
1084         * Tweak verbosity of command-line encoding servers.
1085
1086 2013-11-04  Carl Hetherington  <cth@carlh.net>
1087
1088         * Version 1.25 released.
1089
1090 2013-10-29  Carl Hetherington  <cth@carlh.net>
1091
1092         * Improve performance when start-trimming
1093         large files.
1094
1095         * Fix audio problems when start-trimming.
1096
1097 2013-10-28  Carl Hetherington  <cth@carlh.net>
1098
1099         * Version 1.24 released.
1100
1101 2013-10-28  Carl Hetherington  <cth@carlh.net>
1102
1103         * Fix failure to reload configuration on
1104         some non-English locales.
1105
1106 2013-10-26  Carl Hetherington  <cth@carlh.net>
1107
1108         * Version 1.23 released.
1109
1110 2013-10-25  Carl Hetherington  <cth@carlh.net>
1111
1112         * Version 1.22 released.
1113
1114 2013-10-24  Carl Hetherington  <cth@carlh.net>
1115
1116         * Support sources that require repeat of more than
1117         1 extra frame.
1118
1119 2013-10-23  Carl Hetherington  <cth@carlh.net>
1120
1121         * Version 1.21 released.
1122
1123 2013-10-23  Carl Hetherington  <cth@carlh.net>
1124
1125         * Use our own directory picker on Ubuntu 13.10 as well
1126         as Ubuntu 13.04 as it seems similarly broken.
1127
1128 2013-10-22  Carl Hetherington  <cth@carlh.net>
1129
1130         * Version 1.20 released.
1131
1132 2013-10-22  Carl Hetherington  <cth@carlh.net>
1133
1134         * Allow films to be loaded when content is missing,
1135         and then that content can be re-found.
1136
1137 2013-10-21  Carl Hetherington  <cth@carlh.net>
1138
1139         * Version 1.19 released.
1140
1141 2013-10-21  Carl Hetherington  <cth@carlh.net>
1142
1143         * Fix Rec. 709 gammas (from Lilian Lefranc)
1144
1145 2013-10-20  Carl Hetherington  <cth@carlh.net>
1146
1147         * Allow specification of subtitle language even if DVD-o-matic
1148         isn't providing the subtitles.
1149
1150 2013-10-20  Carl Hetherington  <cth@carlh.net>
1151
1152         * Version 1.18 released.
1153
1154 2013-10-19  Carl Hetherington  <cth@carlh.net>
1155
1156         * Fix non-saving of colour transform presets.
1157
1158         * Some improvements in progress reporting, especially
1159         for long encodes.
1160
1161 2013-10-18  Carl Hetherington  <cth@carlh.net>
1162
1163         * Fix bug with incorrect validity times given to KDMs.
1164
1165 2013-10-17  Carl Hetherington  <cth@carlh.net>
1166
1167         * Fix Make DCP menu option sensitivity (#230).
1168
1169         * Forward-port fix from master; use 1000000 rather
1170         than 1e6 for J2K bandwidth arithmetic to ensure
1171         that it's done with integers.
1172
1173 2013-10-16  Carl Hetherington  <cth@carlh.net>
1174
1175         * Version 1.17 released.
1176
1177 2013-10-16  Carl Hetherington  <cth@carlh.net>
1178
1179         * Hopefully fix crash on closing preferences window
1180         when ~/.config/dcpomatic does not exist.
1181
1182         * Allow specification of the DCP to make KDMs for,
1183         in case there is more than one.
1184
1185         * Speed up response to some settings changes
1186         (e.g. crop) (#196).
1187
1188 2013-10-15  Carl Hetherington  <cth@carlh.net>
1189
1190         * Version 1.16 released.
1191
1192 2013-10-15  Carl Hetherington  <cth@carlh.net>
1193
1194         * Restore up/down buttons for simple content time
1195         movements.
1196
1197         * Include film title in KDM filenames.
1198
1199         * Allow no-stretch scaling like in DVD-o-matic.
1200
1201 2013-10-14  Carl Hetherington  <cth@carlh.net>
1202
1203         * Add Rec. 709 colour conversion preset using
1204         Wolfgang Woehl's matrix.
1205
1206 2013-10-14  Carl Hetherington  <cth@carlh.net>
1207
1208         * Version 1.15 released.
1209
1210 2013-10-14  Carl Hetherington  <cth@carlh.net>
1211
1212         * Fix some crashes in the KDM dialogue when coming
1213         out of the add screen without giving a certificate.
1214
1215         * Really fix libltdl search path on OS X.
1216
1217 2013-10-13  Carl Hetherington  <cth@carlh.net>
1218
1219         * Version 1.14 released.
1220
1221 2013-10-12  Carl Hetherington  <cth@carlh.net>
1222
1223         * Add some missing libraries to the OS X build.
1224
1225         * Fix libltdl search path on OS X.
1226
1227 2013-10-12  Carl Hetherington  <cth@carlh.net>
1228
1229         * Version 1.13 released.
1230
1231 2013-10-12  Carl Hetherington  <cth@carlh.net>
1232
1233         * Fix linux static build.
1234
1235 2013-10-11  Carl Hetherington  <cth@carlh.net>
1236
1237         * Version 1.12 released.
1238
1239 2013-10-11  Carl Hetherington  <cth@carlh.net>
1240
1241         * Fix failure to create signer certificates
1242         on Windows.
1243
1244 2013-10-10  Carl Hetherington  <cth@carlh.net>
1245
1246         * Basic snapping in the timeline.
1247
1248         * Various improvements to dcpomatic_kdm.
1249
1250 2013-10-10  Carl Hetherington  <cth@carlh.net>
1251
1252         * Version 1.11 released.
1253
1254 2013-10-10  Carl Hetherington  <cth@carlh.net>
1255
1256         * libdcp fix to incorrect signature digests.
1257
1258 2013-10-09  Carl Hetherington  <cth@carlh.net>
1259
1260         * Version 1.10 released.
1261
1262 2013-10-09  Carl Hetherington  <cth@carlh.net>
1263
1264         * Add some missing Windows dependencies.
1265
1266 2013-10-09  Carl Hetherington  <cth@carlh.net>
1267
1268         * Version 1.09 released.
1269
1270 2013-10-09  Carl Hetherington  <cth@carlh.net>
1271
1272         * Bump libdcp version to pull in speculative fix
1273         for AuthorizedDeviceList thumbprints in KDMs.
1274
1275 2013-10-09  Carl Hetherington  <cth@carlh.net>
1276
1277         * Version 1.08 released.
1278
1279 2013-10-09  Carl Hetherington  <cth@carlh.net>
1280
1281         * Fix problems with crypto stuff on Windows.
1282
1283 2013-10-08  Carl Hetherington  <cth@carlh.net>
1284
1285         * Version 1.07 released.
1286
1287 2013-10-01  Carl Hetherington  <cth@carlh.net>
1288
1289         * Version 1.06 released.
1290
1291 2013-09-19  Carl Hetherington  <cth@carlh.net>
1292
1293         * Version 1.05 released.
1294
1295 2013-09-17  Carl Hetherington  <cth@carlh.net>
1296
1297         * Version 1.04 released.
1298
1299 2013-09-09  Carl Hetherington  <cth@carlh.net>
1300
1301         * Version 1.03 released.
1302
1303 2013-09-02  Carl Hetherington  <cth@carlh.net>
1304
1305         * Add missing boost datetime dependency
1306         to debian control files.
1307
1308 2013-08-30  Carl Hetherington  <cth@carlh.net>
1309
1310         * Version 1.02 released.
1311
1312 2013-08-29  Carl Hetherington  <cth@carlh.net>
1313
1314         * Version 1.01 released.
1315
1316 2013-08-29  Carl Hetherington  <cth@carlh.net>
1317
1318         * Restore server/client operation (#202).
1319
1320         * Fix strange rounding of still image durations (#204).
1321
1322         * Remove limitation to numbers and periods in the
1323         server host name dialogue box.
1324
1325         * Fix stuck-at-99% progress meters (#184).
1326
1327         * Version 1.01beta1 released.
1328
1329 2013-08-29  Carl Hetherington  <cth@carlh.net>
1330
1331         * Fix emissions of large chunks of silence when
1332         analysing audio in some cases.
1333
1334         * Use my @dcpomatic.com email address for now,
1335         rather than a non-existant mailing list.
1336
1337 2013-08-28  Carl Hetherington  <cth@carlh.net>
1338
1339         * Initial DCP-o-matic release.
1340