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