Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-21 | Merge pull request #5774 from Karlson2k/cpu_freq_short_01 | Karlson2k | |
SysInfo: show CPU frequency as "XXXX MHz" instead of "XXXX,00MHz" | |||
2014-11-21 | dvdplayer: call UpdateClockMaster in regular intervals, state of ↵ | Rainer Hochecker | |
videorefclock may change | |||
2014-11-21 | Merge pull request #5766 from Memphiz/cafixdigital | Memphiz | |
[AE/CA] - fix regression introduced in the enumeration refactor - handle "hackintosh" audio devices with "digital" in the name as digital devices | |||
2014-11-21 | Merge pull request #5770 from Memphiz/cmakejenkins | Memphiz | |
[jenkins] - refactor jenkins scripts to centralise the decision for | |||
2014-11-21 | SysInfo: show CPU frequency as "XXXX MHz" instead of "XXXX,00MHz" | Karlson2k | |
2014-11-21 | [win32] CPUInfo: fix CPU frequency wrongly count in GHz instead of MHz, ↵ | Karlson2k | |
fixes #15555 | |||
2014-11-20 | [depends] ffmpeg: define make threads if number of cpu cores detection fails | wsnipex | |
fixes native building on some ARM platforms | |||
2014-11-20 | [jenkins] - refactor jenkins scripts to centralise the decision for | Memphiz | |
rebuilding depends - add project/cmake dir as criterion | |||
2014-11-20 | [Keyboard Layouts] Add Polish QWERTY | h.udo | |
2014-11-20 | dvdplayer: update dropping stats after every call to decode | Rainer Hochecker | |
2014-11-20 | Merge pull request #5769 from Jalle19/fix-namespace-typo | Tobias Arrskog | |
Fix namespace typo | |||
2014-11-20 | fix namespace typo | Sam Stenvall | |
2014-11-20 | Merge pull request #5734 from tamland/dvdstackfix | Tobias Arrskog | |
[videoinfoscanner] fix video_ts folder not stacked on movie scan | |||
2014-11-20 | Merge pull request #5765 from Karlson2k/win32_python278 | Martijn Kaijser | |
[win32] Update python package to 2.7.8 | |||
2014-11-20 | copy: support chunked reads so that CFile internal buffer is eliminated | Joakim Plate | |
This eliminates memory copies cpu overhead by multiple calls. | |||
2014-11-20 | fixed: quell printf format warnings | Arne Morten Kvarving | |
2014-11-20 | vda: only allow ffmpeg VDA when advanced setting enable it | Joakim Plate | |
It currently cause corruption during playback of some files | |||
2014-11-20 | Merge pull request #5764 from elupus/jobsegv | Joakim Plate | |
jobs: fixed segmentation fault when thumbnail loader abort | |||
2014-11-19 | [AE/CA] - fix regression introduced in the enumeration refactor - handle ↵ | Memphiz | |
"hackintosh" audio devices with "digital" in the name as digital devices | |||
2014-11-19 | [AE/CA] - constify getName of CADevice | Memphiz | |
2014-11-20 | [win32] Update python package to 2.7.8 | Karlson2k | |
2014-11-19 | jobs: fixed segmentation fault when thumbnail loader abort | Joakim Plate | |
JobManager grab a copy of the CWorkItem then release the lock, if the cancel occurs right then. The callback can be in progress after the CancelJob finishes. Several locations assume it's safe to delete the callback target after having cancelled pending jobs, so make sure we wait for any in progress job completions or job progress calls. | |||
2014-11-19 | [Fix] Manually activated subs, if classified as irrelevant, were not shown ↵ | ace20022 | |
on resume. This is fixed by saving the subtitle's index upon manual activation. | |||
2014-11-19 | [linux] systemd-coredumpctl was renamed to coredumpctl, support both in kodi.sh | wsnipex | |
2014-11-19 | fixed compilation error with undefined ARRAY_SIZE | Andriy Prystupa | |
Signed-off-by: Andriy Prystupa <andriy.prystupa@globallogic.com> | |||
2014-11-19 | Merge pull request #5756 from MartijnKaijser/brokenaddons | jenkins4kodi | |
2014-11-19 | [skin] update re-touched | Martijn Kaijser | |
2014-11-19 | gl: multipass renderer was broken when RECT textures was used as source | Joakim Plate | |
FBO is now always rendered with non rect texture target, even if source is rect. | |||
2014-11-19 | gl: multipass renderer would use wrong source pixels sizes | Joakim Plate | |
The scaling was inverted for pixel coordinate. | |||
2014-11-18 | ffmpeg: if a second GetFormat dis-allow hwaccel, we must restore ffmpeg | Joakim Plate | |
This fixes errors in the case that a second instance of a decoder fails, then we must fall back to software again. | |||
2014-11-18 | Merge pull request #5755 from ronie/hidebroken | Martijn Kaijser | |
Add button to hide broken addons | |||
2014-11-18 | [confluence] add 'hide broken' button | ronie | |
2014-11-18 | [lang] add 'hide broken' string | ronie | |
2014-11-18 | [addons] do show broken/incompatible add-ons that are still installed at ↵ | Martijn Kaijser | |
this moment so users can un-install them without using the toggle. This makes the hide broken option only toggle non-installed broken/compatible add-ons. | |||
2014-11-18 | Merge pull request #5754 from xbmc/revert-5742-fix-recording-history | Sam Stenvall | |
Revert "[pvr] Fix recording history (last directory not selected)" | |||
2014-11-18 | Revert "[pvr] Fix recording history (last directory not selected)" | Sam Stenvall | |
2014-11-18 | Merge pull request #5749 from tamland/hidebroken | Tobias Arrskog | |
[addons] add toggle for hiding broken addons. hide by default | |||
2014-11-18 | Merge pull request #5341 from t4-ravenbird/woa-netwait | Tobias Arrskog | |
[woa] dont abort if wait for net fails | |||
2014-11-18 | Merge pull request #5735 from Montellese/videodb_clean_async | Tobias Arrskog | |
video library: add the possibility to clean the database in the background | |||
2014-11-18 | Merge pull request #5748 from tamland/pythonpathbc | Tobias Arrskog | |
[python] add legacy deps. loading as fallback when running standalone script | |||
2014-11-18 | Merge pull request #5742 from Jalle19/fix-recording-history | Tobias Arrskog | |
[pvr] Fix recording history (last directory not selected) | |||
2014-11-18 | Merge pull request #5741 from Memphiz/fixpipes | Tobias Arrskog | |
[vfs/Pipe] - fix premature close of pipe. It should only be closed if | |||
2014-11-18 | Merge pull request #5753 from Montellese/fix_remove_source_cancel | Tobias Arrskog | |
library: don't remove the source if the user has changed his mind | |||
2014-11-18 | library: don't remove the source if the user has changed his mind | montellese | |
2014-11-18 | vda: upgrade to hwaccel2 interface | Joakim Plate | |
2014-11-18 | [python] add all installed modules to path when addon info is unavailable | Thomas Amland | |
for backwards compatibility with addons using runscript or similar with a path to itself that depends on installed modules. | |||
2014-11-18 | Merge pull request #5750 from ace20022/fix_rem_discs | Martijn Kaijser | |
[Fix][win32] Discs that were present at start are not removed from views... | |||
2014-11-18 | [pydocs] cosmetic fix on line ending | Martijn Kaijser | |
2014-11-18 | [videoinfoscanner] do not consider optical file paths as valid subpaths | Matthias Kortstiege | |
2014-11-18 | [videoinfoscanner] fix infinite loop | Thomas Amland | |
also fixes infinite loop when items[0] is a file |