aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-12-02fix strings after #8180un1versal
Fixes a typo and normalizes the mentions of \"Videos\" and \"Pictures\" mentions
2015-12-02[strings] fix typoMartijn Kaijser
2015-12-02Merge pull request #8401 from MartijnKaijser/adjusttoMartijn Kaijser
[droid] Don't show option "sync playback to display" as it's not supp…
2015-12-02Merge pull request #8462 from HitcherUK/masterMartijn Kaijser
[skin.confluence] Fix main menu player controls
2015-12-02Merge pull request #8465 from DaveTBlake/FixAddonPlayMissingArtDave Blake
Fix Missing Art in GetItem when Played from Music Addon. Fixes ticket #15416
2015-12-01[lang] bump major version of the en_GB language-addontxtranslation
2015-12-01[lang] updated language files from Transifex for Skin Confluencetxtranslation
2015-12-01[lang] updated language files from Transifextxtranslation
2015-12-01[lang] automatic syntax corrections for the en_GB language filetxtranslation
2015-12-01Merge pull request #8437 from Razzeee/fix-content-typesRazzeee
Fix content types. Fixes #16392
2015-12-01Set FileItem from MusicInfoTag rather than create new and lose artwork in ↵DaveTBlake
CPlayerOperations::GetItem. This now similar to how video handled.
2015-12-01Merge pull request #8449 from koying/fixamlChris Browet
Various AML fixes and cleanups
2015-12-01Merge pull request #8368 from Memphiz/touch_workaround_filemanagerjenkins4kodi
2015-11-30[touch/filemanager] - workaround for the non-working touch input in the ↵Matthias Kortstiege
filemanager window
2015-11-30[skin.confluence] Fix main menu player controlsHitcherUK
when playing live TV
2015-11-30[string] fix c/p mistakeMartijn Kaijser
2015-11-30[strings] fix incorrect setting descriptionMartijn Kaijser
2015-11-30Fix content types for video. Library paths should not get "files" content type.Kolja Lampe
2015-11-30Fix content types for music. Root and source pathes should not get "files" ↵Kolja Lampe
content type. Also improved playlists handling and added addon handling.
2015-11-30Merge pull request #8398 from ronie/musicvideo-scraperMartijn Kaijser
remove broken musicvideos scraper
2015-11-30Merge pull request #8453 from ronie/overlaysMartijn Kaijser
[gui] drop video/music overlay dialogs leftover part III
2015-11-30Merge pull request #8455 from fritsch/ffmpeg-2.8.3-Jarvis-beta3Martijn Kaijser
ffmpeg: Bump to 2.8.3-Jarvis-beta3
2015-11-29Merge pull request #8456 from AlwinEsch/adsp-fixAlwin Esch
[adsp] fix seg fault if DSP becomes enabled
2015-11-29Merge pull request #8452 from ksooo/fix-pvr-window-flickerKai Sommerfeld
[PVR] Timer update: Fix handling of timers with 'start at any time'
2015-11-29[adsp] Remove unused newRegistration variable during addon registration methodAchim Turan
2015-11-29Merge pull request #8446 from Memphiz/fix_http_traversaljenkins4kodi
2015-11-29[adsp] fix wrong function error check on databaseAlwin Esch
2015-11-28Merge pull request #8422 from Razzeee/coverity-stuffRazzeee
Some coverity fixes for music and pictures
2015-11-28ffmpeg: Bump to 2.8.3-Jarvis-beta3fritsch
2015-11-28Merge pull request #8451 from hudokkow/fix_wrong_message_addon_installtamland
[addons] Fix wrong text on failed add-on install
2015-11-28[adsp] fix crash and frezzes during add-on loadAlwin Esch
2015-11-28[adsp] cleanup system start wayAlwin Esch
2015-11-28[gui] drop video/music overlay dialogs leftover part IIIronie
2015-11-27[PVR] Timer update: Fix handling of timers with 'start at any time'Kai Sommerfeld
2015-11-27FIX: [aml] avoid decoder being deadlockedChris Browet
2015-11-27Merge pull request #8445 from metaron-uk/fix-trac16365Kai Sommerfeld
[PVR] Mark Created ChannnelGroups as Loaded on Persist (extra fix #16365)
2015-11-27[addons] Fix wrong text on failed add-on installh.udo
2015-11-27[AMLCodec] Use libamcodec.so if libamplayer.so is missingJan Holthuis
Some Linux distibutions like OpenELEC and ArchLinuxARM ship libamcodec.so instead of libamplayer.so, which is included in the latest buildroot package (2015-01-20-4a5990f135) from Amlogic: http://openlinux.amlogic.com/wiki/index.php/Arm/Buildroot (buildroot/package/multimedia/aml_libs/src/amcodec/Makefile, line 26) Thus, users of these distros will eventually run into this issue: ERROR: Unable to load libamplayer.so, reason: libamplayer.so: cannot open shared object file: No such file or directory This commit fixes that by checking if libamplayer.so can be loaded, and if not, we'll try to use libamcodec.so instead.
2015-11-27[AMLCodec] Remove dependency on amffmpeg and use libavutil insteadJan Holthuis
2015-11-27[AMLCodec] Remove unused methods/members from DllLibAmCodec/am_private_tJan Holthuis
The methods "h263vld" and "decodeble_h263()" from DllLibAmCodec are not used anymore. The "h263_decodable" member from the am_private_t struct is also obsolete now. Although the struct member "flv_flag" gets assigned, is never read, so we remove it, too.
2015-11-27[AMLCodec] Remove unreachable code in set_header_info()Jan Holthuis
2015-11-27FIX: [aml] smarter capabilities detectionChris "koying" Browet
2015-11-27CHG: [aml] drop device-specific hacksChris "koying" Browet
2015-11-27CHG: [aml] remove cpufreq hacksChris "koying" Browet
2015-11-27PD#113872:First kodi 15.2 version for amlogicJian Wang
1.Fixed can not play h265 and 4k with amcodec 2.Fixed video zoom error 3.Merge some patch from old versionx Change-Id: I79e333d5ce30ea461f849416df446032d8936d85
2015-11-27Merge pull request #8430 from koying/deletekeymapjenkins4kodi
2015-11-27Merge pull request #8393 from MilhouseVH/disable_onlyfullgroupbyjenkins4kodi
2015-11-27Merge pull request #8426 from lharms/bugfix-m2tsskipRainer Hochecker
Time sometimes moves backwards coming up from base libraries
2015-11-26time sometimes moves backwards coming up from base librariesLeonard Harms
2015-11-26Merge pull request #8407 from tamland/pause_repo_updates_workaroundMartijn Kaijser
[addons] workaround for pausing repository updates during playback