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