aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/cache2.c
Commit message (Expand)AuthorAge
* core, timeline: cache external ordered chapter files tooGravatar Stefano Pigozzi2012-09-18
* Adjust ffmpeg/libav #includes to work with recent upstream changesGravatar Uoti Urpala2012-08-21
* Remove support for LIVE555 RTSP streamingGravatar wm42012-08-20
* commands, dvd, dvdnav, bluray: cleanup sub/audio track language displayGravatar mplayer-svn2012-08-03
* cache2: allow cache sizes up to 4 TBGravatar mplayer-svn2012-08-03
* cache2: flush cache and sync stream position/eof after seeking STREAM_CTRLsGravatar mplayer-svn2012-08-03
* cache2: make cache process exit when main process diesGravatar mplayer-svn2012-08-03
* cache2: make warnings easier to understandGravatar mplayer-svn2012-08-03
* mplayer: rip out --capture supportGravatar wm42012-08-02
* build: remove OS/2 supportGravatar Uoti Urpala2012-04-06
* cleanup: Silence compilation warnings on MinGW-w64Gravatar wm42012-03-01
* cache: don't modify argument when stream control failsGravatar reimar2011-07-06
* cache: allow STREAM_CTRL_GET_CURRENT_TIME with cacheGravatar reimar2011-07-06
* cosmetics: cache2.c: Fix commentGravatar reimar2011-07-06
* cache2.c: Avoid warnings about discarding volatileGravatar reimar2011-06-29
* cache: call stream read with at least sector size spaceGravatar reimar2011-05-01
* terminal output: show cache fill changes in "PAUSED" messageGravatar reimar2011-02-15
* cache: suggest increasing cache size in the "not filling!" messageGravatar reimar2011-01-31
* cache: read up to 64 KiB at once from stream_fileGravatar reimar2010-11-14
* cache, stream: avoid extra memcpy when using cacheGravatar reimar2010-11-07
* cosmetics: cache2.c: Remove some irrelevant commented-out codeGravatar reimar2010-11-07
* Add a simple capture feature (-capture)Gravatar Uoti Urpala2010-11-02
* cache: Remove unused cache_stats functionGravatar diego2010-11-02
* cache: add sanity-check for sector sizeGravatar reimar2010-11-02
* cache: Don't mess up current position if time-based seek failsGravatar reimar2010-11-02
* cache: Use sigaction() instead of signal()Gravatar reimar2010-11-02
* cache: Respect -cache-seek-min also for on-disk filesGravatar reimar2010-11-02
* Merge svn changes up to r31256Gravatar Uoti Urpala2010-05-30
|\
* \ Merge svn changes up to r31244Gravatar Uoti Urpala2010-05-30
|\ \
* \ \ Merge svn changes up to r31226Gravatar Uoti Urpala2010-05-30
|\ \ \
* \ \ \ Merge svn changes up to r31211Gravatar Uoti Urpala2010-05-30
|\ \ \ \
* | | | | cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Gravatar Uoti Urpala2010-05-29
| | | | * Fix typo in message.Gravatar reimar2010-05-28
| | | | * 100l, stream_check_for_interrupt argument is not in usec,Gravatar reimar2010-05-28
| | | | * 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
* | Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* | Merge svn changes up to r30798Gravatar Uoti Urpala2010-03-10
|\|
* | Merge svn changes up to r30475Gravatar Uoti Urpala2010-03-09
|\ \
* | | Restore collapsed whitespace in output messagesGravatar Uoti Urpala2010-03-07