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