summaryrefslogtreecommitdiffstats
path: root/TOOLS
<
Commit message (Expand)AuthorAgeFilesLines
* Remove now obsolete .cvsignore files.diego2006-06-026-31/+0
* On old WinChips Linux kernel use this to emulate MTRR, patch by Zuxy Meng < z...poirierg2006-05-311-0/+4
* x86_64 only saves ebx, not rbx. Fix some potential compilation problem on amd64.gpoirier2006-05-171-1/+9
* 10l: Really accept both one and two dashes.diego2006-05-171-1/+1
* Add mphelp_check.py.diego2006-05-171-0/+13
* Accept --missing as well as -missing, print less newlines.diego2006-05-171-3/+3
* Add tool to check MPlayer translation files for conflicting argumentsuau2006-05-161-0/+66
* fix build on macintel, patch by Zuxy Menggpoirier2006-05-151-2/+4
* Various improvement, fix build on AMD-64 and iccgpoirier2006-05-141-34/+70
* Cosmetic fix, splitting long mencoder cmd linereynaldo2006-04-231-1/+7
* Small hack suggested by dalias to avoid flickering at I framesreynaldo2006-04-221-1/+1
* add check for non-ascii charsets used in code and simplify showcont switch ha...reimar2006-04-141-16/+38
* Remove verbosity parameter added to print_*_header call in last revision again.diego2006-03-271-4/+4
* Convert printfs in aviprint.c to mp_msg and give the information printingdiego2006-03-271-4/+4
* cosmetics: Shorten overly long lines, put SRCS/OBJS on individual linesdiego2006-03-251-1/+3
* Simplify rules with common make constructs.diego2006-03-251-11/+11
* Simplify clean rule.diego2006-03-251-1/+1
* use mencoder directly for mp3lame encoding instead of lavcjonas2006-03-221-5/+1
* -rawvideo on => -demuxer rawvideoods152006-03-211-1/+1
* new tool to encode to mpeg using only mencoder; patch by Giacomo Comes <comes...nicodvb2006-01-292-0/+1869
* Make clean/distclean behave uniformly in all directories.diego2006-01-271-2/+2
* change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to ...michael2006-01-261-1/+1
* Update licensing information: The FSF changed postal address.diego2006-01-132-2/+2
* option to show the lines containing anomalies, patch by Ivo van Poortenwanderer2005-12-071-0/+23
* some comments and simplificationalex2005-11-271-3/+4
* M-x untabifygpoirier2005-11-231-208/+208
* correct k6_mtrr detection, add a great deal of infos about newer processorsgpoirier2005-11-231-6/+62
* Unify include path handling by using -I.diego2005-11-183-4/+4
* 302m_convert and 360m_convert are generated files.diego2005-11-181-0/+2
* fastmemcpybench and cpuinfo are x86-specific.diego2005-11-181-2/+4
* Unify include path handling by adding $(MPROOT) to CFLAGS.diego2005-11-182-3/+3
* Makefile reorganized for better clarity and maintainability.diego2005-11-181-5/+9
* spelling/grammardiego2005-11-172-24/+24
* Added new TOOL to convert 'anything supported' to VCD/SVCD (PAL/NTSC) using m...reynaldo2005-11-162-0/+304
* avisubdumpdiego2005-11-151-0/+1
* -waveheader is deprecated, using -ao pcm:waveheader insteadreynaldo2005-11-111-1/+1
* random improvements plus some readability cosmeticsdiego2005-10-041-24/+26
* Document subsearch.sh, menc2pass.diego2005-10-041-0/+27
* Nits suggested by Ivo and Diego. Patch by Matthias Wieser < mwieser AH gmx PO...gpoirier2005-10-021-31/+59
* hardware color-space conversion for vo_gl and vo_gl2reimar2005-09-142-0/+74
* Nits suggested by Diegogpoirier2005-09-132-38/+38
* Adds the script psnr-video.sh to calculate the PSNR between two existing vide...gpoirier2005-09-122-0/+195
* 10livo2005-09-061-1/+1
* description typo fixesdiego2005-09-021-2/+2
* typos, cosmeticsdiego2005-08-241-1/+4
* Add D-Cinema Audio and Video conversion programsreimar2005-08-234-0/+189
* compile fix, vobsub.c needs identify variable.reimar2005-08-231-0/+1
* Aconvert allows mencoder to (easily) encode from an audio only file (hack).jonas2005-08-182-0/+32
* wording/spellingdiego2005-08-171-2/+2
* Added entry for checktree.shivo2005-08-171-0/+12
* Script to check (CVS) source-tree for anomalies, like MSDOS line endings etc..ivo2005-08-171-0/+253
* silly printf() is the onyl reason avi-fix was so slow, a printf forods152005-08-161-7/+14
* remove unused cache-prefill and create cache-seek-min that controls when seek...iive2005-07-311-1/+1
* Only dump to stdoutranma2005-07-021-20/+6
* avisubdumpranma2005-07-021-0/+1
* Add missing escapes, this should now cover all shell special characters AFAICSranma2005-07-021-1/+1
* avi vobsub soft subtitle dumperranma2005-07-021-0/+9
* avi subtitle stream dumperranma2005-07-021-0/+199
* Solaris sed needs the terminating '}' to be on a separate lineranma2005-06-301-1/+3
* Better approach to shell escaping, may not catch all cases yetranma2005-06-301-3/+14
* vobsub time-adjust tool by Gábor Farkas < gabor AH nekomancer POUM net >gpoirier2005-06-272-0/+68
* Avoid overly long lines to conform with the new general Makefile style.diego2005-06-192-12/+34
* Document install-divx5.sh and install-w32codecs.sh.diego2005-06-091-0/+21
* typo fixesdiego2005-06-091-5/+5
* Add a variable for the codec directory and set it to /usr/lib/codecs insteaddiego2005-05-291-6/+8
* very dummy script, written for a friendalex2005-05-291-0/+34
* old scripts from early debian packagealex2005-05-292-0/+187
* MinGW compilation fix by Erik Lunchpail <erik_27can at yahoo dot com>diego2005-05-082-4/+33
* Remove nonexisting dependency.diego2005-05-041-1/+1
* readability cosmeticsdiego2005-05-041-1/+11
* documentation for the tools in the TOOLS directorydiego2005-02-251-0/+404
* Playback video with multiple windows.reimar2005-01-071-0/+45
* small compilation fixrathann2004-11-011-0/+1
* Fixed the assumption user will always give 2+ args to the program.al2004-10-291-3/+10
* vivodump compiles now, so it can be added to OBJS.diego2004-10-281-1/+2
* Remove hardcoded filenames in favor of command line parameters, some errordiego2004-10-281-5/+19
* compilation fix, mostly by Reza Jelvehdiego2004-10-281-4/+13
* Zeta OS support, mostly working.reimar2004-10-111-3/+9
* Make Makefile conform to the general MPlayer style, alaw-gen added.diego2004-10-061-12/+16
* Also ignore alaw-gen and its output.diego2004-10-061-0/+3
* Missing .cvsignore file added.diego2004-10-062-0/+2
* Made Makefile conform to the general MPlayer style, clean target added.diego2004-10-061-1/+6
* compilation fixdiego2004-10-021-0/+3
* Look for SDL includes in /usr/include as well, use cc instead of gcc.diego2004-09-261-1/+1
* Wrong comment, the bitmap is blue, not green.diego2004-09-261-1/+1
* -lpthread --> $(ARCH_LIB), helps linking on systems without pthread.diego2004-09-261-1/+1
* passing an array or double precission parameters for the scaling function, in...michael2004-09-181-1/+1
* fix overcomplicated macros and a few warningsrathann2004-08-281-8/+5
* simplify roundingwight2004-08-171-3/+1
* Ignore some more generated files.diego2004-08-051-1/+6
* Makefile replacement for compile scriptdiego2004-08-052-15/+26
* Some explanation what the tool is good for added.diego2004-08-051-0/+3
* This fbset version is outdated and it is generally available in distros.diego2004-08-0310-2625/+0
* Moved to the TOOLS directory.diego2004-08-0335-0/+4019
* cosmetic warning fix (missing newline at end of file)diego2004-07-312-2/+2
* Removed long obsolete files.diego2004-07-308-513/+0
* Remove obsolete entries, patch by VMiklos <mamajom@axelero.hu>.diego2004-07-301-2/+0
* These files are long obsolete.diego2004-07-302-161/+0
* Obsolete now that the docs are XML.diego2004-07-291-20/+0
* embarassing typodiego2004-07-193-7/+7
* Bandaid linking fix, somebody should do this properly some day.diego2004-07-011-1/+3
* simple subtitle editor by Michael Klepikovalex2004-06-261-0/+445
* dvd-device option by Anton Tropashko <atropashko@yahoo.com>alex2004-06-251-4/+8
* WMA to Ogg conversion script by Peter Simon <simon.peter@linuxuser.hu>,diego2004-05-171-0/+341
* update to version 0.5.1 by the author VMiklos <mamajom@axelero.hu>diego2004-04-231-13/+25
* Respect -playlist for asx streamsrtognimp2004-04-171-1/+2
* v0.50 by VMiklosdiego2004-03-051-7/+7
* update by VMiklosattila2004-02-171-8/+15
* - Cleaned up the Makefile, added some *.o'sgabucino2004-02-172-1/+7
* avi-fix v0.1: simple tool to fix chunk sizes in a RIFF AVI filearpi2004-02-051-0/+136
* add divx2svcd script.attila2004-01-241-0/+350
* typodiego2004-01-051-1/+1
* an ocean of Cola for the G mandiego2004-01-021-3/+3
* Port to new video filter layer: -vf disabled --> -vf-clrdiego2004-01-021-9/+9
* typodiego2004-01-021-1/+1
* Make gabu happyattila2003-10-261-1/+1
* -vop ---> -vfdiego2003-10-253-13/+13
* K6 MTRR support with a little help from Alex.diego2003-10-141-0/+1
* Spelling police:diego2003-08-141-2/+2
* more generated filesdiego2003-07-132-0/+3
* putting blur and outline to the font.desc tooalex2003-07-131-2/+2
* -dvd -> dvd:// and -vcd -> vcd://jonas2003-07-092-3/+3
* Fixed: sync structs with spudec.c, implement fast_memcpykmkaplan2003-06-181-9/+31
* subfont is a generated file.diego2003-06-141-0/+1
* Add missing language suffix to DOCS/ path.diego2003-06-131-1/+1
* Networking support under MinGW.diego2003-06-111-1/+7
* 10lfaust32003-06-031-4/+4
* warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>alex2003-05-301-1/+1
* update by the author (v0.2.2)alex2003-05-301-9/+47
* The linux directory is now called osdep.diego2003-05-252-2/+2
* wrappers for 14.4 and 28.8 codecsrtognimp2003-05-171-0/+300
* wrappers for 14.4 and 28.8 codecs14_4.crtognimp2003-05-173-0/+308
* fixmichael2003-04-271-2/+2
* duplicate from etc/cygwin_inttypes.hdiego2003-04-201-8/+0
* It should now be endian aware. Untested as i only have le box :(albeu2003-04-061-4/+6
* A simple netstream server.albeu2003-04-062-0/+412
* MINGW32 portfaust32003-03-301-0/+12
* Prevent vo window flashing.ranma2003-03-121-1/+1
* Use -frames 0 instead of hardcoded "goto goto_next_file;"ranma2003-03-101-1/+1
* 100l :)arpi2003-03-091-1/+1
* RAOpenCodec2() have 2 parametersarpi2003-03-091-3/+5
* forgot ...michael2003-02-241-4/+4
* mwallp compiles again (michael moved libpostproc.....)gabucino2003-02-171-1/+1
* linux->osdeparpi2003-02-091-2/+2
* 10ljonas2003-02-091-1/+1
* PSNR plotting tool using gnuplot (yes, it's ugly ;)jonas2003-02-091-0/+234
* update to use lavc, xvid, divx4atmos42003-02-031-3/+14
* 0.0357latmos42003-01-291-1/+1
* 100l, fix by pfred1 <pfred1 at bellatlantic.net> anyways I should update the ...atmos42003-01-291-1/+1
* OSD volume symbol fixed :)arpi2003-01-262-1/+1
* 10larpi2003-01-261-1/+1
* dump mpeg4-es startcodesarpi2003-01-231-0/+44
* Cleanup of the muxer API, func parameters muxer & muxer_f eliminated.arpi2003-01-191-5/+5
* 10larpi2003-01-041-0/+1
* compile fixed. even with --enable-guiarpi2003-01-011-2/+2
* the long-waited MUXER layer, and new MPEG-PS muxerarpi2002-12-271-7/+7
* bunkus: Restored sane line breaks. Added note about other DVD resolutions tha...mosu2002-12-161-1/+25
* scripts mentioned by DOCS/tech/encoding-tips.txtarpi2002-12-152-0/+58
* compiler warning fixesarpi2002-12-141-6/+6
* license fixedgabucino2002-12-032-2/+2
* 10ldiego2002-11-201-1/+1
* bashism replaced by portable expressiondiego2002-11-191-1/+1
* mencvcd 0.2 by Juergen Hammelmann <juergen.hammelmann@gmx.de>jaf2002-11-021-60/+109
* Add convenience wrapper for mplayer -identifyranma2002-10-231-0/+5
* sample client for -vop bmovl -- loads and alphablend any PNG filearpi2002-10-232-0/+118
* some fixesarpi2002-10-222-5/+21
* small helper script for DOCS translators (to change numeric links togabucino2002-10-211-0/+20
* dumping environment vars in setdllacecsspatharpi2002-10-171-4/+9
* Fix usage for common users that may not have fbset in their path.diego2002-10-101-1/+1
* fixing compilation on LFSgabucino2002-09-261-2/+3
* version 0.1.10 by Juergen Hammelmann <juergen.hammelmann@gmx.de>jaf2002-09-211-8/+25
* add cpuinfonexus2002-09-131-0/+1
* some fixesgabucino2002-08-313-4/+12
* very simple script for viewing results with gnuplot, converted to JPEGgabucino2002-08-311-0/+32
* v0.91gabucino2002-08-313-19/+18
* v0.9 of my compile+benchmark script, designed for my local boxes, shared ongabucino2002-08-305-0/+237
* freetype 2.0/2.1+ support - disabled by default until bugs fixedarpi2002-08-281-0/+15
* written by Florian Schilhabel <florian.schilhabel@gmx.net>alex2002-08-281-0/+260
* realplayer codecs wrappers, originaly written by Florian Schneider, extendedarpi2002-08-2814-0/+3162
* 10l patch by Jindrich Makovicka <makovick at KMLinux dot fjfi dot cvut dot cz>michael2002-08-18