Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-02 | fix strings after #8180 | un1versal | |
Fixes a typo and normalizes the mentions of \"Videos\" and \"Pictures\" mentions | |||
2015-12-02 | [strings] fix typo | Martijn Kaijser | |
2015-12-02 | Merge pull request #8401 from MartijnKaijser/adjustto | Martijn Kaijser | |
[droid] Don't show option "sync playback to display" as it's not supp… | |||
2015-12-02 | Merge pull request #8462 from HitcherUK/master | Martijn Kaijser | |
[skin.confluence] Fix main menu player controls | |||
2015-12-02 | Merge pull request #8465 from DaveTBlake/FixAddonPlayMissingArt | Dave 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-addon | txtranslation | |
2015-12-01 | [lang] updated language files from Transifex for Skin Confluence | txtranslation | |
2015-12-01 | [lang] updated language files from Transifex | txtranslation | |
2015-12-01 | [lang] automatic syntax corrections for the en_GB language file | txtranslation | |
2015-12-01 | Merge pull request #8437 from Razzeee/fix-content-types | Razzeee | |
Fix content types. Fixes #16392 | |||
2015-12-01 | Set FileItem from MusicInfoTag rather than create new and lose artwork in ↵ | DaveTBlake | |
CPlayerOperations::GetItem. This now similar to how video handled. | |||
2015-12-01 | Merge pull request #8449 from koying/fixaml | Chris Browet | |
Various AML fixes and cleanups | |||
2015-12-01 | Merge pull request #8368 from Memphiz/touch_workaround_filemanager | jenkins4kodi | |
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 controls | HitcherUK | |
when playing live TV | |||
2015-11-30 | [string] fix c/p mistake | Martijn Kaijser | |
2015-11-30 | [strings] fix incorrect setting description | Martijn Kaijser | |
2015-11-30 | Fix content types for video. Library paths should not get "files" content type. | Kolja Lampe | |
2015-11-30 | Fix 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-30 | Merge pull request #8398 from ronie/musicvideo-scraper | Martijn Kaijser | |
remove broken musicvideos scraper | |||
2015-11-30 | Merge pull request #8453 from ronie/overlays | Martijn Kaijser | |
[gui] drop video/music overlay dialogs leftover part III | |||
2015-11-30 | Merge pull request #8455 from fritsch/ffmpeg-2.8.3-Jarvis-beta3 | Martijn Kaijser | |
ffmpeg: Bump to 2.8.3-Jarvis-beta3 | |||
2015-11-29 | Merge pull request #8456 from AlwinEsch/adsp-fix | Alwin Esch | |
[adsp] fix seg fault if DSP becomes enabled | |||
2015-11-29 | Merge pull request #8452 from ksooo/fix-pvr-window-flicker | Kai Sommerfeld | |
[PVR] Timer update: Fix handling of timers with 'start at any time' | |||
2015-11-29 | [adsp] Remove unused newRegistration variable during addon registration method | Achim Turan | |
2015-11-29 | Merge pull request #8446 from Memphiz/fix_http_traversal | jenkins4kodi | |
2015-11-29 | [adsp] fix wrong function error check on database | Alwin Esch | |
2015-11-28 | Merge pull request #8422 from Razzeee/coverity-stuff | Razzeee | |
Some coverity fixes for music and pictures | |||
2015-11-28 | ffmpeg: Bump to 2.8.3-Jarvis-beta3 | fritsch | |
2015-11-28 | Merge pull request #8451 from hudokkow/fix_wrong_message_addon_install | tamland | |
[addons] Fix wrong text on failed add-on install | |||
2015-11-28 | [adsp] fix crash and frezzes during add-on load | Alwin Esch | |
2015-11-28 | [adsp] cleanup system start way | Alwin Esch | |
2015-11-28 | [gui] drop video/music overlay dialogs leftover part III | ronie | |
2015-11-27 | [PVR] Timer update: Fix handling of timers with 'start at any time' | Kai Sommerfeld | |
2015-11-27 | FIX: [aml] avoid decoder being deadlocked | Chris Browet | |
2015-11-27 | Merge pull request #8445 from metaron-uk/fix-trac16365 | Kai Sommerfeld | |
[PVR] Mark Created ChannnelGroups as Loaded on Persist (extra fix #16365) | |||
2015-11-27 | [addons] Fix wrong text on failed add-on install | h.udo | |
2015-11-27 | [AMLCodec] Use libamcodec.so if libamplayer.so is missing | Jan 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 instead | Jan Holthuis | |
2015-11-27 | [AMLCodec] Remove unused methods/members from DllLibAmCodec/am_private_t | Jan 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-27 | FIX: [aml] smarter capabilities detection | Chris "koying" Browet | |
2015-11-27 | CHG: [aml] drop device-specific hacks | Chris "koying" Browet | |
2015-11-27 | CHG: [aml] remove cpufreq hacks | Chris "koying" Browet | |
2015-11-27 | PD#113872:First kodi 15.2 version for amlogic | Jian 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-27 | Merge pull request #8430 from koying/deletekeymap | jenkins4kodi | |
2015-11-27 | Merge pull request #8393 from MilhouseVH/disable_onlyfullgroupby | jenkins4kodi | |
2015-11-27 | Merge pull request #8426 from lharms/bugfix-m2tsskip | Rainer Hochecker | |
Time sometimes moves backwards coming up from base libraries | |||
2015-11-26 | time sometimes moves backwards coming up from base libraries | Leonard Harms | |
2015-11-26 | Merge pull request #8407 from tamland/pause_repo_updates_workaround | Martijn Kaijser | |
[addons] workaround for pausing repository updates during playback |