aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-07Merge pull request #5814 from koying/fixamlpreviewjenkins4kodi
2014-12-07Merge pull request #5896 from ronie/weblogoMartijn Kaijser
replace webserver logo
2014-12-07Merge pull request #5880 from stefansaraev/pilMartijn Kaijser
Update PIL package to prevent crash with some addons
2014-12-07Merge pull request #5887 from Memphiz/linuxkeybackTobias Arrskog
[input/linux] - map KEY_BACK to xbmckey backspace - same like we do for ...
2014-12-07Merge pull request #5889 from FernetMenta/pcml16Tobias Arrskog
fix audio/l16 format used by DLNA
2014-12-07Merge pull request #5893 from FernetMenta/httpTobias Arrskog
fix getting charset from http header, incorrect usage of constructor for...
2014-12-07Merge pull request #5884 from koying/fixamcMartijn Kaijser
[droid;mediacodec] Bunch of Mediacodec fixes
2014-12-07[rebrand][osx] new iconsh.udo
2014-12-07[rebrand][upnp] new iconsh.udo
2014-12-07[rebrand][web interface] new favicon.icohudokkow
2014-12-07[rebrand][atv2] new AppIcon.pngh.udo
2014-12-07[rebrand][ios] new iconsh.udo
2014-12-06[rebrand][android] new iconsh.udo
2014-12-06[rebrand][win] new application.icoh.udo
2014-12-06FIX: [droid] fix launching leanback only appsChris "Koying" Browet
2014-12-06fix playback getting progressively slower and memory filling up until crashChainfire
The timeout in dequeueOutputBuffer has been increased to 50ms (from 5ms), to ensure a buffer will be available. While it appears this is not an issue on 4.4 and older, on Android 5.0 dequeueOutputBuffer with a 5ms timeout will usually fail, releaseOutputBuffer will not be called, and this will lead to most dequeueInputBuffer calls failing as well (far fewer than wanted fps calls will succeed). This in turn leads to the m_demux queue quickly filling up with the raw frame data, consuming all system memory, until a crash results.
2014-12-06replace webserver logoronie
2014-12-06VAAPI: Let untested drivers use vaapi via advanced settingfritsch
2014-12-06[skin] update re-touched skinMartijn Kaijser
2014-12-06dvdplayer: fix audio/l16 for ffmpeg demuxer, format cannot be probedRainer Hochecker
2014-12-06fix getting charset from http header, incorrect usage of constructor for stringRainer Hochecker
2014-12-06CCurlFile: allow getting full content typeRainer Hochecker
2014-12-06FIX: [amc] bail out on null hint sizeChris "Koying" Browet
2014-12-06[aml] Do not disable keyboard auto-repeat for Meson6 and higherAlex Deryskyba
Amlogic Meson6 and higher SoCs don't suffer anymore from the kernel bug mentioned in comments as they predecessors, so there's no need to disable the keyboard auto-repeat.
2014-12-05paplayer: drop broken PCM codec, use ffmpeg insteadRainer Hochecker
2014-12-05Merge pull request #5886 from mkortstiege/appendartjenkins4kodi
2014-12-05[input/linux] - map KEY_BACK to xbmckey backspace - same like we do for ↵Memphiz
android (key back as found on the wetek remote sends KEY_BACK keycode which is not mapped on linux and so isn't usable in openelec on that box)
2014-12-05[art] use correct art type when appending art to item listsMatthias Kortstiege
2014-12-05FIX: [amc] if omx returns w/h, use itChris "Koying" Browet
2014-12-05FIX: [amc] trap exception when mime is unsupportedChris "Koying" Browet
2014-12-05FIX: [amc] log exceptionsChris "Koying" Browet
2014-12-05FIX: [mediacodec] more exception checkingChris "Koying" Browet
2014-12-05FIX: [mediacodec] handle aspect ratioChris "Koying" Browet
2014-12-05FIX: [mediacodec] prevent crash if 'createByCodecName' throws an exception ↵Chris "Koying" Browet
(omx.rk)
2014-12-04Merge pull request #5881 from Memphiz/revertplistMemphiz
Revert "[airplay] - merge the binary plist and xml plist pathes in airpl...
2014-12-04Merge pull request #5869 from xhaggi/pvr-fix-sync-selected-itemSascha Woo
[pvr] fix async selected item behavior
2014-12-04Merge pull request #5864 from xhaggi/pvr-recordings-viewstate-per-dirlevelSascha Woo
[pvr] fix: separate sort orders for each directory in recordings window
2014-12-04Merge pull request #5878 from FernetMenta/streamsRainer Hochecker
dvdplayer: demuxer ffmpeg - do not create streams until having seen pat/...
2014-12-04Update PIL package to prevent crash with some addonsKarlson2k
2014-12-04Merge pull request #5879 from mihawk90/patch-2Martijn Kaijser
[keymap] Add support for XBOX One Controller for PC
2014-12-04[keymap] Add support for XBOX One Controller for PCTarulia
Also added missed Sabertooth in one Category
2014-12-03[cosmetics] fix indentationxhaggi
2014-12-03[pvr] fix: separate sort orders for each directory in recordings window xhaggi
2014-12-03dvdplayer: demuxer ffmpeg - do not create streams until having seen pat/pmt ↵Rainer Hochecker
for pvr
2014-12-03FIX: [droid;aml] fix preview scalingChris "Koying" Browet
2014-12-03Merge pull request #5873 from Memphiz/osxnewiconsMemphiz
[osx] new application icons
2014-12-03[skin] update re-touched skinMartijn Kaijser
2014-12-03[release] bump to 14.0 rc3Martijn Kaijser
2014-12-03[osx] new application iconsfastcolors
2014-12-03Merge pull request #5825 from uNiversaI/audiojenkins4kodi