1yamdi-1.8: 2 * [Add] Replace input file with output file with -w 3 * [Add] Keyframes for audio only files with -a 4 5yamdi-1.7: 6 * [Fix] off-by-one bug while indexing an FLV file 7 8yamdi-1.6: 9 * [Fix] Large file support 10 * [Fix] VP62 occasional wrong width/height detection [jgreer-zencoder] 11 * [Add] onLastKeyframe event with -k 12 * [Add] onLastSecond event with -s. -l deprecated 13 * [Add] Strip all metadata with -M 14 * [Add] Omit the keyframes tag in the XML output with -X. 15 16yamdi-1.5: 17 * [Fix] Segfault on empty files under *nix [zas_] 18 * [Fix] VP62 occasional zero height [xtat] 19 * [Add] AVC/H.264 support 20 * [Add] Input file can be read from stdin 21 22yamdi-1.4: 23 * [Fix] The onLastSecond event did not have the correct timestamp 24 * [Add] Source code compatible with Win32 (MinGW32) [sfyang] 25 26yamdi-1.3: 27 * [Fix] SCRIPTDATAVARIABLEEND tag of the onMetaData object was missing 28 * [Add] XML output of the meta data with option -x [teshock] 29 * [Add] Makefile and manpage [xtat] 30 31yamdi-1.2: 32 * [Fix] Width and height calculation of ScreenVideo stream was 33 wrong 34 * [Add] onLastSecond event with option -l 35 36yamdi-1.1: 37 * [Fix] Width and height calculation of H.263 video streams with 38 custom 16bit width and height was wrong. 39 40yamdi-1.0: 41 * [Add] Width and height detection for VP6 alpha video 42 43yamdi-1.0beta3: 44 * [Add] Width and height detection for VP6 video (without 45 alpha) [hephooey] 46 * [Add] More metadata: calculated framerate, videodatarate and 47 audiodatarate. 48 49yamdi-1.0beta2: 50 * [Fix] The last video tag or audio tag has not been copied 51 * [Add] If the video stream is Sorenson H.263, Screen Video or 52 Screen Video 2 the width and height will be in the 53 meta data. 54 55yamdi-1.0beta: 56 * Initial release 57 58