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