aboutsummaryrefslogtreecommitdiff
path: root/project
AgeCommit message (Collapse)Author
2014-04-10Merge pull request #4545 from Memphiz/nfsexportlistTrent Nelson
[win32] - nfs fix
2014-03-26Merge pull request #4476 from Memphiz/shairplayfixjmarshallnz
[shairplay] - upstream backports - fix password protection and socket race condition
2014-03-15Merge pull request #4421 from FernetMenta/pvrjmarshallnz
[PVR] bump add-ons
2014-03-15Merge pull request #4386 from FernetMenta/flacjmarshallnz
paplayer: drop flac/wav decoder, use ffmpeg instead
2014-03-11Merge pull request #4352 from Memphiz/libnfsdowngradewin32jmarshallnz
[win32/libnfs] - downgrade to 1.3.0 because of issues with 1.6 on window...
2014-02-23[WIN32] remove harfbuzz library as its already compiled within our ↵wsoltys
"internal" libass (see https://github.com/xbmc/libass)
2014-02-23[WIN32] basic implementation of a IMMNotificationClient interface to notify ↵WiSo
XBMC in case of audio device changes.
2014-02-22[osx] drop CDVDAudioCodecPassthroughFFmpeg - it was broken in 4f74e67f2f anywayJonathan Marshall
2014-02-14[WIN32] fixed: missing some dlls for the mingw environmentwsoltys
2014-02-13[PVR] bump add-onsLars Op den Kamp
2014-02-09Add DVDVideoCodec.cpp to Visual StudioRainer Hochecker
2014-02-01remove unused MusicInfoTagLoaderWavJonathan Marshall
2014-01-28[PVR] sync add-onsLars Op den Kamp
2014-01-24[info] don't ToLower() info conditions prior to resolving them - we need ↵Jonathan Marshall
only compare them caseless in the info store
2014-01-21[WIN32] fixed: exit on build failure with pvr addonsWiSo
2014-01-20[PVR] bump add-ons (win32 bugfix)wsoltys
2014-01-12[win32/nfs] - bump windows version of nfs 1.6.2 for windows (forced __stat64 ↵Memphiz
struct on windows as done on all other platforms via FILE_OFFSET_BITS=64)
2014-01-10[WIN32] fixed: don't copy skins via BuildSetup.bat. They're provided via ↵WiSo
their own build.bat
2014-01-06Revert "[WIN32] changed: use up to 4 parallel msbuild workers."wsoltys
This reverts commit 162347f2b027ad7b333c5864a4153c5ece7c754f. This change works fine if the windows vm is the only one compiling. Since the recent build logs showed a longer compile time when doing builds for all platforms I'll revert this for now to see if it was the culprit.
2014-01-05[WIN32] changed: use up to 4 parallel msbuild workers.wsoltys
2014-01-04[PVR] bump add-onsLars Op den Kamp
2013-12-30Merge pull request #3916 from Karlson2k/fix_update_win32_tinyxmlwsoltys
[win32] Update tinyxml and use "new" package format
2013-12-30Merge pull request #3927 from Karlson2k/fix_update_mysqlclientwsoltys
[win32] Update mysql package, use "new" package type
2013-12-29[win32] Update sqlite to new bugfix version from same branchKarlson2k
Compile by MSVC using same settings as other XBMC dlls Include .pdb file
2013-12-29[win32] Update mysql package, use "new" package typeKarlson2k
* build with same settings as all XBMC static libs * add .PDB files to fix linker warnings
2013-12-29Revert "[win32] Update sqlite to new bugfix version from same branch"wsoltys
This reverts commit f9863978997b2fb509f64bb1c26fa1a2f33919a9.
2013-12-29[win32] Update sqlite to new bugfix version from same branchKarlson2k
Compile by MSVC using same settings as other XBMC dlls Include .pdb file
2013-12-28[win32] Use "new" package format for tinyxmlKarlson2k
2013-12-24[WIN32] changed: used repackaged libxslt and libxml2. No need for the ↵WiSo
packaging scripts (thanks karlson2k)
2013-12-23Merge pull request #3758 from jmarshallnz/xslt_scraperjmarshallnz
XSLT support in scrapers
2013-12-22[scrapers] Support XSLT transforms (XML->XML) in the scrapersnight199uk
2013-12-18Merge pull request #3844 from opdenkamp/cecbumpLars Op den Kamp
[CEC] bump to libCEC 2.1.4
2013-12-18[CEC] bump to libCEC 2.1.4Lars Op den Kamp
changelog can be found here: https://github.com/Pulse-Eight/libcec/blob/release/ChangeLog
2013-12-16Revert add of generated file in 66e8eb2e9c0c9d7f044850ddd5e3b8e6aeb14925Joakim Plate
2013-12-15Use std::string instead of CStdString in URL.cppGarrett Brown
I'm really glad I caught this. Some unlucky fellow begrudgingly doing a find-and-replace for CStdString has just been spared a small headache.
2013-12-10[WIN32] build vortex visualization within xbmc project and adapt it to the ↵WiSo
current addon api.
2013-12-07Merge pull request #3589 from afedchin/dxva-hdwsoltys
[dxva] added dxva-hd renderer as alternative native dxva video processing.
2013-12-07[win32] update PCRE depend packageKarlson2k
.pdb files now included in package
2013-12-07[info] splits InfoSingle/Expression out from InfoBool.hJonathan Marshall
2013-12-03[dxva] added dxva-hd renderer as alternative native dxva.Anton Fedchin
2013-11-27Merge pull request #3667 from Karlson2k/pcre_reports_more_01jmarshallnz
Put more data to log on RegExp UTF-8 errors
2013-11-18Add Utf8Utils.h/.cpp with class for UTF-8 string manipulationsKarlson2k
2013-11-17[WIN32] fixed: XBMC wasn't found on my setup with win 8.1. Updating the ↵wsoltys
mdnsresponder helped. Since doPublishService is called by different threads guard the service creation to avoid multiple inits.
2013-11-16[pvr] bump add-ons (fix version of addon.gui)Rainer Hochecker
2013-11-12Merge pull request #3559 from Montellese/settings_splitjmarshallnz
settings: move settings library files into separate folder
2013-11-12Merge pull request #3622 from opdenkamp/pvr19addonfixLars Op den Kamp
[pvr] bump add-ons (missing stubs in nextpvr)
2013-11-12[win32] update VS project filesmontellese
2013-11-12[gtest] - move test for texturecache to textureutils as the tested method ↵Memphiz
also moved classes... fixes compile of testsuite
2013-11-12Merge pull request #3552 from jmarshallnz/SubsCoreZeljko Ametovic
Move subtitle addon core handling to core.
2013-11-12[subtitles] adds new dialog for subtitles to core.Jonathan Marshall