Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-09 | Merge pull request #9492 from rbalint/porting-fixes | Wolfgang Schupp | |
Porting fixes | |||
2016-04-09 | Merge pull request #9587 from FernetMenta/overlay | Rainer Hochecker | |
VideoPlayer: init memeber m_textureId of CDVDOverlay | |||
2016-04-09 | Move the CRegion::SetGlobalLocale description to the header and change it to ↵ | phate89 | |
doxygen format | |||
2016-04-09 | Format numbers with localized separators | phate89 | |
2016-04-09 | VideoPlayer: init memeber m_textureId of CDVDOverlay | Rainer Hochecker | |
2016-04-09 | Merge pull request #9581 from tamland/cleanupleftovers | tamland | |
clean up leftovers | |||
2016-04-09 | Merge pull request #9579 from tamland/fix_add_source | tamland | |
fix 'add source' button after ae4fcd0 | |||
2016-04-09 | [pvr] add virtual and override to shared CPVRClients functions | Alwin Esch | |
2016-04-09 | [pvr] reduce compare amount on PVRManager to detect window | Alwin Esch | |
2016-04-08 | [win32] VS2015 fix for libdvd | Voyager1 | |
2016-04-08 | [cmake] binary addons: log the specific addons to be bootstrapped | montellese | |
2016-04-08 | [cmake] binary addons: no need to pass CMAKE_BUILD_TYPE to the bootstrap project | montellese | |
2016-04-08 | [cmake] binary addons: pass ADDONS_TO_BUILD as a whitespace (instead of ↵ | montellese | |
semicolon) separated string | |||
2016-04-08 | [cmake] binary addons: trim ADDONS_TO_BUILD parameter to avoid empty entries ↵ | montellese | |
in the list | |||
2016-04-08 | [addons] cleanup specifiers | Thomas Amland | |
2016-04-08 | [addons] remove viz library leftovers | Thomas Amland | |
2016-04-08 | [addons] remove CanInstall. unused | Thomas Amland | |
2016-04-08 | remove LoadSettings from IAddon. unused | Thomas Amland | |
2016-04-08 | remove old xbmc.gui v5.1.0 compatibility code | Thomas Amland | |
2016-04-08 | Merge pull request #9573 from Montellese/mime_cleanup | jenkins4kodi | |
2016-04-08 | make heading in add/edit source dialog properly translatable | Thomas Amland | |
2016-04-08 | fix 'add source' vfs button after ae4fcd0 | Thomas Amland | |
2016-04-08 | Merge pull request #9578 from FernetMenta/overlay | Rainer Hochecker | |
VideoPlayer: fix mem leak in subtitle processing | |||
2016-04-08 | VideoPlayer: fix mem leak in subtitle processing | Rainer Hochecker | |
2016-04-07 | proper rounding of temperature values - fixes trac #16671 | ronie | |
2016-04-07 | Merge pull request #9574 from stefansaraev/refreshrate | Stefan Saraev | |
FIX: [droid] cap refresh rates when probing, too | |||
2016-04-07 | [tests] call CServiceManager::Init2() after having set the temporary path in ↵ | montellese | |
CSpecialProtocol | |||
2016-04-07 | [win32] fix DelayLoadDLLs VS property for the "Debug Testsuite" configuration | montellese | |
2016-04-07 | FIX: [droid] cap refresh rates when probing, too | Chris \"Koying\" Browet | |
2016-04-07 | [utils] CMime: make parseMimeType() private | montellese | |
2016-04-07 | Merge pull request #9570 from phil65/python-set-imdbnumber | Philipp Temminghoff | |
[python-api] allow setting imdbnumber / set / setid for listitems | |||
2016-04-07 | Merge pull request #9572 from ace20022/cid2 | Andreas Zelend | |
[fix] CID 1358356, 1358357, 1358358: Out-of-bounds write (OVERRUN). | |||
2016-04-07 | Merge pull request #9571 from ace20022/dvdinput_clean | Andreas Zelend | |
[dvd] Remove duplicated members. | |||
2016-04-07 | [fix] CID 1358356, 1358357, 1358358: Out-of-bounds write (OVERRUN). | ace20022 | |
2016-04-07 | [dvd] Remove duplicated members. | ace20022 | |
2016-04-06 | [python-api] allow setting imdbnumber / set / setid for listitems | phil65 | |
2016-04-06 | Merge pull request #9561 from fetzerch/cmake_exportfiles | Christian Fetzer | |
[cmake] Speed up export-files target | |||
2016-04-06 | Merge pull request #9566 from taxigps/sup | Andreas Zelend | |
fix for PR #9559 | |||
2016-04-06 | fixed: wrong parameter | taxigps | |
2016-04-06 | Merge pull request #9559 from taxigps/sup | Andreas Zelend | |
add support for external PGS/.sup subtitles | |||
2016-04-06 | Merge pull request #9564 from ace20022/vs_mpeg2 | Andreas Zelend | |
[win32] Cleanup project files after libmpeg2 removal. | |||
2016-04-06 | Merge pull request #9546 from tamland/fix_21_upgrade | tamland | |
[addons] change db version 21 update to set system addons to disable | |||
2016-04-06 | [win32] Cleanup project files after libmpeg2 removal. | ace20022 | |
2016-04-06 | Merge pull request #9563 from fetzerch/cmake_ffmpeg | Christian Fetzer | |
[cmake] Fix passing CMAKE_BUILD_TYPE in FindFFMPEG | |||
2016-04-06 | [cmake] Fix passing CMAKE_BUILD_TYPE in FindFFMPEG | Christian Fetzer | |
2016-04-06 | [cmake] Speed up export-files target | Christian Fetzer | |
The export-files target mirrors files from the source tree to the build tree (such as system/ userdata/ addons/) by doing a byte wise diff which is slow. Instead generate a CMake script that uses file(COPY) which only copies if the source is newer. Measurements on Linux machine (real time, cmake + make export-files): - first run (with cleaned page caches): 19+27s vs. 19+6s - consecutive run (with cleaned page caches): 12+35s vs. 12+3s - consecutive run: 6+18s vs. 6+0.3s Measurements on Windows machine (real time, cmake + make export-files): - first run: 43+65s vs. 52+8s - consecutive run: 19+62s vs. 29+1.5s | |||
2016-04-06 | Merge pull request #9562 from ronie/estouchy7 | ronie | |
[Estouchy] change include syntax | |||
2016-04-06 | [Estouchy] change include syntax | ronie | |
2016-04-05 | Merge pull request #9512 from ace20022/win_cov | Andreas Zelend | |
[coverity] Some cleanup/fixes | |||
2016-04-05 | CID 77514: Out-of-bounds read (OVERRUN). | ace20022 | |