aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-01-28mips: Use #pragma once instead of C style header guardBalint Reczey
2015-01-28mips: Fix addon shared library namingAndriy Prystupa
2015-01-28mips: Fix build with using OpenGL renderingBalint Reczey
2015-01-28mips: Don't use ASM rounding on MIPSBalint Reczey
2015-01-28mips: Add configure option for mips and mipselBalint Reczey
2015-01-28mips: add atomicstheuni
Most taken from the Linux kernel. Updated for Helix by Balint Reczey
2014-10-23mips: add guardstheuni
Updated for Helix by Balint Reczey
2014-10-23Merge pull request #5557 from popcornmix/pisink_audiopopcornmix
[PiSink] Dual audio support
2014-10-23Merge pull request #5554 from popcornmix/edl_flushTobias Arrskog
[omxplayer] Restore flush/accurate seek flags to fix issue with edl skip
2014-10-23Merge pull request #5390 from Memphiz/iphone6Memphiz
[ios] - support iphone6plus screensize which uses screenScale 3
2014-10-22Merge pull request #5490 from xhaggi/fix-built-in-activatewindowTobias Arrskog
[builtin] fix activatewindow if directory path differs
2014-10-22Merge pull request #5547 from xhaggi/pvr-fix-context-menuSascha Woo
[pvr] fix call to base class GetContextButtons() to re-add favorite entry
2014-10-22Merge pull request #5526 from xhaggi/pvr-fix-continue-last-channelSascha Woo
[pvr] fix continue playback of last watched channel on startup if group was deleted or channel was moved
2014-10-22[PiSink] Dual audio supportpopcornmix
The Pi supports dual audio in omxplayer, where the gpu outputs audio to both hdmi and analogue connections. With dvdplayer being more usable on Pi now, there are frequent requests for this functionality through the Pi Sink. This removes the gui setting for "dual audio" and creates a new sink output for dual audio. It add support to the Pi sink and makes omxplayer use the new setting.
2014-10-22[omxplayer] Restore flush/accurate seek flags to fix issue with edl skippingpopcornmix
2014-10-22[pvr] fix continue playback of last watched channel on startup if group was ↵xhaggi
deleted or channel was moved
2014-10-22Merge pull request #5473 from AlwinEsch/pvrfix-guiinfomanagerSascha Woo
[pvr] fix unnecessary creation of new CPVRChannel instances
2014-10-22[buildsteps] fix linux32 gtests invocation as wellwsnipex
2014-10-22Merge pull request #5552 from wsnipex/fix-gtestsMartijn Kaijser
Fix gtests after rebrand
2014-10-22[buildsteps] fix OSX gtests invocationwsnipex
2014-10-22[buildsteps] fix linux gtest invocationwsnipex
2014-10-22Merge pull request #5537 from Karlson2k/fix_pvr_readTobias Arrskog
Allow player to retry read in case of read errors
2014-10-21[osx] - don't release strings we didn't alloc - fixes crash on shutdown ↵Memphiz
(introduced in rebrand)
2014-10-21[git] - add generated FEH-ARM.py and FEH.py to gitignoreMemphiz
2014-10-21Merge pull request #5544 from opdenkamp/pvraddonsoctjenkins4kodi
2014-10-21Merge pull request #5541 from FernetMenta/dxvaTobias Arrskog
dxva: fix memory leak caused by additional ref on video surfaces
2014-10-21Merge pull request #5548 from phil65/label_fixMartijn Kaijser
[rebrand] - fixed some labels from strings.po files
2014-10-21[rebrand] - fixed some labels from strings.po filesphil65
2014-10-21Merge pull request #5528 from xhaggi/pvr-fix-toggle-prev-next-channelSascha Woo
[pvr] fix toggle between previous and next channel
2014-10-21Merge pull request #5546 from phil65/confluence_fixesTobias Arrskog
Confluence fixes
2014-10-21[pvr] removes unnecessary persist of current channel in GetLastPlayedChannel()xhaggi
2014-10-21[pvr] fix: update to last watched does not reflect to correct channel instancexhaggi
2014-10-21Merge pull request #5542 from Montellese/win32_rebrand_fixesMemphiz
[win32] fix running XBMC with custom home directory
2014-10-21[pvr] fix call to base class GetContextButtons() to re-add favorite entryxhaggi
2014-10-21Merge pull request #5531 from FernetMenta/winrenderRainer Hochecker
dxva: fix selection of render target format
2014-10-21[CONFLUENCE] fixed lyrics xml filename in includes.xmlPhilipp Te
2014-10-21[CONFLUENCE] removed some unneccessary visibility conditionsPhilipp Te
2014-10-21[CONFLUENCE] fixed lyrics xml filename in MusicVisPhilipp Te
2014-10-20[pvr] bump add-onsLars Op den Kamp
2014-10-20[win32] rename XBMC_PROFILE_USERDATA to APP_PROFILE_USERDATAmontellese
2014-10-20[win32] rename XBMC_HOME to APP_HOMEmontellese
2014-10-20dxva: fix memory leak caused by additional ref on video surfacesRainer Hochecker
2014-10-20[ios] - add support for iPad Air 2 and iPad mini 3Memphiz
2014-10-20[ios/vtb] - remove the video render scale down / clamp for all retina ↵Memphiz
devices which have enought power to render unscaled
2014-10-20[ios] - add launch images for ip6 and ip6+ for enabling the new resolutionsMemphiz
2014-10-20[ios] - support iphone6plus screensize which uses screenScale 3 and addMemphiz
support for iPhone6 screen aswell
2014-10-20Merge pull request #5539 from uNiversaI/keyboardMartijn Kaijser
[fix] keyboard layout default setting
2014-10-21[fix] keyboard layout default settinguNiversaI
This fixes to match #5525 setting name is now English QWERTY
2014-10-20[vfs] PVRFile::Read(): do not return negative values other than "-1"Karlson2k
2014-10-20DVDInputStreamTV/DVDInputStreamFile: Don't set EOF in case of error to give ↵Karlson2k
player a chance to retry read.