summaryrefslogtreecommitdiffstats
path: root/TOOLS
Commit message (Expand)AuthorAgeFilesLines
* Remove Win32 linker option for netstream. Other winsock using code does notdiego2008-04-111-4/+0
* Do not build subrip with debugging symbols.diego2008-04-091-1/+1
* cosmetics: Group dependency declarations together.diego2008-04-091-4/+4
* Remove redundant compilation commands that shadow builtin rules.diego2008-04-091-4/+0
* List libraries to link to in dependency list.diego2008-04-091-10/+9
* cosmetics: Add CFLAGS to compilation commands everywhere.diego2008-04-091-2/+2
* Remove unnecessary ../libmpcodecs/img_format.o from list subrip objects.diego2008-04-091-1/+1
* Update for latest changes to linking dependencies.diego2008-04-091-3/+3
* Add MPLAYER_ prefix to multiple inclusion guard of generated file.diego2008-02-241-3/+3
* Add multiple inclusion guards to generated header file.diego2008-01-271-2/+7
* Change format string so that the table is nicely aligned.diego2008-01-271-2/+2
* The alaw tables should be const.diego2008-01-271-2/+2
* Move compare.c to TOOLS, add it to the Makefile and document it.diego2008-01-233-0/+85
* Fix usage example commentreimar2008-01-191-1/+1
* Add the edge-enhancement filter based on edgedetect I had lying around.reimar2008-01-191-0/+38
* Relicense to GPL v2 or later with Reimar's permission.diego2008-01-062-2/+2
* Remove compilation command from source file, it is already in the Makefile.diego2008-01-011-1/+0
* Fix license header to read Lesser General Public License 2.1,diego2008-01-011-1/+1
* unrarlib.o no longer exists, link against unrar_exec.o.diego2008-01-011-1/+1
* Fix printf format string length modifiers, removes about a trillion warnings.diego2007-12-109-355/+355
* Comment out unused variable.diego2007-12-101-1/+1
* Remove unused parameters from main(), fixes the warnings:diego2007-12-101-1/+1
* Fix printf format string length modifiers, removes the warnings:diego2007-12-101-2/+2
* Fix printf format string length modifiers, removes the warnings:diego2007-12-101-9/+9
* suppress silly messages when checktree is not called from the root of the treeivo2007-12-051-1/+1
* only check source code for gnuismsivo2007-12-051-3/+3
* simpler and more easily expandable test whether we need a shortlist thativo2007-12-051-2/+4
* test for presence of .svn directory if we are supposed to traverse the treeivo2007-12-051-0/+7
* when gathering the list of files to check via svn info, also includeivo2007-12-051-1/+1
* cosmetics/indentationivo2007-12-031-2/+3
* when gathering the list of files to check via svn info, also includeivo2007-12-031-1/+3
* add functions that are not specifically marked as being deprecated or obsolete,ivo2007-12-031-1/+1
* Mark several uses of vo_functions_t as const to stop some of the currentreimar2007-12-021-1/+1
* 10l for me. I should read my own comments just above it ;)ivo2007-11-301-1/+1
* less code for initializing default settingsivo2007-11-301-21/+13
* add test for deprecated and obsolete functionsivo2007-11-301-2/+21
* simple avoid wine complaints fix by sherpyacompn2007-10-171-1/+1
* cosmetics: misc typo fixesdiego2007-09-251-1/+1
* According to MSDN a thread must call CoUninitialize once for each successfuldiego2007-09-231-1/+1
* vfw2menc works on linux/windowscompn2007-09-161-1/+1
* vfw2menc works on linux and windows x86 onlycompn2007-09-161-1/+1
* Mark xx function as returning char, fixes:diego2007-08-281-1/+1
* Remove nonsensical #ifdef.diego2007-08-281-3/+0
* Simplify the addition of -g to some CFLAGS.diego2007-08-271-10/+11
* Move common link libs/objects into a variable.diego2007-08-271-9/+7
* consistent linking orderdiego2007-08-271-1/+1
* Simplify linkage parameters.diego2007-08-271-4/+3
* warning fixes:diego2007-08-271-4/+6
* warning fixes:diego2007-08-271-2/+4
* warning fixes:diego2007-08-271-3/+5
* warning fixes:diego2007-08-271-2/+2
* warning fixes:diego2007-08-271-3/+3
* warning fixes:diego2007-08-271-5/+5
* warning fixes:diego2007-08-271-5/+5
* Remove unnecessary fastmemcpybench prerequisite.diego2007-08-271-1/+1
* Remove unused #include.diego2007-08-271-2/+0
* Fix a ton of warnings:diego2007-08-275-0/+5
* Simplify bmovl-test compilation call.diego2007-08-271-1/+1
* Fix "incompatible implicit declaration of built-in function 'exit'" warnings.diego2007-08-279-0/+9
* Mark phony targets as such.diego2007-08-271-0/+2
* Move fastmemcpybench objects to link against into prerequisites.diego2007-08-271-9/+9
* warning fix:diego2007-08-271-2/+0
* warning fix:diego2007-08-271-1/+0
* warning fix:diego2007-08-271-0/+1
* warning fixes:diego2007-08-271-3/+3
* Get netstream closer to linking.diego2007-08-252-0/+3
* warning fix:diego2007-08-251-1/+1
* Fix subrip and vivodump linking.diego2007-08-251-2/+4
* Mark vfw2menc as Windows-only.diego2007-08-251-1/+1
* Added Alan Nisotas modify_reg.cehoyos2007-08-063-0/+203
* Remove unused variables.diego2007-08-041-4/+0
* Add a dummy guiMessageBox so it still compiles when MPlayer was configured withreimar2007-08-041-0/+2
* Make the printoption function take the default values from the variableivo2007-07-311-17/+17
* cosmetics, indentationivo2007-07-311-3/+3
* Shorten (un)setting of all test flagsivo2007-07-311-29/+7
* Much smaller command line parserivo2007-07-311-90/+21
* Update copyright info and licenseivo2007-07-311-2/+15
* cosmetics, break overly long linesivo2007-07-311-6/+12
* replace ^I by $TAB now that TAB is globalivo2007-07-311-9/+9
* only test for stupid code and reserved identifiers if there are any .c or .hivo2007-07-311-4/+2
* 10l, forgot to make TAB globalivo2007-07-311-1/+2
* Test for reserved identifiers.ivo2007-07-311-3/+24
* Add test for GNUismsivo2007-07-301-0/+17
* ISO8859-1 --> UTF-8diego2007-07-091-6/+6
* Remove unused variables.diego2007-07-041-1/+1
* Mark main() function as a function that takes no parameters.diego2007-06-272-2/+2
* Fix "control reaches end of non-void function" warnings.diego2007-06-275-4/+6
* Fix unused variable warnings.diego2007-06-271-3/+1
* Fix implicit declaration of function warnings.diego2007-06-273-1/+4
* 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