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