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