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