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