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