summaryrefslogtreecommitdiffstats
path: root/TOOLS
Commit message (Collapse)AuthorAgeFilesLines
* added checks for stupid code like casting return value of malloc and friends,ivo2006-07-141-0/+54
| | | | | | | | | | sizeof(char) and similar 1 byte types, &&1, ||0, +0, -0, *1, *0 typical usage: ./checktree.sh -none -stupid -showcont somefile.c git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19090 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove useless commentivo2006-07-141-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19088 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix line >79 charactersivo2006-07-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19085 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix matching of MSDOS line endingsivo2006-07-141-2/+2
| | | | | | | | | | The CVS-->Subversion conversion removed the ^M and it is impossible to check one back in. Setting svn:eol-style to CRLF or CR is not an option because it will change the whole file. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19084 b3059339-0415-0410-9bf9-f77b7e298cf2
* also omit configure.log and the generated help_mp.h from files to checkivo2006-07-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19083 b3059339-0415-0410-9bf9-f77b7e298cf2
* CVS --> Subversionivo2006-07-141-16/+23
| | | | | | | | Note: commandline option(s) -(no)cvs changed to -(no)svn git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19082 b3059339-0415-0410-9bf9-f77b7e298cf2
* OPTFLAGS already includes EXTRA_INC.diego2006-07-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19042 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix for changed env parameter contents and improve speed.reimar2006-07-122-43/+35
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19023 b3059339-0415-0410-9bf9-f77b7e298cf2
* usleep is still missing in MinGW, so leave it out of the MinGW version check.diego2006-07-071-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18931 b3059339-0415-0410-9bf9-f77b7e298cf2
* MinGW 3.1 has added gettimeofday.diego2006-07-051-1/+1
| | | | | | | based on a patch by Gianluigi Tiesi mplayer++at++netfarm++dot++it git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18915 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix linking on some systemsivo2006-07-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18889 b3059339-0415-0410-9bf9-f77b7e298cf2
* postproc --> libswscalediego2006-06-303-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18868 b3059339-0415-0410-9bf9-f77b7e298cf2
* merges two asm constraints to one, patch by Zuxy Meng zuxy PP meng AHH gmail ↵gpoirier2006-06-291-3/+3
| | | | | | PP com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18851 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove now obsolete .cvsignore files.diego2006-06-026-31/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18556 b3059339-0415-0410-9bf9-f77b7e298cf2
* On old WinChips Linux kernel use this to emulate MTRR, patch by Zuxy Meng < ↵poirierg2006-05-311-0/+4
| | | | | | zuxy P meng A gmail P com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18553 b3059339-0415-0410-9bf9-f77b7e298cf2
* x86_64 only saves ebx, not rbx. Fix some potential compilation problem on amd64.gpoirier2006-05-171-1/+9
| | | | | | | Patch by Zuxy Meng git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18535 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
* Add mphelp_check.py.diego2006-05-171-0/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18532 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
* fix build on macintel, patch by Zuxy Menggpoirier2006-05-151-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18518 b3059339-0415-0410-9bf9-f77b7e298cf2
* Various improvement, fix build on AMD-64 and iccgpoirier2006-05-141-34/+70
| | | | | | | | | Original Thred: Date: Apr 25, 2006 2:23 PM Subject: Re: [MPlayer-dev-eng] Re: [PATCH] Various improvement in TOOLS/cpuinfo.c git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18512 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cosmetic fix, splitting long mencoder cmd linereynaldo2006-04-231-1/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18214 b3059339-0415-0410-9bf9-f77b7e298cf2
* Small hack suggested by dalias to avoid flickering at I framesreynaldo2006-04-221-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18178 b3059339-0415-0410-9bf9-f77b7e298cf2
* add check for non-ascii charsets used in code and simplify showcont switch ↵reimar2006-04-141-16/+38
| | | | | | handling git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18088 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove verbosity parameter added to print_*_header call in last revision again.diego2006-03-271-4/+4
| | | | | | | Apart from failing to compile it does not make sense for this tool. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17984 b3059339-0415-0410-9bf9-f77b7e298cf2
* Convert printfs in aviprint.c to mp_msg and give the information printingdiego2006-03-271-4/+4
| | | | | | | functions in this file a verbosity_level parameter. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17978 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Shorten overly long lines, put SRCS/OBJS on individual linesdiego2006-03-251-1/+3
| | | | | | | to ease patching in the future. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17944 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify rules with common make constructs.diego2006-03-251-11/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17943 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify clean rule.diego2006-03-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17942 b3059339-0415-0410-9bf9-f77b7e298cf2
* use mencoder directly for mp3lame encoding instead of lavcjonas2006-03-221-5/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17913 b3059339-0415-0410-9bf9-f77b7e298cf2
* -rawvideo on => -demuxer rawvideoods152006-03-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17906 b3059339-0415-0410-9bf9-f77b7e298cf2
* new tool to encode to mpeg using only mencoder; patch by Giacomo Comes ↵nicodvb2006-01-292-0/+1869
| | | | | | <comes ad naic punctum edu> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17508 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make clean/distclean behave uniformly in all directories.diego2006-01-271-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17489 b3059339-0415-0410-9bf9-f77b7e298cf2
* change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to ↵michael2006-01-261-1/+1
| | | | | | muxer git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17488 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update licensing information: The FSF changed postal address.diego2006-01-132-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17368 b3059339-0415-0410-9bf9-f77b7e298cf2
* option to show the lines containing anomalies, patch by Ivo van Poortenwanderer2005-12-071-0/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17132 b3059339-0415-0410-9bf9-f77b7e298cf2
* some comments and simplificationalex2005-11-271-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17054 b3059339-0415-0410-9bf9-f77b7e298cf2
* M-x untabifygpoirier2005-11-231-208/+208
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17042 b3059339-0415-0410-9bf9-f77b7e298cf2
* correct k6_mtrr detection, add a great deal of infos about newer processorsgpoirier2005-11-231-6/+62
| | | | | | | | | | patch by Zuxy Meng < zuxy POIS meng @gmail POIS com > Original thread: Date: Nov 21, 2005 11:36 AM Subject: [MPlayer-dev-eng] [PATCH] TOOLS/cpuinfo.c: correct k6_mtrr detection git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17041 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unify include path handling by using -I.diego2005-11-183-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17018 b3059339-0415-0410-9bf9-f77b7e298cf2
* 302m_convert and 360m_convert are generated files.diego2005-11-181-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17017 b3059339-0415-0410-9bf9-f77b7e298cf2
* fastmemcpybench and cpuinfo are x86-specific.diego2005-11-181-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17016 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unify include path handling by adding $(MPROOT) to CFLAGS.diego2005-11-182-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17015 b3059339-0415-0410-9bf9-f77b7e298cf2
* Makefile reorganized for better clarity and maintainability.diego2005-11-181-5/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17014 b3059339-0415-0410-9bf9-f77b7e298cf2
* spelling/grammardiego2005-11-172-24/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16998 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added new TOOL to convert 'anything supported' to VCD/SVCD (PAL/NTSC) using ↵reynaldo2005-11-162-0/+304
| | | | | | mencoder git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16997 b3059339-0415-0410-9bf9-f77b7e298cf2
* avisubdumpdiego2005-11-151-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16991 b3059339-0415-0410-9bf9-f77b7e298cf2
* -waveheader is deprecated, using -ao pcm:waveheader insteadreynaldo2005-11-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16971 b3059339-0415-0410-9bf9-f77b7e298cf2
* random improvements plus some readability cosmeticsdiego2005-10-041-24/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16658 b3059339-0415-0410-9bf9-f77b7e298cf2
* Document subsearch.sh, menc2pass.diego2005-10-041-0/+27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16657 b3059339-0415-0410-9bf9-f77b7e298cf2
* Nits suggested by Ivo and Diego. Patch by Matthias Wieser < mwieser AH gmx ↵gpoirier2005-10-021-31/+59
| | | | | | | | | | | POIS de > Original thread: Date: Oct 2, 2005 7:12 PM Subject: Re: Fwd: [MPlayer-cvslog] CVS: main/TOOLS psnr-video.sh, NONE, 1.1 README, 1.9, 1.10 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16637 b3059339-0415-0410-9bf9-f77b7e298cf2
* hardware color-space conversion for vo_gl and vo_gl2reimar2005-09-142-0/+74
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16489 b3059339-0415-0410-9bf9-f77b7e298cf2
* Nits suggested by Diegogpoirier2005-09-132-38/+38
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16474 b3059339-0415-0410-9bf9-f77b7e298cf2
* Adds the script psnr-video.sh to calculate the PSNR between two existing ↵gpoirier2005-09-122-0/+195
| | | | | | | | | | | | video files. Script by Matthias Wieser < mwieser AH gmx POUM de > Original thread: Date: Aug 25, 2005 1:54 PM Subject: [MEncoder-users] [Script] PSNR between two video files git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16463 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10livo2005-09-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16406 b3059339-0415-0410-9bf9-f77b7e298cf2
* description typo fixesdiego2005-09-021-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16344 b3059339-0415-0410-9bf9-f77b7e298cf2
* typos, cosmeticsdiego2005-08-241-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16301 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add D-Cinema Audio and Video conversion programsreimar2005-08-234-0/+189
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16299 b3059339-0415-0410-9bf9-f77b7e298cf2
* compile fix, vobsub.c needs identify variable.reimar2005-08-231-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16298 b3059339-0415-0410-9bf9-f77b7e298cf2
* Aconvert allows mencoder to (easily) encode from an audio only file (hack).jonas2005-08-182-0/+32
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16268 b3059339-0415-0410-9bf9-f77b7e298cf2
* wording/spellingdiego2005-08-171-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16246 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added entry for checktree.shivo2005-08-171-0/+12
| | | | | | | Feel free to modify, enhance, spell-check, etc... :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16242 b3059339-0415-0410-9bf9-f77b7e298cf2
* Script to check (CVS) source-tree for anomalies, like MSDOS line endings etc..ivo2005-08-171-0/+253
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16241 b3059339-0415-0410-9bf9-f77b7e298cf2
* silly printf() is the onyl reason avi-fix was so slow, a printf forods152005-08-161-7/+14
| | | | | | | EVERY byte is pretty hefty... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16235 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove unused cache-prefill and create cache-seek-min that controls when ↵iive2005-07-311-1/+1
| | | | | | seek_long is prefered over waiting for cache to fill git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16153 b3059339-0415-0410-9bf9-f77b7e298cf2
* Only dump to stdoutranma2005-07-021-20/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15892 b3059339-0415-0410-9bf9-f77b7e298cf2
* avisubdumpranma2005-07-021-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15891 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add missing escapes, this should now cover all shell special characters AFAICSranma2005-07-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15890 b3059339-0415-0410-9bf9-f77b7e298cf2
* avi vobsub soft subtitle dumperranma2005-07-021-0/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15888 b3059339-0415-0410-9bf9-f77b7e298cf2
* avi subtitle stream dumperranma2005-07-021-0/+199
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15887 b3059339-0415-0410-9bf9-f77b7e298cf2
* Solaris sed needs the terminating '}' to be on a separate lineranma2005-06-301-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15870 b3059339-0415-0410-9bf9-f77b7e298cf2
* Better approach to shell escaping, may not catch all cases yetranma2005-06-301-3/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15858 b3059339-0415-0410-9bf9-f77b7e298cf2
* vobsub time-adjust tool by Gábor Farkas < gabor AH nekomancer POUM net >gpoirier2005-06-272-0/+68
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15830 b3059339-0415-0410-9bf9-f77b7e298cf2
* Avoid overly long lines to conform with the new general Makefile style.diego2005-06-192-12/+34
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15774 b3059339-0415-0410-9bf9-f77b7e298cf2
* Document install-divx5.sh and install-w32codecs.sh.diego2005-06-091-0/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15706 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo fixesdiego2005-06-091-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15705 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a variable for the codec directory and set it to /usr/lib/codecs insteaddiego2005-05-291-6/+8
| | | | | | | of the old /usr/lib/win32. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15593 b3059339-0415-0410-9bf9-f77b7e298cf2
* very dummy script, written for a friendalex2005-05-291-0/+34
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15588 b3059339-0415-0410-9bf9-f77b7e298cf2
* old scripts from early debian packagealex2005-05-292-0/+187
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15587 b3059339-0415-0