Thu, 09 Sep 2010 16:57:05 +0000 |
diego |
Remove unused cache_stats function.
|
Thu, 26 Aug 2010 21:06:24 +0000 |
cehoyos |
Fix compilation with gcc 2.95.3 with some help by Reimar.
|
Tue, 03 Aug 2010 16:01:40 +0000 |
reimar |
Add sanity-check for sector size to avoid strange crashes if it is
|
Tue, 03 Aug 2010 05:18:28 +0000 |
reimar |
Avoid STREAM_CTRL_SEEK_TO_TIME messing up the current position for stream
|
Thu, 15 Jul 2010 18:09:14 +0000 |
reimar |
Use sigaction() instead of signal(), the latter has a unavoidable
|
Sun, 13 Jun 2010 11:17:26 +0000 |
reimar |
Remove mp_msg related GUI hacks.
|
Sat, 12 Jun 2010 07:05:22 +0000 |
reimar |
Respect -cache-seek-min also for on-disk files to reduce issues with mov.
|
Fri, 28 May 2010 20:59:53 +0000 |
reimar |
Fix typo in message.
|
Fri, 28 May 2010 18:47:03 +0000 |
reimar |
100l, stream_check_for_interrupt argument is not in usec,
|
Fri, 28 May 2010 17:26:31 +0000 |
reimar |
Improve handling of cache process/thread hanging/being killed.
|
Fri, 28 May 2010 16:57:16 +0000 |
reimar |
Fix cache process accidentally being killed by SIGUSR1.
|
Thu, 27 May 2010 22:18:10 +0000 |
diego |
Fix a bunch of typos in the stream cache code.
|
Wed, 26 May 2010 18:23:43 +0000 |
reimar |
Retry reading even if we hit eof before.
|
Wed, 26 May 2010 17:56:11 +0000 |
reimar |
Re-enable wakeup-on-signal for cache process.
|
Wed, 26 May 2010 17:27:38 +0000 |
reimar |
Disable waking the cache process up via a signal, it
|
Sun, 23 May 2010 22:26:10 +0000 |
reimar |
Slightly reduce number of #ifs
|
Sun, 23 May 2010 22:09:40 +0000 |
reimar |
Use an extra define to simplify ifdefs
|
Sun, 23 May 2010 22:04:01 +0000 |
reimar |
Try reducing the #ifdef mess for the different cache variants.
|
Sun, 23 May 2010 21:58:50 +0000 |
reimar |
Extract the cache main loop into a separate function.
|
Sun, 23 May 2010 21:53:48 +0000 |
reimar |
Optimize cache behaviour for the many-consecutive-seeks case.
|
Sun, 23 May 2010 19:49:28 +0000 |
reimar |
Add code to wake up cache process when e.g. a seek is needed.
|
Sat, 27 Feb 2010 21:02:44 +0000 |
reimar |
Threaded cache fixes: do not free the stream_t struct twice on windows
|
Sat, 27 Feb 2010 06:17:14 +0000 |
reimar |
Restructure #ifs to be clearer, also ensures that we return from the thread
|
Thu, 25 Feb 2010 22:19:32 +0000 |
reimar |
Remove declarations of functions now already declared in stream.h
|
Tue, 16 Feb 2010 16:32:38 +0000 |
diego |
stream: Mark functions not used outside of their files as static.
|
Sat, 30 Jan 2010 22:26:47 +0000 |
diego |
Add license header to all files missing it in the stream subdirectory.
|
Sat, 23 Jan 2010 12:27:13 +0000 |
reimar |
Always call cache_uninit to immediately free everything cache-related if we
|
Sat, 23 Jan 2010 12:13:28 +0000 |
reimar |
Change code to allow playing a stream even if enabling the cache failed
|
Sat, 23 Jan 2010 11:51:13 +0000 |
reimar |
Make cache_init static, it is not used outside this file
|
Sat, 23 Jan 2010 11:03:10 +0000 |
reimar |
Add an exit() to silence a gcc warning and ensure forked code will never
|