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