Re: [DVDnav-discuss] [ANNOUNCE] libdvdread/libdvdnav 4.2.1 release

2013-12-23 Thread Jorgen Lundman
dvd_input API. Lund -- Jorgen Lundman | lund...@lundman.net Unix Administrator | +81 (0)3 -5456-2687 ext 1017 (work) Shibuya-ku, Tokyo| +81 (0)90-5578-8500 (cell) Japan| +81 (0)3 -3375-1767 (home) ___ DVDnav

[DVDnav-discuss] libdvdread: UDF rework

2012-01-12 Thread Jorgen Lundman
-- Jorgen Lundman | lund...@lundman.net Unix Administrator | +81 (0)3 -5456-2687 ext 1017 (work) Shibuya-ku, Tokyo| +81 (0)90-5578-8500 (cell) Japan| +81 (0)3 -3375-1767 (home) ___ DVDnav-discuss mailing list

[DVDnav-discuss] Windows devstudio build

2011-11-16 Thread Jorgen Lundman
for libdvdread to build with, doubt it is worth adding back in though. -- Jorgen Lundman | lund...@lundman.net Unix Administrator | +81 (0)3 -5456-2687 ext 1017 (work) Shibuya-ku, Tokyo| +81 (0)90-5578-8500 (cell) Japan| +81 (0)3 -3375-1767 (home

[DVDnav-discuss] New Tool: mediainfo-rar for Bluray/UDF2.50 ISO files.

2011-11-14 Thread Jorgen Lundman
://lundman.net/ftp/dvdread/libdvdread-4.2.0.plus.tar.bz2 Repository: http://www.lundman.net/cvs/viewvc.cgi/lundman/mediainfo-rar/ Example output: http://lundman.net/wiki/index.php/Mediainfo_rar_Example Lund -- Jorgen Lundman | lund...@lundman.net Unix Administrator | +81 (0)3 -5456-2687

Re: [DVDnav-discuss] release

2011-10-08 Thread Jorgen Lundman
, and other developers in general. Lund -- Jorgen Lundman | lund...@lundman.net Unix Administrator | +81 (0)3 -5456-2687 ext 1017 (work) Shibuya-ku, Tokyo| +81 (0)90-5578-8500 (cell) Japan| +81 (0)3 -3375-1767 (home

Re: [DVDnav-discuss] release

2011-10-06 Thread Jorgen Lundman
on. Lund -- Jorgen Lundman | lund...@lundman.net Unix Administrator | +81 (0)3 -5456-2687 ext 1017 (work) Shibuya-ku, Tokyo| +81 (0)90-5578-8500 (cell) Japan| +81 (0)3 -3375-1767 (home) ___ DVDnav-discuss mailing

[DVDnav-discuss] [PATCH] UDF2.50

2011-04-18 Thread Jorgen Lundman
. Minor memory clearing problems, and memory leaks. 9. ISO inside RAR support, dvd_input method for spawning unrar. If the last item is not desired, simply ignore the changes to dvd_input.[ch]. Lund -- Jorgen Lundman | lund...@lundman.net Unix Administrator | +81 (0)3 -5456-2687 ext 1017

[DVDnav-discuss] [PATCH] UDF2.50 part 1

2011-04-18 Thread Jorgen Lundman
. dvd_udf API uses UDF_FILE type instead of starting block number. 7. Separate struct AD and struct FileAD instead of ugly 64-32 bit work. 8. Minor memory clearing problems, and memory leaks. Lund -- Jorgen Lundman | lund...@lundman.net Unix Administrator | +81 (0)3 -5456-2687 ext 1017 (work

Re: [DVDnav-discuss] dvdnav patches from handbrake project

2010-05-31 Thread Jorgen Lundman
I believe I took another approach, on all the API calls that take user supplied input, I simply strchr() replaced all \ with / (after copying the string to a local buffer, in case of static strings). Either way.. Lund -- Jorgen Lundman | lund...@lundman.net Unix Administrator | +81

Re: [DVDnav-discuss] [PATCH] pthread_mutex_destroy on Win32

2010-05-27 Thread Jorgen Lundman
, and Kempf of vlc here :) I am just waiting for a DVD which uses split AD chains so you will consider my patches again :) Lund -- Jorgen Lundman | lund...@lundman.net Unix Administrator | +81 (0)3 -5456-2687 ext 1017 (work) Shibuya-ku, Tokyo| +81 (0)90-5578-8500 (cell

[DVDnav-discuss] dvdnav patches from llink project

2010-05-27 Thread Jorgen Lundman
chains. -- Jorgen Lundman | lund...@lundman.net Unix Administrator | +81 (0)3 -5456-2687 ext 1017 (work) Shibuya-ku, Tokyo| +81 (0)90-5578-8500 (cell) Japan| +81 (0)3 -3375-1767 (home) Index: src/dvd_reader.c

Re: [DVDnav-discuss] [PATCH] Proper AD Chain processing.

2009-10-19 Thread Jorgen Lundman
to your repository. Lund -- Jorgen Lundman | lund...@lundman.net Unix Administrator | +81 (0)3 -5456-2687 ext 1017 (work) Shibuya-ku, Tokyo| +81 (0)90-5578-8500 (cell) Japan| +81 (0)3 -3375-1767 (home

Re: [DVDnav-discuss] [PATCH] Proper AD Chain processing.

2009-10-18 Thread Jorgen Lundman
Thanks. This patch will need a serious testing session and a deep review. Feedback welcome. How it going, any ETA yet? :) Lund -- Jorgen Lundman | lund...@lundman.net Unix Administrator | +81 (0)3 -5456-2687 ext 1017 (work) Shibuya-ku, Tokyo| +81 (0)90-5578-8500 (cell

[DVDnav-discuss] Assert in vm.c

2009-09-29 Thread Jorgen Lundman
I came across an assert in Windows, in the libdvdnav/vm/vm.c; line 177; close(fd); and same call again; line 217; close(fd); which unfortunately means program gets terminated in Windows. -- Jorgen Lundman | lund...@lundman.net Unix Administrator | +81 (0)3 -5456-2687 ext 1017

Re: [DVDnav-discuss] Assert in vm.c

2009-09-29 Thread Jorgen Lundman
So nobody ever tested on Windows? :) It might be a new feature of devstudio 2010, to terminate applications rather than returning an error code like expected. Send a patch that fixes the issue... One patch at a time. Lund -- Jorgen Lundman | lund...@lundman.net Unix

[DVDnav-discuss] [PATCH] Proper AD Chain processing.

2009-09-28 Thread Jorgen Lundman
Removed Cosmetics, changed indentation to be tighter but kept Free call. -- Jorgen Lundman | lund...@lundman.net Unix Administrator | +81 (0)3 -5456-2687 ext 1017 (work) Shibuya-ku, Tokyo| +81 (0)90-5578-8500 (cell) Japan| +81 (0)3 -3375-1767

Re: [DVDnav-discuss] undvd utility

2009-09-18 Thread Jorgen Lundman
/seek/read/close. dvd_input already is setup to do that (regular IO, or dvdcss IO). Then the API caller could add RAR method separate to libdvdnav. It would be rather trivial. -- Jorgen Lundman | lund...@lundman.net Unix Administrator | +81 (0)3 -5456-2687 ext 1017 (work) Shibuya-ku

Re: [DVDnav-discuss] libdvdread and DVDFileStat

2009-02-08 Thread Jorgen Lundman
___ DVDnav-discuss mailing list DVDnav-discuss@mplayerhq.hu https://lists.mplayerhq.hu/mailman/listinfo/dvdnav-discuss -- Jorgen Lundman | lund...@lundman.net Unix Administrator | +81 (0)3 -5456-2687 ext 1017 (work) Shibuya-ku, Tokyo| +81 (0)90-5578

[DVDnav-discuss] [PATCH] Patch 1/5: Resend

2008-10-12 Thread Jorgen Lundman
GETN4 changed to GETN8 Lund -- Jorgen Lundman | [EMAIL PROTECTED] Unix Administrator | +81 (0)3 -5456-2687 ext 1017 (work) Shibuya-ku, Tokyo| +81 (0)90-5578-8500 (cell) Japan| +81 (0)3 -3375-1767 (home) Index: dvd_reader.c

[DVDnav-discuss] [PATCH] Patch 3/5:

2008-10-10 Thread Jorgen Lundman
-- Jorgen Lundman | [EMAIL PROTECTED] Unix Administrator | +81 (0)3 -5456-2687 ext 1017 (work) Shibuya-ku, Tokyo| +81 (0)90-5578-8500 (cell) Japan| +81 (0)3 -3375-1767 (home) diff -ruib ../../../../versions/libdvdread_patch2/libdvdread/src/dvd_reader.c

Re: [DVDnav-discuss] [PATCH] UDF2.50 part 1

2008-10-09 Thread Jorgen Lundman
into smaller bits. Lund -- Jorgen Lundman | [EMAIL PROTECTED] Unix Administrator | +81 (0)3 -5456-2687 ext 1017 (work) Shibuya-ku, Tokyo| +81 (0)90-5578-8500 (cell) Japan| +81 (0)3 -3375-1767 (home) ___ DVDnav

Re: [DVDnav-discuss] dvdread patch for broken dvd's

2008-10-08 Thread Jorgen Lundman
40kb though. You wouldn't have to scroll past it if you just trimmed the irrelevant quotes. Besides, mutt over ssh is faster. Heh, mutt. Ahh I remember the 90s ;) But I still use it sometimes, if I only have screen. Lund -- Jorgen Lundman | [EMAIL PROTECTED] Unix Administrator | +81

[DVDnav-discuss] [PATCH] UDF2.50

2008-10-08 Thread Jorgen Lundman
instead of ugly 64-32 bit work. 8. Minor memory clearing problems, and memory leaks. 9. ISO inside RAR support, dvd_input method for spawning unrar. If the last item is not desired, simply ignore the changes to dvd_input.[ch]. Lund -- Jorgen Lundman | [EMAIL PROTECTED] Unix Administrator

Re: [DVDnav-discuss] dvdread patch for broken dvd's

2008-10-07 Thread Jorgen Lundman
is different. I have only 261 262 entries. Neither 266 nor 250 are present. As workaround I propose to use ISO 9660 filesystem as fallback if UDF access fails. On Po 6.říj, Jorgen Lundman wrote: [EMAIL PROTECTED] wrote: Hi, I have already posted this to mplayer-users mailing list. I have DVD disc

Re: [DVDnav-discuss] UDF2.50

2008-09-21 Thread Jorgen Lundman
you, this tells me all I need to know. Lund -- Jorgen Lundman | [EMAIL PROTECTED] Unix Administrator | +81 (0)3 -5456-2687 ext 1017 (work) Shibuya-ku, Tokyo| +81 (0)90-5578-8500 (cell) Japan| +81 (0)3 -3375-1767 (home

Re: [DVDnav-discuss] UDF2.50

2008-09-19 Thread Jorgen Lundman
' Mierzejewski wrote: On Friday, 19 September 2008 at 09:14, Jorgen Lundman wrote: and the patch is...? http://www.lundman.net/cvs/viewvc.cgi/lundman/llink/libdvdnav-4.1.2/ That's no patch, that's a space station^W^W^Wan old version. ;) Could you please send a svn diff'd patch against current SVN? 5