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