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