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