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