[vdr-plugin-vnsiserver] branch master updated (7d1e263 -> 088cbcb)

Tobias Grimm tiber-guest at moszumanska.debian.org
Sat Feb 14 12:15:28 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-vnsiserver.

      from  7d1e263   Build-depend on vdr-dev (>= 2.1.9)
       new  d1ed68e   * New upstream location * Updated debian/copyright
       new  2d89817   Standards-Version: 3.9.6
       new  01052e5   Imported Upstream version 1.3.0+git20150214
       new  68b1286   Merge branch 'upstream'
       new  088cbcb   New Upstream Snapshot (commit e054076)

The 5 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:
 HISTORY                    |  50 ++-
 Makefile                   |   4 +-
 README                     |  36 ++-
 bitstream.c                |   5 +-
 bitstream.h                |   5 +-
 channelfilter.c            | 332 ++++++++++++++++++++
 channelfilter.h            |  55 ++++
 config.c                   |   7 +-
 config.h                   |   8 +-
 cxsocket.c                 |   5 +-
 cxsocket.h                 |   5 +-
 debian/changelog           |  10 +
 debian/control             |   6 +-
 debian/copyright           |   7 +-
 debian/get-vcs-snapshot.sh |   8 +-
 demuxer.c                  |  57 +++-
 demuxer.h                  |  12 +-
 hash.c                     |   5 +-
 hash.h                     |   5 +-
 parser.c                   |  71 ++++-
 parser.h                   |  19 +-
 parser_AAC.c               |  26 +-
 parser_AAC.h               |   3 +-
 parser_AC3.c               |   2 +-
 parser_AC3.h               |   2 +-
 parser_DTS.c               |   2 +-
 parser_DTS.h               |   2 +-
 parser_MPEGAudio.c         |  81 ++++-
 parser_MPEGAudio.h         |  11 +-
 parser_MPEGVideo.c         |  21 +-
 parser_MPEGVideo.h         |   3 +-
 parser_Subtitle.c          |   2 +-
 parser_Subtitle.h          |   2 +-
 parser_Teletext.c          |   2 +-
 parser_Teletext.h          |   2 +-
 parser_h264.c              |  22 +-
 parser_h264.h              |   2 +-
 po/de_DE.po                |  61 ++++
 po/lt_LT.po                |  61 ++++
 recordingscache.c          |  20 +-
 recordingscache.h          |  15 +-
 recplayer.c                |  28 +-
 recplayer.h                |   5 +-
 requestpacket.c            |   5 +-
 requestpacket.h            |   5 +-
 responsepacket.c           |   7 +-
 responsepacket.h           |   5 +-
 setup.c                    |  18 +-
 setup.h                    |   2 +
 status.c                   | 160 ++++++++++
 parser_DTS.c => status.h   |  32 +-
 streamer.c                 | 135 ++++++--
 streamer.h                 |  12 +-
 videobuffer.c              |  58 +++-
 videobuffer.h              |   7 +-
 videoinput.c               |  36 ++-
 videoinput.h               |   8 +-
 vnsi.c                     |  74 ++++-
 vnsi.h                     |  27 +-
 vnsiclient.c               | 743 ++++++++++++++++++++++++++++++++++++++++++---
 vnsiclient.h               |  33 +-
 vnsicommand.h              |  31 +-
 vnsiserver.c               | 180 +++--------
 vnsiserver.h               |  11 +-
 64 files changed, 2245 insertions(+), 431 deletions(-)
 create mode 100644 channelfilter.c
 create mode 100644 channelfilter.h
 create mode 100644 po/de_DE.po
 create mode 100644 po/lt_LT.po
 create mode 100644 status.c
 copy parser_DTS.c => status.h (65%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vdr-dvb/vdr-plugin-vnsiserver.git



More information about the pkg-vdr-dvb-changes mailing list