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