Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-10 | Merge pull request #4545 from Memphiz/nfsexportlist | Trent Nelson | |
[win32] - nfs fix | |||
2014-03-26 | Merge pull request #4476 from Memphiz/shairplayfix | jmarshallnz | |
[shairplay] - upstream backports - fix password protection and socket race condition | |||
2014-03-15 | Merge pull request #4421 from FernetMenta/pvr | jmarshallnz | |
[PVR] bump add-ons | |||
2014-03-15 | Merge pull request #4386 from FernetMenta/flac | jmarshallnz | |
paplayer: drop flac/wav decoder, use ffmpeg instead | |||
2014-03-11 | Merge pull request #4352 from Memphiz/libnfsdowngradewin32 | jmarshallnz | |
[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 anyway | Jonathan Marshall | |
2014-02-14 | [WIN32] fixed: missing some dlls for the mingw environment | wsoltys | |
2014-02-13 | [PVR] bump add-ons | Lars Op den Kamp | |
2014-02-09 | Add DVDVideoCodec.cpp to Visual Studio | Rainer Hochecker | |
2014-02-01 | remove unused MusicInfoTagLoaderWav | Jonathan Marshall | |
2014-01-28 | [PVR] sync add-ons | Lars 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 addons | WiSo | |
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-06 | Revert "[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-ons | Lars Op den Kamp | |
2013-12-30 | Merge pull request #3916 from Karlson2k/fix_update_win32_tinyxml | wsoltys | |
[win32] Update tinyxml and use "new" package format | |||
2013-12-30 | Merge pull request #3927 from Karlson2k/fix_update_mysqlclient | wsoltys | |
[win32] Update mysql package, use "new" package type | |||
2013-12-29 | [win32] Update sqlite to new bugfix version from same branch | Karlson2k | |
Compile by MSVC using same settings as other XBMC dlls Include .pdb file | |||
2013-12-29 | [win32] Update mysql package, use "new" package type | Karlson2k | |
* build with same settings as all XBMC static libs * add .PDB files to fix linker warnings | |||
2013-12-29 | Revert "[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 branch | Karlson2k | |
Compile by MSVC using same settings as other XBMC dlls Include .pdb file | |||
2013-12-28 | [win32] Use "new" package format for tinyxml | Karlson2k | |
2013-12-24 | [WIN32] changed: used repackaged libxslt and libxml2. No need for the ↵ | WiSo | |
packaging scripts (thanks karlson2k) | |||
2013-12-23 | Merge pull request #3758 from jmarshallnz/xslt_scraper | jmarshallnz | |
XSLT support in scrapers | |||
2013-12-22 | [scrapers] Support XSLT transforms (XML->XML) in the scrapers | night199uk | |
2013-12-18 | Merge pull request #3844 from opdenkamp/cecbump | Lars Op den Kamp | |
[CEC] bump to libCEC 2.1.4 | |||
2013-12-18 | [CEC] bump to libCEC 2.1.4 | Lars Op den Kamp | |
changelog can be found here: https://github.com/Pulse-Eight/libcec/blob/release/ChangeLog | |||
2013-12-16 | Revert add of generated file in 66e8eb2e9c0c9d7f044850ddd5e3b8e6aeb14925 | Joakim Plate | |
2013-12-15 | Use std::string instead of CStdString in URL.cpp | Garrett 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-07 | Merge pull request #3589 from afedchin/dxva-hd | wsoltys | |
[dxva] added dxva-hd renderer as alternative native dxva video processing. | |||
2013-12-07 | [win32] update PCRE depend package | Karlson2k | |
.pdb files now included in package | |||
2013-12-07 | [info] splits InfoSingle/Expression out from InfoBool.h | Jonathan Marshall | |
2013-12-03 | [dxva] added dxva-hd renderer as alternative native dxva. | Anton Fedchin | |
2013-11-27 | Merge pull request #3667 from Karlson2k/pcre_reports_more_01 | jmarshallnz | |
Put more data to log on RegExp UTF-8 errors | |||
2013-11-18 | Add Utf8Utils.h/.cpp with class for UTF-8 string manipulations | Karlson2k | |
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-12 | Merge pull request #3559 from Montellese/settings_split | jmarshallnz | |
settings: move settings library files into separate folder | |||
2013-11-12 | Merge pull request #3622 from opdenkamp/pvr19addonfix | Lars Op den Kamp | |
[pvr] bump add-ons (missing stubs in nextpvr) | |||
2013-11-12 | [win32] update VS project files | montellese | |
2013-11-12 | [gtest] - move test for texturecache to textureutils as the tested method ↵ | Memphiz | |
also moved classes... fixes compile of testsuite | |||
2013-11-12 | Merge pull request #3552 from jmarshallnz/SubsCore | Zeljko Ametovic | |
Move subtitle addon core handling to core. | |||
2013-11-12 | [subtitles] adds new dialog for subtitles to core. | Jonathan Marshall | |