summaryrefslogtreecommitdiffstats
path: root/TOOLS/mphelp_check.py
Commit message (Collapse)AuthorAgeFilesLines
* TOOLS: remove useless crapwm42012-07-281-66/+0
| | | | | | | | | | | | | | | | | | | | Most of the scripts in TOOLS seem entirely useless. Remove them. There were about 3 types of scripts: - apparent developer tools (like file format dumpers, benchmarks) => I doubt any mplayer developer still alive even uses these - helpers for encoding or ripping stuff => mencoder is gone, at least from this version of mplayer - helpers meant for users (launching mplayer in weird ways, etc.) => just no, it will cause you more pain than gain So no, there is nothing useful. Under the scripts not deleted, these are needed for building mplayer: file2string.py matroska.py vdpau_functions.py These might have _some_ use (but still questionable): binary_codecs.sh checktree.sh
* Regular expression for conversions had 'P' instead of 'p', fixeduau2006-07-251-1/+1
| | | | | | | to recognize %p. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19182 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l: Really accept both one and two dashes.diego2006-05-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18533 b3059339-0415-0410-9bf9-f77b7e298cf2
* Accept --missing as well as -missing, print less newlines.diego2006-05-171-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18531 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add tool to check MPlayer translation files for conflicting argumentsuau2006-05-161-0/+66
and extra/missing translation strings. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18523 b3059339-0415-0410-9bf9-f77b7e298cf2