| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix FSF address and otherwise broken license headers. | diego | 2007-01-22 | 1 | -4/+2 |
* | Avoid deprecated _sleep, instead include windows.h and use Sleep just like | reimar | 2006-12-10 | 1 | -1/+2 |
* | Fix bmovl-test build error | voroshil | 2006-12-08 | 1 | -1/+1 |
* | Hack around libavutil/bswap.h compilation problems due to always_inline undef... | reimar | 2006-12-07 | 1 | -1/+1 |
* | Fix includes and include path, bswap.h is in libavutil now. | diego | 2006-12-02 | 1 | -1/+2 |
* | Remove nonexistent variable. | diego | 2006-11-25 | 1 | -1/+0 |
* | Remove superfluous comment. | diego | 2006-11-25 | 1 | -3/+0 |
* | Add distclean target, unconditionally remove all objects on clean. | diego | 2006-11-25 | 1 | -1/+2 |
* | Unify dep/depend targets. | diego | 2006-11-20 | 1 | -3/+1 |
* | misc small fixes | diego | 2006-11-19 | 1 | -12/+24 |
* | Rename libdvdread to dvdread. We really only include only the dvdread | diego | 2006-11-18 | 1 | -1/+1 |
* | -vop has been deprecated a long time ago. | diego | 2006-11-13 | 2 | -3/+2 |
* | update to 0.6.2, patch by Giacomo Comes, comes naic edu | diego | 2006-11-12 | 1 | -154/+303 |
* | typo, wrong variable name | diego | 2006-11-10 | 1 | -3/+3 |
* | Create binaries with proper executable suffix under Windows. | diego | 2006-11-08 | 2 | -24/+24 |
* | libmpdvdkit2 --> libdvdread | diego | 2006-11-03 | 2 | -2/+2 |
* | Sync with Debian package. | diego | 2006-10-27 | 1 | -114/+155 |
* | Use = instead of == for extra portability. | diego | 2006-10-14 | 1 | -11/+11 |
* | Use = instead of == for extra portability. | diego | 2006-10-14 | 1 | -1/+1 |
* | Remove download script; no longer used in the official Debian package candidate. | diego | 2006-10-11 | 2 | -60/+0 |
* | Add support for "Safer Mode Extensions", "Supplemental SSE3", "Direct Cache A... | gpoirier | 2006-10-01 | 1 | -0/+3 |
* | Remove another duplicate and useless ; | reimar | 2006-09-29 | 1 | -1/+1 |
* | Remove useless trailing ';' | gpoirier | 2006-09-29 | 1 | -1/+1 |
* | Convert strings to comments since they're never used, | gpoirier | 2006-09-29 | 1 | -56/+54 |
* | cosmetics | diego | 2006-09-24 | 1 | -1/+1 |
* | Remove just the targets, not the original codecs. | diego | 2006-09-19 | 1 | -1/+1 |
* | Replace silly compilation shell scripts by a simple Makefile. | diego | 2006-09-18 | 10 | -29/+14 |
* | Fix compilation, too few arguments to fputs. | diego | 2006-09-18 | 1 | -1/+1 |
* | Remove obsolete font generator Gimp plugin. | diego | 2006-09-16 | 2 | -211/+0 |
* | The FSF changed postal address. | diego | 2006-09-01 | 1 | -1/+1 |
* | live.com --> LIVE555 | diego | 2006-08-28 | 1 | -1/+1 |
* | Remove redundant variable that is contained in COMMON_LIBS. | diego | 2006-08-25 | 1 | -1/+1 |
* | Remove redundant variables that are contained in COMMON_LIBS. | diego | 2006-08-25 | 1 | -7/+0 |
* | Sync with the creation of the stream directory. | diego | 2006-08-25 | 1 | -1/+1 |
* | Simplify LIVE555 test and make it more consistent with the other tests. | diego | 2006-08-01 | 1 | -1/+1 |
* | introduce new 'stream' directory for all stream layer related components and ... | ben | 2006-07-31 | 3 | -4/+5 |
* | Regular expression for conversions had 'P' instead of 'p', fixed | uau | 2006-07-25 | 1 | -1/+1 |
* | added checks for stupid code like casting return value of malloc and friends, | ivo | 2006-07-14 | 1 | -0/+54 |
* | remove useless comment | ivo | 2006-07-14 | 1 | -3/+0 |
* | fix line >79 characters | ivo | 2006-07-14 | 1 | -1/+1 |
* | fix matching of MSDOS line endings | ivo | 2006-07-14 | 1 | -2/+2 |
* | also omit configure.log and the generated help_mp.h from files to check | ivo | 2006-07-14 | 1 | -1/+1 |
* | CVS --> Subversion | ivo | 2006-07-14 | 1 | -16/+23 |
* | OPTFLAGS already includes EXTRA_INC. | diego | 2006-07-12 | 1 | -1/+1 |
* | Fix for changed env parameter contents and improve speed. | reimar | 2006-07-12 | 2 | -43/+35 |
* | usleep is still missing in MinGW, so leave it out of the MinGW version check. | diego | 2006-07-07 | 1 | -0/+2 |
* | MinGW 3.1 has added gettimeofday. | diego | 2006-07-05 | 1 | -1/+1 |
* | fix linking on some systems | ivo | 2006-07-02 | 1 | -1/+1 |
* | postproc --> libswscale | diego | 2006-06-30 | 3 | -5/+5 |
* | merges two asm constraints to one, patch by Zuxy Meng zuxy PP meng AHH gmail ... | gpoirier | 2006-06-29 | 1 | -3/+3 |
* | Remove now obsolete .cvsignore files. | diego | 2006-06-02 | 6 | -31/+0 |
* | On old WinChips Linux kernel use this to emulate MTRR, patch by Zuxy Meng < z... | poirierg | 2006-05-31 | 1 | -0/+4 |
* | x86_64 only saves ebx, not rbx. Fix some potential compilation problem on amd64. | gpoirier | 2006-05-17 | 1 | -1/+9 |
* | 10l: Really accept both one and two dashes. | diego | 2006-05-17 | 1 | -1/+1 |
* | Add mphelp_check.py. | diego | 2006-05-17 | 1 | -0/+13 |
* | Accept --missing as well as -missing, print less newlines. | diego | 2006-05-17 | 1 | -3/+3 |
* | Add tool to check MPlayer translation files for conflicting arguments | uau | 2006-05-16 | 1 | -0/+66 |
* | fix build on macintel, patch by Zuxy Meng | gpoirier | 2006-05-15 | 1 | -2/+4 |
* | Various improvement, fix build on AMD-64 and icc | gpoirier | 2006-05-14 | 1 | -34/+70 |
* | Cosmetic fix, splitting long mencoder cmd line | reynaldo | 2006-04-23 | 1 | -1/+7 |
* | Small hack suggested by dalias to avoid flickering at I frames | reynaldo | 2006-04-22 | 1 | -1/+1 |
* | add check for non-ascii charsets used in code and simplify showcont switch ha... | reimar | 2006-04-14 | 1 | -16/+38 |
* | Remove verbosity parameter added to print_*_header call in last revision again. | diego | 2006-03-27 | 1 | -4/+4 |
* | Convert printfs in aviprint.c to mp_msg and give the information printing | diego | 2006-03-27 | 1 | -4/+4 |
* | cosmetics: Shorten overly long lines, put SRCS/OBJS on individual lines | diego | 2006-03-25 | 1 | -1/+3 |
* | Simplify rules with common make constructs. | diego | 2006-03-25 | 1 | -11/+11 |
* | Simplify clean rule. | diego | 2006-03-25 | 1 | -1/+1 |
* | use mencoder directly for mp3lame encoding instead of lavc | jonas | 2006-03-22 | 1 | -5/+1 |
* | -rawvideo on => -demuxer rawvideo | ods15 | 2006-03-21 | 1 | -1/+1 |
* | new tool to encode to mpeg using only mencoder; patch by Giacomo Comes <comes... | nicodvb | 2006-01-29 | 2 | -0/+1869 |
* | Make clean/distclean behave uniformly in all directories. | diego | 2006-01-27 | 1 | -2/+2 |
* | change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to ... | michael | 2006-01-26 | 1 | -1/+1 |
* | Update licensing information: The FSF changed postal address. | diego | 2006-01-13 | 2 | -2/+2 |
* | option to show the lines containing anomalies, patch by Ivo van Poorten | wanderer | 2005-12-07 | 1 | -0/+23 |
* | some comments and simplification | alex | 2005-11-27 | 1 | -3/+4 |
* | M-x untabify | gpoirier | 2005-11-23 | 1 | -208/+208 |
* | correct k6_mtrr detection, add a great deal of infos about newer processors | gpoirier | 2005-11-23 | 1 | -6/+62 |
* | Unify include path handling by using -I. | diego | 2005-11-18 | 3 | -4/+4 |
* | 302m_convert and 360m_convert are generated files. | diego | 2005-11-18 | 1 | -0/+2 |
* | fastmemcpybench and cpuinfo are x86-specific. | diego | 2005-11-18 | 1 | -2/+4 |
* | Unify include path handling by adding $(MPROOT) to CFLAGS. | diego | 2005-11-18 | 2 | -3/+3 |
* | Makefile reorganized for better clarity and maintainability. | diego | 2005-11-18 | 1 | -5/+9 |
* | |