log stream/cache2.c @ 35429:3a9048421524

age author description
Tue, 06 Nov 2012 17:31:23 +0000 reimar Change STREAM_CTRL_GET_SIZE argument type from off_t to
Sun, 21 Oct 2012 14:56:50 +0000 ib Add new stream control command STREAM_CTRL_GET_CURRENT_TITLE for DVDs.
Sun, 21 Oct 2012 11:14:13 +0000 ib Allow STREAM_CTRL_GET_NUM_TITLES with cache enabled.
Sun, 26 Aug 2012 15:12:34 +0000 reimar Avoid sleeping 0 ms, this can cause sleep to be not called at all.
Sat, 18 Aug 2012 19:51:58 +0000 reimar Update endpos each time libavformat asks for it.
Sun, 04 Mar 2012 15:11:50 +0000 reimar Remove casts that are no longer necessary.
Sun, 04 Mar 2012 14:49:29 +0000 reimar Replace off_t by int64_t in cache code.
Sun, 04 Mar 2012 14:47:37 +0000 reimar Allow using a cache size of up to 4 TB.
Sun, 04 Mar 2012 14:37:31 +0000 reimar Remove variable that is only assigned but never used.
Sun, 19 Feb 2012 13:15:41 +0000 reimar Code cleanup: Use a stream_control instead of global functions to
Sun, 15 Jan 2012 12:38:38 +0000 reimar Print an error when streams behave in a way that the cache cannot handle.
Sun, 15 Jan 2012 12:23:40 +0000 reimar Fix seeking with e.g. flv files.
Fri, 23 Dec 2011 21:50:32 +0000 reimar Flush cache and sync stream position/eof after seeking STREAM_CTRLs.
Thu, 01 Dec 2011 19:10:15 +0000 reimar Make cache process detect when the main process disappeared and
Tue, 09 Aug 2011 18:53:43 +0000 reimar Another attempt to make message easier to understand.
Tue, 09 Aug 2011 17:36:49 +0000 reimar Mark two warnings that usually only indicate a performance issue as such.
Mon, 25 Jul 2011 23:16:28 +0000 diego cache2: merge struct declaration and member assignment
Sun, 24 Jul 2011 23:51:51 +0000 diego cache2: add missing braces to silence compiler warning
Sun, 03 Jul 2011 09:46:18 +0000 reimar Remove condition that is now always true.
Sun, 03 Jul 2011 09:45:29 +0000 reimar Do not assign anything when a stream control returns an error.
Wed, 22 Jun 2011 13:48:25 +0000 diego cache2: Surround conditionally used functions by appropriate #ifdefs.
Sun, 12 Jun 2011 11:26:22 +0000 reimar Change code to allow STREAM_CTRL_GET_CURRENT_TIME with cache enabled.
Sun, 12 Jun 2011 10:41:49 +0000 reimar Fix comment and placement of out-commented code.
Sun, 08 May 2011 18:44:43 +0000 reimar 100l, fix seek cache controls with cache enabled,
Sat, 07 May 2011 21:28:56 +0000 reimar Avoid warnings about discarding volatile.
Sat, 26 Mar 2011 20:04:47 +0000 reimar Ensure we always pass a buffer of at least sector size to the read function.
Wed, 26 Jan 2011 21:48:15 +0000 reimar Convert cache_fill_status into a function so we always get the latest state,
Tue, 25 Jan 2011 20:12:42 +0000 reimar Change "cache not filling" warning to include a hint to increase the cache size.
Wed, 10 Nov 2010 17:21:28 +0000 reimar Make the file protocol read up to 64 kB at once when the cache is used,
Wed, 27 Oct 2010 19:04:04 +0000 reimar Add internal read and seek function to avoid a useless memcpy when using