Bump version
[dcpomatic.git] / ChangeLog
1 2012-12-18  Carl Hetherington  <cth@carlh.net>
2
3         * Version 0.65 released.
4
5 2012-12-13  Carl Hetherington  <cth@carlh.net>
6
7         * Version 0.64 released.
8
9 2012-12-13  Carl Hetherington  <cth@carlh.net>
10
11         * Version 0.63 released.
12
13 2012-12-13  Carl Hetherington  <cth@carlh.net>
14
15         * Re-fix reports of zero audio channels
16         with soundtracks of some source files.
17
18 2012-12-13  Carl Hetherington  <cth@carlh.net>
19
20         * Version 0.62 released.
21
22 2012-12-13  Carl Hetherington  <cth@carlh.net>
23
24         * Improve progress reporting during the final
25         DCP make job; should stop the bar sitting at 100%
26         for a while during digest creation.
27
28 2012-12-11  Carl Hetherington  <cth@carlh.net>
29
30         * Version 0.61 released.
31
32 2012-12-11  Carl Hetherington  <cth@carlh.net>
33
34         * More .deb dep tweaks.
35
36 2012-12-11  Carl Hetherington  <cth@carlh.net>
37
38         * Version 0.60 released.
39
40 2012-12-11  Carl Hetherington  <cth@carlh.net>
41
42         * Hopefully fix utterly broken partially-static
43         builds for .debs.
44
45         * Fix specification of architecture in .debs.
46
47 2012-12-10  Carl Hetherington  <cth@carlh.net>
48
49         * Version 0.59 released.
50
51 2012-12-09  Carl Hetherington  <cth@carlh.net>
52
53         * Version 0.59beta5 released.
54
55 2012-12-09  Carl Hetherington  <cth@carlh.net>
56
57         * Version 0.59beta4 released.
58
59 2012-12-09  Carl Hetherington  <cth@carlh.net>
60
61         * Version 0.59beta3 released.
62
63 2012-12-09  Carl Hetherington  <cth@carlh.net>
64
65         * Version 0.59beta2 released.
66
67 2012-12-09  Carl Hetherington  <cth@carlh.net>
68
69         * Build against libdcp compiled with -O2 instead
70         of -O3.
71
72 2012-12-05  Carl Hetherington  <cth@carlh.net>
73
74         * Version 0.59beta1 released.
75
76 2012-11-15  Carl Hetherington  <cth@carlh.net>
77
78         * Default to using a DCI name.
79
80         * Support for using external sound files instead
81         of the ones in the video source.
82
83 2012-11-14  Carl Hetherington  <cth@carlh.net>
84
85         * Rearrange the GUI a bit to tidy things up.
86
87         * Some internal reorganisation.
88
89 2012-12-03  Carl Hetherington  <cth@carlh.net>
90
91         * Version 0.58 released.
92
93 2012-12-03  Carl Hetherington  <cth@carlh.net>
94
95         * DVD-o-matic and its dependencies rebuilt with
96         a newer mingw toolchain and with -O2 rather than
97         -O3 to (hopefully) improve reliability on Windows.
98
99         * Fixed problems with 7.1 audio.
100
101 2012-11-10  Carl Hetherington  <cth@carlh.net>
102
103         * Version 0.57 released.
104
105 2012-11-10  Carl Hetherington  <cth@carlh.net>
106
107         * Fix crash when trying to use a DCI name when there
108         is no soundtrack (yet) (reported by Wolfgang Woehl).
109
110 2012-11-07  Carl Hetherington  <cth@carlh.net>
111
112         * Version 0.56 released.
113
114 2012-11-05  Carl Hetherington  <cth@carlh.net>
115
116         * Remove options to black-out the video when cropping the end;
117         it complicates the code and is getting a bit close to video
118         editing.
119
120         * Add option to trim from both the start and
121         the end of the input video.
122
123         * Various bug fixes and code rearrangement.
124
125 2012-10-14  Carl Hetherington  <cth@carlh.net>
126
127         * Basic support for DVD and Blu-Ray subtitles.
128
129         * Re-add DCI naming support.
130
131         * Basic support for selection of audio
132         and subtitle streams.
133
134         * Fixes for audio/video sync in some cases.
135
136         * Cope with videos with varying size and/or
137         pixel format.
138
139         * Fix bug with handling of YUV422-format videos.
140
141 2012-10-09  Carl Hetherington  <cth@carlh.net>
142
143         * Version 0.55 released.
144
145 2012-10-09  Carl Hetherington  <cth@carlh.net>
146
147         * Fix bug possibly causing randomly-occuring
148         black thumbnails.
149
150         * Fix problems with obtaining frame rate of
151         WMV files (reported by Anders Nordentoft-Madsen).
152
153 2012-10-07  Carl Hetherington  <cth@carlh.net>
154
155         * Fix up some bugs when using limited DCP
156         range (reported by Wolfgang Woehl).
157
158         * Don't stretch still images for DCPs, just
159         scale them up and pad them as required.
160
161 2012-10-02  Carl Hetherington  <cth@carlh.net>
162
163         * Version 0.54 released.
164
165 2012-10-02  Carl Hetherington  <cth@carlh.net>
166
167         * When encoding 24 frames per second drop
168         frame (ie 23.976 frames per second) run the
169         video at 24 FPS and resample the audio so
170         that when it is run correspondingly (slightly) fast
171         it remains in sync.
172
173         * Some code cleanup.
174
175 2012-10-01  Carl Hetherington  <cth@carlh.net>
176
177         * Fix aff/666: thumbnail scan is run twice
178         when changing the content file for a film.
179
180 2012-09-28  Carl Hetherington  <cth@carlh.net>
181
182         * Fix crash bug which seems to have been
183         exposed by recent changes to ffmpeg.
184
185 2012-09-27  Carl Hetherington  <cth@carlh.net>
186
187         * Version 0.53 released.
188
189 2012-09-27  Carl Hetherington  <cth@carlh.net>
190
191         * Fix unrecognised capital letters on
192         still-image file extensions.
193
194         * Write hashes of frames to disk and
195         check them before making the final DCP.
196
197 2012-09-24  Carl Hetherington  <cth@carlh.net>
198
199         * Fix problems with overflow on long films.
200
201 2012-09-24  Carl Hetherington  <cth@carlh.net>
202
203         * Version 0.52 released.
204
205 2012-09-23  Carl Hetherington  <cth@carlh.net>
206
207         * Fix alignment of frames per second count.
208
209         * Use hopefully more robust networking
210         code to survive timeouts during reads and
211         writes.
212
213         * Some fixes for bugs when loading Films
214         created on Windows in Linux.
215
216 2012-09-22  Carl Hetherington  <cth@carlh.net>
217
218         * Fix bug on OK-ing gain calculation
219         dialog without entering any values.
220
221         * Improve spacing in some dialogs.
222
223 2012-09-22  Carl Hetherington  <cth@carlh.net>
224
225         * Version 0.51 released.
226
227 2012-09-22  Carl Hetherington  <cth@carlh.net>
228
229         * Improve transcode job progress reporting.
230
231         * Update the slow bits of the properties
232         dialog in a separate thread to improve
233         responsiveness.
234
235         * Fix edit server button on Windows.
236
237 2012-09-22  Carl Hetherington  <cth@carlh.net>
238
239         * Version 0.50 released.
240
241 2012-09-22  Carl Hetherington  <cth@carlh.net>
242
243         * Rename servomatic to servomatic_cli and
244         add a very basic system-tray-dwelling GUI server.
245
246         * Tweak formatting of properties dialogue
247         and add a note of how many J2K frames
248         have already been encoded.
249
250         * Correctly set up crop in the viewer
251         on reloading a film.
252
253 2012-09-18  Carl Hetherington  <cth@carlh.net>
254
255         * Fix non-working removal of encode servers.
256
257         * Add GUI front-end to encode server.
258
259 2012-09-17  Carl Hetherington  <cth@carlh.net>
260
261         * Include servomatic in the Windows install.
262
263         * Add a simple Properties dialog to give
264         an estimate of disk space required for an
265         encode.
266
267 2012-09-17  Carl Hetherington  <cth@carlh.net>
268
269         * Version 0.49 released.
270
271 2012-09-16  Carl Hetherington  <cth@carlh.net>
272
273         * Version 0.48 released.
274
275 2012-09-15  Carl Hetherington  <cth@carlh.net>
276
277         * Slightly speculative fix for failure to
278         take note of audio gain changes caused by
279         the Calculate dialogue.
280
281 2012-09-12  Carl Hetherington  <cth@carlh.net>
282
283         * Fix crash when FFmpeg doesn't set up the audio channel
284         layout for some reason.
285
286 2012-09-01  Carl Hetherington  <cth@carlh.net>
287
288         * Add 1.66-within-flat format.
289
290 2012-08-27  Carl Hetherington  <cth@carlh.net>
291
292         * Version 0.47 released.
293
294 2012-08-23  Carl Hetherington  <cth@carlh.net>
295
296         * Add some more formats.
297
298         * Update to use libdcp 0.11.
299
300         * Fix build with boost filesystem version 2.
301
302 2012-08-10  Carl Hetherington  <cth@carlh.net>
303
304         * Version 0.46 released.
305
306 2012-08-10  Carl Hetherington  <cth@carlh.net>
307
308         * Untested fixes for failure to encode
309         content without audio.
310
311 2012-08-09  Carl Hetherington  <cth@carlh.net>
312
313         * Version 0.45 released.
314
315 2012-08-09  Carl Hetherington  <cth@carlh.net>
316
317         * Fix bug with padding in Scope causing corrupt
318         images.
319
320         * Fix bug when using content file names which
321         start with the name of the film directory.
322
323 2012-08-05  Carl Hetherington  <cth@carlh.net>
324
325         * Version 0.44 released.
326
327 2012-08-04  Carl Hetherington  <cth@carlh.net>
328
329         * Fix bug with content inside the film directory.
330
331 2012-08-04  Carl Hetherington  <cth@carlh.net>
332
333         * Version 0.43 released.
334
335 2012-08-04  Carl Hetherington  <cth@carlh.net>
336
337         * Use wxwidgets .rc file to make Windows version
338         look nicer.
339
340         * Hopefully improve building against different
341         versions of FFmpeg.
342
343 2012-08-04  Carl Hetherington  <cth@carlh.net>
344
345         * Version 0.42 released.
346
347 2012-08-04  Carl Hetherington  <cth@carlh.net>
348
349         * Request admin priviledges on install for Windows 7.
350
351         * Add some missing dependencies to the Windows package.
352
353 2012-08-01  Carl Hetherington  <cth@carlh.net>
354
355         * Version 0.40 released.
356
357 2012-08-01  Carl Hetherington  <cth@carlh.net>
358
359         * Fix a few bugs related to thumbnailing.
360
361         * Update for libdcp version 0.06.
362
363 2012-07-31  Carl Hetherington  <cth@carlh.net>
364
365         * Add option to compute required audio gains to
366         effect the same as a sound processor fader change
367         (currently for Dolby CP750 only).
368
369 2012-07-28  Carl Hetherington  <cth@carlh.net>
370
371         * Version 0.37 released.
372
373 2012-07-28  Carl Hetherington  <cth@carlh.net>
374
375         * Fix missed frames when encoding caused by server
376         threads that are attempting to access non-responding
377         servers.
378
379         * Fix makedcp parsing of -v option.
380
381 2012-07-28  Carl Hetherington  <cth@carlh.net>
382
383         * Version 0.36 released.
384
385 2012-07-28  Carl Hetherington  <cth@carlh.net>
386
387         * Install / version tweaks.
388
389 2012-07-28  Carl Hetherington  <cth@carlh.net>
390
391         * Version 0.35 released.
392
393 2012-07-27  Carl Hetherington  <cth@carlh.net>
394
395         * Version 0.31 released.
396
397 2012-07-27  Carl Hetherington  <cth@carlh.net>
398
399         * Speed up thumbnail display.
400
401         * Various improvements to Windows port.
402
403         * Fix TMS transfer with large files.
404
405         * Clean up audio handling code somewhat.
406
407         * Re-sample audio to 48kHz or 96kHz if necessary.
408
409         * Remove player functionality from DVD-o-matic.
410
411 2012-07-22  Carl Hetherington  <cth@carlh.net>
412
413         * Port to Windows.
414
415         * Use MD5 digest to decide on the directory to put J2C files
416         in, rather than the path of the content.
417
418         * Allow building with current FFmpeg git.
419
420         * Fix problems when creating cut videos in that the audio is too
421         short; pad it with silence.
422
423 2012-07-21  Carl Hetherington  <cth@carlh.net>
424
425         * Version 0.29 released.
426
427 2012-07-21  Carl Hetherington  <cth@carlh.net>
428
429         * Tidy widgets and menus when there is no film loaded.
430
431         * Option to build with Ubuntu 12.04's FFmpeg libraries.
432
433         * Add dialogue box to choose DVD title when ripping.
434
435         * Always do an examine run for new content.
436
437 2012-07-18  Carl Hetherington  <cth@carlh.net>
438
439         * Version 0.26 released
440
441 2012-07-15  Carl Hetherington  <cth@carlh.net>
442
443         * Remove code to use `standard' format DCP long names,
444         as in the wild their use seems to be decreasing, and it
445         makes the GUI simpler.
446
447         * Fix some bugs with sending to servomatic introduced
448         in the adjustments to padding.
449
450         * Write some status text when an unknown-progress
451         job is running.
452
453         * Use new libdcp rather than OpenDCP to generate MXFs
454         and write DCP XML.
455
456 2012-07-14  Carl Hetherington  <cth@carlh.net>
457
458         * Version 0.25 released.
459
460 2012-07-14  Carl Hetherington  <cth@carlh.net>
461
462         * Various GUI cleanups.
463
464         * Remove player from the GUI for now.
465
466         * Fix hash down the left-hand side of encoded DCPs.
467
468         * Add option to black-out the end of an encode, in order
469         to remove unwanted frames of video whilst keeping sound.
470
471         * Fixes to copy-to-server.
472
473         * Fix name of 16:9 format.
474
475 2012-07-08  Carl Hetherington  <cth@carlh.net>
476
477         * Version 0.24 released.
478
479 2012-07-08  Carl Hetherington  <cth@carlh.net>
480
481         * Add support for generating static DCPs from single
482         image files.
483
484         * Add option to copy DCP to a remote server (e.g. a TMS)
485         via SCP.
486
487         * Auto-update thumbs when content changes.
488
489 2012-06-10  Carl Hetherington  <cth@carlh.net>
490
491         * Fix up bad padding setup when there isn't any.
492
493         * Restore sound to playomatic; add assert for bad format.
494
495 2012-05-26  Carl Hetherington  <cth@carlh.net>
496
497         * Fix crash on attempting to use a non-existant filter.
498
499         * src/lib/filter.cc: Fix typo in filter name.
500
501         * Allow configuration of the reference scalers and filters in A/B mode.
502
503         * Fix identification of formats in metadata.
504
505 2012-05-26  Carl Hetherington  <cth@carlh.net>
506
507         * Version 0.23 released.
508
509 2012-05-28  Carl Hetherington  <cth@carlh.net>
510
511         * src/lib/player_manager.cc: possible fix to crash when stopping
512         playback.
513
514         * Fix crash in A/B mode.
515
516 2012-05-26  Carl Hetherington  <cth@carlh.net>
517
518         * Version 0.21 released.
519
520 2012-05-25  Carl Hetherington  <cth@carlh.net>
521
522         * Add option to delay audio with respect to video.
523
524         * src/tools/fixlengths.cc: add a few more options.
525
526 2012-05-22  Carl Hetherington  <cth@carlh.net>
527
528         * src/tools/dvdomatic.cc: fix website address.
529
530         * test: fix up a few test bits.
531
532         * README: very brief introduction to a few things.
533
534 2012-05-22  Carl Hetherington  <cth@carlh.net>
535
536         * Version 0.20 released.