summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2008-08-05 16:30:35 +0000
committer Aaron Giles <aaron@aarongiles.com>2008-08-05 16:30:35 +0000
commit5e3764d0a09ec7e02f136cf33308135b9a1aa792 (patch)
tree0082d5dbdafd19f3a30cd86bdce245f78fcfed0a /.gitattributes
parent1f1fd39a44766718a5afa5023ce8e3f29561dc1c (diff)
Removed obsolete makemeta tool. Replaced it with new ldverify
tool which walks through either an AVI or CHD capture from a laserdisc and ensures that there are no anomalies lurking in the VBI data. Added new option to chdman, where if you use -createav with a special filename (either 2:2 or 3:2) it will create a fake laserdisc files with the equivalent cadence. This can be used for testing until full captures are available. Most games used 2:2 apart from Dragon's Lair and Space Ace, which were 3:2. Note that even though these files are essentially blank, they are Huffman-compressed, meaning that the maximum compression ratio you will get is 8:1, so they still end up ~5GB. Moved error strings from chdman.c to chd.c, where they can be fetched from any caller via the new chd_error_string() function. Updated vbiparse to improve Manchester code decoding. It now assigns a confidence level per bit based on how solid the data is. Also added a new function vbi_parse_all which parses the white flag and all three lines of metadata from a laserdisc frame. It then compares line 17 and 18 against each other and selects the most likely candidate based on per-bit confidence and other factors. Added frame number display to laserdsc.c. It is off by default, though most players can be configured to turn it on (not sure if any actually do). It can be manually toggled via the backslash key during playback.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index e3a26784729..5ed754ade74 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -3439,7 +3439,7 @@ src/tools/chdcd.c svneol=native#text/plain
src/tools/chdcd.h svneol=native#text/plain
src/tools/chdman.c svneol=native#text/plain
src/tools/jedutil.c svneol=native#text/plain
-src/tools/makemeta.c svneol=native#text/plain
+src/tools/ldverify.c svneol=native#text/plain
src/tools/regrep.c svneol=native#text/plain
src/tools/romcmp.c svneol=native#text/plain
src/tools/runtest.cmd svneol=CRLF#text/plain eol=crlf