Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-01 | [addons] add support for pre-gzipped addons.xml in repositories | Thomas Amland | |
2015-12-01 | [events] fix removal of events (fixes #16403) | montellese | |
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 | add utility for decompressing gzip | Thomas Amland | |
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-27 | The Info action is not useful in an addon | John Rennie | |
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 | |||
2015-11-26 | [webserver] - fixed possible directory traversal bug due to insufficient url ↵ | Memphiz | |
checking | |||
2015-11-26 | Merge pull request #8413 from metaron-uk/cMenuCrash | Kai Sommerfeld | |
[PVR] Context Menu Crash Fix (trac #16229) | |||
2015-11-26 | [MySQL] Restore pre-5.7.6 query optimizer behaviour when required | MilhouseVH | |
2015-11-26 | FIX: allow to delete a default key binding | Chris "koying" Browet | |
2015-11-26 | [MySQL] Disable ONLY_FULL_GROUP_BY per session | MilhouseVH | |
2015-11-26 | Merge pull request #8438 from koying/fixmediakeys2 | Chris Browet | |
FIX: [droid] always handle media keys... (fixes #16388) | |||
2015-11-26 | [PVR] Mark Created groups as Loaded on Persist | metaron | |
(additional fix for trac 16365) | |||
2015-11-26 | Coverity fix check return value (CID 1224459) | Kolja Lampe | |