log libmpdemux/cache2.c @ 17366:934380353fd6

age author description
Thu, 12 Jan 2006 20:04:36 +0000 rathann massive attack: mp_msg printf format fixes
Fri, 18 Nov 2005 14:39:25 +0000 diego Unify include path handling, -I.. is in CFLAGS.
Thu, 27 Oct 2005 06:55:05 +0000 ods15 add a \n after whole cache fill.
Tue, 18 Oct 2005 11:11:25 +0000 diego Make a few more messages translatable by moving them into help_mp-en.h.
Thu, 13 Oct 2005 18:33:56 +0000 reimar Use PRI?64 defines as format strings for 64 bit variables.
Sun, 31 Jul 2005 00:26:07 +0000 iive remove unused cache-prefill and create cache-seek-min that controls when seek_long is prefered over waiting for cache to fill
Mon, 26 Jul 2004 22:06:30 +0000 iive prevent segfault on shmem failer
Fri, 16 Jul 2004 20:31:17 +0000 iive cache min fill adjustment, based on patch by Jeremy Huddleston
Mon, 09 Jun 2003 12:15:48 +0000 arpi renames: DATADIR->MPLAYER_DATADIR, CONFDIR->MPLAYER_CONFDIR, LIBDIR->MPLAYER_LIBDIR
Tue, 03 Jun 2003 17:43:49 +0000 alex warning fixes by Dominik
Mon, 26 May 2003 18:35:42 +0000 faust3 use threads on windows
Sat, 12 Apr 2003 13:53:33 +0000 albeu Fix cache uninit
Sun, 09 Feb 2003 20:18:23 +0000 arpi linux->osdep
Mon, 13 Jan 2003 03:08:56 +0000 arpi do not discard cache content at seeking type=STREAMTYPE_STREAM
Wed, 23 Oct 2002 14:46:20 +0000 arpi mpdemux.c|h moved to libinput, mpdemux_check_interrupt() -> mp_input_check_interrupt()
Sun, 22 Sep 2002 02:33:28 +0000 arpi tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug
Sat, 31 Aug 2002 15:59:10 +0000 atmos4 fix cache disable for live.com
Sat, 31 Aug 2002 15:44:41 +0000 arpi removed buggy fd<0 check for disallowing dumpstream/cache
Wed, 14 Aug 2002 21:46:48 +0000 arpi disable cache if stream->fd<0 (no regular file/pipe but some special thing)
Sun, 05 May 2002 21:43:16 +0000 arpi cache lower limit 32kb
Thu, 02 May 2002 10:28:33 +0000 albeu printf to mp_msg
Sat, 23 Feb 2002 21:22:55 +0000 albeu Make blocking call in libmpdemux interuptable (only with new input,
Tue, 25 Dec 2001 11:20:58 +0000 pl missing #include's
Wed, 19 Dec 2001 02:16:43 +0000 arpi pre-cache fixed
Mon, 17 Dec 2001 16:55:40 +0000 arpi initial precaching
Mon, 22 Oct 2001 17:08:24 +0000 arpi largefileization
Mon, 22 Oct 2001 16:09:34 +0000 arpi printf->mp_msg
Sun, 21 Oct 2001 22:13:12 +0000 arpi cache seeking fixed(?)
Sun, 21 Oct 2001 18:14:24 +0000 arpi EOF bug fixed
Sun, 21 Oct 2001 00:32:47 +0000 arpi print stats at read instead of fill
Sat, 20 Oct 2001 23:57:55 +0000 arpi ehh. include config.h... 10l
Sat, 20 Oct 2001 23:51:02 +0000 arpi cache2 support