1
0
Fork 0
Commit Graph

2886 Commits

Author SHA1 Message Date
hpi1 5d3b2c4e54 Fixed debug message format strings 2010-04-07 10:39:21 +00:00
hpi1 c5224a9c72 Mark debug() and str_printf() printf-like functions so that compiler can check argument types against format string
Mark str_printf() malloc -like function
2010-04-06 17:46:14 +00:00
hpi1 c6cb63bfe1 Log dlopen() and dlsym() failures 2010-04-06 13:29:55 +00:00
hpi1 5af1635020 Fixed return type of bdplus_fixup and bdplus_seek
[sizeof(void*) != sizeof(int32_t)]
2010-03-27 14:02:48 +00:00
hpi1 4dd034a6b6 Do not replace application's stderr when BD_DEBUG_FILE is used. 2010-03-27 11:19:02 +00:00
hpi1 c2acb0daf6 Removed #define _FILE_OFFSET_BITS 64
- already defined in config.h
Removed #define __USE_LARGEFILE64
 - this is glibc private macro from features.h and should not be defined

[ Note: off_t is not used in any of our own headers ]
2010-03-25 12:12:59 +00:00
titou10 b23d2c206d Added types 0xa1 and 0xa2 for secondary audio streams 2010-02-04 02:43:10 +00:00
titou10 e87c6b886f Added managment of IG streams, secondary audio stream, secondary video+ streams and PIP/IG streams in libbdnav/mpls_parse 2010-02-01 02:24:00 +00:00
titou10 c4ac410470 File to track what has to be done on the project and who is doing what 2010-02-01 01:47:21 +00:00
Accident d633110c74 Accident: Large fixes with DiscoveryRAM, including properl memory profile
Minor R28 fix in first event, not NULL. Added run-until-convtab, 
          and run-title-decode calls for init and set-title.
2010-01-15 07:15:46 +00:00
Accident 848b3b5b05 Accident: Add checked for gcrypt in autoconf, and add to compile
Remove spurious called to bdplus from someone.
2010-01-13 05:40:17 +00:00
Accident 33f5f7cc98 Accident: Re-tooled bdplus to load dynamically, and attempt to produce
conv_tab, support seek and fixup methods.
          Make calls to dlopen be separate.
          Changed debug output to universal, added debug output to
          file support.
2010-01-13 03:50:23 +00:00
cRTrn13 a4d944e272 device_path now uses strdup(). Various debug text changes. 2010-01-12 12:06:46 +00:00
j45 8014175c0c - fix main title selection when there is only one playlist
- dynamically allocate root path to allow for longer paths
2010-01-11 17:15:23 +00:00
hpi1 7cd4a904ee nav_find_main_title(): filter out titles with repeating clips
(copied from mpls_dump.c)
2010-01-11 12:01:47 +00:00
cRTrn13 d254fe541b Label renames for vlc module 2010-01-11 10:35:37 +00:00
cRTrn13 5a63ffd3ce DBG_CRITs added to bluray.c 2010-01-11 07:41:30 +00:00
cRTrn13 ae815f895a Added critical debug mask (DBG_CRIT). This is now the default debug mask. You can show all debug info by using export BD_DEBUG_MASK=0xffff 2010-01-11 07:36:16 +00:00
cRTrn13 9272938ecd libgcrypt is to be used instead of limtomcrypt and openssl 2010-01-10 14:11:05 +00:00
cRTrn13 9ec3e1f552 Start of openssl -> libgcrypt switchover. libgcrypt is now required bu libbluray 2010-01-10 13:50:28 +00:00
cRTrn13 6eba2c82db VLC patch updates: --depth 1 added to HOWTO and fixed bug with caching setting (although I'm still not sure it's doing anything) 2010-01-10 11:24:59 +00:00
cRTrn13 2e9f26e8ea Allso reads() of all sizes (currently SLOW) 2010-01-10 09:23:29 +00:00
hpi1 ee50dea8ab initialize chapters to zero (fixes allocating random amount of memory) 2010-01-08 23:16:14 +00:00
NXZecke c9b6ce3215 add new module parameter to set BD_DEBUG_MASK :-) 2010-01-07 19:19:41 +00:00
NXZecke ff4d0aa27d alpha version from vlc bluray module 2010-01-07 18:47:38 +00:00
cRTrn13 b7f7b0b5da 2010-01-07 15:08:21 +00:00
cRTrn13 551d9a96d8 HOWTO.PATCH 2010-01-07 14:47:26 +00:00
cRTrn13 04d6246887 Moved mplayer wrapper files to mplayer/ 2010-01-07 14:31:26 +00:00
cRTrn13 cbc06f1bfc mplayer wrapper dir added 2010-01-07 14:30:42 +00:00
hpi1 40bec4d5eb Allow reading the last byte of clip 2010-01-07 13:17:37 +00:00
cRTrn13 61348d3c3d mplayer patch seek uncommented 2010-01-07 08:52:57 +00:00
cRTrn13 584f82df1a logging: atoi() -> strtol() 2010-01-07 08:39:09 +00:00
cRTrn13 9947a516e4 Fix 2010-01-07 08:36:07 +00:00
cRTrn13 9485b5bf9e And more debug 2010-01-07 08:33:37 +00:00
cRTrn13 9c2a677768 More debug 2010-01-07 08:32:51 +00:00
cRTrn13 2383993122 Debug 2010-01-07 08:32:18 +00:00
cRTrn13 3f5cfff4d6 libbdplus API added 2010-01-07 08:30:49 +00:00
cRTrn13 b2ab857eb9 Readme 2010-01-07 07:44:20 +00:00
cRTrn13 f99d075aa6 Rename 2010-01-07 07:24:45 +00:00
cRTrn13 b2891b1cb0 Docs updated 2010-01-07 07:15:34 +00:00
cRTrn13 13fcd266cc Fix seek in mplayer wrapper 2010-01-06 15:57:00 +00:00
cRTrn13 8dbf34699a HOWTO updated 2010-01-06 15:54:27 +00:00
cRTrn13 952209be85 Updated mplayer wrapper HOWTO 2010-01-06 15:52:09 +00:00
cRTrn13 7776546711 Moved wrappers to trunk/src/examples 2010-01-06 15:50:12 +00:00
cRTrn13 49d58c3531 off_t -> uint64_t 2010-01-06 15:07:41 +00:00
cRTrn13 146a92d822 off_t -> uint64_t 2010-01-06 15:07:09 +00:00
cRTrn13 c75b4c7215 aacs, bd objs now calloc()d instead of malloc()d (thanks hpi1) 2010-01-06 14:41:14 +00:00
cRTrn13 ca69ba6f81 %lld -> %"PRId64" 2010-01-06 14:15:48 +00:00
cRTrn13 c6b3f83b04 %ld -> %lld 2010-01-06 14:01:30 +00:00
cRTrn13 d036af2824 Added bd_tell() 2010-01-06 13:26:22 +00:00