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