aboutsummaryrefslogtreecommitdiffhomepage
path: root/TOOLS
Commit message (Expand)AuthorAge
* Add missing 'void' keyword to parameterless function declarations.Gravatar diego2009-01-05
* Relicense to GPLv2 or later with the author's permission.Gravatar diego2009-01-02
* Fix reference to wrong DLL filename in header comment.Gravatar diego2009-01-02
* Fix confused references to DLL filenames.Gravatar diego2009-01-01
* Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.Gravatar diego2008-10-16
* Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.Gravatar diego2008-10-16
* Rename stream/netstream.h to stream/stream_netstream.h; netstream.h to make itGravatar diego2008-10-16
* Remove MinGW cruft.Gravatar diego2008-10-03
* cosmetics: prettyprintingGravatar diego2008-09-28
* Upgrade license of LGPL 2 or later files to LGPL 2.1 or later.Gravatar diego2008-09-15
* Remove encode2mpeglight, it is only an outdated stripped-down version of theGravatar diego2008-09-07
* license header cosmeticsGravatar diego2008-09-06
* Fix incorrect FSF address in license header.Gravatar diego2008-09-06
* Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.Gravatar diego2008-08-29
* Change a bunch of video-output-specific preprocessor directives from a HAVE_Gravatar diego2008-08-02
* Rename binary-codecs.sh to binary_codecs.sh as it is called in Debian.Gravatar diego2008-07-31
* Revert previous broken rename of binary-codecs.sh that had random changes.Gravatar diego2008-07-31
* Rename binary-codecs.sh once more to binary_codecs.sh as it is called in Debian.Gravatar diego2008-07-31
* Rename install-w32codecs.sh --> binary-codecs.sh.Gravatar diego2008-07-31
* Run bash-specific shell scripts with bash, not sh.Gravatar diego2008-07-07
* Give all shell scripts a .sh suffix for consistency.Gravatar diego2008-07-07
* Replace bash-specific [[]] construct by proper a proper [] test.Gravatar diego2008-07-07
* Replace == in []/test constructs with =, == is a bashism.Gravatar diego2008-07-07
* Remove unnecessary function keyword from shell script function declarations,Gravatar diego2008-07-07
* 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