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