[libbluray-devel] array.h: remove incorrect malloc attribute

2018-08-26 Thread hpi1
libbluray | branch: master | hpi1 | Mon Aug 27 09:32:23 2018 +0300| [d933a3a717c601ae187724b778294ffd8dc20681] | committer: hpi1 array.h: remove incorrect malloc attribute > http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=d933a3a717c601ae187724b778294ffd8dc20681 --- src/util/arra

[libbluray-devel] Cosmetics

2018-08-26 Thread hpi1
libbluray | branch: master | hpi1 | Mon Aug 27 09:31:16 2018 +0300| [5a8cf1b9b63c322b050dd59b8f6a304caa014e93] | committer: hpi1 Cosmetics > http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=5a8cf1b9b63c322b050dd59b8f6a304caa014e93 --- src/file/file.h | 4 ++-- 1 file changed, 2 in

[libbluray-devel] Avoid calloc(0)

2018-08-26 Thread hpi1
libbluray | branch: master | hpi1 | Sat Jan 20 14:08:47 2018 +0200| [672463e317879b61d3a188fc76d31b58df735fc0] | committer: hpi1 Avoid calloc(0) > http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=672463e317879b61d3a188fc76d31b58df735fc0 --- src/libbluray/bdnav/navigation.c | 8 +++

[libbluray-devel] Cosmetics (reorder functions)

2018-08-26 Thread hpi1
libbluray | branch: master | hpi1 | Sat Jan 20 14:09:41 2018 +0200| [a3e7839ab37559c04c34793ce75e6388305a3239] | committer: hpi1 Cosmetics (reorder functions) > http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=a3e7839ab37559c04c34793ce75e6388305a3239 --- src/libbluray/bdnav/naviga

Re: [libbluray-devel] problem compiling libbluray on Raspberry Pi3

2018-08-26 Thread Petri Hintukainen
su, 2018-08-26 kello 08:57 +, John kirjoitti: > Thank you for the reply. I am running the same software versions as > you. I tried the command you recommended, but it ended in errors. > See the attached output. Thanks in advance for any insights. Looks like you're using Java 10 to build li

[libbluray-devel] Confusing return value from bd_read

2018-08-26 Thread 陈勇
Hi,     I found return value from bd_read confusing.     It's commented as: "@return size of data read, -1 if error, 0 if EOF"     But if broken unit found,  it returns zero too. This will cause ffmpeg exit unexpectlly on broken unit. (vlc works fine because vlc ignore zero value returns from