-
Notifications
You must be signed in to change notification settings - Fork 8
/
History_CLI.txt
executable file
·116 lines (100 loc) · 3.26 KB
/
History_CLI.txt
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
Notes:
------
+ Added
- Deleted
x Correction
Version 1.4.2, 2017-09-26
--------------
+ Packages for latest versions of Debian, Ubuntu, Fedora, RHEL/CentOS...
+ Update of third party libs (Qt, MediaInfo)
Version 1.4.1, 2012-03-19
--------------
+ Update MediaInfo library to v0.7.54
Version 1.4.0, 2010-05-02
--------------
+ #81, A lot less memory usage (no more crash for big files because of memory allocation failure)
+ #110, continuous timecode math error on PAL files
+ #80, Support Apple Interchange Format version 3 (for FCP v5)
+ Some wording is more explicit
x #78, Apple Interchange Format version 5: color attribute was wrongly implemented
Version 1.3.4.2, 2009-11-01
--------------
(Intermediate version)
+ Arb bit reporting separation (new verbosity level)
+ FCP XML ignore non-DV files
Version 1.3.4, 2009-10-30
--------------
+ Updating to MediaInfo 0.7.24
x 'repeating info' report when associated value is 0
x Cosmetic changes
Version 1.3.3, 2009-10-27
--------------
+ Progress bar
+ Final Cut Pro XML (v4 and v5) output
+ Menu bar reorganization
+ Option in menu bar re-organized
+ XML export
+ Errors: percentage instead of numbers
+ Reset row height button
x NAB/RAB wrongly reported
Version 1.3.2, 2009-10-23
--------------
+ Arb bits: more details
+ Arb bits: Non-Sequetial / Repeating info
+ Export menu
+ Cosmetic improvements
Version 1.3.1, 2009-09-22
--------------
+ "By frame": Table view
+ "Summary": Qualitative statements
+ "Summary": Warn if the DV contains audio tracks that have no representation in the container
x "XML": non sequential timecode bug
Version 1.3.0, 2009-09-01
--------------
+ Adapted source code in order to be used by both CLI and GUI
+ Arbitrary bit is reported (and incoherency error detection)
+ New arangement of summary
+ Summary for all errors
+ Stts (.mov, .mp4 time) fluctuation
+ XML output
Version 1.2.2, 2009-05-18
--------------
x "Date covered" was wrong if RecDate/RecTime were complex to decode
x "xxx covered" had "start frame at" shifted by 1
Version 1.2.1, 2009-05-15
--------------
x (based on v1.1.0, to be trashed)
Version 1.2.0, 2009-05-06
--------------
+ Frame number
+ Verbosity (see --Help-Verbosity for more info)
+ Footer: count of frames with incoherencies
+ Footer: timecode covered
+ Warning if there is some frame count incoherency
x timecode incoherancy was skipped in some cases
x somme audio errors were wrongly reported
Version 1.1.0, 2009-05-04
--------------
+ New error presentation
+ NULL block detection
+ invalid audio detection
Version 1.0.1, not released
--------------
x Frame count was offset by 1
x Some timestamps were wrongly reported (25 fps instead of 29.97 fps) (again!)
Version 1.0.0, 2009-04-30
--------------
+ 4 GB+ .mov support
+ Better support of NULL padded DIFs
+ With an official build of libmediainfo (0.7.15)
x Some timestamps were wrongly reported (25 fps instead of 29.97 fps)
x DropFrame was not well handled
Version 0.9.0, 2009-04-27
--------------
+ First official version, based on MediaInfo 0.7.15 BETA
+ STA errors detection
+ Timestamp, timecode, recdate, rectime
+ Detection of timecode gaps
+ Detection of rectime gap
+ detection of Start/End flags
+ Header/Footer (summary)