aboutsummaryrefslogtreecommitdiffhomepage
path: root/TOOLS
Commit message (Expand)AuthorAge
* Fix the linking of TOOLS/netstream and TOOLS/vivodump.Gravatar diego2008-06-06
* cosmetics: Remove useless parentheses from return statements.Gravatar diego2008-05-16
* Use standard license headers with standard formatting.Gravatar diego2008-05-14
* Remove loader/wine/avifmt.h #include, the AVI types declared there conflictGravatar diego2008-04-30
* Add missing string.h #include to fix a bunch of implicit declaration warnings.Gravatar diego2008-04-30
* Remove unused fast_memcpy() function and link against the object thatGravatar diego2008-04-30
* Disable unused function.Gravatar diego2008-04-30
* Mark all functions that are only used within the file as static.Gravatar diego2008-04-30
* Remove useless 0 flag from s printf conversion specifier, fixes the warning:Gravatar diego2008-04-23
* Remove redundant definitions that are already present on the command line.Gravatar diego2008-04-22
* Merge TOOLS/Makefile into the top-level Makefile.Gravatar diego2008-04-22
* Remove pointless '0' flag from fprintf call, fixes the warning:Gravatar diego2008-04-21
* Add $(EXESUF) to netstream rule.Gravatar diego2008-04-20
* Only build modify_reg on x86.Gravatar diego2008-04-20
* Simplify list of files to remove on make clean.Gravatar diego2008-04-20
* fastmemcpybench is a phony target. Do not try to remove a file by that name.Gravatar diego2008-04-20
* Remove Win32 linker option for netstream. Other winsock using code does notGravatar diego2008-04-11
* Do not build subrip with debugging symbols.Gravatar diego2008-04-09
* cosmetics: Group dependency declarations together.Gravatar diego2008-04-09
* Remove redundant compilation commands that shadow builtin rules.Gravatar diego2008-04-09
* List libraries to link to in dependency list.Gravatar diego2008-04-09
* cosmetics: Add CFLAGS to compilation commands everywhere.Gravatar diego2008-04-09
* Remove unnecessary ../libmpcodecs/img_format.o from list subrip objects.Gravatar diego2008-04-09
* Update for latest changes to linking dependencies.Gravatar diego2008-04-09
* Add MPLAYER_ prefix to multiple inclusion guard of generated file.Gravatar diego2008-02-24
* Add multiple inclusion guards to generated header file.Gravatar diego2008-01-27
* Change format string so that the table is nicely aligned.Gravatar diego2008-01-27
* The alaw tables should be const.Gravatar diego2008-01-27
* Move compare.c to TOOLS, add it to the Makefile and document it.Gravatar diego2008-01-23
* Fix usage example commentGravatar reimar2008-01-19
* Add the edge-enhancement filter based on edgedetect I had lying around.Gravatar reimar2008-01-19
* Relicense to GPL v2 or later with Reimar's permission.Gravatar diego2008-01-06
* Remove compilation command from source file, it is already in the Makefile.Gravatar diego2008-01-01
* Fix license header to read Lesser General Public License 2.1,Gravatar diego2008-01-01
* unrarlib.o no longer exists, link against unrar_exec.o.Gravatar diego2008-01-01
* Fix printf format string length modifiers, removes about a trillion warnings.Gravatar diego2007-12-10
* Comment out unused variable.Gravatar diego2007-12-10
* Remove unused parameters from main(), fixes the warnings:Gravatar diego2007-12-10
* Fix printf format string length modifiers, removes the warnings:Gravatar diego2007-12-10
* Fix printf format string length modifiers, removes the warnings:Gravatar diego2007-12-10
* suppress silly messages when checktree is not called from the root of the treeGravatar ivo2007-12-05
* only check source code for gnuismsGravatar ivo2007-12-05
* simpler and more easily expandable test whether we need a shortlist thatGravatar ivo2007-12-05
* test for presence of .svn directory if we are supposed to traverse the treeGravatar ivo2007-12-05
* when gathering the list of files to check via svn info, also includeGravatar ivo2007-12-05
* cosmetics/indentationGravatar ivo2007-12-03
* when gathering the list of files to check via svn info, also includeGravatar ivo2007-12-03
* add functions that are not specifically marked as being deprecated or obsolete,Gravatar ivo2007-12-03
* Mark several uses of vo_functions_t as const to stop some of the currentGravatar reimar2007-12-02
* 10l for me. I should read my own comments just above it ;)Gravatar ivo2007-11-30