aboutsummaryrefslogtreecommitdiff
path: root/lib/addons
AgeCommit message (Collapse)Author
2013-10-24[FIX]Make clean dependencies fixperpe
2013-08-11[cosmetic] update copyright headersMartijn Kaijser
2013-07-17[win32] fix library.xbmc.foo builds after ↵montellese
cc988c14d2c13cee4633b316065e4cf335328e99
2013-07-09added callback methods for binary add-ons to get codec id information from ↵Lars Op den Kamp
XBMC, so the dep on avcodec.h can be removed. only IDs used by pvr.hts and pvr.vdr.vnsi have been included
2013-07-06Merge pull request #2889 from Karlson2k/win32_sse2wsoltys
Enable SSE2 for win32
2013-06-27Fix memory leak and a failed ASSERT under win32 Debug build. A string was ↵Garrett Brown
being double-strdup'ed, causing delete[] to fail when deleting the copy from the different heap instead of the local one. Tracking down the assert to dbgheap.c gives the following message: > a bad pointer has been passed in. It may be totally bogus, or it may have been allocated from another heap. The pointer MUST come from the 'local' heap.
2013-06-18[win32] Enable SSE2 everywhereKarlson2k
2013-06-09pvr: win32: Make sure that the addon libs define TARGET_WINDOWSChristian Fetzer
Recently, _WIN32 has been replaced by TARGET_WINDOWS. Since this is a project specific define and not a system variable, we have to make sure that the PVR addon libs define this in their project configuration. Otherwise the libs won't export any symbols and the PVR addons cannot be loaded.
2013-06-04[WIN32] fix compiler error after 7b65508685ef7a6f3c16e9b341b2b71fafaa46b2 ↵wsoltys
(we got time to test it ... :)
2013-03-19depends: remove python pil helper scripts and docs, they've been moved to ↵Cory Fields
depends
2013-03-07Merge remote-tracking branch 'fernetmenta/addongui' into pvrapi_1_7_0. ↵Lars Op den Kamp
Github issue #1816
2013-03-01expose GUIRenderingControl to addongui libxbmc
2013-02-16addons: Add WakeOnLan functionChristian Fetzer
WakeOnLan allows addons to send a wol magic packet. This can be used for example in pvr addons to wake up a pvr backend.
2013-02-09[cosmetics] update date in GPL headerMartijn Kaijser
2012-11-14addon GUI: fix segault in destroy windowxbmc
2012-11-10[pvr] added FreeString()Lars Op den Kamp
2012-11-10[pvr] return char* instead of const char* from UnknownToUTF8, ↵Lars Op den Kamp
GetLocalizedString and GetDVDMenuLanguage. use strdup to dupe the strings
2012-11-10[pvr] fixed UnknownToUTF8() on the PVR interface. fixes ↵Lars Op den Kamp
https://github.com/opdenkamp/xbmc-pvr-addons/issues/68
2012-10-21[osx/iosx] fixed build, remove read_only_relocs flag on linker, you only ↵davilla
need it for wacky asm code and it is not present for x86_64 gcc-4.2
2012-10-09[pvr] added TriggerEpgUpdate to the PVR interface, so an add-on can force an ↵Lars Op den Kamp
EPG update for a channel
2012-09-29[addons] Added FileExists, StatFile, DeleteFile, CreateDirectory, ↵Christian Fetzer
DirectoryExists and RemoveDirectory to libXBMCaddon
2012-09-25[addons] fixed return type of XBMC_get_file_chunk_size (int instead ofChristian Fetzer
in64_t)
2012-09-25[addons] Modified vc project files to generate debug information forChristian Fetzer
libXBMC_addon / libXBMC_gui / libXBMC_pvr
2012-09-25[addons] Removed global variables in addon callback shared librariesChristian Fetzer
2012-09-18added CanOpenDirectory() to AddonCallbacksAddonLars Op den Kamp
2012-09-18expose CFile operations to add-onsLars Op den Kamp
2012-09-16[hack] replace pointers to temporaries with a memleakKyle Hill
Patch from spiff: this is the proper solution as such, but it needs to be made clear in the API docs that the caller is reponsible for freeing the strings
2012-09-05[pvr] added PVR support to XBMC (taken from ↵Lars Op den Kamp
https://github.com/opdenkamp/xbmc/commit/c576c080532a0e4c4ffc7babd57782f80a6951ba) add-ons are not included, but can be found here: https://github.com/opdenkamp/xbmc-pvr-addons
2012-01-22[ios] fixes #12508, PIL on ATV2 not supporting indexed PNGsdavilla
2011-10-11[osx/ios] fixed, Imaging-1.1.7 has a design quirk where one can import it ↵davilla
two different ways resulting in different python HASH for the same module. If the HASH is different then imaging calls exit(1) and everything dies. Mod to ignore this. Note Imaging-1.2 alpha changes this behavor to use one namespace ie. PIL
2011-10-07[osx/ios] fixed build of script.module.pil, this also add the ability to ↵davilla
cross-build any python module
2011-09-11change to our mirrors, http://www.effbot.org/downloads is unreliabledavilla
2011-07-24Attempt to find PIL with external python first before building our own.Andres Mejia
2011-06-22[osx/ios] fixed, change from old osx/depends to new darwin/dependsdavilla
2011-05-02Fix trac 11461. third party python library PIL now builds correctly under linux.Jim Carroll
2011-04-18Added a backward compatibility stub for pysqlite2.Jim Carroll
2011-03-08[osx] fixed, script.module.pil buildbeenje
2011-02-09fixed: python script.modules buildvdrfan
2011-01-23Revert "Merge remote branch 'upstream/master'"Lars Op den Kamp
This reverts commit 4e98a514c6a2975ec234fe19fe058e7e74bcfb7d, reversing changes made to 8d73cbde1dcd240d80bee9301d0321703a15c995.
2011-01-20CRLFLars Op den Kamp
2011-01-09pvr: libXBMC_addon.dll is a C dll and should not use std::string as function ↵Marcel Groothuis
argument or return type. This fixes heap corruption problems under VC++.
2011-01-09windows: Add addon & PVR support libraries to VS2010 solutionMarcel Groothuis
windows: Add MediaPortal PVR client to VS2010 solution
2011-01-04pvr: fixed: missing LDFLAGS for pvr libs and clients from: anssihLars Op den Kamp
2011-01-04pvr: fix vs2008 project file for libXBMC-pvrLars Op den Kamp
2011-01-04merge pvr-testing2 svn rev 32591 into trunkLars Op den Kamp
2010-08-06fixed: #9818 - script.module.pysqlite double directory fix patch (thanks giftie)vdrfan
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32535 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-11case monster exists on OSX, python app is called python.exedavilla
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31714 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-07-10added: Build scripts for pysqlite2 and PIL script.module addons (Might need ↵althekiller
OSX love) git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31702 568bbfeb-2a22-0410-94d2-cc84cf5bfa90