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