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