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