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