[vdr-plugin-xvdr] branch master updated (436b83b -> bed85c9)
Tobias Grimm
tiber-guest at moszumanska.debian.org
Wed Mar 4 19:40:29 UTC 2015
This is an automated email from the git hooks/post-receive script.
tiber-guest pushed a change to branch master
in repository vdr-plugin-xvdr.
from 436b83b Build-depend on vdr-dev (>= 2.1.9)
new cc97566 Imported Upstream version 0.9.9+git20150304
new 7b3578b Merge tag 'upstream/0.9.9+git20150304'
new bed85c9 New Upstream Snapshot (commit b300fc3)
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 3 +
Makefile | 8 +-
debian/changelog | 8 +
debian/control | 4 +-
debian/copyright | 2 +-
gentoo/media-plugins/vdr-plugin-xvdr/Manifest | 1 -
.../vdr-plugin-xvdr/vdr-plugin-xvdr-9999.ebuild | 43 --
gentoo/media-plugins/vdr-xvdr/ChangeLog | 29 ++
gentoo/media-plugins/vdr-xvdr/Manifest | 2 +
gentoo/media-plugins/vdr-xvdr/vdr-xvdr-9999.ebuild | 65 +++
po/.gitignore | 0
po/de_AT.po | 31 ++
po/de_DE.po | 31 ++
src/config/config.c | 4 +
src/demuxer/demuxer.c | 1 -
src/demuxer/demuxer.h | 2 +
src/demuxer/demuxer_H264.c | 111 ++++--
src/demuxer/demuxer_H264.h | 4 +
src/demuxer/demuxer_LATM.c | 2 +-
src/demuxer/demuxer_MPEGVideo.c | 33 +-
src/demuxer/demuxer_MPEGVideo.h | 3 +-
src/demuxer/parser.c | 12 +-
src/demuxer/parser.h | 1 +
src/demuxer/streaminfo.c | 110 +++---
src/demuxer/streaminfo.h | 23 +-
src/live/channelcache.c | 168 +++++---
src/live/channelcache.h | 9 +-
src/live/livepatfilter.c | 46 ++-
src/live/livepatfilter.h | 4 +-
src/live/livequeue.c | 26 +-
src/live/livequeue.h | 9 +-
src/live/livestreamer.c | 292 ++++++++++----
src/live/livestreamer.h | 21 +-
src/net/socketlock.c | 12 -
src/net/socketlock.h | 30 --
src/recordings/recordingscache.c | 59 ++-
src/recordings/recordingscache.h | 6 +-
src/recordings/recplayer.c | 138 ++-----
src/recordings/recplayer.h | 45 ++-
src/tools/hash.c | 27 ++
src/tools/hash.h | 6 +-
src/xvdr/timerconflicts.c | 120 ++++++
src/{demuxer/aaccommon.h => xvdr/timerconflicts.h} | 19 +-
src/xvdr/xvdrclient.c | 437 ++++++++++-----------
src/xvdr/xvdrclient.h | 24 +-
src/xvdr/xvdrcommand.h | 4 +-
src/xvdr/xvdrserver.c | 45 ++-
tools/serviceref.c | 9 +-
48 files changed, 1325 insertions(+), 764 deletions(-)
delete mode 100644 gentoo/media-plugins/vdr-plugin-xvdr/Manifest
delete mode 100644 gentoo/media-plugins/vdr-plugin-xvdr/vdr-plugin-xvdr-9999.ebuild
create mode 100644 gentoo/media-plugins/vdr-xvdr/ChangeLog
create mode 100644 gentoo/media-plugins/vdr-xvdr/Manifest
create mode 100644 gentoo/media-plugins/vdr-xvdr/vdr-xvdr-9999.ebuild
create mode 100644 po/.gitignore
create mode 100644 po/de_AT.po
create mode 100644 po/de_DE.po
delete mode 100644 src/net/socketlock.c
delete mode 100644 src/net/socketlock.h
create mode 100644 src/xvdr/timerconflicts.c
copy src/{demuxer/aaccommon.h => xvdr/timerconflicts.h} (73%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vdr-dvb/vdr-plugin-xvdr.git
More information about the pkg-vdr-dvb-changes
mailing list