| Commit message (Expand) | Author | Age |
* | 100l misplaced #endif | diego | 2007-01-12 |
* | Remove superfluous #ifdefs. | diego | 2007-01-11 |
* | Split strl.c into strl(cat|cpy).c and move #ifdefs into the build system. | diego | 2007-01-10 |
* | Split fseeko.c into fseeko.c and ftello.c, move #ifdefs into the build system. | diego | 2007-01-10 |
* | Move #ifdef directives around complete files into the build system. | diego | 2007-01-10 |
* | Remove redundant ifdef, this file is only ever compiled on MinGW. | diego | 2007-01-10 |
* | consistent include path | diego | 2007-01-10 |
* | bswap.h --> mpbswap.h | diego | 2007-01-10 |
* | Always use tcgetattr/tcsetattr instead of #ifdef mess | reimar | 2006-12-12 |
* | fix include clash for mmap_anon on darwin ppc | nplourde | 2006-12-05 |
* | Move the generation of osdep/mplayer-rc.o back to the top-level Makefile, | diego | 2006-12-04 |
* | FFmpeg-style dependency declaration | diego | 2006-11-27 |
* | Simplify, TARGET_WIN32 is both Cygwin and MinGW. | diego | 2006-11-27 |
* | Merge common parts of all Makefiles into one file included by all. | diego | 2006-11-26 |
* | Disable when HAVE_SYS_MMAN_H is not defined, since it can not be compiled then. | reimar | 2006-11-26 |
* | Adjust icon path since windres is now called from osdep subdir | reimar | 2006-11-26 |
* | Remove useless fd parameter for mmap_anon | reimar | 2006-11-26 |
* | Remove superfluous comment. | diego | 2006-11-25 |
* | all should be the first target. | diego | 2006-11-25 |
* | 10l copy + paste typo | diego | 2006-11-25 |
* | Simplify LIBNAME target with $@ and $^. | diego | 2006-11-25 |
* | Remove commented-out cruft. | diego | 2006-11-25 |
* | Move osdep/mplayer.rc handling to the osdep Makefile. | diego | 2006-11-25 |
* | added mmap_anon to osdep lib. Used in loader for now | nplourde | 2006-11-25 |
* | Unify dep/depend targets. | diego | 2006-11-20 |
* | * remove extern definitions of functions in .c files | attila | 2006-09-12 |
* | Move all internal -I parameters to the front of CFLAGS to avoid using external | diego | 2006-08-17 |
* | introduce new 'stream' directory for all stream layer related components and ... | ben | 2006-07-31 |
* | OPTFLAGS already includes EXTRA_INC. | diego | 2006-07-12 |
* | Remove now obsolete .cvsignore files. | diego | 2006-06-02 |
* | remove useless cruft (caused error tz undefined) | rfelker | 2006-05-13 |
* | 10l, fix broken if (X >= Y >= Z) comparison, probably stopped F-keys from wor... | reimar | 2006-04-15 |
* | getch2 should wait for input. Fixes 100% CPU usage during cache fill. | reimar | 2006-04-10 |
* | cosmetics: Shorten overly long lines, put SRCS/OBJS on individual lines | diego | 2006-03-25 |
* | Missing initialization | reimar | 2006-03-08 |
* | Patch by Stefan Huehner / stefan % huehner ! org \ | rathann | 2006-02-09 |
* | Make clean/distclean behave uniformly in all directories. | diego | 2006-01-27 |
* | AIX PPC port | diego | 2005-12-29 |
* | change erase to end of line, fall back to old behavior if no termcap found | ods15 | 2005-12-29 |
* | Fix erase to end of line with windows, windows terminal does not support | ods15 | 2005-12-27 |
* | 10000l to me, broke compilation on mingw, erase_to_end_of_line needs to be | ods15 | 2005-12-26 |
* | - move our setenv() fallback implementation to osdep | al | 2005-12-26 |
* | Use termcap "erase to end of line" character code instead of using spaces | ods15 | 2005-12-25 |
* | Unify include paths, -I.. is in CFLAGS. | diego | 2005-11-14 |
* | libvo input cleanup: remove the dependency on libinput, | albeu | 2005-11-02 |
* | fix broken (off-by-one) behavior of our strl* functions (patch by reimar) | rfelker | 2005-10-25 |
* | use libvbe from vesautils | alex | 2005-08-18 |
* | add some closedir() to fix some opendir() leaks | aurel | 2005-07-22 |
* | proper disabling/enabling of console output for vo_vesa | aurel | 2005-07-16 |
* | not used anymore | reimar | 2005-05-27 |