Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-16 | smb: drop try/catch of exceptions from C api | Joakim Plate | |
These won't throw catchable exceptions | |||
2014-11-16 | smb: don't add : for empty password | Joakim Plate | |
libsmbclient parser can't handle that | |||
2014-11-16 | smb: set workgroup using standard api | Joakim Plate | |
smb.conf file is only written once, thus changes in GUI will not have any effect | |||
2014-11-16 | Revert "[vfs] [posix] SMBFile: fix reading files opened with READ_TRUNCATED ↵ | Joakim Plate | |
flag" This reverts commit b202cd09426d1ce1e8921b827a84476472cf35fe. This change is invalid. The whole point of READ_TRUNCATED is to allow lower layer file systems to return any amount of data less than or equal to requested size. This is for efficiency reasons. After this change each request of X bytes from xbmc would result in multiple network roundtrips | |||
2014-11-16 | [osx] - mark removable shares which are either have DVD or CD media in it as ↵ | Memphiz | |
SOURCE_TYPE_DVD so the audio cd rip context menu is visible for it | |||
2014-11-16 | [vtb/vda] - use component debug logging | Memphiz | |
2014-11-16 | Merge pull request #5721 from MartijnKaijser/14.0b314.0b3-Helix | Martijn Kaijser | |
[release] bump to 14.0 beta3 | |||
2014-11-16 | [dvdplayer] Remove superfluous cast. | ace20022 | |
Since 923baa83e091bbf80159b8aff523915ec0af824a m_SpeedState.lasttime is a int64_t. | |||
2014-11-16 | [lang] update of skin.confluence language files | txtranslation | |
2014-11-16 | [lang] update of core language files | txtranslation | |
2014-11-16 | [lang] update of internal addon language files | txtranslation | |
2014-11-16 | IMX: Use Component Logging | fritsch | |
2014-11-16 | VDPAU: Component Logging | fritsch | |
2014-11-16 | VAAPI: Use Component Logging | fritsch | |
2014-11-16 | music library: add the possibility to clean the database in the background | montellese | |
2014-11-16 | Merge pull request #5720 from MartijnKaijser/15543 | Martijn Kaijser | |
show correct dialog header text for master lock code. fixes #15543 | |||
2014-11-16 | show correct dialog header text for master lock code. fixes #15543 | Martijn Kaijser | |
2014-11-16 | Merge pull request #5729 from Montellese/fix_music_queuing_15545 | Tobias Arrskog | |
fix queuing of songs starting playback if something is already playing | |||
2014-11-16 | video library: add the possibility to clean the database in the background | montellese | |
2014-11-16 | [pvr] fix update of groups and overriding group properties we only store locally | xhaggi | |
2014-11-16 | [pvr] persist channel group after updated from client | xhaggi | |
2014-11-16 | Merge pull request #5732 from FernetMenta/dr | Tobias Arrskog | |
fix incorrect display of fps when dr kicks in | |||
2014-11-15 | Merge pull request #5730 from Jalle19/add-base-call | Tobias Arrskog | |
[pvr] add missing call to parent's OnPrepareFileItems() | |||
2014-11-15 | Merge pull request #5731 from popcornmix/white_noise | Tobias Arrskog | |
[ResamplePi] Add support for formats that need shifting | |||
2014-11-15 | fix incorrect display of fps when dr kicks in | xbmc | |
2014-11-15 | Merge pull request #5651 from rbalint/fix-suspend | Tobias Arrskog | |
Fix suspend with upowerd >= 0.99.1 | |||
2014-11-15 | [ResamplePi] Add support for formats that need shifting | popcornmix | |
This case is triggered by HiFiBerry's 24-bit format. Requires updated firmware | |||
2014-11-15 | Merge pull request #5714 from FernetMenta/rewind2 | Peter Frühberger | |
dvdplayer: fix rewind | |||
2014-11-15 | Merge pull request #5716 from FernetMenta/amd | Rainer Hochecker | |
videorefclock: use videosync DRM on AMD systems | |||
2014-11-15 | Merge pull request #5637 from zzattack/ps3-keymap | Tobias Arrskog | |
[keymap] Fix PS3 dualshock for SDL2 | |||
2014-11-15 | Merge pull request #5626 from popcornmix/deinterlace_change | Tobias Arrskog | |
[mmalrenderer] Add choice of 3 deinterlace schemes | |||
2014-11-15 | Merge pull request #5683 from romanvm/master | Tobias Arrskog | |
Ukr and Rus language fixes | |||
2014-11-15 | Merge pull request #5693 from wsnipex/rtmp | Tobias Arrskog | |
[rtmp] fix crash on seek on live streams | |||
2014-11-15 | Merge pull request #5677 from foo86/enable-raspberrypi-optimization | Tobias Arrskog | |
[rbp] Enable optimization on Raspberry Pi | |||
2014-11-15 | Merge pull request #5696 from FernetMenta/flicker | Tobias Arrskog | |
dvdplayer: avoid short screen flicker caused by unnecessary reconfigure ... | |||
2014-11-15 | Merge pull request #5709 from FernetMenta/dtscorrection | Tobias Arrskog | |
dvdplayer: fix dts correction, again | |||
2014-11-15 | Merge pull request #5710 from FernetMenta/vaapivdpau | Tobias Arrskog | |
dvdplayer: vaapi, vdpau - implement codec control flags | |||
2014-11-15 | Merge pull request #5712 from zzattack/buttontranslator-fix | Tobias Arrskog | |
[buttontranslator] fix keymap overrides not working | |||
2014-11-15 | Merge pull request #5719 from fritsch/up | Tobias Arrskog | |
AESinkPULSE: Rebrand pulseaudio sink name to reflect kodi | |||
2014-11-15 | [lang] fix invalid or wrong language names to be in sync with Transifex | txtranslation | |
2014-11-15 | fix queuing of songs starting playback if something is already playing ↵ | montellese | |
(fixes #15545) | |||
2014-11-15 | [pvr] add missing call to parent's OnPrepareFileItems() | Sam Stenvall | |
2014-11-14 | [mmalrenderer] Add choice of 4 deinterlace schemes | popcornmix | |
2014-11-14 | Merge pull request #5728 from Memphiz/fixflicker | Memphiz | |
[darwin] - fix flicker in sysinfo - querying gateway via pipe needs a sleep | |||
2014-11-14 | [darwin] - fix flicker in sysinfo - querying gateway via pipe needs a sleep | Memphiz | |
2014-11-14 | Merge pull request #5718 from FernetMenta/pikemode | Rainer Hochecker | |
AE: always request float from sink when in fixed mode, fixes unwanted re... | |||
2014-11-14 | Merge pull request #5724 from uNiversaI/patch-1 | Sam Stenvall | |
[cosmetics] minor spacing in readme | |||
2014-11-14 | Merge pull request #5726 from Jalle19/undef-getcurrenttime | jenkins4kodi | |
2014-11-14 | [epg] rename GetCurrentTime() to avoid naming collision with | Sam Stenvall | |
Windows-specific macro | |||
2014-11-14 | [cosmetics] minor spacing in readme | uNiversaI | |
argh in tabs vs spaces |