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