Format: 1.8 Date: Sun, 04 Nov 2012 09:41:54 +0100 Source: kodi Binary: kodi kodi-bin kodi-eventclients-common kodi-eventclients-dev kodi-eventclients-wiiremote kodi-eventclients-j2me kodi-eventclients-ps3 kodi-eventclients-xbmc-send kodi-addon-dev kodi-screensaver-dev kodi-visualization-dev kodi-pvr-dev kodi-audio-dev kodi-tools-texturepacker xbmc Architecture: amd64 Version: 2:16.0~git20151115.1323-beta1-0trusty Distribution: trusty Urgency: high Maintainer: Launchpad Build Daemon Changed-By: wsnipex Description: kodi - Kodi Media Center (arch-independent data package) kodi-addon-dev - Kodi Media Center (General Add-on Dev package) kodi-audio-dev - Kodi Media Center (Audio Add-on Dev package) kodi-bin - Kodi Media Center (binary data package) kodi-eventclients-common - Kodi Media Center (Event Client Common package) kodi-eventclients-dev - Kodi Media Center (Event Client Dev package) kodi-eventclients-j2me - Kodi Media Center (Event Client J2ME package) kodi-eventclients-ps3 - Kodi Media Center (Event Client PS3 package) kodi-eventclients-wiiremote - Kodi Media Center (Event Client WII Remote support package) kodi-eventclients-xbmc-send - Kodi Media Center (Event Client Kodi-SEND package) kodi-pvr-dev - Kodi Media Center (PVR Add-on Dev package) kodi-screensaver-dev - Kodi Media Center (Screensaver Add-on Dev package) kodi-tools-texturepacker - Kodi Media Center (Skin Dev - TexturePacker) kodi-visualization-dev - Kodi Media Center (Visualization Add-on Dev package) xbmc - transitional dummy package Changes: kodi (2:16.0~git20151115.1323-beta1-0trusty) trusty; urgency=high . [Martijn Kaijser] * bump to 16.0 beta 2 . . [Stefan Saraev] * [amcodec] partialy revert 344af8f . [Chris "koying" Browet] * FIX: [droid] Only sw for SD MPEG . [Chris Browet] * FIX: [amc] skip frame render when changing surface size . . [Rainer Hochecker] * AE: fix GetDelay - only apply time correction to sink delay . [DaveTBlake] * Restore content to "files" when in music file view, but still have "media info" view type available so that music file tag data can be displayed. . . [Thomas Amland] * [addons] lock manager initialization . [Thomas Amland] * [addons] dont change disabled state in db directly on addon update . [Thomas Amland] * [addons] clear blacklist state from database and manager on uninstall . [enen92] * [pydocs] Fix small typo in xbmc.log() example . . [Anton Fedchin] * [win32/utils] Fixed converting yuv420 to nv12. Fixed trac #16217 . [Rainer Hochecker] * VideoPlayer: fix for closed captions - 708 . . [Thomas Amland] * [events] fix crash when attempting to install an addon not in a repository from the event list . [Alwin Esch] * [gui] Sort include files on GUIWindowLoginScreen.* alphabetical . [metaron] * [PVR] Recording EPG Association Fix . [DaveTBlake] * Use CMusicInfoTag.GetArtistString() and GetAlbumArtistString to pass song and album artist string out to python addons. . . [Memphiz] * [ios] - fix playback controls from ios control center when kodi is playing music and backgrounded . [Alwin Esch] * [builddep] add calls to create missing headers on build for libgpg-error . [Kai Sommerfeld] * [PVR] Fix: Toggle record/stop recording on ACTION_RECORD (e.g. for 'record' remote control button) . [Kai Sommerfeld] * [PVR] Fix: Remove context menu item 'Add to favourites' for children of repeating timers . [Kai Sommerfeld] * [PVR] Prevent to delete read-only timers (e.g. using 'del' key) . [Kai Sommerfeld] * [PVR] Context menu cleanup: All windows use same order for menu items . [Kai Sommerfeld] * [PVR] Context menu cleanup: Consequently use same logic for 'Stop recording' vs 'Delete timer' . [Kai Sommerfeld] * [PVR] Context menu cleanup: Rename CONTEXT_BUTTON_ADVANCED_RECORD to CONTEXT_BUTTON_ADD_TIMER . [Alwin Esch] * [depends] fix libgpg-error compile with gcc5 (Ubuntu Xenial) with update to version 1.20 . [Alwin Esch] * [depends] fix libssh compile with gcc5 (Ubuntu Xenial) . [Ned Scott] * Minor keyboard.xml improvements . . [Memphiz] * [jenkins] - evaluate new env var "BUILD_BINARY_ADDONS" . [Memphiz] * [jenkins] - remove unused linux32 buildsteps . [Memphiz] * [jenkins] - removed osx32 build support . [DaveTBlake] * Split mood into an array of values when serialized to match JSON interface. Bump JSON minor version as interface now correctly returning mood. . . [Chris "koying" Browet] * FIX: [droid] some intent filters MUST be registered in code . [Chris "koying" Browet] * FIX: [droid] regression on media keys with CEC . [Kai Sommerfeld] * [EPG,PVR] Fix deadlock caused by Noitifyobservers call while holding instance's mutex. . . [ace20022] * [texture/iimage] Pass the texture's width to iimage's Decode() method. . [Chris "koying" Browet] * FIX: [amc] VC1 tweak . [Kai Sommerfeld] * [PVR] Remove redundant method CGUIWindowPVRTimers::ShowTimerSettings. . [Kai Sommerfeld] * [PVR] Fix: Do not try to update read-only timers. . [Matthias Kortstiege] * [coverity] CID#1267254 uninitialized class members in GUIFont.cpp . [Matthias Kortstiege] * [coverity] CID#1315108 class member 'm_image' is not initialized . [Matthias Kortstiege] * [coverity] CID#1316471 class member 'm_doContentLookup' is not initialized . [Matthias Kortstiege] * [coverity] CID#1262133 fix possible div-by-zero in Autorun.cpp . [Matthias Kortstiege] * [cleanup] remove unused variables . [Fernando] * Fix TRAC 16359: not filtering tvshows/movies already in tag . . [Matthias Kortstiege] * [music] don't use the directory cache when cleaning the database (fixes #16354) . [Thomas Amland] * [addons] fix library path building . [ace20022] * [JpegIO] Crop too large image/frame in Decode. This fixes a theoretically possible access violation. . [ace20022] * [cximage] Crop too large image/frame in Decode. This fixes a theoretically possible access violation. . [ace20022] * [fix][gif] Crop too large image/frame in Decode. This fixes a possible access violation. . [ace20022] * [iimage] Add width and height of the texture/buffer to the interface method Decode(...). . [ace20022] * [gif] Check if there's a frame, before accessing it. This prevents a possible access violation. . [Matthias Kortstiege] * [guilib] colordiffuse not applying to progresstextures . [Matthias Kortstiege] * [guilib] fix togglebutton label not rendered properly . [ace20022] * [gif] Check frame dimensions. . [ace20022] * [gif] Skip frames with an illegal dimension rather than abort. . . [fritsch] * Compositors: Only disable them if actually in use . [Lauri Myllari] * x11: use the standard hint for disabling compositing . [Rainer Hochecker] * videoplayer: fix detection of program change . . [un1versal] * [strings] fix incorrect dvd mount string and generalise it instead . [Stefan Saraev] * [udevprovider] also handle 'change' events. fixes data cd/dvds . [Stefan Saraev] * [udevprovider] fix mounting raw filesystems on a non partitioned disks . [Stefan Saraev] * [udevprovider] fix segfaults. mountpoint can be null . [Rainer Hochecker] * paplayer: wait for eof if no crossfading or cue sheet . . [DaveTBlake] * Fix missing artist display in music player . [Sam Stenvall] * [teletext] fix incorrect loop parameters, makes loop run again . [Sam Stenvall] * [dxva] fix dereferencing this after deleting it . [Sam Stenvall] * fix invalid log format specifiers . . [Chris "Koying" Browet] * FIX: [droid] Media keys handling fixups . [Martijn Kaijser] * bump to 16.0 beta1 . [wsnipex] * [python] demote pythons stdout to loglevel debug . [ronie] * remove skin backward compatibility . . [ronie] * [re-touched] update . [Søren Juul] * Fix regressions introduced by refactoring in commit 9e9396b073ba973b2847896a11244a9f37ecbaff . [DaveTBlake] * JSON when getting album or song ensure underlying query uses song_artist or album_artist tables to fully populate artist credits. Hence artist names and id arrays will be consistent. As a bonus now gets MBID (as a vector to match names and ids) . [Anton Fedchin] * [WinRenderer] Fixed HQ scalers again. . [Martijn Kaijser] * [win32] it's time we also name the stacktrace and crashdump Kodi . [Ryan Rector] * Lower "Thread start" logging level . [Erwin Jansen] * Fix unit tests on linux/os-x . [Chris "Koying" Browet] * CHG: [droid] proper handling of MEDIA keys . [Chris "Koying" Browet] * FIX: don't show size for non-file items . [arnova] * changed: Increase maximum amount of cached directories to 50 . . [Chris "Koying" Browet] * FIX: [droid;amc] be sure that we have a surface . [Chris "koying" Browet] * FIX: [droid] do not reuse destroyed native window . [SkyCrawl] * Adding keyboard layout: Czech QWERTZ . . [un1versal] * [confluence]fix alignment of subtitles menu in livetv OSD when VideoPlayer.HasMenu is not visible . [un1versal] * [confluence]fix 3D menu alignment when VideoPlayer.HasMenu is not visible . [Matthias Kortstiege] * [make] silent ar compiler warnings . [Kolja Lampe] * Remove .idea folder which get's created from JetBrains CLion . [Chris "Koying" Browet] * FIX: [droid;amcs] do not stop video when loosing main surface . [Anton Fedchin] * [d3d11] Fixed issue with stereoscopic 3D mode and DXVA scaling for some drivers which works incorrectly with DXVA processor and deferred context. . [Anton Fedchin] * [WinRenderer] Fix HQ scallers, to avoid unnecessary scaling at Stage1 (with DXVA processor and color shader). This also fixes HQ scallers for TAB/SBS modes. . [Matthias Kortstiege] * [globals] remove macro XBMC_GLOBAL . [Matthias Kortstiege] * [guilib] fix togglebutton not properly resizing when using the altlabel . . [Martijn Kaijser] * [droid] update readme to recommend Ubuntu 14.04 . [h.udo] * [gitignore] More android artifacts . [Kai Sommerfeld] * [PVR] Fix: Coverity: CGUIInfoManager: divide_by_zero (actually a false positive) . [Kai Sommerfeld] * [PVR] Fix: Coverity: CGUIDialogPVRRadioRDSInfo: uninit member . [Kai Sommerfeld] * [PVR] Fix: Coverity: CPVRManagerStartJob: unused member . [Kai Sommerfeld] * [PVR] Fix: Coverity: PVRGUIInfo: uninit member . . [Chris "koying" Browet] * CHG: [droid] decouple kodi and system audio volumes . [Kai Sommerfeld] * [xcode] add xbmc/addons/include directory to project (exists for ages, but was not in project) . [Kai Sommerfeld] * [guiinfo] Fixed LISTITEM_ISRECORDING for epg event items in case there is an aborted recording for the selected epg event. . . [Chris "Koying" Browet] * CHG: [droid] Use best possible icons for app + refactor . [Chris "Koying" Browet] * CHG: [droid] stop video when loosing focus . [Chris "koying" Browet] * FIX: [droid] protect clear surface vs. destruction . [Chris "Koying" Browet] * FIX: [droid] also check CPU2 for compatibility Checksums-Sha1: 3157a88449f421608534e3ba14c156d2acc713cf 11320380 kodi-bin_16.0~git20151115.1323-beta1-0trusty_amd64.deb 1379917827f1415031146c2ec7441fa8d6fed3ee 52814 kodi-eventclients-wiiremote_16.0~git20151115.1323-beta1-0trusty_amd64.deb 931e7f265010fba21435c6983573cd6bf09d776b 550478 kodi-tools-texturepacker_16.0~git20151115.1323-beta1-0trusty_amd64.deb Checksums-Sha256: 74c47ca4f312a64e14f50cdc78643062c7da39a646e940e8f8fd1d74fb2cdd59 11320380 kodi-bin_16.0~git20151115.1323-beta1-0trusty_amd64.deb 16cc490c24613392d5068f4c7cc40453b403c62a1bf8e8620433f0f3953cfff7 52814 kodi-eventclients-wiiremote_16.0~git20151115.1323-beta1-0trusty_amd64.deb 4e183c7515acfb7bf3606c31532b8a2bccd7c740ede41f03b8bbc6bff0f1dc99 550478 kodi-tools-texturepacker_16.0~git20151115.1323-beta1-0trusty_amd64.deb Files: d23d5c0bcfdd683d7fe0e5263a2c7473 11320380 video optional kodi-bin_16.0~git20151115.1323-beta1-0trusty_amd64.deb 0cac602bee44a637d71d78e1c7664c5a 52814 video optional kodi-eventclients-wiiremote_16.0~git20151115.1323-beta1-0trusty_amd64.deb 20c388009493dc525abbcd4a87408a6e 550478 video optional kodi-tools-texturepacker_16.0~git20151115.1323-beta1-0trusty_amd64.deb