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