index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
stream
/
cache2.c
Commit message (
Expand
)
Author
Age
*
cache2.c: Avoid warnings about discarding volatile
reimar
2011-06-29
*
cache: call stream read with at least sector size space
reimar
2011-05-01
*
terminal output: show cache fill changes in "PAUSED" message
reimar
2011-02-15
*
cache: suggest increasing cache size in the "not filling!" message
reimar
2011-01-31
*
cache: read up to 64 KiB at once from stream_file
reimar
2010-11-14
*
cache, stream: avoid extra memcpy when using cache
reimar
2010-11-07
*
cosmetics: cache2.c: Remove some irrelevant commented-out code
reimar
2010-11-07
*
Add a simple capture feature (-capture)
Uoti Urpala
2010-11-02
*
cache: Remove unused cache_stats function
diego
2010-11-02
*
cache: add sanity-check for sector size
reimar
2010-11-02
*
cache: Don't mess up current position if time-based seek fails
reimar
2010-11-02
*
cache: Use sigaction() instead of signal()
reimar
2010-11-02
*
cache: Respect -cache-seek-min also for on-disk files
reimar
2010-11-02
*
Merge svn changes up to r31256
Uoti Urpala
2010-05-30
|
\
*
\
Merge svn changes up to r31244
Uoti Urpala
2010-05-30
|
\
\
*
\
\
Merge svn changes up to r31226
Uoti Urpala
2010-05-30
|
\
\
\
*
\
\
\
Merge svn changes up to r31211
Uoti Urpala
2010-05-30
|
\
\
\
\
*
|
|
|
|
cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"
Uoti Urpala
2010-05-29
|
|
|
|
*
Fix typo in message.
reimar
2010-05-28
|
|
|
|
*
100l, stream_check_for_interrupt argument is not in usec,
reimar
2010-05-28
|
|
|
|
*
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
*
|
Delete things related to old translation system
Uoti Urpala
2010-03-10
*
|
Merge svn changes up to r30798
Uoti Urpala
2010-03-10
|
\
|
*
|
Merge svn changes up to r30475
Uoti Urpala
2010-03-09
|
\
\
*
|
|
Restore collapsed whitespace in output messages
Uoti Urpala
2010-03-07
|
|
*
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
*
|
Merge svn changes up to r30419
Uoti Urpala
2010-01-25
|
\
|
|
*
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
[next]