Try to fix double are-you-sure prompt on closing with active jobs.
[dcpomatic.git] / ChangeLog
1 2014-01-10  Carl Hetherington  <cth@carlh.net>
2
3         * Try to fix double "are you sure" prompt on quitting with active jobs.
4
5 2014-01-09  Carl Hetherington  <cth@carlh.net>
6
7         * Version 1.61.1 released.
8
9 2014-01-09  Carl Hetherington  <cth@carlh.net>
10
11         * Version 1.61.0 released.
12
13 2014-01-09  Carl Hetherington  <cth@carlh.net>
14
15         * Hopefully fix somewhat inexplicable inability of Windows to open
16         new files on top of old ones in some circumstances (with audio
17         MXFs).
18
19         * Version 1.60 released.
20
21 2014-01-09  Carl Hetherington  <cth@carlh.net>
22
23         * More fixes for slow-downs on fast computers.
24
25 2014-01-08  Carl Hetherington  <cth@carlh.net>
26
27         * Version 1.59 released.
28
29 2014-01-07  Carl Hetherington  <cth@carlh.net>
30
31         * Version 1.58 released.
32
33 2014-01-07  Carl Hetherington  <cth@carlh.net>
34
35         * Fix Windows build of FFmpeg to link against zlib, which fixes parsing
36         of some .mov files.
37
38         * Very primitive check-for-updates feature added.
39
40         * Allow still-moving-image sources to have their frame rate specified.
41
42 2014-01-06  Carl Hetherington  <cth@carlh.net>
43
44         * Basics of per-channel audio gain (#247).
45
46         * Give a warning on make DCP if it seems unlikely that the disk
47         will have enough space to store the finished DCP (#92).
48
49         * Make sure forced languages override the environment for gettext()
50         as well as wxWidgets' i18n code (#108).
51
52         * Bump libdcp version to get a fix for VOLINDEX/ASSETMAP file extensions
53         with interop (#206).
54
55         * Fix subtitle colouring (#152).
56
57         * Fix mis-timed subtitles when there is a non-zero video PTS offset.
58
59         * Remove seemingly unnecessary checks on image directories.
60
61         * Leave DCP directory creation until the last minute to help
62         avoid half-eaten directories being left around (#174).
63
64 2014-01-05  Carl Hetherington  <cth@carlh.net>
65
66         * Version 1.57 released.
67
68 2014-01-05  Carl Hetherington  <cth@carlh.net>
69
70         * Use _fseeki64 on Windows when reading content files.
71
72         * Various small fixes to i18n.
73
74 2014-01-03  Carl Hetherington  <cth@carlh.net>
75
76         * Version 1.56 released.
77
78 2014-01-03  Carl Hetherington  <cth@carlh.net>
79
80         * Version 1.55 released.
81
82 2014-01-03  Carl Hetherington  <cth@carlh.net>
83
84         * New de_DE translation from Markus Raab.
85
86         * Work-around mysterious call of pure virtual method inside boost.
87
88 2014-01-01  Carl Hetherington  <cth@carlh.net>
89
90         * Bump ffmpeg version.
91
92 2013-12-30  Carl Hetherington  <cth@carlh.net>
93
94         * Version 1.54 released.
95
96 2013-12-30  Carl Hetherington  <cth@carlh.net>
97
98         * Put catches around a few threads which could have uncaught exceptions.
99
100         * Add nascent dcpomatic_create command-line program to create films.
101
102 2013-12-29  Carl Hetherington  <cth@carlh.net>
103
104         * Version 1.53 released.
105
106 2013-12-29  Carl Hetherington  <cth@carlh.net>
107
108         * Fix failure to load content from directories with non-Latin names.
109
110 2013-12-28  Carl Hetherington  <cth@carlh.net>
111
112         * Speculative fix for "find missing" not working on OS X (#255).
113
114         * Fix failure to load films with missing still image content (#300).
115
116 2013-12-27  Carl Hetherington  <cth@carlh.net>
117
118         * Fix non-update of video information on changing DCP resolution (#299).
119
120         * Version 1.52 released.
121
122 2013-12-27  Carl Hetherington  <cth@carlh.net>
123
124         * More speculative fixes for 4K.
125
126 2013-12-23  Carl Hetherington  <cth@carlh.net>
127
128         * Version 1.51 released.
129
130 2013-12-23  Carl Hetherington  <cth@carlh.net>
131
132         * A couple of potential fixes for 4K.
133
134         * Version 1.50 released.
135
136 2013-12-23  Carl Hetherington  <cth@carlh.net>
137
138         * Version 1.49 released.
139
140 2013-12-23  Carl Hetherington  <cth@carlh.net>
141
142         * Version 1.48 released.
143
144 2013-12-23  Carl Hetherington  <cth@carlh.net>
145
146         * Add TLS/SSL support to KDM email sending.
147
148 2013-12-23  Carl Hetherington  <cth@carlh.net>
149
150         * Version 1.47 released.
151
152 2013-12-23  Carl Hetherington  <cth@carlh.net>
153
154         * Add $START_TIME and $END_TIME as variables for the KDM email.
155
156         * Add top/bottom option for 3D frames.
157
158 2013-12-20  Carl Hetherington  <cth@carlh.net>
159
160         * Add configuration option for default audio delay (#276).
161
162         * Version 1.46 released.
163
164 2013-12-19  Carl Hetherington  <cth@carlh.net>
165
166         * Version 1.45 released.
167
168 2013-12-19  Carl Hetherington  <cth@carlh.net>
169
170         * Bump libdcp version again for a crash fix for 32-bit Windows,
171         and also for problems generating certificate chains.
172
173 2013-12-18  Carl Hetherington  <cth@carlh.net>
174
175         * Version 1.44 released.
176
177 2013-12-18  Carl Hetherington  <cth@carlh.net>
178
179         * Bump libdcp version again for a fix to XML validity for 3D.
180
181         * Version 1.43 released.
182
183 2013-12-18  Carl Hetherington  <cth@carlh.net>
184
185         * Update libdcp version to get fix for 3D IntrinsicDuration.
186
187         * Fix progress reporting when making 3D DCPs.
188
189         * Fix non-update of display when changing video frame type (2D,
190         3D left/right etc.)
191
192         * Restore video information in video tab when using still images.
193
194         * Hopefully fix exception on new film in some strange cases.
195
196 2013-12-09  Carl Hetherington  <cth@carlh.net>
197
198         * Version 1.42 released.
199
200 2013-12-09  Carl Hetherington  <cth@carlh.net>
201
202         * Fix make_black for pixel format 7 (#288).
203
204 2013-12-08  Carl Hetherington  <cth@carlh.net>
205
206         * Fix display update when removing content (#281).
207
208 2013-12-07  Carl Hetherington  <cth@carlh.net>
209
210         * Version 1.41 released.
211
212 2013-12-05  Carl Hetherington  <cth@carlh.net>
213
214         * Improve the correctness of lengths reported by sound files to fix
215         short DCPs when using non-DCI-rate sound files with stills.
216
217 2013-12-04  Carl Hetherington  <cth@carlh.net>
218
219         * Make signatures optional (#273).
220
221         * Only do scale/crop/window/subtitle overlay if a frame is going
222         to be encoded for the DCP.
223
224         * Several optimisations to video processing, which should
225         speed up the player a bit.
226
227 2013-12-03  Carl Hetherington  <cth@carlh.net>
228
229         * Add "play length" control to avoid having to do arithmetic to
230         get end-trims right in some cases (#261).
231
232 2013-12-02  Carl Hetherington  <cth@carlh.net>
233
234         * Fix breakage to adding multiple files at the same time.
235
236         * Fix crash on double-click of "show audio" button (#278).
237
238         * Version 1.40 released.
239
240 2013-12-02  Carl Hetherington  <cth@carlh.net>
241
242         * Fix problems with FFmpeg files that have all-zero stream IDs.
243
244         * Fix crash on checking non-existing frame info
245         files.
246
247         * Fix erroneous disabling of timing panel with
248         audio-only sources.
249
250 2013-11-30  Carl Hetherington  <cth@carlh.net>
251
252         * Version 1.39 released.
253
254 2013-11-30  Carl Hetherington  <cth@carlh.net>
255
256         * Fix windows build.
257
258 2013-11-29  Carl Hetherington  <cth@carlh.net>
259
260         * Version 1.38 released.
261
262 2013-11-29  Carl Hetherington  <cth@carlh.net>
263
264         * Add option to join input files together
265         to help with multiple VOB files from DVDs.
266
267         * Fix build for 32-bit versions of OS X.
268
269 2013-11-27  Carl Hetherington  <cth@carlh.net>
270
271         * Version 1.37 released.
272
273 2013-11-27  Carl Hetherington  <cth@carlh.net>
274
275         * Version 1.36 released.
276
277 2013-11-27  Carl Hetherington  <cth@carlh.net>
278
279         * Version 1.35 released.
280
281 2013-11-26  Carl Hetherington  <cth@carlh.net>
282
283         * Updated fr_FR translation from Lilian Lefranc.
284
285         * A whole load of fixes for lots of bugs when handling filenames
286         using non-Latin characters on Windows.
287
288 2013-11-22  Carl Hetherington  <cth@carlh.net>
289
290         * Version 1.34 released.
291
292 2013-11-22  Carl Hetherington  <cth@carlh.net>
293
294         * Fix both OS X and Windows installers.
295
296 2013-11-21  Carl Hetherington  <cth@carlh.net>
297
298         * Version 1.33 released.
299
300 2013-11-21  Carl Hetherington  <cth@carlh.net>
301
302         * Fix Ubuntu 13.04 build.
303
304 2013-11-20  Carl Hetherington  <cth@carlh.net>
305
306         * Version 1.32 released.
307
308 2013-11-20  Carl Hetherington  <cth@carlh.net>
309
310         * Version 1.31 released.
311
312 2013-11-20  Carl Hetherington  <cth@carlh.net>
313
314         * Add primitive hints dialogue box.
315
316 2013-11-17  Carl Hetherington  <cth@carlh.net>
317
318         * Fix specified-server discovery.
319
320         * Version 1.30 released.
321
322 2013-11-17  Carl Hetherington  <cth@carlh.net>
323
324         * Speculative fix for servers crashing with different
325         locales to clients.
326
327 2013-11-16  Carl Hetherington  <cth@carlh.net>
328
329         * Bump bundled FFmpeg version to current git master.
330
331         * Fix erroneous reset of visible channels in audio
332         level dialog when changing gain.
333
334 2013-11-15  Carl Hetherington  <cth@carlh.net>
335
336         * Use 2 decimal places for gamma controls instead
337         of 1.
338
339 2013-11-14  Carl Hetherington  <cth@carlh.net>
340
341         * Support modification of certain properties when
342         there are several selected pieces of content.
343
344         * Add server configuration back in.
345
346 2013-11-12  Carl Hetherington  <cth@carlh.net>
347
348         * Version 1.29 released.
349
350 2013-11-12  Carl Hetherington  <cth@carlh.net>
351
352         * Fix bad_alloc exception on audio analysis (and
353         probably elsewhere).
354
355 2013-11-11  Carl Hetherington  <cth@carlh.net>
356
357         * Version 1.28 released.
358
359 2013-11-11  Carl Hetherington  <cth@carlh.net>
360
361         * Somewhat speculative fix for slow-downs and
362         large memory consumption with multi-content playlists.
363
364 2013-11-10  Carl Hetherington  <cth@carlh.net>
365
366         * Hopefully get rid of spurious black lines around
367         preview.
368
369 2013-11-08  Carl Hetherington  <carl@ubuntu>
370
371         * Fix strange behaviour of J2K bandwidth control
372         on 32-bit Linux.
373
374 2013-11-07  Carl Hetherington  <cth@carlh.net>
375
376         * Open file dialog starts in the configured DCP directory,
377         if one exists (#70).
378
379 2013-11-06  Carl Hetherington  <cth@carlh.net>
380
381         * Support pixel format 30 (#254).
382
383 2013-11-06  Carl Hetherington  <cth@carlh.net>
384
385         * Version 1.27 released.
386
387 2013-11-06  Carl Hetherington  <cth@carlh.net>
388
389         * Various server-related tidying up; servers are
390         now auto-detected only (the configuration for
391         them has been removed).
392
393 2013-11-06  Carl Hetherington  <cth@carlh.net>
394
395         * Version 1.26 released.
396
397 2013-11-05  Carl Hetherington  <cth@carlh.net>
398
399         * Auto-detect encoding servers on the local
400         subnet(s).
401
402         * Tweak verbosity of command-line encoding servers.
403
404 2013-11-04  Carl Hetherington  <cth@carlh.net>
405
406         * Version 1.25 released.
407
408 2013-10-29  Carl Hetherington  <cth@carlh.net>
409
410         * Improve performance when start-trimming
411         large files.
412
413         * Fix audio problems when start-trimming.
414
415 2013-10-28  Carl Hetherington  <cth@carlh.net>
416
417         * Version 1.24 released.
418
419 2013-10-28  Carl Hetherington  <cth@carlh.net>
420
421         * Fix failure to reload configuration on
422         some non-English locales.
423
424 2013-10-26  Carl Hetherington  <cth@carlh.net>
425
426         * Version 1.23 released.
427
428 2013-10-25  Carl Hetherington  <cth@carlh.net>
429
430         * Version 1.22 released.
431
432 2013-10-24  Carl Hetherington  <cth@carlh.net>
433
434         * Support sources that require repeat of more than
435         1 extra frame.
436
437 2013-10-23  Carl Hetherington  <cth@carlh.net>
438
439         * Version 1.21 released.
440
441 2013-10-23  Carl Hetherington  <cth@carlh.net>
442
443         * Use our own directory picker on Ubuntu 13.10 as well
444         as Ubuntu 13.04 as it seems similarly broken.
445
446 2013-10-22  Carl Hetherington  <cth@carlh.net>
447
448         * Version 1.20 released.
449
450 2013-10-22  Carl Hetherington  <cth@carlh.net>
451
452         * Allow films to be loaded when content is missing,
453         and then that content can be re-found.
454
455 2013-10-21  Carl Hetherington  <cth@carlh.net>
456
457         * Version 1.19 released.
458
459 2013-10-21  Carl Hetherington  <cth@carlh.net>
460
461         * Fix Rec. 709 gammas (from Lilian Lefranc)
462
463 2013-10-20  Carl Hetherington  <cth@carlh.net>
464
465         * Allow specification of subtitle language even if DVD-o-matic
466         isn't providing the subtitles.
467
468 2013-10-20  Carl Hetherington  <cth@carlh.net>
469
470         * Version 1.18 released.
471
472 2013-10-19  Carl Hetherington  <cth@carlh.net>
473
474         * Fix non-saving of colour transform presets.
475
476         * Some improvements in progress reporting, especially
477         for long encodes.
478
479 2013-10-18  Carl Hetherington  <cth@carlh.net>
480
481         * Fix bug with incorrect validity times given to KDMs.
482
483 2013-10-17  Carl Hetherington  <cth@carlh.net>
484
485         * Fix Make DCP menu option sensitivity (#230).
486
487         * Forward-port fix from master; use 1000000 rather
488         than 1e6 for J2K bandwidth arithmetic to ensure
489         that it's done with integers.
490
491 2013-10-16  Carl Hetherington  <cth@carlh.net>
492
493         * Version 1.17 released.
494
495 2013-10-16  Carl Hetherington  <cth@carlh.net>
496
497         * Hopefully fix crash on closing preferences window
498         when ~/.config/dcpomatic does not exist.
499
500         * Allow specification of the DCP to make KDMs for,
501         in case there is more than one.
502
503         * Speed up response to some settings changes
504         (e.g. crop) (#196).
505
506 2013-10-15  Carl Hetherington  <cth@carlh.net>
507
508         * Version 1.16 released.
509
510 2013-10-15  Carl Hetherington  <cth@carlh.net>
511
512         * Restore up/down buttons for simple content time
513         movements.
514
515         * Include film title in KDM filenames.
516
517         * Allow no-stretch scaling like in DVD-o-matic.
518
519 2013-10-14  Carl Hetherington  <cth@carlh.net>
520
521         * Add Rec. 709 colour conversion preset using
522         Wolfgang Woehl's matrix.
523
524 2013-10-14  Carl Hetherington  <cth@carlh.net>
525
526         * Version 1.15 released.
527
528 2013-10-14  Carl Hetherington  <cth@carlh.net>
529
530         * Fix some crashes in the KDM dialogue when coming
531         out of the add screen without giving a certificate.
532
533         * Really fix libltdl search path on OS X.
534
535 2013-10-13  Carl Hetherington  <cth@carlh.net>
536
537         * Version 1.14 released.
538
539 2013-10-12  Carl Hetherington  <cth@carlh.net>
540
541         * Add some missing libraries to the OS X build.
542
543         * Fix libltdl search path on OS X.
544
545 2013-10-12  Carl Hetherington  <cth@carlh.net>
546
547         * Version 1.13 released.
548
549 2013-10-12  Carl Hetherington  <cth@carlh.net>
550
551         * Fix linux static build.
552
553 2013-10-11  Carl Hetherington  <cth@carlh.net>
554
555         * Version 1.12 released.
556
557 2013-10-11  Carl Hetherington  <cth@carlh.net>
558
559         * Fix failure to create signer certificates
560         on Windows.
561
562 2013-10-10  Carl Hetherington  <cth@carlh.net>
563
564         * Basic snapping in the timeline.
565
566         * Various improvements to dcpomatic_kdm.
567
568 2013-10-10  Carl Hetherington  <cth@carlh.net>
569
570         * Version 1.11 released.
571
572 2013-10-10  Carl Hetherington  <cth@carlh.net>
573
574         * libdcp fix to incorrect signature digests.
575
576 2013-10-09  Carl Hetherington  <cth@carlh.net>
577
578         * Version 1.10 released.
579
580 2013-10-09  Carl Hetherington  <cth@carlh.net>
581
582         * Add some missing Windows dependencies.
583
584 2013-10-09  Carl Hetherington  <cth@carlh.net>
585
586         * Version 1.09 released.
587
588 2013-10-09  Carl Hetherington  <cth@carlh.net>
589
590         * Bump libdcp version to pull in speculative fix
591         for AuthorizedDeviceList thumbprints in KDMs.
592
593 2013-10-09  Carl Hetherington  <cth@carlh.net>
594
595         * Version 1.08 released.
596
597 2013-10-09  Carl Hetherington  <cth@carlh.net>
598
599         * Fix problems with crypto stuff on Windows.
600
601 2013-10-08  Carl Hetherington  <cth@carlh.net>
602
603         * Version 1.07 released.
604
605 2013-10-01  Carl Hetherington  <cth@carlh.net>
606
607         * Version 1.06 released.
608
609 2013-09-19  Carl Hetherington  <cth@carlh.net>
610
611         * Version 1.05 released.
612
613 2013-09-17  Carl Hetherington  <cth@carlh.net>
614
615         * Version 1.04 released.
616
617 2013-09-09  Carl Hetherington  <cth@carlh.net>
618
619         * Version 1.03 released.
620
621 2013-09-02  Carl Hetherington  <cth@carlh.net>
622
623         * Add missing boost datetime dependency
624         to debian control files.
625
626 2013-08-30  Carl Hetherington  <cth@carlh.net>
627
628         * Version 1.02 released.
629
630 2013-08-29  Carl Hetherington  <cth@carlh.net>
631
632         * Version 1.01 released.
633
634 2013-08-29  Carl Hetherington  <cth@carlh.net>
635
636         * Restore server/client operation (#202).
637
638         * Fix strange rounding of still image durations (#204).
639
640         * Remove limitation to numbers and periods in the
641         server host name dialogue box.
642
643         * Fix stuck-at-99% progress meters (#184).
644
645         * Version 1.01beta1 released.
646
647 2013-08-29  Carl Hetherington  <cth@carlh.net>
648
649         * Fix emissions of large chunks of silence when
650         analysing audio in some cases.
651
652         * Use my @dcpomatic.com email address for now,
653         rather than a non-existant mailing list.
654
655 2013-08-28  Carl Hetherington  <cth@carlh.net>
656
657         * Initial DCP-o-matic release.
658