Seek past trim on setting up player pieces.
[dcpomatic.git] / ChangeLog
1 2013-10-29  Carl Hetherington  <cth@carlh.net>
2
3         * Improve performance when start-trimming
4         large files.
5
6         * Fix audio problems when start-trimming.
7
8 2013-10-28  Carl Hetherington  <cth@carlh.net>
9
10         * Version 1.24 released.
11
12 2013-10-28  Carl Hetherington  <cth@carlh.net>
13
14         * Fix failure to reload configuration on
15         some non-English locales.
16
17 2013-10-26  Carl Hetherington  <cth@carlh.net>
18
19         * Version 1.23 released.
20
21 2013-10-25  Carl Hetherington  <cth@carlh.net>
22
23         * Version 1.22 released.
24
25 2013-10-24  Carl Hetherington  <cth@carlh.net>
26
27         * Support sources that require repeat of more than
28         1 extra frame.
29
30 2013-10-23  Carl Hetherington  <cth@carlh.net>
31
32         * Version 1.21 released.
33
34 2013-10-23  Carl Hetherington  <cth@carlh.net>
35
36         * Use our own directory picker on Ubuntu 13.10 as well
37         as Ubuntu 13.04 as it seems similarly broken.
38
39 2013-10-22  Carl Hetherington  <cth@carlh.net>
40
41         * Version 1.20 released.
42
43 2013-10-22  Carl Hetherington  <cth@carlh.net>
44
45         * Allow films to be loaded when content is missing,
46         and then that content can be re-found.
47
48 2013-10-21  Carl Hetherington  <cth@carlh.net>
49
50         * Version 1.19 released.
51
52 2013-10-21  Carl Hetherington  <cth@carlh.net>
53
54         * Fix Rec. 709 gammas (from Lilian Lefranc)
55
56 2013-10-20  Carl Hetherington  <cth@carlh.net>
57
58         * Allow specification of subtitle language even if DVD-o-matic
59         isn't providing the subtitles.
60
61 2013-10-20  Carl Hetherington  <cth@carlh.net>
62
63         * Version 1.18 released.
64
65 2013-10-19  Carl Hetherington  <cth@carlh.net>
66
67         * Fix non-saving of colour transform presets.
68
69         * Some improvements in progress reporting, especially
70         for long encodes.
71
72 2013-10-18  Carl Hetherington  <cth@carlh.net>
73
74         * Fix bug with incorrect validity times given to KDMs.
75
76 2013-10-17  Carl Hetherington  <cth@carlh.net>
77
78         * Fix Make DCP menu option sensitivity (#230).
79
80         * Forward-port fix from master; use 1000000 rather
81         than 1e6 for J2K bandwidth arithmetic to ensure
82         that it's done with integers.
83
84 2013-10-16  Carl Hetherington  <cth@carlh.net>
85
86         * Version 1.17 released.
87
88 2013-10-16  Carl Hetherington  <cth@carlh.net>
89
90         * Hopefully fix crash on closing preferences window
91         when ~/.config/dcpomatic does not exist.
92
93         * Allow specification of the DCP to make KDMs for,
94         in case there is more than one.
95
96         * Speed up response to some settings changes
97         (e.g. crop) (#196).
98
99 2013-10-15  Carl Hetherington  <cth@carlh.net>
100
101         * Version 1.16 released.
102
103 2013-10-15  Carl Hetherington  <cth@carlh.net>
104
105         * Restore up/down buttons for simple content time
106         movements.
107
108         * Include film title in KDM filenames.
109
110         * Allow no-stretch scaling like in DVD-o-matic.
111
112 2013-10-14  Carl Hetherington  <cth@carlh.net>
113
114         * Add Rec. 709 colour conversion preset using
115         Wolfgang Woehl's matrix.
116
117 2013-10-14  Carl Hetherington  <cth@carlh.net>
118
119         * Version 1.15 released.
120
121 2013-10-14  Carl Hetherington  <cth@carlh.net>
122
123         * Fix some crashes in the KDM dialogue when coming
124         out of the add screen without giving a certificate.
125
126         * Really fix libltdl search path on OS X.
127
128 2013-10-13  Carl Hetherington  <cth@carlh.net>
129
130         * Version 1.14 released.
131
132 2013-10-12  Carl Hetherington  <cth@carlh.net>
133
134         * Add some missing libraries to the OS X build.
135
136         * Fix libltdl search path on OS X.
137
138 2013-10-12  Carl Hetherington  <cth@carlh.net>
139
140         * Version 1.13 released.
141
142 2013-10-12  Carl Hetherington  <cth@carlh.net>
143
144         * Fix linux static build.
145
146 2013-10-11  Carl Hetherington  <cth@carlh.net>
147
148         * Version 1.12 released.
149
150 2013-10-11  Carl Hetherington  <cth@carlh.net>
151
152         * Fix failure to create signer certificates
153         on Windows.
154
155 2013-10-10  Carl Hetherington  <cth@carlh.net>
156
157         * Basic snapping in the timeline.
158
159         * Various improvements to dcpomatic_kdm.
160
161 2013-10-10  Carl Hetherington  <cth@carlh.net>
162
163         * Version 1.11 released.
164
165 2013-10-10  Carl Hetherington  <cth@carlh.net>
166
167         * libdcp fix to incorrect signature digests.
168
169 2013-10-09  Carl Hetherington  <cth@carlh.net>
170
171         * Version 1.10 released.
172
173 2013-10-09  Carl Hetherington  <cth@carlh.net>
174
175         * Add some missing Windows dependencies.
176
177 2013-10-09  Carl Hetherington  <cth@carlh.net>
178
179         * Version 1.09 released.
180
181 2013-10-09  Carl Hetherington  <cth@carlh.net>
182
183         * Bump libdcp version to pull in speculative fix
184         for AuthorizedDeviceList thumbprints in KDMs.
185
186 2013-10-09  Carl Hetherington  <cth@carlh.net>
187
188         * Version 1.08 released.
189
190 2013-10-09  Carl Hetherington  <cth@carlh.net>
191
192         * Fix problems with crypto stuff on Windows.
193
194 2013-10-08  Carl Hetherington  <cth@carlh.net>
195
196         * Version 1.07 released.
197
198 2013-10-01  Carl Hetherington  <cth@carlh.net>
199
200         * Version 1.06 released.
201
202 2013-09-19  Carl Hetherington  <cth@carlh.net>
203
204         * Version 1.05 released.
205
206 2013-09-17  Carl Hetherington  <cth@carlh.net>
207
208         * Version 1.04 released.
209
210 2013-09-09  Carl Hetherington  <cth@carlh.net>
211
212         * Version 1.03 released.
213
214 2013-09-02  Carl Hetherington  <cth@carlh.net>
215
216         * Add missing boost datetime dependency
217         to debian control files.
218
219 2013-08-30  Carl Hetherington  <cth@carlh.net>
220
221         * Version 1.02 released.
222
223 2013-08-29  Carl Hetherington  <cth@carlh.net>
224
225         * Version 1.01 released.
226
227 2013-08-29  Carl Hetherington  <cth@carlh.net>
228
229         * Restore server/client operation (#202).
230
231         * Fix strange rounding of still image durations (#204).
232
233         * Remove limitation to numbers and periods in the
234         server host name dialogue box.
235
236         * Fix stuck-at-99% progress meters (#184).
237
238         * Version 1.01beta1 released.
239
240 2013-08-29  Carl Hetherington  <cth@carlh.net>
241
242         * Fix emissions of large chunks of silence when
243         analysing audio in some cases.
244
245         * Use my @dcpomatic.com email address for now,
246         rather than a non-existant mailing list.
247
248 2013-08-28  Carl Hetherington  <cth@carlh.net>
249
250         * Initial DCP-o-matic release.
251