summaryrefslogtreecommitdiffstats
path: root/stream/cache2.c
Commit message (Expand)AuthorAgeFilesLines
* Always call cache_uninit to immediately free everything cache-related if wereimar2010-01-231-3/+10
* Change code to allow playing a stream even if enabling the cache failedreimar2010-01-231-2/+5
* Make cache_init static, it is not used outside this filereimar2010-01-231-1/+1
* Add an exit() to silence a gcc warning and ensure forked code will neverreimar2010-01-231-0/+2
* 100l, shouldn't write to memory after freeing it.reimar2010-01-231-1/+2
* Reindent.reimar2010-01-231-3/+3
* Zero freed pointers.reimar2010-01-231-0/+3
* Check for fork failing and make sure cache_uninit always frees the cache datareimar2010-01-231-1/+10
* Deobfuscate the special hack to disable cache for live555.reimar2009-11-171-2/+1
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-23/+23
* Move PTHREAD_CACHE define logic to configure.reimar2008-11-281-4/+0
* 100l, stream->cache_pid can not be used directly in pthread_create,reimar2008-11-151-1/+5
* Use pthreads for the cache on Cygwin, since _beginthread is not availablereimar2008-11-151-11/+27
* Include cache2.h in cache2.c, fixes an implicit declaration warning for cache...reimar2008-11-141-0/+1
* Avoid CreateThread and especially TerminateThread since they cause a memleak.reimar2008-10-191-21/+18
* Remove useless casts.reimar2008-10-191-2/+2
* Revert declaring ThreadProc as void, it breaks the WINAPI.diego2008-10-161-2/+6
* Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.diego2008-10-131-10/+10
* Declare ThreadProc as void, it does not return anything, fixes the warning:diego2008-10-131-6/+2
* Unconditionally #include osdep/shem.h, fixes the warnings on Cygwin:diego2008-10-131-1/+1
* Rename two GUI-related preprocessor directives:diego2008-07-301-1/+1
* 100l, fix wrong order of cases in cache_do_controlreimar2008-06-011-3/+3
* Handle NULL control function in cache_execute_control, fixes crash with http ...reimar2008-05-301-0/+7
* Emulate STREAM_CTRL_GET_TIME_LENGTH if cache is used.reimar2008-05-261-2/+13
* Add basic support for stream controls with cache enabled.reimar2008-05-241-0/+80
* Remove the need for code using stream to export an mp_input_check_interrupt()albeu2008-04-091-2/+1
* cache support for OS/2diego2008-02-281-17/+34
* Fix stream_cache to use sector_size set in stream_t.ulion2007-12-201-1/+1
* Make sure forked code does not try to display a GTK message box (and thus cra...reimar2007-10-071-0/+4
* Fix a few gcc warnings, approved by Diego and Reimar.rathann2007-02-051-2/+1
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-311-0/+367