| Commit message (Expand) | Author | Age |
* | Improve handling of cache process/thread hanging/being killed. | reimar | 2010-05-28 |
* | Fix cache process accidentally being killed by SIGUSR1. | reimar | 2010-05-28 |
* | Fix a bunch of typos in the stream cache code. | diego | 2010-05-27 |
* | Retry reading even if we hit eof before. | reimar | 2010-05-26 |
* | Re-enable wakeup-on-signal for cache process. | reimar | 2010-05-26 |
* | Disable waking the cache process up via a signal, it | reimar | 2010-05-26 |
* | Slightly reduce number of #ifs | reimar | 2010-05-23 |
* | Use an extra define to simplify ifdefs | reimar | 2010-05-23 |
* | Try reducing the #ifdef mess for the different cache variants. | reimar | 2010-05-23 |
* | Extract the cache main loop into a separate function. | reimar | 2010-05-23 |
* | Optimize cache behaviour for the many-consecutive-seeks case. | reimar | 2010-05-23 |
* | Add code to wake up cache process when e.g. a seek is needed. | reimar | 2010-05-23 |
* | Threaded cache fixes: do not free the stream_t struct twice on windows | reimar | 2010-02-27 |
* | Restructure #ifs to be clearer, also ensures that we return from the thread | reimar | 2010-02-27 |
* | Remove declarations of functions now already declared in stream.h | reimar | 2010-02-25 |
* | stream: Mark functions not used outside of their files as static. | diego | 2010-02-16 |
* | Add license header to all files missing it in the stream subdirectory. | diego | 2010-01-30 |
* | Always call cache_uninit to immediately free everything cache-related if we | reimar | 2010-01-23 |
* | Change code to allow playing a stream even if enabling the cache failed | reimar | 2010-01-23 |
* | Make cache_init static, it is not used outside this file | reimar | 2010-01-23 |
* | Add an exit() to silence a gcc warning and ensure forked code will never | reimar | 2010-01-23 |
* | 100l, shouldn't write to memory after freeing it. | reimar | 2010-01-23 |
* | Reindent. | reimar | 2010-01-23 |
* | Zero freed pointers. | reimar | 2010-01-23 |
* | Check for fork failing and make sure cache_uninit always frees the cache data | reimar | 2010-01-23 |
* | Deobfuscate the special hack to disable cache for live555. | reimar | 2009-11-17 |
* | 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 |