| Commit message (Expand) | Author | Age | Files | Lines |
* | warning fix: | diego | 2007-08-25 | 1 | -1/+1 |
* | Clean up getch2() code somewhat | uau | 2007-08-25 | 1 | -69/+102 |
* | Make terminal input work more like VO key input | uau | 2007-08-25 | 3 | -17/+18 |
* | Identifiers starting with underscores are reserved. | diego | 2007-07-31 | 1 | -3/+3 |
* | Remove unused scandir() check and fallback implementation. | diego | 2007-07-17 | 2 | -134/+0 |
* | Remove unused ftello() check and fallback implementation. | diego | 2007-07-17 | 2 | -20/+0 |
* | Remove unused fseeko() check and fallback implementation. | diego | 2007-07-17 | 2 | -68/+0 |
* | Remove empty strlcat and strlcpy files | reimar | 2007-07-06 | 2 | -0/+0 |
* | Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpy | reimar | 2007-07-05 | 3 | -39/+0 |
* | "()" to "(void)" function param list fixes | uau | 2007-04-01 | 2 | -2/+2 |
* | Update copyright year. | diego | 2007-03-24 | 1 | -1/+1 |
* | Do not disable cache on MinGW, just disable shmem compilation. | diego | 2007-03-17 | 1 | -1/+1 |
* | cosmetics: Fix indentation, reorder some lines for consistency. | diego | 2007-03-13 | 1 | -1/+0 |
* | Give more descriptive names to the source and library variables and split | diego | 2007-03-13 | 1 | -17/+17 |
* | Add code to detect and convert to console codepage on Windows. | reimar | 2007-03-04 | 2 | -0/+58 |
* | Include stdio.h for printf | reimar | 2007-03-04 | 1 | -0/+3 |
* | Move the decision about stream cache compilation to configure. | diego | 2007-02-27 | 1 | -2/+0 |
* | Move glob-win.c out of MinGW section, configure handles it. | diego | 2007-02-27 | 1 | -1/+1 |
* | 100l misplaced #endif | diego | 2007-01-12 | 1 | -1/+1 |
* | Remove superfluous #ifdefs. | diego | 2007-01-11 | 1 | -5/+0 |
* | Split strl.c into strl(cat|cpy).c and move #ifdefs into the build system. | diego | 2007-01-10 | 4 | -38/+39 |
* | Split fseeko.c into fseeko.c and ftello.c, move #ifdefs into the build system. | diego | 2007-01-10 | 3 | -19/+22 |
* | Move #ifdef directives around complete files into the build system. | diego | 2007-01-10 | 10 | -33/+13 |
* | Remove redundant ifdef, this file is only ever compiled on MinGW. | diego | 2007-01-10 | 1 | -2/+0 |
* | consistent include path | diego | 2007-01-10 | 1 | -1/+1 |
* | bswap.h --> mpbswap.h | diego | 2007-01-10 | 1 | -1/+1 |
* | Always use tcgetattr/tcsetattr instead of #ifdef mess | reimar | 2006-12-12 | 1 | -18/+0 |
* | fix include clash for mmap_anon on darwin ppc | nplourde | 2006-12-05 | 1 | -1/+1 |
* | Move the generation of osdep/mplayer-rc.o back to the top-level Makefile, | diego | 2006-12-04 | 1 | -1/+0 |
* | FFmpeg-style dependency declaration | diego | 2006-11-27 | 1 | -4/+3 |
* | Simplify, TARGET_WIN32 is both Cygwin and MinGW. | diego | 2006-11-27 | 1 | -4/+1 |
* | Merge common parts of all Makefiles into one file included by all. | diego | 2006-11-26 | 1 | -27/+1 |
* | Disable when HAVE_SYS_MMAN_H is not defined, since it can not be compiled then. | reimar | 2006-11-26 | 1 | -0/+3 |
* | Adjust icon path since windres is now called from osdep subdir | reimar | 2006-11-26 | 1 | -1/+1 |
* | Remove useless fd parameter for mmap_anon | reimar | 2006-11-26 | 2 | -6/+3 |
* | Remove superfluous comment. | diego | 2006-11-25 | 1 | -3/+0 |
* | all should be the first target. | diego | 2006-11-25 | 1 | -2/+2 |
* | 10l copy + paste typo | diego | 2006-11-25 | 1 | -1/+1 |
* | Simplify LIBNAME target with $@ and $^. | diego | 2006-11-25 | 1 | -2/+2 |
* | Remove commented-out cruft. | diego | 2006-11-25 | 1 | -4/+0 |
* | Move osdep/mplayer.rc handling to the osdep Makefile. | diego | 2006-11-25 | 1 | -0/+6 |
* | added mmap_anon to osdep lib. Used in loader for now | nplourde | 2006-11-25 | 3 | -0/+76 |
* | Unify dep/depend targets. | diego | 2006-11-20 | 1 | -3/+1 |
* | * remove extern definitions of functions in .c files | attila | 2006-09-12 | 1 | -0/+3 |
* | Move all internal -I parameters to the front of CFLAGS to avoid using external | diego | 2006-08-17 | 1 | -1/+1 |
* | introduce new 'stream' directory for all stream layer related components and ... | ben | 2006-07-31 | 1 | -1/+1 |
* | OPTFLAGS already includes EXTRA_INC. | diego | 2006-07-12 | 1 | -1/+1 |
* | Remove now obsolete .cvsignore files. | diego | 2006-06-02 | 1 | -1/+0 |
* | remove useless cruft (caused error tz undefined) | rfelker | 2006-05-13 | 1 | -4/+2 |
* | 10l, fix broken if (X >= Y >= Z) comparison, probably stopped F-keys from wor... | reimar | 2006-04-15 | 1 | -1/+1 |
* | getch2 should wait for input. Fixes 100% CPU usage during cache fill. | reimar | 2006-04-10 | 1 | -0/+1 |
* | cosmetics: Shorten overly long lines, put SRCS/OBJS on individual lines | diego | 2006-03-25 | 1 | -3/+10 |
* | Missing initialization | reimar | 2006-03-08 | 1 | -1/+1 |
* | Patch by Stefan Huehner / stefan % huehner ! org \ | rathann | 2006-02-09 | 4 | -14/+14 |
* | Make clean/distclean behave uniformly in all directories. | diego | 2006-01-27 | 1 | -2/+2 |
* | AIX PPC port | diego | 2005-12-29 | 1 | -3/+3 |
* | change erase to end of line, fall back to old behavior if no termcap found | ods15 | 2005-12-29 | 2 | -4/+3 |
* | Fix erase to end of line with windows, windows terminal does not support | ods15 | 2005-12-27 | 1 | -1/+1 |
* | 10000l to me, broke compilation on mingw, erase_to_end_of_line needs to be | ods15 | 2005-12-26 | 1 | -0/+1 |
* | - move our setenv() fallback implementation to osdep | al | 2005-12-26 | 2 | -1/+30 |
* | Use termcap "erase to end of line" character code instead of using spaces | ods15 | 2005-12-25 | 2 | -0/+6 |
* | Unify include paths, -I.. is in CFLAGS. | diego | 2005-11-14 | 14 | -17/+17 |
* | libvo input cleanup: remove the dependency on libinput, | albeu | 2005-11-02 | 1 | -6/+19 |
* | fix broken (off-by-one) behavior of our strl* functions (patch by reimar) | rfelker | 2005-10-25 | 1 | -17/+5 |
* | use libvbe from vesautils | alex | 2005-08-18 | 5 | -2027/+0 |
* | add some closedir() to fix some opendir() leaks | aurel | 2005-07-22 | 1 | -1/+3 |
* | proper disabling/enabling of console output for vo_vesa | aurel | 2005-07-16 | 1 | -21/+26 |
* | not used anymore | reimar | 2005-05-27 | 1 | -9/+0 |
* | DragonFly BSD support | diego | 2005-05-25 | 1 | -3/+3 |
* | use sleep_accurate darwin timer | nplourde | 2005-04-27 | 1 | -1/+11 |
* | - fix gcc warnings, strlcat/strlcpy prototypes | rathann | 2005-04-06 | 1 | -3/+4 |
* | add support for macosx finder argument support (let you bundle mplayer to be ... | nplourde | 2004-11-10 | 2 | -0/+111 |
* | repace call to sleep_accurate to usleep which fix hang while using -cache opt... | nplourde | 2004-10-27 | 1 | -9/+1 |
* | Zeta OS support, mostly working. | reimar | 2004-10-11 | 4 | -0/+23 |
* | Currently vbeGetProtModeInfo call the 0x4f0a function of int 10h the get | faust3 | 2004-10-06 | 1 | -8/+3 |
* | stdout and stderr are macros --- you can't assign to them. Assignment doesn't... | faust3 | 2004-09-16 | 1 | -2/+2 |
* | fix slave mode for mingw, patch by Anton Ragnarsson <anton.ragnarsson.1093 at... | faust3 | 2004-08-13 | 1 | -12/+6 |
* | And a tiny compile fix. | wight | 2004-08-04 | 1 | -1/+1 |
* | Native darwin timer update. | wight | 2004-08-04 | 4 | -107/+63 |
* | typo | diego | 2004-06-28 | 1 | -1/+1 |
* | mingw crosscompiling step 1 | faust3 | 2004-06-27 | 1 | -2/+2 |
* | 10l | faust3 | 2004-06-26 | 1 | -1/+1 |
* | neomagic tv out support throught vesa vbe, patch by Rudolf Marek | alex | 2004-06-25 | 2 | -0/+44 |
* | string handling security fixes | diego | 2004-06-25 | 2 | -1/+49 |
* | name change | diego | 2004-06-25 | 1 | -2/+2 |
* | ranlib cleanup by Dan Christiansen | alex | 2004-06-24 | 1 | -0/+1 |
* | morphos support by Nicolas Det | alex | 2004-04-05 | 1 | -1/+1 |
* | 10l for the orignial author and 1000l for me for commiting a broken workaround | faust3 | 2004-04-04 | 1 | -2/+2 |
* | fseeko emulation patch by Steven M. Schultz <sms at 2bsd.com> | faust3 | 2004-03-26 | 2 | -1/+85 |
* | The attached patch fixes a minor build problem on GNU/k*BSD: getch2.c should | diego | 2004-03-24 | 1 | -3/+3 |
* | disable buggy code, patch by Romain Dolbeau | alex | 2004-01-28 | 1 | -0/+4 |
* | Modification statement added. | diego | 2004-01-16 | 1 | -0/+2 |
* | happy new year, copyright is MPlayer team now, naming cosmetics | diego | 2004-01-12 | 1 | -2/+2 |
* | linux 2.6 patch by "ismail 'cartman' dönmez" <ismail.donmez@boun.edu.tr> | attila | 2004-01-10 | 1 | -0/+9 |
* | Save fs before calling vm86, this might eleminate bugs (if there were any) in... | alex | 2003-11-24 | 1 | -1/+3 |
* | Sleep(0) != usleep(0), bugreport by Paul-Kenji Cahier | faust3 | 2003-11-16 | 1 | -0/+4 |
* | cumulative libc5 compatibility patch ;) | gabucino | 2003-11-13 | 2 | -0/+10 |
* | Fix pthread & lrmi segfault issue. ("Oleg I. Vdovikin" <vdovikin@jscc.ru>) | ranma | 2003-11-11 | 1 | -0/+8 |
* | add a read function for slave mode on mingw | faust3 | 2003-09-22 | 1 | -0/+19 |
* | warning fix (missing C initializer) | pl | 2003-09-12 | 1 | -2/+2 |
* | 10l | alex | 2003-08-03 | 1 | -3/+0 |
* | Obsoleted by timer-win2.c. | diego | 2003-06-18 | 1 | -71/+0 |
* | obsoleted by timer-darwin.c | diego | 2003-06-11 | 1 | -64/+0 |
* | renames: DATADIR->MPLAYER_DATADIR, CONFDIR->MPLAYER_CONFDIR, LIBDIR->MPLAYER_... | arpi | 2003-06-09 | 1 | -1/+0 |
* | fix volume increasing | faust3 | 2003-06-01 | 1 | -1/+3 |
* | use threads on windows | faust3 | 2003-05-26 | 1 | -1/+1 |
* | Precise timer for Darwin (it's more accurate than timer-macosx.c) | alex | 2003-05-21 | 2 | -2/+171 |
* | uninit fix by Aurelien JACOBS <aurel at gnuage.org> | faust3 | 2003-05-16 | 1 | -1/+1 |
* | alternative timer and glob emulation code for mingw32 port | faust3 | 2003-04-25 | 5 | -3/+145 |
* | windows resource file for versioninfo and icon | faust3 | 2003-04-20 | 1 | -0/+39 |
* | disable getch2 on windows when we can't read stdin (msys) | faust3 | 2003-04-19 | 1 | -3/+10 |
* | mem mapped area need to be unmapped. | albeu | 2003-04-12 | 2 | -2/+9 |
* | keypad and function (f1-f10) suppport (currently only vo_sdl and the terminal... | alex | 2003-04-09 | 1 | -0/+17 |
* | Unbreak | rguyom | 2003-04-04 | 1 | -0/+1 |
* | enable timer-win and getch2-win for mingw32 | faust3 | 2003-04-04 | 1 | -4/+13 |
* | gettimeofday() emulation using ftime() | faust3 | 2003-04-04 | 1 | -0/+11 |
* | Support for "internet" or "multimedia" keyboards in X11. | albeu | 2003-04-04 | 1 | -0/+6 |
* | atm shmem.c is only needed for cache2 | faust3 | 2003-04-02 | 1 | -0/+4 |
* | windows getch2 for MINGW32 port | faust3 | 2003-03-30 | 1 | -0/+109 |
* | high precision timer for windows patch by Frodo <csharprules at hotmail.com> | faust3 | 2003-03-30 | 1 | -0/+71 |
* | precise macosx timer by Dan Christiansen <danchr@daimi.au.dk> and 10l fix by me | alex | 2003-02-19 | 2 | -2/+73 |
* | linux->osdep | arpi | 2003-02-09 | 16 | -0/+2705 |