-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathChangeLog
103 lines (71 loc) · 2.38 KB
/
ChangeLog
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
ChangeLog
1.14
- Remove option to set titles as input, use only playlists
- bluray_info: fix '--help' output
- bluray_info: display some metadata found in XML file
- bluray_info: choosing a language for subtitles or audio streams
can be done for each type individually
- bluray_player: fix opening player fullscreen
1.13
- bluray_info: add options to filter by language, for either audio
streams or subtitles
1.12
- bluray_info: add option to display 'duplicate' titles that would
normally be filtered by libbluray. See bug #11
- bluray_copy: also add option to select from duplicate titles
1.11
- Fix configure script so it can build without libmpv (see
Gentoo bug #907865)
1.10
bluray_info:
- Fix JSON output when limiting tracks (bug #13, thanks to zscholl
for reporting)
bluray_copy:
- Display filename being written
1.9
- Fix not showing video format on 4K
1.8
- Make output more human-friendly
- Require libbluray >= 1.2.0 to fix 4K support
- Require libaacs
1.7
- Display milliseconds for timestamps and durations, (patch thanks to
rapperskull)
1.6
- Display bluray chapter filesizes
1.5
- Add bluray_player, a small Blu-ray player using libmpv
- Add man pages
- Add support for 4K
bluray_info:
- Properly label DTS-HD Master audio streams
- Add displaying long audio and video codec names in JSON output
- Can narrow results on minimum number of seconds or minutes, has an audio or
subtitle track
- Display chapter start times
- Can output chapters in OGM format for muxing into MKV
- Set disc title from Blu-ray disc metadata instead of UDF volume name
bluray_copy:
- General rewrite for readability and stability
- Fixed pulling in extra data between title start and first chapter
- Check for AACS decrypt errors
- Copy angle numbers
1.4
- Fix indexing to match Blu-ray spec for playlist numbers
- bluray_info: display main title even if one track is listed
- bluray_info: display subtitle character code
- bluray_copy: can now stream to stdout
- bluray_copy: print errors to stderr
- bluray_copy: increase default buffer sizes
- bluray_copy: increased buffer size for Blu-ray optical drives
- bluray_copy: don't require an output filename, use defaults if none given
- bluray_copy: optional quiet output to remove printing copy progress
1.3
- Add autotools
1.2.0
- initialize structs properly
- bluray_copy quits on disk space full
1.1.0
- add bluray_copy
1.0.0
- Initial release