[SCM] kodi-pvr-vdr-vnsi packaging annotated tag, upstream/2.6.7, created. upstream/2.6.7

tiber-guest at users.alioth.debian.org tiber-guest at users.alioth.debian.org
Fri Nov 4 00:20:51 UTC 2016


The annotated tag, upstream/2.6.7 has been created
        at  5625b7d2d708154f5d7ac9a46c4d7368869b85d5 (tag)
   tagging  5b47bd06a1f850555d1b3a7afbc19a9887b57912 (commit)
 tagged by  Tobias Grimm
        on  Thu Nov 3 23:03:32 2016 +0100

- Shortlog ------------------------------------------------------------
Upstream version 2.6.7
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABCAAGBQJYG7Q4AAoJENYuT1sEE5C8p3AP/1esapwVe5nqs+TrrY2FGbFd
Su32R9DA+0ddsHoLa/0TL5ldxrVnAUc6qZQCXWCDK3WypsapndufaW7RWlv/+UCT
DOoI3Ibd98jLUYlgZTCSjuGxE86AF03X+XskUDA8714aFi3KXDXXenGYTFp9cpK8
HGfOUwluq8zCVEhA1aC63mUJMKZpvKivtnn1K9qp1/mQnYO8xAfO1hUuXkz+8XEA
EVG74akNsg/ggCvjl0ewIZTkMmk3zQ7mdM2Wg1yoRaoon4O4RmQPOHIf9YLOfnIE
wr2lGtyige2a3A5aMjMn99bVFLexSJefUeTivysW/DXGUDNebrjTWlc8/tLCcdfZ
Lsqs1B4ns2NyU8uWQxYTpddE8A/f/gQm5otIXn5/DNeMf4E5L/xK4S0DUiy/zI7g
6BWaMoGESSDPtcYjIEZkdBKwLMW59vMWnwTSCiXc+ZXk9pyf0/rm9FgFA9uSaV+L
uFPeXHcd+zIf2On5m1mFKEeJM95xuZsxnEyZ2NxrDwsUl21wBLt2vP/QsnAH8vCx
o+1rtw6EO7eoeM4PQxx1++anuKhhjKMlj0cdUcch3PlBysy49kRQmbU7ETjUtcKm
1psqUvnjpXEQjwanERsE+Tb9sUWX92qqAE5/ShHWSMoTNYtr+DfGLmUfIxglY0/R
RFqhDal+yjtuUS6cwWYG
=s7xi
-----END PGP SIGNATURE-----

Adam Sutton (1):
      Update all clients to include empty implentation of new timeshift API stubs.

Alwin Esch (1):
      Merge pull request #3 from AlwinEsch/fix-compiler-fault

AlwinEsch (5):
      Add new api 1.9.4 parts to all addons
      [vnsi] add deleted recordings support
      [vnsi] add rds support
      [addonlib] Change 'char*' return value to 'const char*' to fix compiler warnings on addon lib
      Fix compile error where header not found

Bernhard Froehlich (1):
      freebsd: Add FreeBSD platform to the addon.xml files

CSTAJ (1):
      [addons] - bumped versionnumber for all addons, adapted changelogs

Christian Fetzer (4):
      sync: Add ADDON_Announce to all addons
      sync: Add GetRecordingEdl stubs to all addons
      sync: Adapt CallMenuHook to API change
      win32: Make sure that all addon projects define TARGET_WINDOWS

Cory Fields (3):
      [droid] add android platform and ldflags
      [droid] update addon names
      packaging: only advertise a single platform for compatibility.

Cristiano A. Silva (4):
      Merge pull request #41 from hudokkow/guilib_5.10.0
      Merge pull request #55 from hudokkow/modernize
      Merge pull request #81 from hudokkow/fix_includes
      Merge pull request #82 from hudokkow/fixes

Daniel Scheller (1):
      Fix server plugin compilation against vdr-1.7.33

