GNOME Bugzilla – Bug 659252
dvdreadsrc: various fixes for titles not starting on a new file
Last modified: 2011-09-19 07:54:21 UTC
Created attachment 196725 [details] [review] dvdreadsrc: fix sector search for packed titles Some DVD titles are packed in a single set, and we need to use the correct table to map times to sectors.
Created attachment 196726 [details] [review] dvdreadsrc: fix sector seeking It was overly complicated, and did not take into account the offset needed for titles which do not start on a new file.
Created attachment 196727 [details] [review] dvdreadsrc: take into account first sector of the current title This fixes seeking on titles which do not start on a new file.
commit 40274ad92fe98900dc128b2a76b5c0f10c48d26b Author: Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> Date: Fri Sep 16 15:35:06 2011 +0100 dvdreadsrc: take into account first sector of the current title This fixes seeking on titles which do not start on a new file. https://bugzilla.gnome.org/show_bug.cgi?id=659252 commit 59ed3b7bf2898adba62bf71148135b3584f16289 Author: Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> Date: Fri Sep 16 15:03:54 2011 +0100 dvdreadsrc: fix sector seeking It was overly complicated, and did not take into account the offset needed for titles which do not start on a new file. https://bugzilla.gnome.org/show_bug.cgi?id=659252 commit 20464efc8ea14d12862720171491a4d7ff550caf Author: Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> Date: Fri Sep 16 13:42:53 2011 +0100 dvdreadsrc: fix sector search for packed titles Some DVD titles are packed in a single set, and we need to use the correct table to map times to sectors. https://bugzilla.gnome.org/show_bug.cgi?id=659252