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