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