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