log read_cache.c @ 395:9c5aef10d165 src

age author description
Tue, 30 Dec 2008 14:48:46 +0000 reimar Move dvd_types.h, dvdnav_events.h and dvdnav.h into a dvdnav directory. src
Sun, 14 Sep 2008 20:31:43 +0000 diego Remove useless $Id$ and $Name$ keywords. src
Sun, 14 Sep 2008 15:40:51 +0000 diego Use consistent license headers everywhere: Fix wrong FSF address. src
Sat, 06 Sep 2008 21:55:51 +0000 rathann Remove all trailing whitespace, src
Sat, 30 Aug 2008 12:12:13 +0000 rathann Sync with current libdvdread header location. src
Sun, 08 Jun 2008 09:03:10 +0000 nicodvb include dvdread headers as <libdvdread/*> for upcoming dvdread removal patch src
Sat, 19 Apr 2008 09:11:14 +0000 nicodvb removed unnecessary inclusion of vmcmd.h; patch by Erik Hovland - erik hovland org src
Tue, 24 Apr 2007 23:06:22 +0000 nicodvb include limits.h; it was included in the previous dvdnav_internal.h and without it players segfault src
Sat, 21 Apr 2007 22:01:34 +0000 nicodvb decoder.h needs inclusion of sys/time.h src
Sat, 21 Apr 2007 11:56:41 +0000 nicodvb moved away from dvdnav_internal.h inclusion of various system headers src
Fri, 20 Apr 2007 23:24:59 +0000 nicodvb moved all header inclusions from .h to .c files; my word, I've never seen such a horrible entanglement as in this mess src
Mon, 16 Apr 2007 22:43:56 +0000 nicodvb include inttypes.h wherever necessary src
Wed, 03 Mar 2004 16:48:36 +0000 mroi porting AMD64 patches from xine (provided by Goetz Waschk and Gwenole Beauchesne src
Sat, 31 Jan 2004 13:27:40 +0000 jcdutton Patch to compile with mingw32 from: - src
Sun, 11 Jan 2004 21:43:13 +0000 mroi big build system changes src
Mon, 25 Aug 2003 14:23:13 +0000 mroi use uintptr_t for pointer arithmetics for AMD64 compatibility src
Mon, 28 Apr 2003 16:29:22 +0000 jcdutton Helping with the WIN32 port. src
Mon, 21 Apr 2003 13:18:06 +0000 mroi * fix warnings with gcc 3.3 src
Thu, 20 Feb 2003 15:32:21 +0000 mroi big libdvdnav cleanup, quoting the ChangeLog: src
Mon, 28 Oct 2002 13:08:12 +0000 f1rmb Remove C++ism. src
Thu, 24 Oct 2002 16:48:19 +0000 mroi include some fixes done in xine's copy to avoid merging conflicts src
Mon, 21 Oct 2002 12:42:53 +0000 mroi new read cache with better performance on slow drives src
Sun, 29 Sep 2002 21:51:06 +0000 mroi changes to read cache behaviour inspired by Thibaut Mattern: src
Tue, 27 Aug 2002 19:15:08 +0000 mroi more consistent console output src
Mon, 19 Aug 2002 16:52:21 +0000 mroi align read cache chunks in memory to allow use of raw devices src
Sun, 21 Jul 2002 10:16:45 +0000 mroi ensure serialized access to the cache to avoid concurrent access on the src
Sun, 14 Jul 2002 11:09:42 +0000 mroi disable cache noise src
Sat, 13 Jul 2002 20:42:55 +0000 mroi fix stupid bug: test if the buffer is there before using it src
Fri, 12 Jul 2002 15:46:44 +0000 mroi use new memcopy'less read ahead cache src
Wed, 03 Jul 2002 00:24:47 +0000 jcdutton Slight changes to comply with src
Tue, 02 Jul 2002 22:57:10 +0000 jcdutton Rename some of the functions in vm.c to help readability. src
Sun, 30 Jun 2002 16:02:55 +0000 f1rmb Fix macro (my 2.95.3 don't accept it). src
Wed, 26 Jun 2002 14:59:48 +0000 jcdutton Compile why don't you. :-( src
Wed, 26 Jun 2002 14:53:41 +0000 jcdutton Disable the read_cache miss dprintf when read_cache is disabled. src
Tue, 25 Jun 2002 20:36:04 +0000 jcdutton Add some readcache profiling code. src
Tue, 25 Jun 2002 13:37:11 +0000 jcdutton Revert back to old read_cache method. src
Sat, 01 Jun 2002 14:52:11 +0000 richwareham Experimental multi-threaded cache now enabled by default so that it can get tested during change from 0.1.1 to 0.1.2 src
Sat, 01 Jun 2002 12:00:40 +0000 richwareham Added some packaging patches from Philipp Matthias Hahn <pmhahn@titan.lahn.de> and an initial (non-working) multi-threaded read-ahead cache. src
Thu, 30 May 2002 15:56:41 +0000 richwareham Fixed (what appears to be) an error in JumpVTS_PTT implementation, it didn't call play_PGC after jumping. src
Thu, 30 May 2002 09:52:29 +0000 richwareham 'Objectified' the read-ahead cache in preparation to implement a 'proper' threaded cache a-la that recommended in the DVD Demystified book. src
Mon, 01 Apr 2002 18:56:28 +0000 richwareham Added initial example programs directory and make sure all debug/error output goes to stderr. src
Tue, 12 Mar 2002 19:45:53 +0000 richwareham Initial revision src