Garrett Brown (2):
      [pvr.vdr.vnsi] Fix segfault when showing scan dialog if VDR is not connected
      Fix c/p error (timeshift setting was applied to priority

Jean-Luc Barrière (1):
      adapt to PVR API 5.2.0

Kai Sommerfeld (22):
      Added new PVR API function getBackendHostname. Bumped PVR API version to 1.9.3
      Minimal support for PVR Addon API 1.9.7
      bump addon version
      Merge pull request #13 from ksooo/pvr-api-1-9-7
      Bumped API version to 2.0.0, addon version to 1.11.1
      Merge pull request #17 from ksooo/pvr-api-2-0-0
      Merge pull request #24 from metaron-uk/master3
      Update to PVR addon API v4.0.0
      Merge pull request #27 from ksooo/pvr-api-4-0-0
      Update to PVR addon API v4.1.0
      Merge pull request #31 from ksooo/pvr-api-4-1-0
      Initial Kodi Krypton version.
      [API 5.0.0] Version bump and changelog update
      [API 5.0.0] Remove GetCurrentClientChannel
      [API 5.0.0] Add SetEPGTimeFrame
      [API 5.0.0] Add PVR_RECORDING.iChannelUid
      [API 5.0.0] Remove PVR_SIGNAL_STATUS.d*Bitrate
      Merge pull request #57 from ksooo/pvr-api-5-0-0
      [API 5.1.0] PVR API and addon version bump.
      [API 5.1.0] PVR_RECORDING.channelType dummy implementation.
      Merge pull request #61 from ksooo/pvr-api-5-1-0
      Fix timer type definition for EPG search timer.

Ken Dreyer (1):
      vnsi: update FSF address

Lars Op den Kamp (26):
      pvr add-ons: initial commit
      updated add-ons after the PVR_ERROR changes
      api change: added GetChannelSwitchDelay(). Delay to use when using switching channels for add-ons not providing an input stream.
      get the add-on's XBMC_PVR_MIN_API_VERSION value to check compatibility. each PVR add-on needs to implement const char* GetMininumPVRAPIVersion(void)
      [vnsi] dropped -ldl
      Merge remote-tracking branch 'margro/frodo-timeshifting'. closes #50
      return ADDON_STATUS_PERMANENT_FAILURE when a call to RegisterMe() fails in ADDON_Create()
      sync UnknownToUTF8() changes
      win32: extension changed from .pvr to .dll
      bump all add-on versions to 1.6.x after api changes
      [tvheadend] [vnsi] bump add-on versions
      bump version numbers and only use 3 digits for version numbers
      make add-ons depends on xbmc.pvr version 1.6.0
      fix syntax for xbmc.pvr dep
      Merge remote-tracking branch 'fetzerch/announce' into pvrapi_1_7_0. Closes #171
      Merge remote-tracking branch 'fernetmenta/addongui' into pvrapi_1_7_0. Closes #162
      bump add-on versions and pvr api dependency version
      bump add-on versions after PVR API change
      vnsi: fix compilation after 298fcd35917190edb72d8b6f9715c268aff494a4
      removed avcodec.h and use callback methods from XBMC to get codec IDs instead. removed external ffmpeg check
      bump add-ons to 1.9.0. added stubs in dvblink
      Merge pull request #239 from Jalle19/fix-missing-streams
      Merge pull request #268 from FernetMenta/vnsi5
      Merge pull request #285 from FernetMenta/vnsiserver
      Merge pull request #297 from ktdreyer/fsf-update
      bump add-ons for PVR API bump

Lucian Muresan (1):
      vdr-vnsiserver Makefile vdr-1.7.36

Marcel Groothuis (3):
      Windows: add VC++ project file for the VDR vnsi pvr addon
      Windows: name the VS2010 projects after the addon name (format: pvr.addonname)
      Update the PVR addons with empty stubs for the new PVR API v1.5.0 functions

Matus Kral (1):
      Updates to cmake files:

Max Kellermann (45):
      VNSIData: add missing lock to protect m_queue
      responsepacket: add range checks to fix buffer overflow
      responsepacket: extract_String() returns pointer into userData buffer
      responsepacket: add method getRemainingLength()
      VNSI*: fix various endless loops
      responsepacket: remove unused method end()
      responsepacket: remove method serverError()
      responsepacket: make read-only methods "const"
      responsepacket: use size_t instead of uint32_t for memory sizes
      requestpacket: use size_t instead of uint32_t for memory sizes
      requestpacket: make read-only methods "const"
      requestpacket: use "constexpr" instead of "const" for constants
      VNSIChannels: pass const string to SetCaids()
      VNSIChannels: make operator== const
      VNSIChannels: use empty() instead of size()==0
      VNSIChannels: use range-based "for"
      VNSIChannels: use "auto"
      VNSIChannels: make IsWhitelist() const
      VNSISession: simplify IsOpen()
      VNSISession: remove unnecessary NULL check before delete
      VNSISession: fix memory leak in Login()
      VNSISession: make read-only methods "const"
      VNSIAdmin: use range-based "for"
      VNSI*: add "override" keywords
      {request,response}packet: #include cleanup
      responsepacket: do not transfer ownership in getUserData()
      VNSISession: ReadResult() returns std::unique_ptr
      VNSIAdmin, client: catch std::exception
      responsepacket: throw std::out_of_range on error
      requestpacket: convert runtime check to assertion
      requestpacket: throw std::bad_alloc on allocation failure
      VNSIAdmin: fix inverted ReadSuccess() checks
      requestpacket: change "bool" return types to "void"
      VNSIAdmin: reset vis_shader (and others) to NULL after delete
      VNSIAdmin: remove NULL check after "new"
      VNSIAdmin: reset vis_shader (and others) to NULL after delete
      VNSIData: remove redundant initialization
      VNSIData: automatic CEvent allocation
      VNSIData: move m_queue and m_mutex to new class
      client, VNSIAdmin: use CLockObject for exception-safe locks
      VNSIData: re-add the TransferRecordingEntry() call
      VNSIDemux: merge two nested "if" conditions
      VNSIDemux: catch VNSI_CHANNELSTREAM_CLOSE exceptions
      VNSIRecording: fix memory leak in Close()
      VNSIRecording: catch VNSI_CHANNELSTREAM_CLOSE errors

Memphiz (3):
      [pvr.vdr.vnsi] - fix compilation with xcode6
      [pvr.vdr.vnsi] - bump version to 1.9.15
      [arm64] - fixed compilation for arm64

MichaelAnders (3):
      vnsi: Add Wake-on-LAN support
      vnsi: fix typo in client.cpp which may reset host name
      vnsi: bump version to 1.9.12

Rainer Hochecker (220):
      vdr-plugin-vnsi: delay attaching streamer until PAT filter has all streams
      vdr-plugin-vnsiserver: align makefile to current version of vdr
      vdr-plugin-vnsiserver: silence compiler warnings
      vdr-plugin-vnsiserver: make network interface portable, consider byte alignment and padding
      vdr-plugin-vnsiserver: explicitly request streams we have demuxers for
      vdr-plugin-vnsiserver: rework handling of streams
      vdr-plugin-vnsiserver: do not log read/write error if socket was closed gracefully
      vdr-plugin-vnsiserver: send all stream props on with stream change, update language of audio streams
      vdr-plugin-vnsiserver: remove dead code
      vdr-plugin-vnsiserver: attach receiver before having seen pmt, use channels conf for demuxers if not pmt has been seen
      vdr-plugin-vnsiserver: drop incomplete and needless lookup table for pmt stream types
      vdr-plugin-vnsiserver: adopt AAC patch from tvheadend: https://github.com/tvheadend/tvheadend/commit/3e3a197fa55e6e2850375822fb6e8a1dcbf96385
      vdr-plugin-vnsiserver: open demuxer for EAC3
      vdr-plugin-vnsiserver: align pmt filter with method in vdr
      vdr-plugin-vnsiserver: add debug switch to makefile
      vdr-plugin-vnsiserver: distinguish aac adst from latm, implement parsing for adst
      vdr-plugin-vnsiserver: fix aac latm, use latm codec instead of repacking into adts
      vdr-plugin-vnsiserver: keep pat/pmt in sync with buffer
      vdr-plugin-vnsiserver: make pmt timeout a setup parameter
      vdr-plugin-vnsiserver: fix eac3
      vdr-plugin-vnsiserver: fix compile error for vdr versions lower 1.7.28
      vdr-plugin-vnsiserver: fix borked time stamps for ac3
      vdr-plugin-vnsiserver: fix hang on h264 streams if first frame is no i-frame
      vdr-plugin-vnsiserver: drop useless buffering of packets before i-frame
      vdr-plugin-vnsiserver: fix h264 parser, signed golomb adjust sps to spec
      vdr-plugin-vnsiserver: fix incorrectly named setup parameter
      vdr-plugin-vnsiserver: set default timeout for pmt fallback to 5
      vdr-pllugin-vnsiserver: drop ancient debug log
      vdr-plugin-vnsiserver: send audio config for AAC after ffmpeg was fixed
      vdr-plugin-vnsiserver: adjust makefile to vdr 1.7.34
      vdr-plugin-vnsiserver: adust makefile for better packaging
      vdr-plugin-vnsiserver: update GPLv2 license text
      vdr-plugin-vnsiserver: vdr osd
      vdr-plugin-vnsiserver: trigger epg update
      vdr-plugin-vnsiserver: osd - increase memory
      vdr-plugin-vnsiserver: revised socket
      vdr-plugin-vnsiserver: redesign for timeshift, revised parsers
      vdr-plugin-vnsiserver: bump version
      vdr-plugin-vnsiserver: timeshift
      vdr-plugin-vnsiserver: tag mux packet with a serial
      vdr-plugin-vnsiserver: bump version to 0.9.2
      vdr-plugin-vnsiserver: parse setup parameter before saving
      vdr-plugin-vnsiserver: add file buffer for timeshift
      vdr-plugin-vnsiserver: replay recording in progress
      vdr-plugin-vnsiserver: set priority for livetv, allow interrupt by rocording
      vdr-plugin-vnsiserver: limit rescan for recording in progress
      vdr-plugin-vnsiserver: fix subtitle errors in xbmc log
      vdr-plugin-vnsiserver: increase read cache
      vdr-plugin-vnsiserver: optimize file buffer method for timeshift
      vdr-plugin-vnsiserver: add buffer status message
      vdr-plugin-vnsiserver: optimize recplayer
      vdr-plugin-vnsiserver: add config option for timeshift buffer directory
      vdr-plugin-vnsiserver: do not transmit packates older than  first frame, avoids large disconts on start of playback
      vdr-plugin-vnsiserver: cleanup and fixes in pes parser
      vdr-plugin-vnsiserver: only observe pts wraps on audio and video streams
      vdr-plugin-vnsiserver: fix test harness
      vdr-plugin-vnsiserver: rework and fixes on video parsers
      vdr-plugin-vnsiserver:  fix getting stuck by reading eof at end of segment
      vdr-plugin-vnsiserver: fix occasional incorrect timestamps after 505336e0b99306f95199d00f65bd7ef7ec2a9371
      vdr-plugin-vnsiserver: fix segfault when feeded with scrambled packets
      vdr-plugin-vnsiserver: atsc does not suppport mpeg2 audio, interpret pmt accordingly
      vdr-plugin-vnsiserver: increase max buffer size for pes packets
      vdr-plugin-vnsiserver: recplayer, drop NOATIME flag on open
      vdr-plugin-vnsiserver: fix potential segfault when reading incorrent pes header size
      vdr-plugin-vnsiserver: present specific parser errors to user
      vdr-plugin-vnsiserver: squash to specific errors
      vdr-plugin-vnsiserver: fix layer for mpeg audio
      vdr-plugin-vnsiserver: silence compiler warning
      vdr-plugin-vnsiserver: allow timeshift buffer in RAM to larger than 2 GB, change size_t to off_t
      vdr-plugin-vnsiserver: h264 parser - reset stream data on error
      vdr-plugin-vnsiserver: do not assume a pes header right after pusi for video streams
      vnsi: fix Makefile.am, did not include all objs
      vnsi: fix ReadMessage
      vnsi: bump version
      vdr-plugin-vnsiserver: check all timers for active recordings when opening a channel
      vdr-plugin-vnsiserver: FreeBSD patches, credits to Juergen Lock
      vdr-plugin-vnsiserver: fix seeking, only consider audio and video streams for searching
      vnsi: fix wrong format specifier in error log
      vnsi: add guilib as required addon xml
      vnsi: bump version to 1.8.4
      vnsi: fix loading on android by linking GLESv2
      adapt addons to pvr api change, add timeshift buffer methods
      VNSI: fix incorrect version of addon.gui
      VNSI: add new timeshift functions
      VNSI: add edl support
      VNSI: bump version to 1.9.5
      VNSI: bump protocol version to 5
      vdr-plugin-vnsiserver: send buffer times for timeshift
      vdr-plugin-vnsiserver: add edl support
      vdr-plugin-vnsiserver: bump protocol version to 5
      vdr-plugin-vnsiserver: bump version to 0.9.3
      VNSI: adapt skin files to left, top instead of posx, posy
      VNSI: add channel filter
      vdr-plugin-vnsiserver: add channel filter
      vdr-plugin-vnsiserver: do not set pts for dts on video streams
      vdr-plugin-vnsiserver: raise nice level for vnsi threads
      vdr-plugin-vnsiserver: fix a bug in epg auto update
      vdr-plugin-vnsiserver: update change log
      vdr-plugin-vnsiserver: check and reset modified flag for channels instead of looking at file
      vdr-plugin-vnsiserver: fix latm, wrong codec name
      vdr-plugin-vnsiserver: fix incorrect language on audio and subs
      vnsi: fix build error on Windowns
      vdr-plugin-vnsiserver: detect latm and adts by parsing
      vdr-plugin-vnsiserver: update length of recording
      vnsi: update length of recording
      vnsi: bump version to 1.9.6
      vdr-plugin-vnsiserver: bump version to 0.9.4
      vdr-plugin-vnsiserver: drop old debug logging
      vdr-plugin-vnsiserver: fix compile error after vdr 2.1.4
      vnsi: add skin file for AEON NOX 5, thanks to BigNoid
      vdr-plugin-vnsiserver: implement status msg channelchange
      vdr-plugin-vnsiserver: correct flag for GetDevice, credits to manio
      vdr-plugin-vnsiserver: fix thread priorities
      vnsi: bump version
      vnsi: allow protocol version of server to be higher
      Merge pull request #275 from FernetMenta/vnsi5
      vdr-plugin-vnsiserver: move to own repo https://github.com/FernetMenta/vdr-plugin-vnsiserver
      Merge pull request #299 from garbear/fix-crash
      VNSI: add icon path to channels
      VNSI: bump max size of timeshift buffer ram
      VNSI: label alignment fixes for skin confluence
      VNSI: bump version to 1.9.11
      vnsi: adapt to addon gui version bump
      vnsi: only consider video and audio streams for playing time
      Revert "[addonlib] Change 'char*' return value to 'const char*' to fix compiler warnings on addon lib"
      bump addon versions after revert b4696cef2ec800e76a81b18e1d4072ace127c70a
      vnsi: fix playing time
      sync with cmake
      add check for DX9 to cmake
      yield copyright, credits to Arne Morten Kvarving
      sync to API changes
      Merge pull request #1 from FernetMenta/sync
      fix debian template for changelog
      sync to pvr API 1.9.6
      Merge pull request #4 from FernetMenta/sync
      platform sources changes repo
      bump version to 1.10.5
      fix leftover from moving to platform
      fix priority, it used index instead of value
      Merge pull request #9 from FernetMenta/prio
      bump version to 1.10.6
      Merge pull request #10 from FernetMenta/prio
      add a timethift method to the pvr api, fix the existing ones because those are not called from demuxer thread
      bump version to 1.10.7
      Merge pull request #12 from FernetMenta/sync
      epg: fill episodeName with short text
      Merge pull request #29 from FernetMenta/episode
      Merge pull request #32 from MaxKellermann/crash_fixes
      Merge pull request #33 from MaxKellermann/code_cleanup
      Merge pull request #34 from MaxKellermann/leak
      Merge pull request #35 from MaxKellermann/exceptions
      Revert "requestpacket: use "constexpr" instead of "const" for constants"
      Merge pull request #37 from FernetMenta/fixes
      Merge pull request #39 from MaxKellermann/code_cleanup
      bump version to 1.11.8
      drop useless check for max len of readPacket, fixes transfer of large number of recordings
      Merge pull request #40 from FernetMenta/fixes
      replace colons in timer file names
      bump version to 1.11.11
      Merge pull request #42 from FernetMenta/timer
      Merge pull request #44 from Memphiz/fix_arm64
      consider cient setting for timeshift
      bump version to 1.11.14
      Merge pull request #51 from FernetMenta/fixes
      Merge pull request #49 from hudokkow/p8platform
      Merge pull request #52 from stefansaraev/platform
      fix build after rename of p8-platform
      implement IsRealTimeStream
      bump version to 2.1.0
      Merge pull request #53 from FernetMenta/fixes
      Merge pull request #54 from stefansaraev/pvrapi42
      adapt to pvr api change in stream props
      Merge pull request #60 from FernetMenta/streams
      add Admin.xml for skin estuary
      Merge pull request #62 from FernetMenta/skin
      adapt to Kodi API changes
      explicitly terminate streaming when closinf demuxer
      memset stream properties
      bump version to 2.3.1
      Merge pull request #59 from FernetMenta/api
      Merge pull request #63 from MaxKellermann/TransferRecordingEntry
      Merge pull request #64 from phil65/estuary
      cleanup unused code in OnAction
      adjustments to skin.estuary
      bump to 2.3.2
      Merge pull request #66 from FernetMenta/api
      implement ConnectionLost callback for async startup
      bumt version to 2.3.3
      Merge pull request #67 from FernetMenta/fixes
      fix init of atomic bool
      Merge pull request #68 from FernetMenta/fixes
      improve connection handling
      bump version to 2.3.4
      fix travis
      Merge pull request #69 from FernetMenta/fixes
      fix admin window, broke after work on connection handling
      Merge pull request #70 from FernetMenta/fixes
      Merge pull request #71 from phil65/include_attribute_rename
      Merge pull request #72 from kodi-pvr/fixes
      Revert "[pvr.vdr.vnsi] exit osd window on vdr osd close"
      bump version to 2.3.6
      Merge pull request #76 from FernetMenta/fixes
      Merge pull request #78 from janbar/master
      drop setting VDR Messages, msgs are required
      set default for priority to 0
      bump version to 2.4.1
      Merge pull request #79 from FernetMenta/fixes
      add search timer
      bump version to 2.5.0
      use PVR_TIMER_STATE_DISABLED instead of PVR_TIMER_STATE_CANCELLED
      Merge pull request #80 from FernetMenta/timer
      Merge pull request #84 from MaxKellermann/catch
      drop -1 from list of priorities
      Merge pull request #86 from FernetMenta/prio
      Merge pull request #89 from ksooo/fix-timertypes
      fix addon settings prio and port
      bump version to 2.6.6
      Merge pull request #90 from FernetMenta/settings
      send wol on system resume
      Merge pull request #92 from FernetMenta/wol

Ryan Gribble (1):
      Add PostBuildEvent to all pvr addon projects that robocopies their output to the local xbmc addons directory, when the project is part of the "XBMC for Windows" solution

Sam Stenvall (10):
      refactoring xbmc_stream_utils.hpp completely in order to fix
      add xbmc_codec_descriptor.hpp to reduce code duplication
      fix some compiler warnings
      change library name prefixes to "Kodi_"
      bump all versions after the library name change
      forgot to update some makefiles (Windows search tricked me into
      update the .dll names in the Release configuration too
      add changelog.txt and addon.xml.in to VS projects, this makes it
      bump addon versions
      Merge pull request #18 from wsnipex/master

Stefan Saraev (8):
      vdr 2.1.2 buildfix
      vnsi5: confluence color fixes
      [pvr.vdr.vnsi] settings: onFocus fixes
      [pvr.vdr.vnsi] - bump version to 1.9.16
      [pvr.vdr.vnsi] exit osd window on vdr osd close
      [pvr.vdr.vnsi] bump version to 1.9.28
      fixup platform rename
      depends on pvr api 4.2.0

Wolfgang Schupp (3):
      Merge pull request #2 from FernetMenta/sync
      Merge pull request #8 from wsnipex/master
      Merge pull request #23 from mk01/master

alanwww1 (7):
      [lang] November update of language files
      [lang] updated language files from Transifex
      [lang] updated language files from Transifex with version bumps and changelog entries
      [lang] update of language files from Transifex
      [lang] update of language files from Transifex
      [lang] update of language files from Transifex
      [lang] update of language files from Transifex

h.udo (15):
      Merge pull request #6 from FernetMenta/sync
      Merge pull request #20 from hudokkow/installpath
      Bump add-on for PVR API 2.1.0 (already implemented, let's use it)
      Merge pull request #21 from hudokkow/api210
      Merge pull request #25 from hudokkow/dynamicduo
      Updated to GUI API v5.10.0
      [src] Update to p8-platform
      [cmake] Update to p8-platform
      Add .travis.yml file
      Add .gitignore file
      Add README.md
      Fix includes
      Bump addon
      [cmake] Rename find_package(kodi) to Kodi
      Bump add-on

hudokkow (2):
      bump add-on for alpha1 release
      Automatically fill in platform and library name

janbar (1):
      [addons] bump versions of addons using XbmcPvrStream

metaron (1):
      Bump add-on for PVR API 3.0.0 (Compatibility mode)

phil65 (3):
      [skin] rework Admin.xml pt. 1
      [skin] adapt to recent include attribute renaming
      [skin] - fix non-valid whitespaces for attributes

txtranslation (16):
      [lang] update of language files from Transifex
      [lang] update of language files from Transifex
      [lang] update of language files from Transifex
      [lang] update of language files from Transifex
      [lang] update of language files from Transifex
      [lang] update of language files from Transifex
      [lang] update of language files from Transifex
      [lang] updated language files from Transifex
      [lang] updated language files from Transifex
      [lang] updated language files from Transifex
      [lang] updated language files from Transifex
      [lang] automatic syntax corrections for the en_GB language file
      [lang] updated language files from Transifex
      [lang] updated language files from Transifex
      [lang] updated language files from Transifex
      [lang] updated language files from Transifex

unknown (3):
      vnsi: osd - update vs project
      vnsi: add osd rendering for DX
      vnsi: correct vs project after adding dx

wsnipex (3):
      [ios] fix GLES detection
      [debian] fix packaging with multi-arch
      [debian] fix library install paths

wsoltys (3):
      [WIN32] build pvr addons with vs2013.
      [WIN32] changed vs project files to the new toolset.
      Merge pull request #309 from wsoltys/vs2013

xbmc (47):
      vnsi: add server plugin
      vnsi: missed makefile for server plugin
      vnsi: make network interface portable
      vnsi: set stream properties properly, now stream get opened before CONTENT_INFO
      vnsi: missed one parameter in 57056f2ce80b91d70d8e8493677895dec8488446
      vnsi: having no signal quality is no error
      vdr-plugin-vnsiserver: fix freeze of streaming, thanks to manio who tracked this down for xvdr
      vdr-plugin-vnsiserver: take correct action in case of demuxer returns error
      vnsi: set all stream parameters in GetStreamProperties
      drop StreamIdx in PVR_STREAM_PROPERTIES
      vdr-pllugin-vnsiserver: bump version, drop backwards compatibility for now
      vnsi: bump version, proper handling of client create/destroy
      vnsi: reworked handling of streams, keep order of streams on stream change
      vnsi: receive all stream properties with a stream change, send stream change if there is a change in properties like language
      vdr-plugin-vnsiserver: update readme, set correct path to source
      vnsi: update provider name in addon.xml
      vnsi: use latm codec, the server no longer encapsulates latm into adts
      vnsi: set stream count to zero in case of invalid data during StreamChange
      vnsi: reset userData point in response packet after having read header, fixes segfault in case of error
      Revert "vdr-plugin-vnsiserver: drop useless buffering of packets before i-frame"
      add version for addongui lib
      vnsi: vdr osd
      vnsi: trigger epg update
      vnsi: osd - check if wndId is out of bounds
      vnsi: drop dead code: SendPing
      vnsi: osd - correct colors
      vnsi: close connection on packet sync error
      vnsi: timeshift support
      vnsi: add settings page for setup
      vnsi: bump protocol version to 4
      vnsi: timeshift, tag mux packets with a serial
      vnsi: add file buffer for timeshift
      vnsi: set priority for live tv
      vnsi: check version of guiaddon lib
      vnsi: dont scan timer titles for directory delimiters
      vnsi: add timeshift buffer status
      vnsi: add gles rendering for vdr ui
      vnsi: add skin file for aeon.nox
      vnsi: rework settings dialog for skin clonfluence
      vnsi: fix fallback method for skins
      vdr-plugin-vnsiserver: raise max value for timeshift buffers
      vnsi: raise max value for timeshift buffers
      vnsi: bump version to 1.8.0
      vdr-plugin-vnsiserver: update headers
      vdr-plugin-vnsiserver: fix compile error for loder vdr versions
      vnsi: disable callback PVRRecording, fixes deadlock
      drop DX9, rendering OSD on Windows requires DX11

xhaggi (1):
      [addons] bump api version to 1.9.1

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

-- 
kodi-pvr-vdr-vnsi packaging



More information about the pkg-multimedia-commits mailing list