log stream/stream_bd.c @ 34174:a93891202051

age author description
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.
Sat, 21 Aug 2010 09:46:06 +0000 reimar Simplify searching for discid by comparing the string representations.
Sat, 21 Aug 2010 09:41:15 +0000 reimar Switch to uppercase hex.
Sat, 21 Aug 2010 09:40:16 +0000 reimar Simplify/fix printing of disc id/VUK
Sat, 21 Aug 2010 09:27:15 +0000 reimar Add const to pointer argument.
Sat, 21 Aug 2010 09:20:14 +0000 reimar Remove a unused assignment.
Sat, 21 Aug 2010 09:19:12 +0000 reimar Fix a memleak.
Sat, 21 Aug 2010 09:18:29 +0000 reimar Extract reading KEDB.cfg into a separate function.
Wed, 11 Aug 2010 20:59:03 +0000 reimar Add incomplete clipinf reading support to display audio
Tue, 10 Aug 2010 13:33:49 +0000 reimar Make it possible to use relative, http:// etc. paths with bd://
Tue, 10 Aug 2010 13:28:18 +0000 reimar Avoid pointless additional string pointers.
Tue, 10 Aug 2010 13:26:19 +0000 reimar Use the stream functions instead of the fopen/fread/fclose interface
Wed, 04 Aug 2010 13:49:16 +0000 reimar Return an error when seeking beyond EOF.
Wed, 04 Aug 2010 13:39:10 +0000 reimar Move one AES initialization out of inner loop.
Wed, 04 Aug 2010 13:32:20 +0000 reimar Minor optimization/simplification and document the alignment requirements
Wed, 04 Aug 2010 13:27:19 +0000 reimar Use the "key" type also for the IV constant.
Wed, 04 Aug 2010 06:16:42 +0000 diego whitespace cosmetics: prettyprinting, move statements to the next line.
Tue, 03 Aug 2010 16:26:50 +0000 reimar Add support for bd:// streams as a test for a part of the AACS algorithm.