summaryrefslogtreecommitdiffstats
path: root/TOOLS
Commit message (Expand)AuthorAgeFilesLines
* test for tab charactersivo2007-05-071-0/+18
* do not run stupid code checks if chfilelist is emptyivo2007-05-071-0/+2
* Move netstream documentation into TOOLS/README.diego2007-04-091-1/+32
* Move TOOLS/cpuinfo.c into the root directory.diego2007-04-092-331/+1
* Ignore netstream and fix its compilation; remove object files on make clean.diego2007-04-011-4/+4
* Move netstream.c out of its single-file subdirectory.diego2007-04-013-33/+20
* Remove unnecessary dependencies.diego2007-04-011-2/+0
* Get netstream somewhat closer to linking.diego2007-04-011-7/+3
* Don't compile cpuinfo and fastmemcpybench by default.diego2007-03-311-4/+0
* Sync with removed tools.diego2007-03-311-10/+1
* Remove obsolete TV output tools.diego2007-03-3124-1391/+0
* Remove unused/nonworking wallpaper setting utility.diego2007-03-314-291/+0
* Remove unused benchmarking scripts.diego2007-03-319-310/+0
* Remove obsolete bitmap font tools.diego2007-03-3120-2668/+0
* Remove obsolete/unnecessary/trivial scripts and programs.diego2007-03-3110-372/+0
* document edgedetect.fp, emboss.fpgpoirier2007-03-271-0/+9
* Merge realcodecs/ documentation into the README.diego2007-03-252-10/+9
* Use the top-level TOOLS Makefile to build the Real codecs wrappers.diego2007-03-252-13/+10
* Add description of realcodecs subdirrtogni2007-03-251-1/+12
* Remove files maintained by Reimar that he no longer sees a use for.diego2007-03-245-385/+1
* Add missing $(EXESUF).diego2007-03-201-3/+3
* Add vfw2menc to the Makefile.diego2007-03-201-2/+5
* Add explicit SDL include path. This should allow compilation even whendiego2007-03-202-3/+3
* Add return 0 to fix the following warning:diego2007-03-201-0/+2
* Include stdlib.h and string.h to fix the following warnings:diego2007-03-201-0/+2
* Add #include <string.h> to fix the following warning:diego2007-03-201-0/+1
* Move gltest and bmovl-test into the main TOOLS directory, subdirectoriesdiego2007-03-205-10/+7
* Simplify Makefile.diego2007-03-191-5/+3
* Bring somewhat closer to linking, still won't work, though.diego2007-03-171-3/+1
* Simplify link command.diego2007-03-171-3/+2
* Bring netstream somewhat closer to linking, still won't work.diego2007-03-171-3/+5
* Remove unnecessary -I option from CFLAGS.diego2007-03-171-1/+1
* Mark phony targets as such.diego2007-03-171-2/+2
* Merge INCLUDE and CFLAGS, fixes Cola from last commit.diego2007-03-171-2/+1
* Remove unused variable.diego2007-03-171-1/+1
* Fix compilation, bswap.h is now mpbswap.h.diego2007-03-171-1/+2
* Remove redundant rule for creating .o files from .c files, it's builtin.diego2007-03-171-4/+0
* Remove obsolete .SUFFIXES variable.diego2007-03-171-2/+0
* Remove nonsensical unused rules.diego2007-03-171-8/+0
* Use quotes instead of angular brackets for non-system includes.diego2007-03-161-5/+5
* Bring vivodump closer to linking; remains broken.diego2007-03-161-2/+4
* Fix linking: libswscale depends on libavutil, verbose was multiply defined...diego2007-03-162-3/+2
* Fix compilation due to reorganized header files.diego2007-03-161-0/+2
* fix forgotten \ivo2007-03-121-1/+1
* __defines are reserved for gcccompn2007-03-061-2/+2
* getopt is only needed on msvc, remove from mingw/linux compile infocompn2007-03-041-2/+3
* add vfw2menc info into READMEcompn2007-03-041-0/+18
* 10l to me, typo. it should have read clflushivo2007-03-011-1/+1
* cosmetics, missing spaceivo2007-03-011-1/+1
* cflsh->clflush to keep consistent with Linux kernelivo2007-03-011-1/+1
* do not rely on svn internals and use svn info insteadivo2007-02-281-19/+4
* also respond to --help, -h and -? command line optionsivo2007-02-281-1/+1
* fix printing of -(no)svn optionivo2007-02-281-2/+2
* clarify -none command line optionivo2007-02-281-0/+1
* Simplify .depend file inclusion.diego2007-02-271-3/+1
* update to 0.1 version from websitecompn2007-02-221-8/+51
* add original website url per al3x commentcompn2007-02-221-0/+2
* cosmetics: Fix some common typos, sepErate --> sepArate, deciSSion --> deciSion.diego2007-02-211-1/+1
* 10l copy and paste bug in the license headerdiego2007-02-191-1/+1
* Fix license header.diego2007-02-191-6/+6
* Controllable quality setting of VFW enconding, through the dumped state of th...alex2007-02-181-0/+257
* Remove internal minilzo, external liblzo can be used instead.diego2007-02-181-1/+0
* Strip leading spaces from processor names.diego2007-02-131-0/+3
* Fix FSF address and otherwise broken license headers.diego2007-01-221-4/+2
* Avoid deprecated _sleep, instead include windows.h and use Sleep just likereimar2006-12-101-1/+2
* Fix bmovl-test build errorvoroshil2006-12-081-1/+1
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...reimar2006-12-071-1/+1
* Fix includes and include path, bswap.h is in libavutil now.diego2006-12-021-1/+2
* Remove nonexistent variable.diego2006-11-251-1/+0
* Remove superfluous comment.diego2006-11-251-3/+0
* Add distclean target, unconditionally remove all objects on clean.diego2006-11-251-1/+2
* Unify dep/depend targets.diego2006-11-201-3/+1
* misc small fixesdiego2006-11-191-12/+24
* Rename libdvdread to dvdread. We really only include only the dvdreaddiego2006-11-181-1/+1
* -vop has been deprecated a long time ago.diego2006-11-132-3/+2
* update to 0.6.2, patch by Giacomo Comes, comes naic edudiego2006-11-121-154/+303
* typo, wrong variable namediego2006-11-101-3/+3
* Create binaries with proper executable suffix under Windows.diego2006-11-082-24/+24
* libmpdvdkit2 --> libdvdreaddiego2006-11-032-2/+2
* Sync with Debian package.diego2006-10-271-114/+155
* Use = instead of == for extra portability.diego2006-10-141-11/+11
* Use = instead of == for extra portability.diego2006-10-141-1/+1
* Remove download script; no longer used in the official Debian package candidate.diego2006-10-112-60/+0
* Add support for "Safer Mode Extensions", "Supplemental SSE3", "Direct Cache A...gpoirier2006-10-011-0/+3
* Remove another duplicate and useless ;reimar2006-09-291-1/+1
* Remove useless trailing ';'gpoirier2006-09-291-1/+1
* Convert strings to comments since they're never used,gpoirier2006-09-291-56/+54
* cosmeticsdiego2006-09-241-1/+1
* Remove just the targets, not the original codecs.diego2006-09-191-1/+1
* Replace silly compilation shell scripts by a simple Makefile.diego2006-09-1810-29/+14
* Fix compilation, too few arguments to fputs.diego2006-09-181-1/+1
* Remove obsolete font generator Gimp plugin.diego2006-09-162-211/+0
* The FSF changed postal address.diego2006-09-011-1/+1
* live.com --> LIVE555diego2006-08-281-1/+1
* Remove redundant variable that is contained in COMMON_LIBS.diego2006-08-251-1/+1
* Remove redundant variables that are contained in COMMON_LIBS.diego2006-08-251-7/+0
* Sync with the creation of the stream directory.diego2006-08-251-1/+1
* Simplify LIVE555 test and make it more consistent with the other tests.diego2006-08-011-1/+1
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-313-4/+5
* Regular expression for conversions had 'P' instead of 'p', fixeduau2006-07-251-1/+1
* added checks for stupid code like casting return value of malloc and friends,ivo2006-07-141-0/+54
* remove useless commentivo2006-07-141-3/+0
* fix line >79 charactersivo2006-07-141-1/+1
* fix matching of MSDOS line endingsivo2006-07-141-2/+2
* also omit configure.log and the generated help_mp.h from files to checkivo2006-07-141-1/+1
* CVS --> Subversionivo2006-07-141-16/+23
* OPTFLAGS already includes EXTRA_INC.diego2006-07-121-1/+1
* Fix for changed env parameter contents and improve speed.reimar2006-07-122-43/+35
* usleep is still missing in MinGW, so leave it out of the MinGW version check.diego2006-07-071-0/+2
* MinGW 3.1 has added gettimeofday.diego2006-07-051-1/+1
* fix linking on some systemsivo2006-07-021-1/+1
* postproc --> libswscalediego2006-06-303-5/+5
* merges two asm constraints to one, patch by Zuxy Meng zuxy PP meng AHH gmail ...gpoirier2006-06-291-3/+3
* 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<