aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-11-03Merge pull request #5621 from popcornmix/omx_unusedTobias Arrskog
[omxplayer] Remove unused function
2014-11-03Update GPL license XBMC -> KodiMartijn Kaijser
2014-11-03[release] bump to 14.0 beta2Martijn Kaijser
2014-11-03[release] also bump version in configure.in14.0b1-HelixMartijn Kaijser
2014-11-03Merge pull request #5461 from MartijnKaijser/14.0b1Martijn Kaijser
[release] bump to 14.0 beta1
2014-11-03Merge pull request #5612 from Jalle19/fix-delete-recording-directorySascha Woo
[pvr] fix deleting recording folders
2014-11-03Merge pull request #5640 from uNiversaI/patch-2Tobias Arrskog
[Readme] xbmc -> kodi left over
2014-11-03xbmc -> left over uNiversaI
I guess its up to huceke to update his buildroot readmes.
2014-11-03Merge pull request #5639 from Montellese/revert_upnp_sourcesjenkins4kodi
2014-11-03Merge pull request #5605 from yanniks/readmelnxMartijn Kaijser
Update READMEs for Linux / Ubuntu
2014-11-03Revert "media library: add UPnP servers to sources://<mediatype>"montellese
This reverts commit 762602329985513e071da34502a5b4af2ec83f65.
2014-11-03Revert "upnp: fire an update source message when a UPnP server becomes ↵montellese
available/unavailable" This reverts commit ff7416411df2d7f83906417232eee9466419be7b.
2014-11-02Merge pull request #5633 from FernetMenta/refclockRainer Hochecker
videorefclock: fix potential segfault on systems which do not support vi...
2014-11-02Merge pull request #5550 from phil65/dialogselect_dynamic_sizeronie
dynamic dialog size for DialogSelect.xml
2014-11-02Merge pull request #5616 from anaconda/fix-markwatched-pathMartijn Kaijser
Fix marking a video with a resume point as watched.
2014-11-02Merge pull request #5636 from ronie/presetlistMartijn Kaijser
nuke presetlist action. fixes #15518
2014-11-02nuke presetlist action. fixes #15518ronie
2014-11-02FIX: [droid] allow to build without debugging and pickup jenkins configurationChris "Koying" Browet
2014-11-02Merge pull request #5630 from Memphiz/ip5fixMartijn Kaijser
[ios] - fix iphone5s screensize on ios8.x runtime
2014-11-02videorefclock: fix potential segfault on systems which do not support video syncRainer Hochecker
2014-11-02[linux/ubuntu] update README filesyanniks
2014-11-02dvdplayer: exclude blurays from fast anylyzinh mpegts streamsRainer Hochecker
2014-11-02[rebrand] - change default username of webserver from xbmc to kodiMemphiz
2014-11-02settings: fix combination of updated settings and default value handlingmontellese
2014-11-02[ios] - replace the launch images holding the XBMC logo with plain black ↵Memphiz
images (as those aren't shown on most devices anyways and our startup time is fast enough to not need visible launch images)
2014-11-02[ios] - add the launchimage for iphone5 screens to the info.plist - restores ↵Memphiz
iphone5 resolution on ios8
2014-11-02Merge pull request #5618 from koying/fixdroidpvrpackagingMartijn Kaijser
FIX: [depends] install pvr at the proper, name depdendant, place
2014-11-02Merge pull request #5343 from tamland/local-scan-fixMartijn Kaijser
Video info scanner fix: scan the entire subtree of path passed to scanner.
2014-11-02Merge pull request #5587 from mkortstiege/invalidateMartijn Kaijser
Invalidate path hash on remove so the infoscanner can pick it up again
2014-11-02Merge pull request #5594 from mkortstiege/avoid_music_dupe_scanMartijn Kaijser
[musicinfoscanner] keep track of already processed paths while scanning
2014-11-02Merge pull request #5601 from mkortstiege/cleandb_archivesMartijn Kaijser
[videodatabase] speed up the video database cleanup for archives
2014-11-02Merge pull request #5593 from tamland/runscript-fixMartijn Kaijser
fix script.library type missing in runscript/runaddon checks.
2014-11-02Merge pull request #5614 from Montellese/rebrand_cmakejenkins4kodi
2014-11-01[CEC] Added support for CEC buttons introduced by HDMI 1.4Kai Sommerfeld
- CONTENTS_MENU - ROOT_MENU - TOP_MENU - DVD-MENU (Requires at least libcec 2.2.0)
2014-11-01Merge pull request #5617 from fritsch/pgs_subsMartijn Kaijser
FIX: PGS Subs: Don't read from null ptr
2014-11-01[AE] Allow resampler to indicate when it has too much data bufferedpopcornmix
The Pi resampler doesn't want more samples submitted when it has a whole input buffer queued, and drops data in this case. This can be triggered when video clock is enabled and audio is resampled. The FFMPEG resampler buffers more data internally and wants up to two input buffers submitted. Add a method to query if there is space for more samples, and return approprate values.
2014-11-01Merge pull request #5589 from fritsch/vaapi-loggingRainer Hochecker
VAAPI: Change some loglevels - we are spamming too much
2014-11-01Merge pull request #5607 from Matricom/obbfixMartijn Kaijser
Use APP_NAME_LC for generating the android library
2014-11-01Merge pull request #5620 from popcornmix/render_buffersMartijn Kaijser
[omxplayer] Request 3 render buffers
2014-11-01Merge pull request #5622 from popcornmix/avsyncMartijn Kaijser
[rbp/settings] Allow av sync type to be enabled
2014-11-01Fix marking a video with a resume point as watched.anaconda
Although the video was being marked as watched, the resume point wasn't cleared. CFileItem::GetPath() returns the virtual library path, causing CVideoDatabase::GetFileId() to return -1 as it couldn't find any actual file and CVideoDatabase::ClearBookMarksOfFile(int) was never called. See: http://forum.kodi.tv/showthread.php?tid=207213 This commit also fixes an incorrect use of SetPlayCount(1) when marking as watched by replacing it with IncrementPlayCount().
2014-11-01Merge pull request #5610 from opdenkamp/libcec-2.2.0Lars Op den Kamp
libCEC fixes
2014-11-01[rbp/settings] Allow av sync type to be enabledpopcornmix
It works for dvdplayer
2014-11-01[omxplayer] Remove unused functionpopcornmix
2014-11-01[omxplayer] Request 3 render bufferspopcornmix
This avoids stuttering when using subtitle and avoids a warning of too few render buffers
2014-11-01FIX: [depends] install pvr at the proper, name depdendant, placeChris "Koying" Browet
2014-11-01PGS Subs: Don't read from null ptr and Flush on errorfritsch
2014-11-01Merge pull request #5582 from FernetMenta/refclockRainer Hochecker
VideoReferenceClock: refactor, fixes, video sync for RPi
2014-11-01[cec] [win32] Use new package formatKarlson2k
2014-11-01[CEC] use device name 'Kodi' instead of 'XBMC'Lars Op den Kamp