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