1
0
Fork 0
Commit Graph

2646 Commits

Author SHA1 Message Date
Petri Hintukainen b73b20a86d Update doxygen config 2017-07-19 10:12:39 +03:00
Petri Hintukainen da93e258bb Silence "warning: this statement may fall through" 2017-07-19 10:12:39 +03:00
hpi1 34cecf1006 Fix leak 2017-07-07 00:29:03 +03:00
hpi1 3be8ac1bec Fix allocs in graphics_controller 2017-07-07 00:22:53 +03:00
hpi1 02d1d21163 Improve readability 2017-07-07 00:22:53 +03:00
hpi1 79d0e214df Check calloc() result 2017-07-07 00:11:31 +03:00
hpi1 3c0ee0557c Fix leaks 2017-07-07 00:06:38 +03:00
hpi1 969487bf7a Fix leaks 2017-07-06 23:50:48 +03:00
hpi1 e5fa0aa73c Fix parsing of secondary stream attributes 2017-07-06 23:35:04 +03:00
ace20022 07a14fbc02 Fix creation of cache (sub-)directories on windows platforms 2017-07-06 13:47:09 +03:00
hpi1 7155b3cd4d mpls_parse: check for EOF
Fixes long delay with corrupt input.
2017-06-26 16:27:19 +03:00
hpi1 acb101a0c4 Fix integer overflow 2017-06-26 16:26:34 +03:00
hpi1 f788989c1b index_parse: check for EOF
Fixes long delay with corrupt input.
2017-06-26 16:25:28 +03:00
hpi1 ca10136cb6 clpi_parse: check for EOF when parsing EP map
Fixes very long delay with corrupt input.
2017-06-26 16:25:07 +03:00
hpi1 326e039b48 sound_parse: check for EOF in object loop.
Fixes very long delay with corrupt input.
2017-06-26 16:24:44 +03:00
hpi1 5e7da00e50 mobj_parse: check for EOF in object loop.
Fixes very long delay with corrupt input (huge mobj count).
2017-06-26 16:24:12 +03:00
hpi1 f80f4d2f0a Avoid calloc(0) 2017-06-26 16:23:38 +03:00
hpi1 113afcfebe Use correct exception type 2017-06-26 16:23:03 +03:00
hpi1 ac719f3639 Update libudfread 2017-06-26 16:22:29 +03:00
hpi1 5dc8a265d9 Update libudfread 2017-06-15 01:10:46 +03:00
hpi1 7d8c519916 Check mkdirs() result 2017-06-15 01:07:12 +03:00
hpi1 9aa454ba77 Fix checking if directory exists 2017-06-15 01:06:27 +03:00
hpi1 b145a01dd2 Allow writing log to file even if application log handler is used 2017-06-15 01:06:00 +03:00
hpi1 729b2f2029 Fix log message 2017-06-15 01:00:59 +03:00
hpi1 945882e718 CacheDir: make sure SecurityManager knows cache root
Fixes creating temporary storage when persistent storage is disabled
2017-06-15 01:00:56 +03:00
hpi1 f5a64ff05d Comment out unused method 2017-06-15 01:00:26 +03:00
hpi1 c35f3e68cd Add transient 2017-06-15 01:00:06 +03:00
hpi1 c4f45ed979 add hashCode() 2017-06-15 00:59:26 +03:00
hpi1 6aef15f5f4 Cosmetics 2017-06-15 00:59:10 +03:00
hpi1 60f5065c90 Area: privatize data 2017-06-15 00:55:18 +03:00
hpi1 d8d5c6cabb Check for null 2017-06-15 00:55:12 +03:00
hpi1 8b6a4be2ca Hide meta data storage (META_ROOT) 2017-06-15 00:55:07 +03:00
hpi1 809d4fff42 Fix variable scopes 2017-06-15 00:54:44 +03:00
hpi1 c74d0319d9 Bump version 2017-06-15 00:34:11 +03:00
hpi1 a6d9f219ed Add parentheses
Use common style when assigning void* to function pointer
2017-06-07 23:49:30 +03:00
hpi1 5ced2af520 Update libudfread 2017-06-07 22:31:22 +03:00
hpi1 b9438aee3e Distribute mpls_data.h 2017-06-07 22:31:22 +03:00
hpi1 0c48d9d5f7 Update ChangeLog 2017-06-06 11:40:34 +03:00
hpi1 e1658d4dfb Hide pointer type warning (signed/unsigned) 2017-06-06 11:05:55 +03:00
hpi1 ba3594235d Improve bdj_test 2017-06-06 11:04:27 +03:00
hpi1 a27d374491 Check for NULL 2017-06-06 10:51:27 +03:00
hpi1 b71fe5d939 Fix regressions from "Check BD-J capability on demand, cache results"
BD-J titles were marked unsupported.
2017-06-06 10:26:33 +03:00
hpi1 89e53e43a4 Log errors 2017-06-01 11:18:01 +03:00
hpi1 6198fe4918 Check BD-J capability on demand, cache results 2017-06-01 11:16:17 +03:00
hpi1 2be6410b79 Cosmetics 2017-06-01 11:14:11 +03:00
hpi1 ba396c3b99 Check for NULL 2017-05-29 12:35:23 +03:00
hpi1 4774f68322 Fix NULL check 2017-05-29 12:35:04 +03:00
ace20022 e0c9290852 Add possibility to to check whether BD-J is functional without actually opening a disc. 2017-05-29 11:42:42 +03:00
hpi1 da27917598 "Fix" converting void* to function pointer 2017-05-12 14:48:53 +03:00
hpi1 784299e74a Cosmetics 2017-05-12 14:48:53 +03:00