aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/cache2.c
Commit message (Expand)AuthorAge
* Improve handling of cache process/thread hanging/being killed.Gravatar reimar2010-05-28
* Fix cache process accidentally being killed by SIGUSR1.Gravatar reimar2010-05-28
* Fix a bunch of typos in the stream cache code.Gravatar diego2010-05-27
* Retry reading even if we hit eof before.Gravatar reimar2010-05-26
* Re-enable wakeup-on-signal for cache process.Gravatar reimar2010-05-26
* Disable waking the cache process up via a signal, itGravatar reimar2010-05-26
* Slightly reduce number of #ifsGravatar reimar2010-05-23
* Use an extra define to simplify ifdefsGravatar reimar2010-05-23
* Try reducing the #ifdef mess for the different cache variants.Gravatar reimar2010-05-23
* Extract the cache main loop into a separate function.Gravatar reimar2010-05-23
* Optimize cache behaviour for the many-consecutive-seeks case.Gravatar reimar2010-05-23
* Add code to wake up cache process when e.g. a seek is needed.Gravatar reimar2010-05-23
* Threaded cache fixes: do not free the stream_t struct twice on windowsGravatar reimar2010-02-27
* Restructure #ifs to be clearer, also ensures that we return from the threadGravatar reimar2010-02-27
* Remove declarations of functions now already declared in stream.hGravatar reimar2010-02-25
* stream: Mark functions not used outside of their files as static.Gravatar diego2010-02-16
* Add license header to all files missing it in the stream subdirectory.Gravatar diego2010-01-30
* Always call cache_uninit to immediately free everything cache-related if weGravatar reimar2010-01-23
* Change code to allow playing a stream even if enabling the cache failedGravatar reimar2010-01-23
* Make cache_init static, it is not used outside this fileGravatar reimar2010-01-23
* Add an exit() to silence a gcc warning and ensure forked code will neverGravatar reimar2010-01-23
* 100l, shouldn't write to memory after freeing it.Gravatar reimar2010-01-23
* Reindent.Gravatar reimar2010-01-23
* Zero freed pointers.Gravatar reimar2010-01-23
* Check for fork failing and make sure cache_uninit always frees the cache dataGravatar reimar2010-01-23
* Deobfuscate the special hack to disable cache for live555.Gravatar reimar2009-11-17
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Move PTHREAD_CACHE define logic to configure.Gravatar reimar2008-11-28
* 100l, stream->cache_pid can not be used directly in pthread_create,Gravatar reimar2008-11-15
* Use pthreads for the cache on Cygwin, since _beginthread is not availableGravatar reimar2008-11-15
* Include cache2.h in cache2.c, fixes an implicit declaration warning for cache...Gravatar reimar2008-11-14
* Avoid CreateThread and especially TerminateThread since they cause a memleak.Gravatar reimar2008-10-19
* Remove useless casts.Gravatar reimar2008-10-19
* Revert declaring ThreadProc as void, it breaks the WINAPI.Gravatar diego2008-10-16
* Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.Gravatar diego2008-10-13
* Declare ThreadProc as void, it does not return anything, fixes the warning:Gravatar diego2008-10-13
* Unconditionally #include osdep/shem.h, fixes the warnings on Cygwin:Gravatar diego2008-10-13
* Rename two GUI-related preprocessor directives:Gravatar diego2008-07-30
* 100l, fix wrong order of cases in cache_do_controlGravatar reimar2008-06-01
* Handle NULL control function in cache_execute_control, fixes crash with http ...Gravatar reimar2008-05-30
* Emulate STREAM_CTRL_GET_TIME_LENGTH if cache is used.Gravatar reimar2008-05-26
* Add basic support for stream controls with cache enabled.Gravatar reimar2008-05-24
* Remove the need for code using stream to export an mp_input_check_interrupt()Gravatar albeu2008-04-09
* cache support for OS/2Gravatar diego2008-02-28
* Fix stream_cache to use sector_size set in stream_t.Gravatar ulion2007-12-20
* Make sure forked code does not try to display a GTK message box (and thus cra...Gravatar reimar2007-10-07
* Fix a few gcc warnings, approved by Diego and Reimar.Gravatar rathann2007-02-05
* introduce new 'stream' directory for all stream layer related components and ...Gravatar ben2006-07-31