Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-27 | Merge pull request #9686 from stefansaraev/deps-cleanup | Stefan Saraev | |
[cleanup] remove unused depends | |||
2016-04-27 | Merge pull request #9673 from stefansaraev/pvr-needsconfig | Stefan Saraev | |
[pvr] needs_configuration is deadcode now | |||
2016-04-27 | [skin] save skin settings early on exit | Stefan Saraev | |
2016-04-27 | Merge pull request #9694 from afedchin/vplayer | Anton Fedchin | |
[VideoPlayer] fixup! stalls after seek. | |||
2016-04-27 | [VideoPlayer] fixup! stalls after seek. | Anton Fedchin | |
2016-04-27 | Merge pull request #9690 from MartijnKaijser/refclock | Martijn Kaijser | |
[droid] [refclock] do not stop callback when focus is lost. | |||
2016-04-27 | cpluff: Build ExternalProject in source | Sam Spilsbury | |
CPluff doesn't like to be built out of source. | |||
2016-04-27 | videoplayer: Don't add ffmpeg as a dep to a target that may not exist | Sam Spilsbury | |
2016-04-27 | cmake: Don't add a library if it has no sources | Sam Spilsbury | |
This can happen with VDPAU and VAAPI disabled. | |||
2016-04-26 | [droid] [refclock] do not stop callback when focus is lost. thx to koying | Martijn Kaijser | |
2016-04-26 | Merge pull request #9677 from bkuhls/gcc6_pvr | Stefan Saraev | |
xbmc_pvr_types.h: Fix compilation with gcc6 | |||
2016-04-26 | Merge pull request #9682 from bkuhls/powerpc | Stefan Saraev | |
configure.ac: Add target_platform=target_linux for powerpc | |||
2016-04-26 | Merge pull request #9688 from MartijnKaijser/goodbye | Martijn Kaijser | |
Chop out anything before Android 5 and don't build with amlogic | |||
2016-04-26 | [droid] stop building with amlogic | Martijn Kaijser | |
2016-04-26 | [droid] Set Android 5.0 as minimum | Martijn Kaijser | |
2016-04-26 | [depends] remove libogg / libvorbis | Stefan Saraev | |
2016-04-26 | [depends] remove libflac | Stefan Saraev | |
2016-04-26 | [cleanup] remove not need ogg/vorbis check from configure.ac | Stefan Saraev | |
2016-04-26 | Merge pull request #9289 from shadamik/ios_openssl | Martijn Kaijser | |
[depends] - build fixes for libxslt and openssl | |||
2016-04-26 | Merge pull request #9401 from OpenELEC/configure-cleanup | Martijn Kaijser | |
Configure cleanup, this removes some leftovers in configure.ac | |||
2016-04-26 | Merge pull request #9685 from AlwinEsch/fix-doxygen-parts | Martijn Kaijser | |
[doxygen] Fix and improve doxygen parts | |||
2016-04-26 | [doxygen] Add doc_header alias | Alwin Esch | |
2016-04-26 | [doxygen] fix wrong file name include in addon docs | Alwin Esch | |
2016-04-25 | Merge pull request #9676 from hudokkow/cmake_fixes_2 | Christian Fetzer | |
[cmake] Some more fixes | |||
2016-04-25 | configure.ac: Add target_platform=target_linux for powerpc | Bernd Kuhls | |
2016-04-25 | Merge pull request #9680 from afedchin/win32_fixes | Anton Fedchin | |
[dxvahd] fixup! dxva processor after 39542765368b2f913f49d0a6e4fe91e1… | |||
2016-04-25 | [dxvahd] fixup! dxva processor after 39542765368b2f913f49d0a6e4fe91e159b2df74 | Anton Fedchin | |
2016-04-25 | Merge pull request #9678 from afedchin/win32_fixes | Anton Fedchin | |
[Win32] a set of fixes for windows. | |||
2016-04-25 | Merge pull request #9414 from MaxKellermann/build | Martijn Kaijser | |
Various minor build fixes | |||
2016-04-24 | [WinRenderer] Shift actual copying DXVA surface from decoder thread to ↵ | Anton Fedchin | |
render thread. | |||
2016-04-24 | [WinSystemWin32DX] Fix high CPU usage when there are no GUI updates. | Anton Fedchin | |
2016-04-24 | [RenderSystemDX] increase buffer count. this improve performance on low ↵ | Anton Fedchin | |
powered systems. | |||
2016-04-24 | [dxva] cosmetics. | Anton Fedchin | |
2016-04-24 | [dxvahd] A bit re-factor + cosmetics | Anton Fedchin | |
2016-04-24 | [WinSystemWin32] Alternative way to make window foreground. | Anton Fedchin | |
2016-04-24 | Merge pull request #9642 from tamland/addondb_fixes | tamland | |
[addons] database improvements | |||
2016-04-24 | Merge pull request #9510 from tamland/fix_peripherals_deadlock | tamland | |
[peripherals] fix deadlock | |||
2016-04-24 | xbmc_pvr_types.h: Fix compilation with gcc6 | Bernd Kuhls | |
Using gcc-Version 6.0.1 20160415 (prerelease) (Buildroot 2016.05-git-01066-gdcf7e2a) a build error occurs when compiling current git HEAD of kodi-pvr-vbox: /home/buildroot/br2_kodi17/output/host/usr/i586-buildroot-linux-uclibc/sysroot/usr/include/kodi/xbmc_pvr_dll.h:424:63: error: 'SEEK_SET' was not declared in this scope long long SeekLiveStream(long long iPosition, int iWhence = SEEK_SET); ^~~~~~~~ /home/buildroot/br2_kodi17/output/host/usr/i586-buildroot-linux-uclibc/sysroot/usr/include/kodi/xbmc_pvr_dll.h:505:67: error: 'SEEK_SET' was not declared in this scope long long SeekRecordedStream(long long iPosition, int iWhence = SEEK_SET); ^~~~~~~~ This commit fixes the problem by including stdio.h. | |||
2016-04-24 | [cmake] Package additional xbt files (themes) | Christian Fetzer | |
2016-04-24 | Merge pull request #9378 from bkuhls/texturepacker_gcc46 | Martijn Kaijser | |
native/TexturePacker: fix compilation with gcc 4.6 | |||
2016-04-24 | [cmake] Remove core_find_git_rev() dead code and print 'nogitfound' if .git ↵ | h.udo | |
dir is missing | |||
2016-04-24 | [cmake][addons] Modernize README | h.udo | |
2016-04-24 | [cmake] Install xbmc.addon/*.xsd files | h.udo | |
2016-04-24 | [cmake] Don't copy test files to install dir | h.udo | |
2016-04-24 | [pvr] needs_configuration is deadcode now | Stefan Saraev | |
2016-04-24 | Merge pull request #9658 from MaxKellermann/pvr2 | Kai Sommerfeld | |
PVR code cleanup | |||
2016-04-24 | Merge pull request #9661 from fritsch/ffmpegpicture | Martijn Kaijser | |
FFmpegImage: Fix memory leak | |||
2016-04-24 | Merge pull request #8818 from tempura-san/patch-1 | Martijn Kaijser | |
fix build-tools deprecation | |||
2016-04-24 | Merge pull request #9560 from AlwinEsch/next-addon-doc-part | Martijn Kaijser | |
[addon] add doxygen documentation for skin controls | |||
2016-04-24 | Merge pull request #9637 from mk01/master_imx_clkengine | Peter Frühberger | |
[IMX/RefClock] refactor refclock IMX core engine. |