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