| Commit message (Expand) | Author | Age |
* | cosmetics: Remove useless parentheses from return statements. | diego | 2008-05-16 |
* | Remove useless variable startup_time, since we do not need it any more. | ulion | 2008-05-05 |
* | Use consistent include paths, we always build from the top level now. | diego | 2008-04-30 |
* | Force to uint64_t first to avoid direct conversion from double to unsigned int. | ulion | 2008-04-28 |
* | Merge osdep/Makefile into the top-level Makefile, thus getting rid | diego | 2008-04-08 |
* | Move decision about which getch2 and timer file to compile to configure. | diego | 2008-04-08 |
* | Move decision about whether or not to compile osdep/mmap_os2.c to configure. | diego | 2008-04-08 |
* | Add missing header #includes to fix 'make checkheaders'. | diego | 2008-03-07 |
* | mmap() support for OS/2 | diego | 2008-02-27 |
* | Add MPLAYER_ prefix to multiple inclusion guards. | diego | 2008-02-22 |
* | OS/2 getch2() support | diego | 2008-02-21 |
* | Rename mp_input_win32_slave_cmd_func to mp_input_slave_cmd_func. | diego | 2008-02-21 |
* | Remove pointless #ifdefs around extern declarations. | diego | 2008-02-20 |
* | Happy New Year! | zuxy | 2008-01-02 |
* | Add multiple inclusion guards to all header files that lack them. | diego | 2008-01-01 |
* | Replace multiple inclusion guards with leading underscores by default names. | diego | 2008-01-01 |
* | Fix warnings when compiling test application. | diego | 2007-12-28 |
* | Make windres binary name configurable, useful for cross-compiling. | diego | 2007-12-28 |
* | Rename timer-lx.c --> timer-linux.c. | diego | 2007-11-21 |
* | main() --> main(void) | diego | 2007-11-21 |
* | Fix GetTimerMS() discontinuous return value bug caused by GetTimer() overflow | ulion | 2007-10-23 |
* | getch2: Fix incorrect test | uau | 2007-09-15 |
* | warning fix: | diego | 2007-08-25 |
* | Clean up getch2() code somewhat | uau | 2007-08-25 |
* | Make terminal input work more like VO key input | uau | 2007-08-25 |
* | Identifiers starting with underscores are reserved. | diego | 2007-07-31 |
* | Remove unused scandir() check and fallback implementation. | diego | 2007-07-17 |
* | Remove unused ftello() check and fallback implementation. | diego | 2007-07-17 |
* | Remove unused fseeko() check and fallback implementation. | diego | 2007-07-17 |
* | Remove empty strlcat and strlcpy files | reimar | 2007-07-06 |
* | Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpy | reimar | 2007-07-05 |
* | "()" to "(void)" function param list fixes | uau | 2007-04-01 |
* | Update copyright year. | diego | 2007-03-24 |
* | Do not disable cache on MinGW, just disable shmem compilation. | diego | 2007-03-17 |
* | cosmetics: Fix indentation, reorder some lines for consistency. | diego | 2007-03-13 |
* | Give more descriptive names to the source and library variables and split | diego | 2007-03-13 |
* | Add code to detect and convert to console codepage on Windows. | reimar | 2007-03-04 |
* | Include stdio.h for printf | reimar | 2007-03-04 |
* | Move the decision about stream cache compilation to configure. | diego | 2007-02-27 |
* | Move glob-win.c out of MinGW section, configure handles it. | diego | 2007-02-27 |
* | 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 |