aboutsummaryrefslogtreecommitdiffhomepage
path: root/TOOLS
Commit message (Expand)AuthorAge
...
* Move netstream documentation into TOOLS/README.Gravatar diego2007-04-09
* Move TOOLS/cpuinfo.c into the root directory.Gravatar diego2007-04-09
* Ignore netstream and fix its compilation; remove object files on make clean.Gravatar diego2007-04-01
* Move netstream.c out of its single-file subdirectory.Gravatar diego2007-04-01
* Remove unnecessary dependencies.Gravatar diego2007-04-01
* Get netstream somewhat closer to linking.Gravatar diego2007-04-01
* Don't compile cpuinfo and fastmemcpybench by default.Gravatar diego2007-03-31
* Sync with removed tools.Gravatar diego2007-03-31
* Remove obsolete TV output tools.Gravatar diego2007-03-31
* Remove unused/nonworking wallpaper setting utility.Gravatar diego2007-03-31
* Remove unused benchmarking scripts.Gravatar diego2007-03-31
* Remove obsolete bitmap font tools.Gravatar diego2007-03-31
* Remove obsolete/unnecessary/trivial scripts and programs.Gravatar diego2007-03-31
* document edgedetect.fp, emboss.fpGravatar gpoirier2007-03-27
* Merge realcodecs/ documentation into the README.Gravatar diego2007-03-25
* Use the top-level TOOLS Makefile to build the Real codecs wrappers.Gravatar diego2007-03-25
* Add description of realcodecs subdirGravatar rtogni2007-03-25
* Remove files maintained by Reimar that he no longer sees a use for.Gravatar diego2007-03-24
* Add missing $(EXESUF).Gravatar diego2007-03-20
* Add vfw2menc to the Makefile.Gravatar diego2007-03-20
* Add explicit SDL include path. This should allow compilation even whenGravatar diego2007-03-20
* Add return 0 to fix the following warning:Gravatar diego2007-03-20
* Include stdlib.h and string.h to fix the following warnings:Gravatar diego2007-03-20
* Add #include <string.h> to fix the following warning:Gravatar diego2007-03-20
* Move gltest and bmovl-test into the main TOOLS directory, subdirectoriesGravatar diego2007-03-20
* Simplify Makefile.Gravatar diego2007-03-19
* Bring somewhat closer to linking, still won't work, though.Gravatar diego2007-03-17
* Simplify link command.Gravatar diego2007-03-17
* Bring netstream somewhat closer to linking, still won't work.Gravatar diego2007-03-17
* Remove unnecessary -I option from CFLAGS.Gravatar diego2007-03-17
* Mark phony targets as such.Gravatar diego2007-03-17
* Merge INCLUDE and CFLAGS, fixes Cola from last commit.Gravatar diego2007-03-17
* Remove unused variable.Gravatar diego2007-03-17
* Fix compilation, bswap.h is now mpbswap.h.Gravatar diego2007-03-17
* Remove redundant rule for creating .o files from .c files, it's builtin.Gravatar diego2007-03-17
* Remove obsolete .SUFFIXES variable.Gravatar diego2007-03-17
* Remove nonsensical unused rules.Gravatar diego2007-03-17
* Use quotes instead of angular brackets for non-system includes.Gravatar diego2007-03-16
* Bring vivodump closer to linking; remains broken.Gravatar diego2007-03-16
* Fix linking: libswscale depends on libavutil, verbose was multiply defined...Gravatar diego2007-03-16
* Fix compilation due to reorganized header files.Gravatar diego2007-03-16
* fix forgotten \Gravatar ivo2007-03-12
* __defines are reserved for gccGravatar compn2007-03-06
* getopt is only needed on msvc, remove from mingw/linux compile infoGravatar compn2007-03-04
* add vfw2menc info into READMEGravatar compn2007-03-04
* 10l to me, typo. it should have read clflushGravatar ivo2007-03-01
* cosmetics, missing spaceGravatar ivo2007-03-01
* cflsh->clflush to keep consistent with Linux kernelGravatar ivo2007-03-01
* do not rely on svn internals and use svn info insteadGravatar ivo2007-02-28
* also respond to --help, -h and -? command line optionsGravatar ivo2007-02-28