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