[mythtv-firehose] mythtv branch master updated by peper03. v0.28-pre-721-g2a6038b

Git Repo Owner noreply at mythtv.org
Sun Jan 19 10:30:28 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user peper03.
       via  2a6038b5d7bf570e28fd8c3061483b0a22dcd830 (commit)
       via  2874f0d150342539644a5838f5147fa4c31f51ff (commit)
      from  8aefe1bcf0f855d33b542083f185d7ae829436b3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2a6038b5d7bf570e28fd8c3061483b0a22dcd830
Author:    Richard Hulme <peper03 at mythtv.org> at Sun, 19 Jan 2014 11:29:44 +0100
Committer: Richard Hulme <peper03 at mythtv.org> at Sun, 19 Jan 2014 11:29:44 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=2a6038b5d7bf570e28fd8c3061483b0a22dcd830

Sync libdvdnav up to R1294:
* Add missing strings.h #include for strncasecmp().
* Fix crash when trying to play a DVD from different region than currently set in the DVD drive.
* Prevent segmentation faults in vdnav_describe_title_chapters() in case of parts with missing PGC.
* Let dvdnav_describe_title_chapters() ignore parts where the pgc_start_byte is above the last_byte.
* Let dvdnav_describe_title_chapters() skip PGCs with a cell number of zero.
* Fix integer overflow in dvdnav_convert_time().
* Do not close file twice.
* Make sure program_map is not NULL.
* Let dvdnav_describe_title_chapters() skip PGCs with missing cells.
* Prevent general CPP macro from causing strange behavior.
* Avoid a crash when program number is zero.
* Check for out-of-bounds values for pgcn.
* In vm_new_vm(), use the proper calloc() argument order and don't derive 1 from the unrelated sizeof(char).



commit 2874f0d150342539644a5838f5147fa4c31f51ff
Author:    Richard Hulme <peper03 at mythtv.org> at Sun, 19 Jan 2014 11:24:12 +0100
Committer: Richard Hulme <peper03 at mythtv.org> at Sun, 19 Jan 2014 11:24:12 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=2874f0d150342539644a5838f5147fa4c31f51ff

Sync libdvdread up to R1290:
* Add missing strings.h #include for strcasecmp() / strncasecmp().
* Replace uses of the deprecated dvdcss_handle type by dvdcss_t.
* Replace deprecated dvdcss_title() function by dvdcss_seek().
* Do not extract libdvdcss version via dvdcss_interface_2.
* Add #define for DVDCSS_SEEK_KEY to allow compilation without dvdcss.h.
* If the start offset points past the last_byte (outside the region read) stop reading PTTs and adjust nr_of_srpts.
* Use correct name of the libdvdcss DLL on Windows.
* Fix spelling errors.
* Document warnings generated by DVDs made with the VDR-to-DVD device LG RC590M.
* Add an error message.
* Clear pf_temp to make sure it is initialized.
* Free `cached_dir_base` to fix memory leak.
* Abort when PTT search table has zero entries.
* Use 0 instead of NULL in integer comparison.



-----------------------------------------------------------------------

Summary of changes:
 mythtv/libs/libmythdvdnav/dvdnav/dvdnav.c      |    2 +-
 mythtv/libs/libmythdvdnav/dvdnav/dvdnav.h      |    2 +-
 mythtv/libs/libmythdvdnav/dvdnav/remap.c       |    1 +
 mythtv/libs/libmythdvdnav/dvdnav/searching.c   |   32 ++++++++++++++++-
 mythtv/libs/libmythdvdnav/dvdnav/vm/vm.c       |    6 ++--
 mythtv/libs/libmythdvdnav/dvdread/dvd_input.c  |   44 +++++++++--------------
 mythtv/libs/libmythdvdnav/dvdread/dvd_reader.c |    1 +
 mythtv/libs/libmythdvdnav/dvdread/dvd_udf.c    |    5 ++-
 mythtv/libs/libmythdvdnav/dvdread/ifo_print.c  |    4 +-
 mythtv/libs/libmythdvdnav/dvdread/ifo_read.c   |   23 +++++++++++-
 10 files changed, 81 insertions(+), 39 deletions(-)

-- 



More information about the mythtv-firehose mailing list