Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-28 | [rebrand] web interface rename XBMC -. Kodi | uNiversaI | |
See http://forum.kodi.tv/showthread.php?tid=209999 Only needs favicon update, I dont have that | |||
2014-11-28 | Merge pull request #5835 from Memphiz/boblight | Memphiz | |
[depends] - add boblight to depends but don't install it (used for compi... | |||
2014-11-28 | [pvr] removes Timer and Guide item from root directory listing | xhaggi | |
2014-11-28 | [pvr] fix: remove slash at the end of the base path | xhaggi | |
2014-11-28 | Merge pull request #5834 from MartijnKaijser/shortwiki | Martijn Kaijser | |
shorten the wiki migration url | |||
2014-11-27 | Merge pull request #5773 from koying/fixdroidaarch64 | Martijn Kaijser | |
FIX droid on aarch64 (Nexus 9 - Tegra K1 64bits) | |||
2014-11-27 | Merge pull request #5833 from koying/fixupamlvideo | jenkins4kodi | |
2014-11-27 | shorten the wiki migration url | Martijn Kaijser | |
2014-11-27 | fixup aml no video: video lost after resume | Chris "Koying" Browet | |
2014-11-27 | [depends] - add boblight to depends but don't install it (used for compiling ↵ | Memphiz | |
the needed libboblight binary for the boblight addon) - seems this was lost since frodo ... | |||
2014-11-27 | [pvr] fix creation of item paths for root (pvr://) directory | xhaggi | |
2014-11-27 | [win32] Make sure we copy the userdata from the build into the ↵ | Martijn Kaijser | |
$INSTDIR/userdata". Since we only use the userdata from $APPDATE/${APP_NAME}/userdata/ or portable_data it's safe to wipe $INSTDIR/userdata. | |||
2014-11-27 | [win32] remove modelines_template.xml and kodi.log from installer package | Martijn Kaijser | |
2014-11-27 | [pvr] fix creation of an illegal group path in GetGroupList() | xhaggi | |
2014-11-27 | Merge pull request #5829 from wsnipex/fix-debian-package-script | Martijn Kaijser | |
fix: [linux] include ffmpeg tarball in mk-debian-package.sh | |||
2014-11-27 | Merge pull request #5828 from mkortstiege/container_pluginname | Martijn Kaijser | |
[infomanager] container.pluginname returns an empty string (fixes #15566) | |||
2014-11-27 | Merge pull request #5830 from FernetMenta/scaling | Martijn Kaijser | |
Revert "gl: multipass renderer would use wrong source pixels sizes" | |||
2014-11-27 | Revert "gl: multipass renderer would use wrong source pixels sizes" | Rainer Hochecker | |
This reverts commit 9255204c264b25969558035deeae4a6d2d7f2842. breaks HQ scaling for sw decoding on Linux | |||
2014-11-27 | Merge pull request #5826 from fritsch/upower | Peter Frühberger | |
Revert "linux: Check for Logind first, then *Kit-s with UPower when detecting PM framework" | |||
2014-11-27 | fix: [linux] include ffmpeg tarball in mk-debian-package.sh | wsnipex | |
needed because we cannot download anything during debuild stage | |||
2014-11-27 | Merge pull request #5827 from ace20022/fix_pvr_ret | jenkins4kodi | |
2014-11-27 | [infomanager] container.pluginname returns an empty string (fixes #15566) | Matthias Kortstiege | |
2014-11-27 | [pvr][cleanup] Return 'bRetrun' instead of 'true'. | ace20022 | |
cppcheck message: Variable 'bReturn' is assigned a value that is never used. | |||
2014-11-27 | Revert "linux: Check for Logind first, then *Kit-s with UPower when ↵ | fritsch | |
detecting PM framework" This reverts commit c70fa349c0a5c2392045dd00751f64391fbef2e2. It was not wrong but it seems distributions are not yet ready and the logind path for e.g. suspending is not as well implemented as the scripts called by upower initiated power operations. | |||
2014-11-27 | Merge pull request #5777 from FernetMenta/seek | Martijn Kaijser | |
dvdplayer: fix seek behind eof | |||
2014-11-26 | [pvr] always use last played group as current group on startup | xhaggi | |
This always use the last played group as current group on startup whether or not you enabled the option 'continue last channel on startup'. With it we'll have no difference in behavior. | |||
2014-11-26 | [pvr] re-init pvr manager on wake up | xhaggi | |
2014-11-26 | Merge pull request #5819 from Karlson2k/tmp_4_release | Karlson2k | |
[emufnc] Disable support for READ_TRUNCATED. To be reverted after Helix release | |||
2014-11-26 | Merge pull request #5822 from fritsch/vaapi-driver | Peter Frühberger | |
VAAPI: Print driver vendor string (which includes version) when opening context | |||
2014-11-26 | [pvr] bump addons | Sam Stenvall | |
2014-11-26 | VAAPI: Print driver vendor string (including version) when opening context | fritsch | |
2014-11-26 | changed: Don't perform wait-on-data if position is in our old cache | arnova | |
2014-11-26 | changed: Modify rate calculation to obtain a proper average with heavy ↵ | arnova | |
seeking/cache swapping | |||
2014-11-26 | Merge pull request #5815 from Memphiz/fixisocrash2 | Tobias Arrskog | |
[libdvdread] - fix partial read in file_read | |||
2014-11-26 | Merge pull request #5821 from Karlson2k/win32_smbfile_fix_04 | Tobias Arrskog | |
[win32] [vfs] Win32SMBFile::Stat(): fix wrong error code check | |||
2014-11-26 | Merge pull request #5820 from Memphiz/smb | Tobias Arrskog | |
Revert "smb: eliminate unused while loop in OpenDir" | |||
2014-11-26 | [win32] [vfs] Win32SMBFile::Stat(): fix wrong error code check | Karlson2k | |
2014-11-25 | Revert "smb: eliminate unused while loop in OpenDir" | Rainer Hochecker | |
This reverts commit aeebd22d2e88fd14f1b0624d0bdbc6f791a75892. Revert-reason: the commit broke the automated auth request dialog on password secured samba shares (dialog didn't show up - instead an empty error dialog was visible) | |||
2014-11-26 | [emufnc] Disable support for READ_TRUNCATED. To be reverted after Helix release. | Karlson2k | |
2014-11-25 | [libdvdread] - add patch for fixing partial reads in file_read - also ↵ | Memphiz | |
upstreamed for inclusion - patch by karlson2k | |||
2014-11-25 | [libdvdread] - fix partial reads in file_read - fixes iso playback on ios ↵ | Memphiz | |
(which doesn't use libdvdcss and therefore hits this bug) | |||
2014-11-25 | [release] bump to 14.0 rc1 | Martijn Kaijser | |
2014-11-25 | Merge pull request #5811 from MartijnKaijser/14.0b514.0b5-Helix | Martijn Kaijser | |
[release] bump to 14.0 beta5 | |||
2014-11-25 | Merge pull request #5806 from Memphiz/fixisocrash | Martijn Kaijser | |
[libdvdread] - fix out of bound access when playing some iso files | |||
2014-11-25 | Merge pull request #5810 from tamland/revert-5764 | jenkins4kodi | |
2014-11-25 | FIX: [droid] aarch64 is always neon-enabled | Chris "Koying" Browet | |
2014-11-25 | FIX: [sqlite] fix sqlite when built in 32bits and executed on 64bits | Chris "Koying" Browet | |
2014-11-25 | Revert "jobs: fixed segmentation fault when thumbnail loader abort" | Thomas Amland | |
This reverts commit eb99f7cdc7ef1cd3b707b7b5e788a0dbb2f8189a. Causes deadlock | |||
2014-11-25 | Merge pull request #5803 from koying/fixamltransparency | Chris Browet | |
FIX: [aml] no video on newer aml sdk | |||
2014-11-24 | [libdvdread] - fix out of bound access when playing some iso files | Memphiz | |