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