| Commit message (Expand) | Author | Age |
* | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 |
* | Move PTHREAD_CACHE define logic to configure. | reimar | 2008-11-28 |
* | 100l, stream->cache_pid can not be used directly in pthread_create, | reimar | 2008-11-15 |
* | Use pthreads for the cache on Cygwin, since _beginthread is not available | reimar | 2008-11-15 |
* | Include cache2.h in cache2.c, fixes an implicit declaration warning for cache... | reimar | 2008-11-14 |
* | Avoid CreateThread and especially TerminateThread since they cause a memleak. | reimar | 2008-10-19 |
* | Remove useless casts. | reimar | 2008-10-19 |
* | Revert declaring ThreadProc as void, it breaks the WINAPI. | diego | 2008-10-16 |
* | Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__. | diego | 2008-10-13 |
* | Declare ThreadProc as void, it does not return anything, fixes the warning: | diego | 2008-10-13 |
* | Unconditionally #include osdep/shem.h, fixes the warnings on Cygwin: | diego | 2008-10-13 |
* | Rename two GUI-related preprocessor directives: | diego | 2008-07-30 |
* | 100l, fix wrong order of cases in cache_do_control | reimar | 2008-06-01 |
* | Handle NULL control function in cache_execute_control, fixes crash with http ... | reimar | 2008-05-30 |
* | Emulate STREAM_CTRL_GET_TIME_LENGTH if cache is used. | reimar | 2008-05-26 |
* | Add basic support for stream controls with cache enabled. | reimar | 2008-05-24 |
* | Remove the need for code using stream to export an mp_input_check_interrupt() | albeu | 2008-04-09 |
* | cache support for OS/2 | diego | 2008-02-28 |
* | Fix stream_cache to use sector_size set in stream_t. | ulion | 2007-12-20 |
* | Make sure forked code does not try to display a GTK message box (and thus cra... | reimar | 2007-10-07 |
* | Fix a few gcc warnings, approved by Diego and Reimar. | rathann | 2007-02-05 |
* | introduce new 'stream' directory for all stream layer related components and ... | ben | 2006-07-31 |