aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-06fix addon installer calling GetAddonHash on incorrect repositoryThomas Amland
2016-11-06[addons] add some lookup methods replacing the current repo/version pairThomas Amland
2016-11-06Merge pull request #10852 from wsnipex/zlibWolfgang Schupp
[depends] always use our own zlib
2016-11-06Merge pull request #10853 from koying/fixamcdrainMartijn Kaijser
FIX: [amc] revert most of drain stuff
2016-11-06[travis] Remove autotools optionsMartijn Kaijser
2016-11-06Merge pull request #10868 from Paxxi/tls_testMartijn Kaijser
[xbmc][fix][tests] Remove unnecessary test that causes crashing
2016-11-06Merge pull request #10867 from Paxxi/toWMartijn Kaijser
[xbmc][fix][win32] Minor tweaks to charset conversion to make it more robust
2016-11-06Merge pull request #10862 from FernetMenta/paplayMartijn Kaijser
paplayer: add processInfo, fixes wrong seeking state
2016-11-06Merge pull request #10866 from DaveTBlake/POPMConvertionMartijn Kaijser
Fix conversion of POPM tag values to the new 0 to 10 user rating for songs
2016-11-06Merge pull request #10860 from phate89/extract_digitsphate89
Extract digits also from the new ratings' vote tag
2016-11-05Merge pull request #10855 from ksooo/pvr-fix-epg-window-deadlock2Kai Sommerfeld
[PVR] Guide window: Fix another deadlock.
2016-11-05Merge pull request #10869 from Paxxi/gitignorePär Björklund
[xbmc] Ignore some items that's been bugging me for a while
2016-11-05Ignore some items that's been bugging me for a whilePär Björklund
2016-11-05Merge pull request #10784 from Paxxi/libassPär Björklund
[deps][fix][win32] Fix embedded fonts in libass
2016-11-05Remove unnecessary test that causes crashingPär Björklund
2016-11-05Code cleanup for GUIDialogVideoInfoKolja Lampe
2016-11-05Merge pull request #10817 from tamland/test_fixestamland
test fixes
2016-11-05Minor tweaks to charset conversion to make it more robustPär Björklund
2016-11-05Fix conversion of POPM tag value, as written by Media Monkey or WMP, to the ↵DaveTBlake
0 to 10 user rating value stored in the library.
2016-11-05[binary-addons] Rename DEPENDS_PATH into ADDON_DEPENDS_PATHChristian Fetzer
DEPENDS_PATH is used twice in the code build system it's set to the system depends path (via toolchain file). In the addon system it's used to point to the place where addon dependencies should be built. This change renames the variable for binary-addons to ADDON_DEPENDS_PATH. The toolchain file can then be used for local addon builds.
2016-11-05paplayer: add processInfo, fixes wrong seeking stateRainer Hochecker
2016-11-05REGRESSION: [amc] don't use for dvd'sChris "Koying" Browet
2016-11-05FIX: [amc] revert most of drain stuffChris "Koying" Browet
Still not what VP wants, and not the origin of the earlier "seekfreeze" issue
2016-11-05[PVR] Guide window: Fix another deadlock.Kai Sommerfeld
2016-11-05Extract digits also from the new ratings' vote tagphate89
2016-11-04Merge pull request #10854 from popcornmix/mmal_deint_overlaypopcornmix
[MMALRender] Report deinterlace method in codec info
2016-11-04[CurlFile] - add support for header "active-remote" which is needed for DACP ↵Memphiz
(controlling airtunes clients playback controls)
2016-11-04Merge pull request #10851 from afedchin/seek_jump_smsjenkins4kodi
2016-11-04[cmake] Add doc target that builds the doxygen documentationChristian Fetzer
2016-11-04MMAL: Report deinterlace method to processinfo overlaypopcornmix
2016-11-04MMAL: Set processInfo in poolpopcornmix
2016-11-04MMAL: Make setting the decoder more consistent between MMALCodec and MMALFFMpegpopcornmix
2016-11-04MMAL: Move pool into base classpopcornmix
2016-11-04Merge pull request #10847 from popcornmix/mmal_updatespopcornmix
A collection of MMAL fixes
2016-11-04[depends] all platform but darwin: always use our own zlibwsnipex
2016-11-04[SeekHandler] handle ACTION_JUMP_SMSX as numeric seek.Anton Fedchin
2016-11-03Merge pull request #10837 from fetzerch/cmake_cleanupChristian Fetzer
[cmake/cleanup] file(REMOVE/REMOVE_RECURSE) ignores non existing files
2016-11-03Merge pull request #10836 from fetzerch/cmake_android_addon_fixChristian Fetzer
[cmake/android] Fix binary-addon packaging
2016-11-03Merge pull request #10834 from ronie/videoinfotag-trailerronie
[python] add getTrailer() function to the xbmc.InfoTagVideo() class
2016-11-03Merge pull request #10802 from MartijnKaijser/system_usageMartijn Kaijser
[strings] Clarify it's system memory/cpu usage
2016-11-03MMAL: Avoid advanced deinterlace when using software decode and HD resolutionpopcornmix
We fail to keep up with this use case
2016-11-03MMALRender: Switch to deinterlace mode where frame flags are exclusively usedpopcornmix
Ensures non-interlace frames are not deinterlaced when stream switches from interlaced to progressive with software decode
2016-11-03mmalrender: Use computed framerate rather than version from configurepopcornmix
2016-11-03MMALRenderer: Ensure updated aspect ratio is seen in the case of a single ↵popcornmix
still frame
2016-11-03MMAL: Indicate when picture came from still frame so advanced deinterlace ↵popcornmix
can be disabled MMAL Advanced deinterlace requires 3 frames of context so does not produce any output from a dvd menu still. We cannot easily submit the same frame multiple times (the MMAL buffer headers contain linked list pointers), so the simple solution is to switch to the simpler deinterlace that does not require context for stills.
2016-11-03rbp: Ensure processinfo values are initialisedpopcornmix
2016-11-03Merge pull request #10839 from graysky2/masterCristiano A. Silva
more verbose help for --enable-optimizations
2016-11-03Merge pull request #10844 from Kwiboo/free-side-datajenkins4kodi
2016-11-02FFmpegImage: free avpacket side dataJonas Karlman
2016-11-02Merge pull request #10843 from MartijnKaijser/uwp_bsodMartijn Kaijser
[win32] Set minimum Windows 10 version for UWP