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