aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-07[cec] libCEC 2.0.5 with fixed build flagsLars Op den Kamp
2012-12-06Merge pull request #1719 from axmhari/pvr-library-updateLars Op den Kamp
[pvr] Update internal naming of PVR items for better library integration
2012-12-06Merge pull request #1879 from Montellese/addons_extpoint_minversionMartijn Kaijser
addons: use the extension-point's version if no minversion (i.e. no <backwards-compatibility> tag) is specified when checking imported extension-points
2012-12-06Merge pull request #1896 from opdenkamp/pvr-addons-b3Lars Op den Kamp
[pvr] bump add-ons to d3671def0a4bd826f1fc29d18f5618e6ed4fc068
2012-12-06Merge pull request #1895 from opdenkamp/libcec2.0.5Lars Op den Kamp
[cec] bump to libCEC 2.0.5
2012-12-06[pvr] bump add-ons to d3671def0a4bd826f1fc29d18f5618e6ed4fc068Lars Op den Kamp
2012-12-06[droid] exclude non-compatible addons from packagingCory Fields
2012-12-06[cec] bump libCEC to 2.0.5Lars Op den Kamp
2012-12-06[cec] don't send explicit wakeup commands when only the TV is marked to be ↵Lars Op den Kamp
powered up and 'activate source' is enabled. fixes dupe 'image view on' commands
2012-12-06dvdplayer: CDVDInputStreamBluray must be protected by HAVE_LIBBLURAYJoakim Plate
2012-12-06[lang] update of internal addon language files for beta3alanwww1
2012-12-06[lang] update of core language files for beta3alanwww1
2012-12-06Merge pull request #1891 from da-anda/pvr-channelicon-fixLars Op den Kamp
[pvr] remove unallowed characters from channel name when searching for icons
2012-12-06[droid] add and enable libnfs 1.5 now that it works with androidCory Fields
2012-12-06[addons] sync with repoMartijn Kaijser
2012-12-06fixed: path substitution didn't work properly for special paths. The key in ↵wsoltys
m_pathSubstitutions was translated but the compared strPath not.
2012-12-06jsonrpc: don't loose streamdetails after calling VideoLibrary.SetFooDetailsmontellese
2012-12-06Merge pull request #1889 from jimfcarroll/python-cleanup-fixJim Carroll
Python "leak" fix. Closes #13624
2012-12-06[rbp] fixed omx clock setting wait mask and only initialize omx clock component.gimli
2012-12-06[rbp] fixed only notify parent when there was a valid audio codec.gimli
2012-12-05Merge pull request #1882 from fetzerch/bugfix-timerLars Op den Kamp
pvr: Fixed adding new timers
2012-12-06[cec] fixed - don't send an active source message for the next playlist item ↵Lars Op den Kamp
for players that don't send OnStop before OnPlay
2012-12-06[cec] fixed - make xbmc the active source again when resuming from standby ↵Lars Op den Kamp
and xbmc was the active source before it went to standby
2012-12-06[skin.confluence] corrected onleft/onright for peripheral settings. fixes ↵Lars Op den Kamp
left/right not working after the scrollbar was selected in peripheral settings
2012-12-06[cec] disable using the language from the TV when a user changes the ↵Lars Op den Kamp
language in guisettings. closes #13481
2012-12-06[pvr] fixed - timers on the home screen weren't always updated. closes #13656Lars Op den Kamp
2012-12-05[omxplayer] selecting bluray input stream instead of dvd based on index.bdmvgimli
2012-12-05[rbp] changed reduced omx clock access in omxplayergimli
2012-12-05[rbp] fixed added a workaround for audio stream change hangs and moved omx ↵gimli
clock execute out of the decoder
2012-12-05ExternalPlayer: unwind udf:// paths too (used for blurays)Joakim Plate
2012-12-05dvdplayer: selecting bluray input stream instead of dvd based on index.bdmvJoakim Plate
This avoids the attempt to first open it as a dvd then as a bluray by checking for the existance of BDMV/index.bdmv inside the image. This drops old and unused BlurayStartingTitle and non checked for property ?title= stuff for bluray that was a remnant from old bluray implementation
2012-12-05[rbp] changed keep omx handle during component/class lifetimegimli
2012-12-05[rbp] fixed omx clock mast setting.gimli
2012-12-05[cosmetic] Headache removal. :-)Jim Carroll
2012-12-05[WIN32] fixed: weird logging since CLog can't handle wide strings.wsoltys
2012-12-05Merge pull request #1890 from theuni/JellyBeanFixCory Fields
[droid] Update docs to reflect new crystax NDK
2012-12-05Merge pull request #1881 from Montellese/win32_xbmc_pvr_addonsSascha Montellese
[win32] build xbmc-pvr-addons with BuildSetup.bat
2012-12-05[win32] build xbmc-pvr-addons with BuildSetup.batmontellese
2012-12-05[pvr] remove unallowed characters from channel name when searching for ↵Franz Koch
missing channel icons
2012-12-05clean up and fortify the new code that makes sure addon created objects are ↵Jim Carroll
cleaned up. Log the details.
2012-12-05Merge pull request #1880 from pieh/epggrid_containerMichal Piechowiak
fix crash when using Container.NumItems infolabel with epggrid control
2012-12-05clamp offset to valid range in CGUIEpgGridContainer::ScrollToBlockOffset(), ↵pieh
fixes #13660
2012-12-05[FreeBSD] allow use of internal ffmpegFneufneu
and pass needed include path
2012-12-04[droid] Update docs to reflect which ndk to useCory Fields
Updating to android-ndk-r7-crystax-5.beta3 fixes the Jellybean startup crash.
2012-12-04This fixes the fact that python leaves objects hanging around. Also, it ↵Jim Carroll
prevents the accidental callback from arriving on python objects where the interpreter has been long closed. closes #13624
2012-12-04pvr window: switch to new view before showing dummy busy itempieh
dummy item might cause crash if timeline was last view
2012-12-04CGUIEpgGridContainer: remove unused methodpieh
2012-12-04CGUIEpgGridControl: subclass from IGUIContainer and implement methods used ↵pieh
by info manager
2012-12-04add IGUIContainer that will be used by view control and Container.*, ↵pieh
ListItem.* infolabels
2012-12-04addons: use the extension-point's version if no minversion (i.e. no ↵montellese
<backwards-compatibility> tag) is specified when checking imported extension-points