[MPlayer-cvslog] r22856 - in trunk/TOOLS: Makefile README bios2dump.c fastmem.sh mem2dump.c menc2pass mp.pl perlbench.pl sws-test x2mpsub.sh

diego subversion at mplayerhq.hu
Sat Mar 31 16:10:45 CEST 2007


Author: diego
Date: Sat Mar 31 16:10:44 2007
New Revision: 22856

Removed:
   trunk/TOOLS/bios2dump.c
   trunk/TOOLS/fastmem.sh
   trunk/TOOLS/mem2dump.c
   trunk/TOOLS/menc2pass
   trunk/TOOLS/mp.pl
   trunk/TOOLS/perlbench.pl
   trunk/TOOLS/sws-test
   trunk/TOOLS/x2mpsub.sh
Modified:
   trunk/TOOLS/Makefile
   trunk/TOOLS/README

Log:
Remove obsolete/unnecessary/trivial scripts and programs.


Modified: trunk/TOOLS/Makefile
==============================================================================
--- trunk/TOOLS/Makefile	(original)
+++ trunk/TOOLS/Makefile	Sat Mar 31 16:10:44 2007
@@ -6,9 +6,7 @@ OBJS = alaw-gen$(EXESUF) \
 	asfinfo$(EXESUF) \
 	avi-fix$(EXESUF) \
 	avisubdump$(EXESUF) \
-	bios2dump$(EXESUF) \
 	dump_mp4$(EXESUF) \
-	mem2dump$(EXESUF) \
 	movinfo$(EXESUF) \
 	png2raw$(EXESUF) \
 	subrip$(EXESUF) \

Modified: trunk/TOOLS/README
==============================================================================
--- trunk/TOOLS/README	(original)
+++ trunk/TOOLS/README	Sat Mar 31 16:10:44 2007
@@ -81,32 +81,6 @@ Usage:        subsearch.sh [directory]
               mplayer -sub `subsearch.sh` movie
 
 
-x2mpsub.sh
-
-Author:       Gabucino
-
-Description:  Converts the subtitles in the current directory into MPsub
-              format (subtitles go in ./converted-subtitles/).
-
-Usage:        x2mpsub.sh
-
-
-mp.pl
-
-Author:       Felix Bünemann
-
-Description:  Small helper script that allows to play multiple files with
-              MPlayer. Wildcards are supported.
-
-Usage:        mp.pl <parameters> <files>
-              Where <parameters> are all possible command line switches
-              for MPlayer and <files> can be either a list of files,
-              like file1 file2 file3 and/or a wildcard definition,
-              like *.avi.
-
-              example: mp.pl -vo x11 /dvd/VIDEO_TS/VTS_05_*.VOB movie.asf
-
-
 wma2ogg.pl
 
 Author:       Peter Simon
@@ -137,17 +111,6 @@ Usage:        divx2svcd <input_avi> [opt
               see 'divx2svcd -h' for more info
 
 
-menc2pass
-
-Author:       Felix Bünemann
-
-Description:  Helper script to ease MEncoder two pass encoding. Give it all
-              the encoding parameters you would pass to mencoder, but leave
-              out the (v)pass=<n> suboption.
-
-Usage:        menc2pass <options>
-
-
 mencvcd
 
 Author:       Jürgen Hammelmann
@@ -239,27 +202,6 @@ Note:         This script uses only MEnc
 Tech scripts in the TOOLS dir
 -----------------------------
 
-fastmem.sh
-
-Author:       Arpi
-
-Description:  benchmark/testbed for fastmemcpy stuff
-
-Usage:        fastmem.sh
-
-
-sws-test
-
-Author:       Michael Niedermayer
-
-Description:  Very simple script to generate PNG images from a video with all
-              -sws methods.
-
-Usage:        sws-test <video-file> <start-pos> <res>
-
-              example: sws-test abc.avi 10 160:120
-
-
 calcbpp.pl
 
 Author:       Moritz Bunkus
@@ -296,15 +238,6 @@ Usage:        countquant.pl < divx2pass.
               the frames then you can safely increase your picture size.
 
 
-perlbench.pl
-
-Author:       Felix Bünemann
-
-Description:  fastmemcpy benchmark script
-
-Usage:        perlbench.pl
-
-
 plotpsnr.pl
 
 Author:       Jonas Jermann
@@ -399,20 +332,6 @@ Note:         It does not check or fix t
               'mencoder -forceidx -oac copy -ovc copy'.
 
 
-bios2dump
-
-Author:       Nick Kurshev
-
-Description:  Extract your PC BIOS and save it to file.
-
-Usage:        As argument requires DOS interrupt number in hexadecimal form.
-              As output - will write 64KB file which will named:
-              SSSS_OOOO.intXX
-      where:  SSSS - segment of BIOS interrupt handler
-              OOOO - offset of BIOS interrupt handler
-              XX   - interrupt number which was passed as argument
-
-
 checktree.sh
 
 Author:       Ivo van Poorten
@@ -463,20 +382,6 @@ Description:  benchmark/testbed for fast
 Note:         Also see fastmem.sh.
 
 
-mem2dump
-
-Author:   Nick Kurshev
-
-Description:  Dump memory block to file.
-
-Usage:        As argument requires absolute address of memory dump and its
-              length (in hexadecimal form).
-              As output - will write file which will be named:
-              memADDR_LEN.dump
-       where: ADDR - given address of memory
-              LEN  - given length of memory
-
-
 movinfo
 
 Author:       Arpi



More information about the MPlayer-cvslog mailing list