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