aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-02-12[make] fix ffmpeg libs target dependencieswsnipex
2014-02-12Merge pull request #4121 from Black09/fixesTrent Nelson
Keep viewtype consistent for addons and remove view flickering on add-on launch
2014-02-12Merge pull request #4197 from Memphiz/gtestMemphiz
[jenkins] - add gtest buildstep for jenkins (osx32, osx64m linux32, linu...
2014-02-12Keep viewtype consistent for addonsBl4ck09
2014-02-12[jenkins] - add gtest buildstep for jenkins (osx32, osx64m linux32, linux64)Memphiz
2014-02-12[AE/CA/iOS] - fix CAUOutputDevice::EnableInputOuput() by checking the return ↵Linus Yang
value of AudioUnitGetProperty
2014-02-12VDPAU: Distinguish between nvidia and others when checking settingsfritsch
2014-02-12DVDVideoCodec: Move special case handling into VDPAU.cppfritsch
2014-02-12fixed, missing last line causes patch to spew warningsS. Davilla
2014-02-11Merge pull request #4180 from davilla/die-warningsTrent Nelson
fixed, compiler warnings.. die warnings die in a large fire
2014-02-11Merge pull request #4188 from Memphiz/ios7mpeg2crash2Trent Nelson
[ios7/atv2] - the real fix for the crash&burn
2014-02-11fixed, compiler warnings.. die warnings die in a large fireS. Davilla
2014-02-12[epg] don't use epg tag that was active as a currently active one if epg ↵Vladlen Y. Koshelev
contains gaps
2014-02-11Merge pull request #4151 from xhaggi/pvr-keymapsTrent Nelson
[RFC] change keymaps for FullscreenLiveTV section
2014-02-11Merge pull request #4095 from vkosh/load-timezoneTrent Nelson
[settings] fixed: set timezone during initialization
2014-02-11Merge pull request #4067 from ulion/fix_curl_302_content_lengthTrent Nelson
Fix redirected stream content-length. Fix #14647
2014-02-12Merge pull request #4127 from BigNoid/fix_empty_playerartjmarshallnz
Fix empty player art when playing songs from favourites...
2014-02-11Add full path to favourites for songs instead of musicdb path. Fixes empty ↵BigNoid
player art when playing songs from favourites or when playing songs from lists with directory content.
2014-02-11Merge pull request #4173 from Montellese/settings_fixesTrent Nelson
Two settings related fixes
2014-02-11Merge pull request #4185 from Montellese/fix_empty_tvshow_crashTrent Nelson
videolibrary: fix crash when entering an empty tvshow
2014-02-11Merge pull request #4184 from popcornmix/pisink_supportedTrent Nelson
[pisink] Report supported passthrough formats
2014-02-11[ios] - fix libmpeg2 PIC asm by including upstream patch - this is the real ↵S. Davilla
fix for the ios7 crash when loading libmpeg2 (and by reverting the former uncorrect fix this also fixes the kernel panic which occured on atv2 running ios5 and older ...)
2014-02-11Merge pull request #4186 from FernetMenta/aeformatTrent Nelson
AE - ALSA - enable AC3 and DTS for spdif, fix after 3cd8aad53ce8b355e910...
2014-02-11Revert "[ios7/ios/atv2] - link statically against libmpeg2 - since ios7 we ↵Memphiz
crash and burn when we load libmpeg2 as dylib - closes #14813" This reverts commit 0e53fea3bbf092cccad9f5ade492754ee2a22ead. Conflicts: XBMC.xcodeproj/project.pbxproj
2014-02-11[keymaps] change keymaps for FullscreenLiveTV sectionxhaggi
* left/right for timeshift StepBack/StepForward
2014-02-11AE - ALSA - enable AC3 and DTS for spdif, fix after ↵Rainer Hochecker
3cd8aad53ce8b355e910254e891ca17134a61fae
2014-02-11Merge pull request #4177 from FernetMenta/aeformatRainer Hochecker
AE: let sink decide what passthrough formats it wants to support
2014-02-11videolibrary: fix crash when entering an empty tvshowmontellese
2014-02-11Merge pull request #4102 from Montellese/platinum_patches_onlyjmarshallnz
platinum: add all currently applied patches
2014-02-10Merge pull request #4132 from wsnipex/pulseTrent Nelson
[configure] use pkg-config for pulse audio detection
2014-02-11Merge pull request #4049 from elupus/srtfixjmarshallnz
dvdplayer: make sure we restore output timestamps for text based subs
2014-02-10Merge pull request #4099 from vkosh/configure-gitTrent Nelson
[configure] get git revision from xbmc git root
2014-02-10settings: fix ISettingsHandler::OnSettingsSaved() definitionmontellese
This fixes profile settings not being saved when when normal settings are saved and prevents the Master lockcode from being saved to profiles.xml after it has been changed in Settings -> System -> Master lock.
2014-02-10settings: "masterlock.lockcode" is an action setting and not a string settingmontellese
2014-02-10settings: also hide "debug.setextraloglevel" when logging is set in ↵montellese
advancedsettings.xml
2014-02-10Merge pull request #4183 from davilla/fix-self-assignment-warningsTrent Nelson
fixed, compiler warning. this comes from boost upstream (https://svn.boost.org/trac/boost/ticket/4918)
2014-02-11Merge pull request #4182 from Black09/delete-update-fixjmarshallnz
Fixed: Update list if item was deleted from database but not from disk
2014-02-11Merge pull request #4171 from xhaggi/record-action-mappingjmarshallnz
[pvr] fix: missing action mapping for ACTION_RECORD
2014-02-10Revert "[buildsys] Fix parallel build with static ffmpeg."Trent Nelson
This reverts commit ad815563a3837bbd9ea73c3645af55ec56cacb9a.
2014-02-10[pisink] Report supported passthrough formatspopcornmix
2014-02-10Revert "[rbp] Disable unsupport HD audio passthrough options"popcornmix
2014-02-10[pvr] fix: missing action mapping for ACTION_RECORDxhaggi
This adds the missing button translator action "record" poiting to ACTION_RECORD which is currently used in several PVR related windows, but could not be used in key mappings. It also adds a default implementation to GUIWindow which calls the application player record functionality, so there is no need to use XBMC.PlayerControls(record) in key mapping anymore. Furthermore the default mapping for the record button in remote.xml is changed to this new action.
2014-02-10Merge pull request #4078 from afedchin/fix_gui_3djmarshallnz
[3d] fix stretched gui in sbs/ou mode when using hq scalers
2014-02-10Merge pull request #4011 from fritsch/vdpau-settingsjmarshallnz
Linux: Gui Settings for HW Decoders
2014-02-10Merge pull request #4179 from anssih/fix/cximage-CVE-2013-1438jmarshallnz
[cximage] Fix denial of service via a crafted photo file (CVE-2013-1438)
2014-02-10[3d] fix stretched gui in sbs/ou mode when using hq scalersAnton Fedchin
2014-02-09XCode: Adjust to new DVDVideoCodec.cpp thx @davillafritsch
2014-02-09Add DVDVideoCodec.cpp to Visual StudioRainer Hochecker
2014-02-09Settings: Add description and examples to the new settingsfritsch
Language: Add comments to every single lable to help translators
2014-02-09Settings: Use new Codec Settings function to hide settings for nvidia usersfritsch