blob: 93d474518df30ba33500d7e56e0565c2f1477ec5 (
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
|
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.
|