Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-16 | [WIN] xbmc.cpp is not useful in Windows builds, exclude it | CrystalP | |
2012-04-14 | [win32] in VS project move MediaSource.cpp into utils folder (where ↵ | montellese | |
MediaSource.h is located) | |||
2012-04-14 | [WIN32] fixed: some wrong entries in the project files probably due to merging. | WiSo | |
2012-04-11 | [WIN32] updated libluray to 0.2.2. New packaging format. Will make it easier ↵ | WiSo | |
if we might get another depdownloader someday. | |||
2012-04-06 | Merge pull request #856 from amet/xbmc_monitor | Zeljko Ametovic | |
Callback function for xbmc module (xbmc.Monitor) | |||
2012-04-06 | Callback function for xbmc module (xbmc.Monitor) | amet | |
monitors for: - onSettingsChanged - onScreensaverDeactivated - onScreensaverActivated - onDatabaseUpdated, will return the database that has been updated (video/music) | |||
2012-04-04 | Merge branch 'ffmpeg_0.10.2' | elupus | |
2012-04-03 | Merge pull request #798 from jmarshallnz/vttc_texturecache_changes | jmarshallnz | |
Cleanup and TextureCache changes | |||
2012-04-04 | [WIN32] deleted UnRAR.exe as is shouldn't be needed anymore. | WiSo | |
2012-04-03 | move texture caching jobs to a separate file | Jonathan Marshall | |
2012-04-02 | [WIN32] updated Apples mDNSResponder to 333.10 in the hope of less problems ↵ | WiSo | |
with vanishing airplay icon (didn't helped me when my iPhone is resumed from standby). | |||
2012-03-31 | Update ffmpeg to n0.10.2 (f139838d6473c7b5152178f602cb953a824c2ff9) | elupus | |
xbmc ffmpeg 05f8b5549c5e20cf9a417069838edd6841d7bd40 | |||
2012-03-28 | win32: use libcec-1.5.2.zip from XBMC's mirrors as dep | Lars Op den Kamp | |
2012-03-27 | [rename] - rename all iFile and iDirectory implementations to have the ↵ | Memphiz | |
protocol in suffix instead of prefix in filesystem - fix includes after file renaming - split Slingbox to SlingboxFile and SlingboxDirectory - split HDHomeRun to HDHomeRunFile and HDHomeRunDirectory - fix buildsystem/projects after file renaming | |||
2012-03-27 | webserver: add special handling for data within POST requests | montellese | |
2012-03-27 | webserver: implement a jsonrpc handler | montellese | |
2012-03-27 | webserver: implement a webinterface addons handler | montellese | |
2012-03-27 | webserver: implement a webinterface handler | montellese | |
2012-03-27 | webserver: implement http-api and vfs http handlers | montellese | |
2012-03-27 | webserver: decouple specific usages like jsonrpc, http-api, vfs and ↵ | montellese | |
webinterface from CWebServer | |||
2012-03-27 | Merge pull request #469 from blinkseb/master | Sébastien Brochet | |
[WIN32] upgrade libass to v0.10.0. Harfbuzz support is coming later | |||
2012-03-27 | add CMime for mimetype resolving by file extension and use it in ↵ | montellese | |
CFileItem::GetMimeType() | |||
2012-03-27 | jsonrpc: add GUI namespace with ShowNotification method and "ControlGUI" ↵ | montellese | |
permission (closes #11443) | |||
2012-03-27 | cec: get libCEC-latest from packages.pulse-eight.net, so it can be updated ↵ | Lars Op den Kamp | |
separately, e.g. to add vendor support | |||
2012-03-27 | cec: added an option to configure whether or not to send an 'inactive ↵ | Lars Op den Kamp | |
source' message. bugzid: 439 | |||
2012-03-27 | cec: updated to libCEC 1.5. uses struct libcec_configuration to get and set ↵ | Lars Op den Kamp | |
the config in libCEC. | |||
2012-03-26 | jsonrpc: refactor to simplify includes | montellese | |
First of all the "architecture" of Announcers has changed. - Up until now every class that would like to listen to announcements going through CAnnouncementManager has to implement ANNOUNCEMENT::IAnnouncer. Furthermore they have to include AnnouncementUtils.h to get access to the CAnnouncementUtils::AnnouncementFlagToString method. AnnouncementUtils.h has been removed and the AnnouncementFlagToString method has been moved to IAnnouncer to get rid of that extra include. - The EAnnouncementFlag enum has been renamed to AnnouncementFlag as IMO a type name containing "Flag" already indicates that it's an enum. This one causes a lot of small changes throughout the whole JSON-RPC code which is why this diff is so huge. - A IJSONRPCAnnouncer has been introduced which derives from IAnnouncer and additionally contains the protected method AnnouncementToJSONRPC which translates any announcement into a valid JSON-RPC notification. This method was previously available as a protected method in CJSONUtils which required JSON-RPC announcers to derive from CJSONUtils just to use that specific method. As an example in the new code CTCPServer only needs to derive from IJSONRPCAnnouncer and not from both IAnnouncer and CJSONUtils. The other change is splitting up CJSONUtils into CJSONUtils which provides JSON-related utility methods and CJSONRPCUtils which provides JSON-RPC-related utility methods and types, specifically JSONRPC_STATUS (which was renamed from JSON_STATUS which wasn't really a matching name), the callback/method definition for methods implementing JSON-RPC functionality, the OperationPermission enum which defines the different permissions needed by JSON-RPC methods and convenience methods to translate permissions from and to strings. The work of seperating JSON-related stuff from JSON-RPC-related stuff is not 100% done yet but this commit contains most of that work. | |||
2012-03-26 | updated mingw env, cosmetics and a missing file. | WiSo | |
2012-03-26 | updated gcc to 4.6.2 | WiSo | |
2012-03-26 | [WIN32] file reshuffle: move win smb sources from win32 to filesystem/windows | WiSo | |
2012-03-25 | Merge pull request #511 from Montellese/websocket | Sascha Montellese | |
add websocket support for JSON-RPC | |||
2012-03-24 | [WIN32] fixed DX build by excluding GL sources (thanks elupus) and some ↵ | WiSo | |
ifdef magic. | |||
2012-03-20 | websocket: add support for version 13 by implementing RFC 6455 | montellese | |
2012-03-20 | network: add websocket implementation | montellese | |
Implementation after draft-ietf-hybi-thewebsocketprotocol-10 (http://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol-10). The usage of wss (secure websocket using TLS (Transport Layer Security)) is not yet supported. | |||
2012-03-20 | utils: add CHttpResponse to create custom HTTP responses | montellese | |
2012-03-20 | utils: add static Base64::Encode and Base64::Decode methods | montellese | |
2012-03-19 | Merged support for audio/L16 mimetype from andrewfg PR 251 | Sylvain Rebaud | |
2012-03-16 | [win32] add pythreadstate.h to the VS project | montellese | |
2012-02-20 | [WIN32] changed: move disc detection thread out of Application.cpp into ↵ | WiSo | |
Win32StorageProvider.cpp. | |||
2012-01-25 | changed: do TMSG_OPTICAL_MOUNT in job to prevent XBMC from freezing during ↵ | WiSo | |
CD/DVD detection (currently only in use by win32 as Linux/OSX? are using the DetectDVDType thread) | |||
2012-01-18 | add IAudioRenderer.h to win32 project | Jonathan Marshall | |
2012-01-12 | [WIN32] fixed: impossible to seek via nfs for files bigger than 2GB. closes ↵ | WiSo | |
#12351 (thanks Memphiz) | |||
2012-01-07 | [WIN32] bump libcurl to 7.21.6 to be in line with Linux and "future" OSX | WiSo | |
2012-01-02 | [WIN] more robust git rev extraction - use plumbing instead of porcelain | CrystalP | |
2012-01-02 | [WIN] change git exe priority order | CrystalP | |
Try msysgit first, as it's a direct port of the official tool. Newer msysgit installs a wrapper accessible in the path, try that first, then git.exe if found, and last tortoise git command line tool tgit.exe. | |||
2012-01-02 | [WIN] fix extraction to return unknown version in case the git tool doesn't ↵ | CrystalP | |
return any line | |||
2012-01-02 | [WIN] fix git rev extraction for BuildSetup | CrystalP | |
SETLOCAL was preventing the script from exporting the result as a variable. Simplified the script to avoid ENABLEDELAYEDEXPANSION and therefore SETLOCAL. | |||
2012-01-02 | [WIN32] fixed: somehow the manifest got lost for the debug dx build. | wsoltys | |
2012-01-02 | [WIN32] fixed: python scripts not running anymore. | wsoltys | |
Revert "[WIN] remove manifest file. It declared a dependency on the vs2008 runtime." This reverts commit e59aa6fa4eed8dc87b386a1f542814d4c9d8483b. | |||
2012-01-01 | [WIN] cosmetic - the quotes are not necessary | CrystalP | |