-
Notifications
You must be signed in to change notification settings - Fork 5
/
ChangeLog
120 lines (85 loc) · 3.5 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
1.17
* Fix logging of libdvdread to be less verbose, and output to stderr (bug #11,
thanks to koorogi for reporting)
* Require libdvdread minimum version 6.1.0 for new DVD logging functionality
* Fix segfault on creating md5sum of dvdread id on newer systems with gcc
(bug #12, thanks to yzu1103309 for patch)
* dvd_info: Add options for verbose and debugging output to display any errors
from libdvdread
* Support FreeBSD 14.1 - see https://github.com/beandog/dvd_info/wiki
* dvd_rip: Switch default VPX codec from 9 to 8
* dvd_rip: Set video codec to x264 by default for Matroska
* dvd_rip: Set default audio codec to AAC, container to MP4
* dvd_rip: Use native ffmpeg AAC audio encoder
* dvd_rip: Add --start and --stop options
* dvd_rip: Fix setting faststart on mp4s
* dvd_rip: Encode same number of channels as source
* dvd_backup: Fix -i / --ifos to not copy VOBs, and always overwrite existing
backup files
* dvd_player: fix playing at starting chapter (and range)
* dvd_player: detelecine video by default
* dvd_player, dvd_rip: fix stopping at wrong end point for chapters
* dvd_player, dvd_rip: if chapter ranges given are incorrect, don't fix for
the user, and instead quit
* dvd_drive_status: use nonblock when opening device
1.16
* Don't require libdvdcss to build
* Remove dvd_eject, doesn't work very well and requires libdvdcss
* Fix building without libmpv in configure script (Gentoo bug 919832)
* Rename dvd_trip to dvd_rip
* dvd_info: display # of blocks per track in JSON
* dvd_info: add option to narrow by audio or subtitle by language
* dvd_info: add option to display detailed VTS info
* dvd_copy: fix copying last block of a cell (bug #5, thanks to remenor and
tremon015)
* dvd_rip: Rip to H.264 / MP4 by default
1.15
* Make display output more human-friendly
1.14
* dvd_player: fix bug where custom configuration file not loading
1.13
* Add dvd_debug, a wrapper to libdvdread's ifo_print()
* Add autotools scripts
* dvd_info: Fix typo in JSON output (thanks to gurpreetatwal)
* dvd_info: Add option to only display the longest track
* dvd_trip: Add detelecine and deinterlace as options
1.12
* Port to msys (thanks to veso266)
* dvd_copy: when given a single cell or chapter, don't use a range
* dvd_backup: allow setting DVD name for directory
* dvd_backup: add option to backup IFOs only
1.11
* Fix build with libdvdread-6.1.1
1.10
* dvd_backup: fix reading all title sets
1.9
* Add dvd_trip - a tiny little DVD ripper using libmpv as backend
1.8
* Update detelecine filters for dvd_player
* Require mpv version >= 0.29.0 for dvd_player
1.7
* Add dvd_player - a tiny little DVD player using libmpv
1.6 - 2019-06-08
* dvd_info: additional checks for invalid tracks
* dvd_info: fix dvd xchap output always returning the same track
* dvd_info: add verbose output option
* dvd_info: don't display invalid tracks, invalid streams, or tracks with
length under one second by default
* dvd_info: add option to display tracks in video title set
1.5 - 2019-06-01
* Fix displaying longest track
* Fix build without man page error
1.4 - 2019-05-30
* Cleanup code for portability to other systems
* New man pages
* Proper boundary checks for user arguments
1.3 - 2019-05-30
* Detect intentionally broken DVDs and flag tracks as invalid and display
errors
1.2 - 2018-02-28
* dvd_copy can copy track to stdout
1.1 - 2018-02-21
* Fixed a bug in dvd_copy where "Disc title" output would be garbage
1.0 - 2018-02-20
* First release after working on this for years, woots!
* dvd_info, dvd_copy, dvd_drive_status initial builds