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