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