log libmpdemux/cache2.c @ 18133:d4b79bf291c1

age author description
2006-04-09 reimar avoid cache fill status overflow with caches > ca. 20 MB
2006-01-14 rathann 1l - one cast too many
2006-01-12 rathann massive attack: mp_msg printf format fixes
2005-11-18 diego Unify include path handling, -I.. is in CFLAGS.
2005-10-27 ods15 add a \n after whole cache fill.
2005-10-18 diego Make a few more messages translatable by moving them into help_mp-en.h.
2005-10-13 reimar Use PRI?64 defines as format strings for 64 bit variables.
2005-07-31 iive remove unused cache-prefill and create cache-seek-min that controls when seek_long is prefered over waiting for cache to fill
2004-07-26 iive prevent segfault on shmem failer
2004-07-16 iive cache min fill adjustment, based on patch by Jeremy Huddleston
2003-06-09 arpi renames: DATADIR->MPLAYER_DATADIR, CONFDIR->MPLAYER_CONFDIR, LIBDIR->MPLAYER_LIBDIR
2003-06-03 alex warning fixes by Dominik
2003-05-26 faust3 use threads on windows
2003-04-12 albeu Fix cache uninit
2003-02-09 arpi linux->osdep
2003-01-13 arpi do not discard cache content at seeking type=STREAMTYPE_STREAM
2002-10-23 arpi mpdemux.c|h moved to libinput, mpdemux_check_interrupt() -> mp_input_check_interrupt()
2002-09-22 arpi tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug
2002-08-31 atmos4 fix cache disable for live.com
2002-08-31 arpi removed buggy fd<0 check for disallowing dumpstream/cache
2002-08-14 arpi disable cache if stream->fd<0 (no regular file/pipe but some special thing)
2002-05-05 arpi cache lower limit 32kb
2002-05-02 albeu printf to mp_msg
2002-02-23 albeu Make blocking call in libmpdemux interuptable (only with new input,
2001-12-25 pl missing #include's
2001-12-19 arpi pre-cache fixed
2001-12-17 arpi initial precaching
2001-10-22 arpi largefileization
2001-10-22 arpi printf->mp_msg
2001-10-21 arpi cache seeking fixed(?)
2001-10-21 arpi EOF bug fixed
2001-10-21 arpi print stats at read instead of fill
2001-10-20 arpi ehh. include config.h... 10l
2001-10-20 arpi cache2 support