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