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