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