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