[mythtv-commits] mythtv branch master updated by peper03. v0.28-pre-2659-g68ca9fa

Git Repo Owner noreply at mythtv.org
Sun Feb 15 12:57:00 UTC 2015


The branch, master has been updated on the
mythtv repository by gitolite user peper03.
       via  68ca9fa98398d9127b6f163cee3c10bb622b1dcd (commit)
      from  958cb6c15497101c2dcb2882b870f0a8775e4fae (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 68ca9fa98398d9127b6f163cee3c10bb622b1dcd
Author:    Richard Hulme <peper03 at mythtv.org> at Sun, 15 Feb 2015 13:56:30 +0100
Committer: Richard Hulme <peper03 at mythtv.org> at Sun, 15 Feb 2015 13:56:30 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=68ca9fa98398d9127b6f163cee3c10bb622b1dcd

Updated libdvdnav to match commit 5fb919774444aa382f6e02cb63801c82f2c38325 from git://git.videolan.org/libdvdnav.git (v5.0.3)



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

Summary of changes:
 mythtv/external/libmythdvdnav/dvdnav/dvdnav.c      |  285 +++--
 .../libmythdvdnav/dvdnav/dvdnav/dvd_types.h        |   45 +-
 .../external/libmythdvdnav/dvdnav/dvdnav/dvdnav.h  |   55 +-
 .../libmythdvdnav/dvdnav/dvdnav/dvdnav_events.h    |   40 +-
 .../libmythdvdnav/dvdnav/dvdnav_internal.h         |   63 +-
 mythtv/external/libmythdvdnav/dvdnav/highlight.c   |   18 +-
 mythtv/external/libmythdvdnav/dvdnav/navigation.c  |   20 +-
 mythtv/external/libmythdvdnav/dvdnav/read_cache.c  |   51 +-
 mythtv/external/libmythdvdnav/dvdnav/remap.c       |  267 ---
 mythtv/external/libmythdvdnav/dvdnav/remap.h       |   31 -
 mythtv/external/libmythdvdnav/dvdnav/searching.c   |  679 ++++++++-
 mythtv/external/libmythdvdnav/dvdnav/settings.c    |    1 -
 mythtv/external/libmythdvdnav/dvdnav/vm/decoder.c  |   84 +-
 mythtv/external/libmythdvdnav/dvdnav/vm/decoder.h  |    4 +-
 mythtv/external/libmythdvdnav/dvdnav/vm/getset.c   |  352 ++++
 mythtv/external/libmythdvdnav/dvdnav/vm/getset.h   |   49 +
 mythtv/external/libmythdvdnav/dvdnav/vm/play.c     |  326 ++++
 mythtv/external/libmythdvdnav/dvdnav/vm/play.h     |   31 +
 mythtv/external/libmythdvdnav/dvdnav/vm/vm.c       | 1710 +++++---------------
 mythtv/external/libmythdvdnav/dvdnav/vm/vm.h       |   19 +-
 .../libmythdvdnav/dvdnav/vm/vm_serialize.c         |    1 -
 mythtv/external/libmythdvdnav/dvdnav/vm/vmcmd.c    |   27 +-
 mythtv/external/libmythdvdnav/dvdnav/vm/vmget.c    |  370 +++++
 mythtv/external/libmythdvdnav/libmythdvdnav.pro    |   13 +-
 24 files changed, 2602 insertions(+), 1939 deletions(-)
 delete mode 100644 mythtv/external/libmythdvdnav/dvdnav/remap.c
 delete mode 100644 mythtv/external/libmythdvdnav/dvdnav/remap.h
 create mode 100644 mythtv/external/libmythdvdnav/dvdnav/vm/getset.c
 create mode 100644 mythtv/external/libmythdvdnav/dvdnav/vm/getset.h
 create mode 100644 mythtv/external/libmythdvdnav/dvdnav/vm/play.c
 create mode 100644 mythtv/external/libmythdvdnav/dvdnav/vm/play.h
 create mode 100644 mythtv/external/libmythdvdnav/dvdnav/vm/vmget.c

-- 



More information about the mythtv-commits mailing list