Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-06 | fix addon installer calling GetAddonHash on incorrect repository | Thomas Amland | |
2016-11-06 | [addons] add some lookup methods replacing the current repo/version pair | Thomas Amland | |
2016-11-06 | Merge pull request #10852 from wsnipex/zlib | Wolfgang Schupp | |
[depends] always use our own zlib | |||
2016-11-06 | Merge pull request #10853 from koying/fixamcdrain | Martijn Kaijser | |
FIX: [amc] revert most of drain stuff | |||
2016-11-06 | [travis] Remove autotools options | Martijn Kaijser | |
2016-11-06 | Merge pull request #10868 from Paxxi/tls_test | Martijn Kaijser | |
[xbmc][fix][tests] Remove unnecessary test that causes crashing | |||
2016-11-06 | Merge pull request #10867 from Paxxi/toW | Martijn Kaijser | |
[xbmc][fix][win32] Minor tweaks to charset conversion to make it more robust | |||
2016-11-06 | Merge pull request #10862 from FernetMenta/paplay | Martijn Kaijser | |
paplayer: add processInfo, fixes wrong seeking state | |||
2016-11-06 | Merge pull request #10866 from DaveTBlake/POPMConvertion | Martijn Kaijser | |
Fix conversion of POPM tag values to the new 0 to 10 user rating for songs | |||
2016-11-06 | Merge pull request #10860 from phate89/extract_digits | phate89 | |
Extract digits also from the new ratings' vote tag | |||
2016-11-05 | Merge pull request #10855 from ksooo/pvr-fix-epg-window-deadlock2 | Kai Sommerfeld | |
[PVR] Guide window: Fix another deadlock. | |||
2016-11-05 | Merge pull request #10869 from Paxxi/gitignore | Pär Björklund | |
[xbmc] Ignore some items that's been bugging me for a while | |||
2016-11-05 | Ignore some items that's been bugging me for a while | Pär Björklund | |
2016-11-05 | Merge pull request #10784 from Paxxi/libass | Pär Björklund | |
[deps][fix][win32] Fix embedded fonts in libass | |||
2016-11-05 | Remove unnecessary test that causes crashing | Pär Björklund | |
2016-11-05 | Code cleanup for GUIDialogVideoInfo | Kolja Lampe | |
2016-11-05 | Merge pull request #10817 from tamland/test_fixes | tamland | |
test fixes | |||
2016-11-05 | Minor tweaks to charset conversion to make it more robust | Pär Björklund | |
2016-11-05 | Fix 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_PATH | Christian 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-05 | paplayer: add processInfo, fixes wrong seeking state | Rainer Hochecker | |
2016-11-05 | REGRESSION: [amc] don't use for dvd's | Chris "Koying" Browet | |
2016-11-05 | FIX: [amc] revert most of drain stuff | Chris "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-05 | Extract digits also from the new ratings' vote tag | phate89 | |
2016-11-04 | Merge pull request #10854 from popcornmix/mmal_deint_overlay | popcornmix | |
[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-04 | Merge pull request #10851 from afedchin/seek_jump_sms | jenkins4kodi | |
2016-11-04 | [cmake] Add doc target that builds the doxygen documentation | Christian Fetzer | |
2016-11-04 | MMAL: Report deinterlace method to processinfo overlay | popcornmix | |
2016-11-04 | MMAL: Set processInfo in pool | popcornmix | |
2016-11-04 | MMAL: Make setting the decoder more consistent between MMALCodec and MMALFFMpeg | popcornmix | |
2016-11-04 | MMAL: Move pool into base class | popcornmix | |
2016-11-04 | Merge pull request #10847 from popcornmix/mmal_updates | popcornmix | |
A collection of MMAL fixes | |||
2016-11-04 | [depends] all platform but darwin: always use our own zlib | wsnipex | |
2016-11-04 | [SeekHandler] handle ACTION_JUMP_SMSX as numeric seek. | Anton Fedchin | |
2016-11-03 | Merge pull request #10837 from fetzerch/cmake_cleanup | Christian Fetzer | |
[cmake/cleanup] file(REMOVE/REMOVE_RECURSE) ignores non existing files | |||
2016-11-03 | Merge pull request #10836 from fetzerch/cmake_android_addon_fix | Christian Fetzer | |
[cmake/android] Fix binary-addon packaging | |||
2016-11-03 | Merge pull request #10834 from ronie/videoinfotag-trailer | ronie | |
[python] add getTrailer() function to the xbmc.InfoTagVideo() class | |||
2016-11-03 | Merge pull request #10802 from MartijnKaijser/system_usage | Martijn Kaijser | |
[strings] Clarify it's system memory/cpu usage | |||
2016-11-03 | MMAL: Avoid advanced deinterlace when using software decode and HD resolution | popcornmix | |
We fail to keep up with this use case | |||
2016-11-03 | MMALRender: Switch to deinterlace mode where frame flags are exclusively used | popcornmix | |
Ensures non-interlace frames are not deinterlaced when stream switches from interlaced to progressive with software decode | |||
2016-11-03 | mmalrender: Use computed framerate rather than version from configure | popcornmix | |
2016-11-03 | MMALRenderer: Ensure updated aspect ratio is seen in the case of a single ↵ | popcornmix | |
still frame | |||
2016-11-03 | MMAL: 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-03 | rbp: Ensure processinfo values are initialised | popcornmix | |
2016-11-03 | Merge pull request #10839 from graysky2/master | Cristiano A. Silva | |
more verbose help for --enable-optimizations | |||
2016-11-03 | Merge pull request #10844 from Kwiboo/free-side-data | jenkins4kodi | |
2016-11-02 | FFmpegImage: free avpacket side data | Jonas Karlman | |
2016-11-02 | Merge pull request #10843 from MartijnKaijser/uwp_bsod | Martijn Kaijser | |
[win32] Set minimum Windows 10 version for UWP |