| Commit message (Expand) | Author | Age | Files | Lines |
* | Give all shell scripts a .sh suffix for consistency. | diego | 2008-07-07 | 7 | -27/+27 |
* | Replace bash-specific [[]] construct by proper a proper [] test. | diego | 2008-07-07 | 1 | -1/+1 |
* | Replace == in []/test constructs with =, == is a bashism. | diego | 2008-07-07 | 4 | -35/+35 |
* | Remove unnecessary function keyword from shell script function declarations, | diego | 2008-07-07 | 3 | -5/+5 |
* | Fix the linking of TOOLS/netstream and TOOLS/vivodump. | diego | 2008-06-06 | 2 | -53/+17 |
* | cosmetics: Remove useless parentheses from return statements. | diego | 2008-05-16 | 2 | -23/+23 |
* | Use standard license headers with standard formatting. | diego | 2008-05-14 | 2 | -33/+30 |
* | Remove loader/wine/avifmt.h #include, the AVI types declared there conflict | diego | 2008-04-30 | 1 | -1/+0 |
* | Add missing string.h #include to fix a bunch of implicit declaration warnings. | diego | 2008-04-30 | 1 | -0/+1 |
* | Remove unused fast_memcpy() function and link against the object that | diego | 2008-04-30 | 1 | -6/+0 |
* | Disable unused function. | diego | 2008-04-30 | 1 | -0/+2 |
* | Mark all functions that are only used within the file as static. | diego | 2008-04-30 | 8 | -18/+18 |
* | Remove useless 0 flag from s printf conversion specifier, fixes the warning: | diego | 2008-04-23 | 1 | -1/+1 |
* | Remove redundant definitions that are already present on the command line. | diego | 2008-04-22 | 1 | -2/+0 |
* | Merge TOOLS/Makefile into the top-level Makefile. | diego | 2008-04-22 | 1 | -74/+0 |
* | Remove pointless '0' flag from fprintf call, fixes the warning: | diego | 2008-04-21 | 8 | -8/+8 |
* | Add $(EXESUF) to netstream rule. | diego | 2008-04-20 | 1 | -2/+2 |
* | Only build modify_reg on x86. | diego | 2008-04-20 | 1 | -1/+4 |
* | Simplify list of files to remove on make clean. | diego | 2008-04-20 | 1 | -1/+1 |
* | fastmemcpybench is a phony target. Do not try to remove a file by that name. | diego | 2008-04-20 | 1 | -1/+1 |
* | Remove Win32 linker option for netstream. Other winsock using code does not | diego | 2008-04-11 | 1 | -4/+0 |
* | Do not build subrip with debugging symbols. | diego | 2008-04-09 | 1 | -1/+1 |
* | cosmetics: Group dependency declarations together. | diego | 2008-04-09 | 1 | -4/+4 |
* | Remove redundant compilation commands that shadow builtin rules. | diego | 2008-04-09 | 1 | -4/+0 |
* | List libraries to link to in dependency list. | diego | 2008-04-09 | 1 | -10/+9 |
* | cosmetics: Add CFLAGS to compilation commands everywhere. | diego | 2008-04-09 | 1 | -2/+2 |
* | Remove unnecessary ../libmpcodecs/img_format.o from list subrip objects. | diego | 2008-04-09 | 1 | -1/+1 |
* | Update for latest changes to linking dependencies. | diego | 2008-04-09 | 1 | -3/+3 |
* | Add MPLAYER_ prefix to multiple inclusion guard of generated file. | diego | 2008-02-24 | 1 | -3/+3 |
* | Add multiple inclusion guards to generated header file. | diego | 2008-01-27 | 1 | -2/+7 |
* | Change format string so that the table is nicely aligned. | diego | 2008-01-27 | 1 | -2/+2 |
* | The alaw tables should be const. | diego | 2008-01-27 | 1 | -2/+2 |
* | Move compare.c to TOOLS, add it to the Makefile and document it. | diego | 2008-01-23 | 3 | -0/+85 |
* | Fix usage example comment | reimar | 2008-01-19 | 1 | -1/+1 |
* | Add the edge-enhancement filter based on edgedetect I had lying around. | reimar | 2008-01-19 | 1 | -0/+38 |
* | Relicense to GPL v2 or later with Reimar's permission. | diego | 2008-01-06 | 2 | -2/+2 |
* | Remove compilation command from source file, it is already in the Makefile. | diego | 2008-01-01 | 1 | -1/+0 |
* | Fix license header to read Lesser General Public License 2.1, | diego | 2008-01-01 | 1 | -1/+1 |
* | unrarlib.o no longer exists, link against unrar_exec.o. | diego | 2008-01-01 | 1 | -1/+1 |
* | Fix printf format string length modifiers, removes about a trillion warnings. | diego | 2007-12-10 | 9 | -355/+355 |
* | Comment out unused variable. | diego | 2007-12-10 | 1 | -1/+1 |
* | Remove unused parameters from main(), fixes the warnings: | diego | 2007-12-10 | 1 | -1/+1 |
* | Fix printf format string length modifiers, removes the warnings: | diego | 2007-12-10 | 1 | -2/+2 |
* | Fix printf format string length modifiers, removes the warnings: | diego | 2007-12-10 | 1 | -9/+9 |
* | suppress silly messages when checktree is not called from the root of the tree | ivo | 2007-12-05 | 1 | -1/+1 |
* | only check source code for gnuisms | ivo | 2007-12-05 | 1 | -3/+3 |
* | simpler and more easily expandable test whether we need a shortlist that | ivo | 2007-12-05 | 1 | -2/+4 |
* | test for presence of .svn directory if we are supposed to traverse the tree | ivo | 2007-12-05 | 1 | -0/+7 |
* | when gathering the list of files to check via svn info, also include | ivo | 2007-12-05 | 1 | -1/+1 |
* | cosmetics/indentation | ivo | 2007-12-03 | 1 | -2/+3 |
* | when gathering the list of files to check via svn info, also include | ivo | 2007-12-03 | 1 | -1/+3 |
* | add functions that are not specifically marked as being deprecated or obsolete, | ivo | 2007-12-03 | 1 | -1/+1 |
* | Mark several uses of vo_functions_t as const to stop some of the current | reimar | 2007-12-02 | 1 | -1/+1 |
* | 10l for me. I should read my own comments just above it ;) | ivo | 2007-11-30 | 1 | -1/+1 |
* | less code for initializing default settings | ivo | 2007-11-30 | 1 | -21/+13 |
* | add test for deprecated and obsolete functions | ivo | 2007-11-30 | 1 | -2/+21 |
* | simple avoid wine complaints fix by sherpya | compn | 2007-10-17 | 1 | -1/+1 |
* | cosmetics: misc typo fixes | diego | 2007-09-25 | 1 | -1/+1 |
* | According to MSDN a thread must call CoUninitialize once for each successful | diego | 2007-09-23 | 1 | -1/+1 |
* | vfw2menc works on linux/windows | compn | 2007-09-16 | 1 | -1/+1 |
* | vfw2menc works on linux and windows x86 only | compn | 2007-09-16 | 1 | -1/+1 |
* | Mark xx function as returning char, fixes: | diego | 2007-08-28 | 1 | -1/+1 |
* | Remove nonsensical #ifdef. | diego | 2007-08-28 | 1 | -3/+0 |
* | Simplify the addition of -g to some CFLAGS. | diego | 2007-08-27 | 1 | -10/+11 |
* | Move common link libs/objects into a variable. | diego | 2007-08-27 | 1 | -9/+7 |
* | consistent linking order | diego | 2007-08-27 | 1 | -1/+1 |
* | Simplify linkage parameters. | diego | 2007-08-27 | 1 | -4/+3 |
* | warning fixes: | diego | 2007-08-27 | 1 | -4/+6 |
* | warning fixes: | diego | 2007-08-27 | 1 | -2/+4 |
* | warning fixes: | diego | 2007-08-27 | 1 | -3/+5 |
* | warning fixes: | diego | 2007-08-27 | 1 | -2/+2 |
* | warning fixes: | diego | 2007-08-27 | 1 | -3/+3 |
* | warning fixes: | diego | 2007-08-27 | 1 | -5/+5 |
* | warning fixes: | diego | 2007-08-27 | 1 | -5/+5 |
* | Remove unnecessary fastmemcpybench prerequisite. | diego | 2007-08-27 | 1 | -1/+1 |
* | Remove unused #include. | diego | 2007-08-27 | 1 | -2/+0 |
* | Fix a ton of warnings: | diego | 2007-08-27 | 5 | -0/+5 |
* | Simplify bmovl-test compilation call. | diego | 2007-08-27 | 1 | -1/+1 |
* | Fix "incompatible implicit declaration of built-in function 'exit'" warnings. | diego | 2007-08-27 | 9 | -0/+9 |
* | Mark phony targets as such. | diego | 2007-08-27 | 1 | -0/+2 |
* | Move fastmemcpybench objects to link against into prerequisites. | diego | 2007-08-27 | 1 | -9/+9 |
* | warning fix: | diego | 2007-08-27 | 1 | -2/+0 |
* | warning fix: | diego | 2007-08-27 | 1 | -1/+0 |
* | warning fix: | diego | 2007-08-27 | 1 | -0/+1 |
* | warning fixes: | diego | 2007-08-27 | 1 | -3/+3 |
* | Get netstream closer to linking. | diego | 2007-08-25 | 2 | -0/+3 |
* | warning fix: | diego | 2007-08-25 | 1 | -1/+1 |
* | Fix subrip and vivodump linking. | diego | 2007-08-25 | 1 | -2/+4 |
* | Mark vfw2menc as Windows-only. | diego | 2007-08-25 | 1 | -1/+1 |
* | Added Alan Nisotas modify_reg. | cehoyos | 2007-08-06 | 3 | -0/+203 |
* | Remove unused variables. | diego | 2007-08-04 | 1 | -4/+0 |
* | Add a dummy guiMessageBox so it still compiles when MPlayer was configured with | reimar | 2007-08-04 | 1 | -0/+2 |
* | Make the printoption function take the default values from the variable | ivo | 2007-07-31 | 1 | -17/+17 |
* | cosmetics, indentation | ivo | 2007-07-31 | 1 | -3/+3 |
* | Shorten (un)setting of all test flags | ivo | 2007-07-31 | 1 | -29/+7 |
* | Much smaller command line parser | ivo | 2007-07-31 | 1 | -90/+21 |
* | Update copyright info and license | ivo | 2007-07-31 | 1 | -2/+15 |
* | cosmetics, break overly long lines | ivo | 2007-07-31 | 1 | -6/+12 |
* | replace ^I by $TAB now that TAB is global | ivo | 2007-07-31 | 1 | -9/+9 |
* | only test for stupid code and reserved identifiers if there are any .c or .h | ivo | 2007-07-31 | 1 | -4/+2 |
* | 10l, forgot to make TAB global | ivo | 2007-07-31 | 1 | -1/+2 |
* | Test for reserved identifiers. | ivo | 2007-07-31 | 1 | -3/+24 |
* | Add test for GNUisms | ivo | 2007-07-30 | 1 | -0/+17 |
* | ISO8859-1 --> UTF-8 | diego | 2007-07-09 | 1 | -6/+6 |
* | Remove unused variables. | diego | 2007-07-04 | 1 | -1/+1 |
* | Mark main() function as a function that takes no parameters. | diego | 2007-06-27 | 2 | -2/+2 |
* | Fix "control reaches end of non-void function" warnings. | diego | 2007-06-27 | 5 | -4/+6 |
* | Fix unused variable warnings. | diego | 2007-06-27 | 1 | -3/+1 |
* | Fix implicit declaration of function warnings. | diego | 2007-06-27 | 3 | -1/+4 |
* | test for tab characters | ivo | 2007-05-07 | 1 | -0/+18 |
* | do not run stupid code checks if chfilelist is empty | ivo | 2007-05-07 | 1 | -0/+2 |
* | Move netstream documentation into TOOLS/README. | diego | 2007-04-09 | 1 | -1/+32 |
* | Move TOOLS/cpuinfo.c into the root directory. | diego | 2007-04-09 | 2 | -331/+1 |
* | Ignore netstream and fix its compilation; remove object files on make clean. | diego | 2007-04-01 | 1 | -4/+4 |
* | Move netstream.c out of its single-file subdirectory. | diego | 2007-04-01 | 3 | -33/+20 |
* | Remove unnecessary dependencies. | diego | 2007-04-01 | 1 | -2/+0 |
* | Get netstream somewhat closer to linking. | diego | 2007-04-01 | 1 | -7/+3 |
* | Don't compile cpuinfo and fastmemcpybench by default. | diego | 2007-03-31 | 1 | -4/+0 |
* | Sync with removed tools. | diego | 2007-03-31 | 1 | -10/+1 |
* | Remove obsolete TV output tools. | diego | 2007-03-31 | 24 | -1391/+0 |
* | Remove unused/nonworking wallpaper setting utility. | diego | 2007-03-31 | 4 | -291/+0 |
* | Remove unused benchmarking scripts. | diego | 2007-03-31 | 9 | -310/+0 |
* | Remove obsolete bitmap font tools. | diego | 2007-03-31 | 20 | -2668/+0 |
* | Remove obsolete/unnecessary/trivial scripts and programs. | diego | 2007-03-31 | 10 | -372/+0 |
* | document edgedetect.fp, emboss.fp | gpoirier | 2007-03-27 | 1 | -0/+9 |
* | Merge realcodecs/ documentation into the README. | diego | 2007-03-25 | 2 | -10/+9 |
* | Use the top-level TOOLS Makefile to build the Real codecs wrappers. | diego | 2007-03-25 | 2 | -13/+10 |
* | Add description of realcodecs subdir | rtogni | 2007-03-25 | 1 | -1/+12 |
* | Remove files maintained by Reimar that he no longer sees a use for. | diego | 2007-03-24 | 5 | -385/+1 |
* | Add missing $(EXESUF). | diego | 2007-03-20 | 1 | -3/+3 |
* | Add vfw2menc to the Makefile. | diego | 2007-03-20 | 1 | -2/+5 |
* | Add explicit SDL include path. This should allow compilation even when | diego | 2007-03-20 | 2 | -3/+3 |
* | Add return 0 to fix the following warning: | diego | 2007-03-20 | 1 | -0/+2 |
* | Include stdlib.h and string.h to fix the following warnings: | diego | 2007-03-20 | 1 | -0/+2 |
* | Add #include <string.h> to fix the following warning: | diego | 2007-03-20 | 1 | -0/+1 |
* | Move gltest and bmovl-test into the main TOOLS directory, subdirectories | diego | 2007-03-20 | 5 | -10/+7 |
* | Simplify Makefile. | diego | 2007-03-19 | 1 | -5/+3 |
* | Bring somewhat closer to linking, still won't work, though. | diego | 2007-03-17 | 1 | -3/+1 |
* | Simplify link command. | diego | 2007-03-17 | 1 | -3/+2 |
* | Bring netstream somewhat closer to linking, still won't work. | diego | 2007-03-17 | 1 | -3/+5 |
* | Remove unnecessary -I option from CFLAGS. | diego | 2007-03-17 | 1 | -1/+1 |
* | Mark phony targets as such. | diego | 2007-03-17 | 1 | -2/+2 |
* | Merge INCLUDE and CFLAGS, fixes Cola from last commit. | diego | 2007-03-17 | 1 | -2/+1 |
* | Remove unused variable. | diego | 2007-03-17 | 1 | -1/+1 |
* | Fix compilation, bswap.h is now mpbswap.h. | diego | 2007-03-17 | 1 | -1/+2 |
* | Remove redundant rule for creating .o files from .c files, it's builtin. | diego | 2007-03-17 | 1 | -4/+0 |
* | Remove obsolete .SUFFIXES variable. | diego | 2007-03-17 | 1 | -2/+0 |
* | Remove nonsensical unused rules. | diego | 2007-03-17 | 1 | -8/+0 |
* | Use quotes instead of angular brackets for non-system includes. | diego | 2007-03-16 | 1 | -5/+5 |
* | Bring vivodump closer to linking; remains broken. | diego | 2007-03-16 | 1 | -2/+4 |
* | Fix linking: libswscale depends on libavutil, verbose was multiply defined... | diego | 2007-03-16 | 2 | -3/+2 |
* | Fix compilation due to reorganized header files. | diego | 2007-03-16 | 1 | -0/+2 |
* | fix forgotten \ | ivo | 2007-03-12 | 1 | -1/+1 |
* | __defines are reserved for gcc | compn | 2007-03-06 | 1 | -2/+2 |
* | getopt is only needed on msvc, remove from mingw/linux compile info | compn | 2007-03-04 | 1 | -2/+3 |
* | add vfw2menc info into README | compn | 2007-03-04 | 1 | -0/+18 |
* | 10l to me, typo. it should have read clflush | ivo | 2007-03-01 | 1 | -1/+1 |
* | cosmetics, missing space | ivo | 2007-03-01 | 1 | -1/+1 |
* | cflsh->clflush to keep consistent with Linux kernel | ivo | 2007-03-01 | 1 | -1/+1 |
* | do not rely on svn internals and use svn info instead | ivo | 2007-02-28 | 1 | -19/+4 |
* | also respond to --help, -h and -? command line options | ivo | 2007-02-28 | 1 | -1/+1 |
* | fix printing of -(no)svn option | ivo | 2007-02-28 | 1 | -2/+2 |
* | clarify -none command line option | ivo | 2007-02-28 | 1 | -0/+1 |
* | Simplify .depend file inclusion. | diego | 2007-02-27 | 1 | -3/+1 |
* | update to 0.1 version from website | compn | 2007-02-22 | 1 | -8/+51 |
* | add original website url per al3x comment | compn | 2007-02-22 | 1 | -0/+2 |
* | cosmetics: Fix some common typos, sepErate --> sepArate, deciSSion --> deciSion. | diego | 2007-02-21 | 1 | -1/+1 |
* | 10l copy and paste bug in the license header | diego | 2007-02-19 | 1 | -1/+1 |
* | Fix license header. | diego | 2007-02-19 | 1 | -6/+6 |
* | Controllable quality setting of VFW enconding, through the dumped state of th... | alex | 2007-02-18 | 1 | -0/+257 |
* | Remove internal minilzo, external liblzo can be used instead. | diego | 2007-02-18 | 1 | -1/+0 |
* | Strip leading spaces from processor names. | diego | 2007-02-13 | 1 | -0/+3 |
|