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