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