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.
|