Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-04 | Merge pull request #1357 from opdenkamp/pvr | Lars Op den Kamp | |
[pvr] add PVR and EPG support to XBMC | |||
2012-09-05 | [pvr] added translations for dutch, finnish, german and spanish | Lars Op den Kamp | |
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-09-04 | Merge pull request #1371 from Montellese/paplayer_callbacks | Sascha Montellese | |
PAPlayer: add missing calls to IPlayerCallback's OnPlayBackResumed() and OnPlayBackPaused() | |||
2012-09-04 | Merge pull request #1363 from mad-max/xbox_obsolete | Arne Morten Kvarving | |
removed obsolete XBOX definition | |||
2012-09-04 | [WIN32] updated libbluray to 0.2.3 | WiSo | |
2012-09-04 | removed obsolete XBOX definition | Max Auer | |
2012-09-04 | PAPlayer: add missing calls to IPlayerCallback's OnPlayBackResumed() and ↵ | montellese | |
OnPlayBackPaused() | |||
2012-09-04 | Merge pull request #1368 from alcoheca/upnp-direct-streaming-fix | Alasdair Campbell | |
[UPnP] xbmc-get protocol (direct streaming) has been ignored by filesystem since last Platinum update | |||
2012-09-04 | [UPnP] xbmc-get protocol (direct streaming) has been ignored by filesystem ↵ | Alasdair Campbell | |
since last Platinum update | |||
2012-09-04 | [tmdb] - fix the german description of this addon since it was fucked up. | Memphiz | |
2012-09-04 | Merge pull request #1317 from jimfcarroll/fix-12578 | Jim Carroll | |
Potential Deadlock fix | |||
2012-09-04 | Merge pull request #1364 from mad-max/keymap | Matthias Kortstiege | |
removed obsolete keymapping.txt | |||
2012-09-04 | cosmetics | spiff | |
2012-09-04 | removed obsolete keymapping.txt | Max Auer | |
2012-09-03 | Merge pull request #1362 from opdenkamp/cleanup-old-libhts | Arne Morten Kvarving | |
removed old project files and stdint.h from lib/libhts | |||
2012-09-04 | removed old project files and stdint.h from lib/libhts. no longer being any more | Lars Op den Kamp | |
2012-09-03 | [osx] - adapt readme - we are supporting osx 10.88 | Memphiz | |
2012-09-03 | [osx/ml] - allow to build XBMC against osx sdk 10.8 | Memphiz | |
2012-09-03 | [projectm] - fix type name clash between type_t from projectm and type_t ↵ | Memphiz | |
from osx sdk10.8 | |||
2012-09-03 | [droid] replace hard-coded "android-10" with in packaging makefile (thanks ↵ | montellese | |
fape) | |||
2012-09-03 | Merge pull request #1258 from Montellese/gsoc_xsp_and_or | Sascha Montellese | |
smartplaylist extensions & extended filtering in JSON-RPC | |||
2012-09-03 | jsonrpc: allow more complex XSP-based filters | montellese | |
2012-09-03 | JSONServiceDescription: refactor to be able to handle recursive JSON schema ↵ | montellese | |
type definitions | |||
2012-09-03 | jsonrpc: add basic XSP-based filtering to ↵ | montellese | |
(Audio|Video)Library.Get(Movies|TVShows|Episodes|MusicVideos|Artists|Albums|Songs) | |||
2012-09-03 | smartplaylists: extend to support nested AND/OR rules (only from/to JSON) | montellese | |
2012-09-03 | [droid] also remove directories in a skin's "media" directory during packaging | montellese | |
2012-09-03 | Merge pull request #1273 from vdrfan/fav-thumbs | Matthias Kortstiege | |
Ability to set custom thumbnails on favorites | |||
2012-09-03 | Merge pull request #1286 from vdrfan/utf8-nfo | Matthias Kortstiege | |
Verify encoding when importing nfo files | |||
2012-09-03 | store scrollsuffix as wide string, fixes #13299 | pieh | |
2012-09-03 | Merge pull request #1308 from Montellese/jsonrpc_getfiledetails | Sascha Montellese | |
JSON-RPC: add Files.GetFileDetails | |||
2012-09-03 | jsonrpc: fix limiting in VideoLibrary.GetRecentlyAdded* | montellese | |
2012-09-03 | jsonrpc: fix "total" value returned by AudioLibrary.GetArtists | montellese | |
2012-09-03 | jsonrpc: fix JSON schema description for List.Limits properties | montellese | |
2012-09-03 | Merge pull request #1268 from Montellese/picture_zoom_rotate | Sascha Montellese | |
Improved picture zooming and rotating on touch devices | |||
2012-09-03 | Merge pull request #1360 from MartijnKaijser/master | Martijn Kaijser | |
version bump September merge window | |||
2012-09-03 | release: bump versions for September merge window | Martijn Kaijser | |
2012-09-02 | Merge pull request #1285 from wsoltys/minidump | wsoltys | |
[WIN32] Create minidumps for threads terminated by exceptions | |||
2012-09-02 | Cosmetic: unify capitalizations | Garrett Brown | |
2012-09-02 | Childtype of any item in recently added episodes/movies/music videos node is ↵ | pieh | |
NODE_TYPE_NONE (default child type) Fixes items from these nodes being considered directories in CDirectory::Exists() check. This fixes not being able to play items from upnp server's recently added nodes on some upnp clients (including other xbmc instances) as UPnP server would specify item as container on single item details request Removes unneeded includes | |||
2012-09-02 | Merge pull request #1352 from Voyager-xbmc/timerprecision-fix | wsoltys | |
Set system timer precision back to 1ms - post getting rid of SDL fix | |||
2012-09-02 | post-SDL removal fix: use 1 ms timer precision | Voyager-xbmc | |
2012-09-02 | Merge pull request #1345 from koying/sqlitelocation | Memphiz | |
FIX: Actually allows to specify sqlite3 databases location | |||
2012-09-02 | cosmetic: correct typo in name PacketStatus | Joakim Plate | |
Thx spiff for the quick shout-out at devcon | |||
2012-09-02 | dvdplayer: Make sure packet status is self contained with constructor and ↵ | Joakim Plate | |
destructor | |||
2012-09-02 | fixed: upper case TTF fonts would not work in skin font sets | spiff | |
fixed by doing case-insensitive operations | |||
2012-09-01 | Fix uninitialized m_decode.msg throwing exception in DVDPlayerAudio after ↵ | Damian Huckle | |
43b0cf6ada834a8d662cc16ea56206d62c9586be | |||
2012-09-01 | [AE] Fix potential engine deadlock after sink de-inits | Damian Huckle | |
2012-09-01 | [AE][WASAPI] Handle audio event callback when sink is being deinitialized | Damian Huckle | |
2012-09-01 | Merge pull request #1340 from kylhill/master | Joakim Plate | |
Fix Coverity Static Analysis Issues in XBMC |