create and populate "tools" directory

Originally committed as revision 9634 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård
2007-07-13 21:33:24 +00:00
parent fdc1973e30
commit c07ed8c8a2
8 changed files with 3 additions and 2 deletions

11
tools/clean-diff Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/sh
sed '/^+[^+]/!s/ /TaBBaT/g' |\
expand -t `seq -s , 9 8 200` |\
sed 's/TaBBaT/ /g' |\
sed '/^+[^+]/s/ * $//' |\
tr -d '\015' |\
tr '\n' '<27>' |\
sed 's/\(@@[^@]*@@<40>[^@]*\)/\n\1/g' |\
egrep -v '@@[^@]*@@<40>(( [^<5E>]*<2A>)|([+-][[:space:]]*<2A>)|(-[[:space:]]*([^<5E>]*)<29>\+[[:space:]]*\5<>))*$' |\
tr -d '\n' |\
tr '<27>' '\n'