log stream/stream_bd.c @ 37195:ac6c37d85d65 default tip

age author description
Sun, 17 Mar 2013 22:47:17 +0000 diego Add missing strings.h #includes for strcasecmp().
Sat, 16 Mar 2013 13:38:34 +0000 reimar Fix previous commit, off_t must be replaced by int64_t
Sat, 16 Mar 2013 10:09:12 +0000 reimar Replace some uses of off_t by uint64_t.
Sun, 19 Feb 2012 13:15:41 +0000 reimar Code cleanup: Use a stream_control instead of global functions to
Wed, 26 Oct 2011 15:12:35 +0000 diego Add missing mp_msg.h #includes, remove some unnecessary ones.
Wed, 10 Nov 2010 17:49:11 +0000 reimar 100l, add forgotten FFMIN to fix small reads (-nocache) with bd:// protocol.
Wed, 10 Nov 2010 17:43:48 +0000 reimar Support reading larger blocks in one go for bd:// protocol.
Mon, 08 Nov 2010 07:47:16 +0000 diego cosmetics: Fix Bluray vs. Blu-ray typo.
Sat, 06 Nov 2010 15:11:21 +0000 reimar Fix bd:// with -cache, the bd_read function does not work when
Wed, 29 Sep 2010 19:43:34 +0000 reimar Use bluray_device variable also for bd:// instead of dvd_device
Sat, 21 Aug 2010 10:07:38 +0000 reimar Check stream_read_line result instead of checking stream_eof,
Sat, 21 Aug 2010 10:02:50 +0000 reimar Fix reading of VUK: actually fail if the key is incomplete instead
Sat, 21 Aug 2010 09:58:02 +0000 reimar Avoid another unnecessary intermediate variable.
Sat, 21 Aug 2010 09:55:30 +0000 reimar Avoid a pointless extra variable.
Sat, 21 Aug 2010 09:47:08 +0000 reimar Format NULL-pointer check consistently.