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