summaryrefslogtreecommitdiffstats
path: root/TOOLS
Commit message (Collapse)AuthorAgeFilesLines
...
* only test for stupid code and reserved identifiers if there are any .c or .hivo2007-07-311-4/+2
| | | | | | | files git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23957 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l, forgot to make TAB globalivo2007-07-311-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23956 b3059339-0415-0410-9bf9-f77b7e298cf2
* Test for reserved identifiers.ivo2007-07-311-3/+24
| | | | | | | | Identifiers with two initial underscores or an initial underscore followed by an uppercase letter are reserved globally for use by the compiler. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23955 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add test for GNUismsivo2007-07-301-0/+17
| | | | | | | | | It currently tests for case ... ranges only, but other tests (like GNU extensions to libc) can be added later git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23947 b3059339-0415-0410-9bf9-f77b7e298cf2
* ISO8859-1 --> UTF-8diego2007-07-091-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23754 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused variables.diego2007-07-041-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23720 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mark main() function as a function that takes no parameters.diego2007-06-272-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23682 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix "control reaches end of non-void function" warnings.diego2007-06-275-4/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23679 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix unused variable warnings.diego2007-06-271-3/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23678 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix implicit declaration of function warnings.diego2007-06-273-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23677 b3059339-0415-0410-9bf9-f77b7e298cf2
* test for tab charactersivo2007-05-071-0/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23253 b3059339-0415-0410-9bf9-f77b7e298cf2
* do not run stupid code checks if chfilelist is emptyivo2007-05-071-0/+2
| | | | | | | (i.e. it is run on non-c code only) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23251 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move netstream documentation into TOOLS/README.diego2007-04-091-1/+32
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22951 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move TOOLS/cpuinfo.c into the root directory.diego2007-04-092-331/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22950 b3059339-0415-0410-9bf9-f77b7e298cf2
* Ignore netstream and fix its compilation; remove object files on make clean.diego2007-04-011-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22874 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move netstream.c out of its single-file subdirectory.diego2007-04-013-33/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22873 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unnecessary dependencies.diego2007-04-011-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22872 b3059339-0415-0410-9bf9-f77b7e298cf2
* Get netstream somewhat closer to linking.diego2007-04-011-7/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22871 b3059339-0415-0410-9bf9-f77b7e298cf2
* Don't compile cpuinfo and fastmemcpybench by default.diego2007-03-311-4/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22864 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with removed tools.diego2007-03-311-10/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22861 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove obsolete TV output tools.diego2007-03-3124-1391/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22860 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused/nonworking wallpaper setting utility.diego2007-03-314-291/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22859 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused benchmarking scripts.diego2007-03-319-310/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22858 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove obsolete bitmap font tools.diego2007-03-3120-2668/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22857 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove obsolete/unnecessary/trivial scripts and programs.diego2007-03-3110-372/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22856 b3059339-0415-0410-9bf9-f77b7e298cf2
* document edgedetect.fp, emboss.fpgpoirier2007-03-271-0/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22833 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge realcodecs/ documentation into the README.diego2007-03-252-10/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22825 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use the top-level TOOLS Makefile to build the Real codecs wrappers.diego2007-03-252-13/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22824 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add description of realcodecs subdirrtogni2007-03-251-1/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22822 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove files maintained by Reimar that he no longer sees a use for.diego2007-03-245-385/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22796 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add missing $(EXESUF).diego2007-03-201-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22763 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add vfw2menc to the Makefile.diego2007-03-201-2/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22761 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add explicit SDL include path. This should allow compilation even whendiego2007-03-202-3/+3
| | | | | | | MPlayer was configured without SDL support. Change the Makefile accordingly. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22759 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add return 0 to fix the following warning:diego2007-03-201-0/+2
| | | | | | | bmovl-test.c:118: warning: control reaches end of non-void function git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22758 b3059339-0415-0410-9bf9-f77b7e298cf2
* Include stdlib.h and string.h to fix the following warnings:diego2007-03-201-0/+2
| | | | | | | | | | | bmovl-test.c:22: warning: implicit declaration of function `strlen' bmovl-test.c:64: warning: implicit declaration of function `exit' bmovl-test.c:67: warning: implicit declaration of function `atoi' bmovl-test.c:89: warning: implicit declaration of function `malloc' bmovl-test.c:114: warning: implicit declaration of function `free' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22757 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add #include <string.h> to fix the following warning:diego2007-03-201-0/+1
| | | | | | | gltest.c:157: warning: implicit declaration of function `memset' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22756 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move gltest and bmovl-test into the main TOOLS directory, subdirectoriesdiego2007-03-205-10/+7
| | | | | | | for single files are silly. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22755 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify Makefile.diego2007-03-191-5/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22744 b3059339-0415-0410-9bf9-f77b7e298cf2
* Bring somewhat closer to linking, still won't work, though.diego2007-03-171-3/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22659 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify link command.diego2007-03-171-3/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22658 b3059339-0415-0410-9bf9-f77b7e298cf2
* Bring netstream somewhat closer to linking, still won't work.diego2007-03-171-3/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22657 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unnecessary -I option from CFLAGS.diego2007-03-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22656 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mark phony targets as such.diego2007-03-171-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22655 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge INCLUDE and CFLAGS, fixes Cola from last commit.diego2007-03-171-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22654 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused variable.diego2007-03-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22653 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation, bswap.h is now mpbswap.h.diego2007-03-171-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22652 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove redundant rule for creating .o files from .c files, it's builtin.diego2007-03-171-4/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22651 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove obsolete .SUFFIXES variable.diego2007-03-171-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22650 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove nonsensical unused rules.diego2007-03-171-8/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22649 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use quotes instead of angular brackets for non-system includes.diego2007-03-161-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22648 b3059339-0415-0410-9bf9-f77b7e298cf2
* Bring vivodump closer to linking; remains broken.diego2007-03-161-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22647 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix linking: libswscale depends on libavutil, verbose was multiply defined...diego2007-03-162-3/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22646 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation due to reorganized header files.diego2007-03-161-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22645 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix forgotten \ivo2007-03-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22527 b3059339-0415-0410-9bf9-f77b7e298cf2
* __defines are reserved for gcccompn2007-03-061-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22478 b3059339-0415-0410-9bf9-f77b7e298cf2
* getopt is only needed on msvc, remove from mingw/linux compile infocompn2007-03-041-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22457 b3059339-0415-0410-9bf9-f77b7e298cf2
* add vfw2menc info into READMEcompn2007-03-041-0/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22455 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l to me, typo. it should have read clflushivo2007-03-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22390 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics, missing spaceivo2007-03-011-1/+1
| | | | | | | | patch by Zuxy Meng, zuxy dot meng ... gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22389 b3059339-0415-0410-9bf9-f77b7e298cf2
* cflsh->clflush to keep consistent with Linux kernelivo2007-03-011-1/+1
| | | | | | | | patch by Zuxy Meng, zuxy dot meng ... gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22388 b3059339-0415-0410-9bf9-f77b7e298cf2
* do not rely on svn internals and use svn info insteadivo2007-02-281-19/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22379 b3059339-0415-0410-9bf9-f77b7e298cf2
* also respond to --help, -h and -? command line optionsivo2007-02-281-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22377 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix printing of -(no)svn optionivo2007-02-281-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22376 b3059339-0415-0410-9bf9-f77b7e298cf2
* clarify -none command line optionivo2007-02-281-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22375 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify .depend file inclusion.diego2007-02-271-3/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22361 b3059339-0415-0410-9bf9-f77b7e298cf2
* update to 0.1 version from websitecompn2007-02-221-8/+51
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22314 b3059339-0415-0410-9bf9-f77b7e298cf2
* add original website url per al3x commentcompn2007-02-221-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22313 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Fix some common typos, sepErate --> sepArate, deciSSion --> deciSion.diego2007-02-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22301 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l copy and paste bug in the license headerdiego2007-02-191-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22272 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix license header.diego2007-02-191-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22271 b3059339-0415-0410-9bf9-f77b7e298cf2
* Controllable quality setting of VFW enconding, through the dumped state of ↵alex2007-02-181-0/+257
| | | | | | the dialog box. Patch by Gianluigi Tiesi git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22270 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove internal minilzo, external liblzo can be used instead.diego2007-02-181-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22259 b3059339-0415-0410-9bf9-f77b7e298cf2
* Strip leading spaces from processor names.diego2007-02-131-0/+3
| | | | | | | patch by Sergey, sergemp mail ru git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22213 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix FSF address and otherwise broken license headers.diego2007-01-221-4/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21995 b3059339-0415-0410-9bf9-f77b7e298cf2
* Avoid deprecated _sleep, instead include windows.h and use Sleep just likereimar2006-12-101-1/+2
| | | | | | | | osdep/timer-win2.c does. Patch by Zuxy Meng [zuxy meng (at) gmail com] git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21571 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix bmovl-test build errorvoroshil2006-12-081-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21539 b3059339-0415-0410-9bf9-f77b7e298cf2
* Hack around libavutil/bswap.h compilation problems due to always_inline ↵reimar2006-12-071-1/+1
| | | | | | undefined. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21523 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix includes and include path, bswap.h is in libavutil now.diego2006-12-021-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21438 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove nonexistent variable.diego2006-11-251-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21247 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove superfluous comment.diego2006-11-251-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21223 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add distclean target, unconditionally remove all objects on clean.diego2006-11-251-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21212 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unify dep/depend targets.diego2006-11-201-3/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21096 b3059339-0415-0410-9bf9-f77b7e298cf2
* misc small fixesdiego2006-11-191