-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathCHANGES
61 lines (48 loc) · 1.87 KB
/
CHANGES
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
yamdi-1.9:
* [Fix] VP6 width/height detection
* [Fix] Interpreting invalid data as FLV tag
yamdi-1.8:
* [Add] Replace input file with output file with -w
* [Add] Keyframes for audio only files with -a
yamdi-1.7:
* [Fix] off-by-one bug while indexing an FLV file
yamdi-1.6:
* [Fix] Large file support
* [Fix] VP62 occasional wrong width/height detection [jgreer-zencoder]
* [Add] onLastKeyframe event with -k
* [Add] onLastSecond event with -s. -l deprecated
* [Add] Strip all metadata with -M
* [Add] Omit the keyframes tag in the XML output with -X.
yamdi-1.5:
* [Fix] Segfault on empty files under *nix [zas_]
* [Fix] VP62 occasional zero height [xtat]
* [Add] AVC/H.264 support
* [Add] Input file can be read from stdin
yamdi-1.4:
* [Fix] The onLastSecond event did not have the correct timestamp
* [Add] Source code compatible with Win32 (MinGW32) [sfyang]
yamdi-1.3:
* [Fix] SCRIPTDATAVARIABLEEND tag of the onMetaData object was missing
* [Add] XML output of the meta data with option -x [teshock]
* [Add] Makefile and manpage [xtat]
yamdi-1.2:
* [Fix] Width and height calculation of ScreenVideo stream was
wrong
* [Add] onLastSecond event with option -l
yamdi-1.1:
* [Fix] Width and height calculation of H.263 video streams with
custom 16bit width and height was wrong.
yamdi-1.0:
* [Add] Width and height detection for VP6 alpha video
yamdi-1.0beta3:
* [Add] Width and height detection for VP6 video (without
alpha) [hephooey]
* [Add] More metadata: calculated framerate, videodatarate and
audiodatarate.
yamdi-1.0beta2:
* [Fix] The last video tag or audio tag has not been copied
* [Add] If the video stream is Sorenson H.263, Screen Video or
Screen Video 2 the width and height will be in the
meta data.
yamdi-1.0beta:
* Initial release