aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-12smartplaylists: fix parsing of sort direction from JSON objectmontellese
2013-07-12pvr: Only shows specific actions for current category or 'ALL'janbar
Avoid to show unusable specific actions for the current context.
2013-07-11fixed, ANativeActivity is a struct, not a classdavilla
2013-07-12fixed crash when CLocalizeStrings::Load() is called from multiple threads, ↵Lars Op den Kamp
which is possible when called by add-ons.
2013-07-11[droid] fix path to xbmc depends in packaging Makefilemontellese
2013-07-11[osx] - don't steal the hw volume keys. Those are controlled by osx and ↵Memphiz
should always be. This reverts part of 6bb569c as we already did in the frodo branch. And now all nyxboard users say booo and go away ;)
2013-07-10Merge pull request #2955 from popcornmix/ff_rewpopcornmix
[rtbp/omxplayer] Support ff/rew
2013-07-10Merge pull request #2954 from jmbreuer/upstream-dvdmenuVoyager1
Unpause (if applicable) when going to DVD menu
2013-07-10[win32] - fix crashing with libnfs 1.6 by bumping to 1.6.1 (which is 1.6.0Memphiz
+ a compile fix - 32bit time_t define was missing in the release target of vs project for libnfs)
2013-07-10Merge pull request #2956 from davilla/drop-texturedone-event-for-glesdavilla
renderer: drop old texture done event for gles
2013-07-10[lang] fixed: empty msgid entriesalanwww1
2013-07-10[lang] update of skin.confluence language filesalanwww1
2013-07-10[lang] update of core language filesalanwww1
2013-07-10[lang] update of internal addon language filesalanwww1
2013-07-10Merge pull request #2958 from Montellese/settings_description_confluenceSascha Montellese
[confluence] add settings descriptions to GUI
2013-07-10Merge pull request #2573 from ↵Sascha Montellese
ulion/slideshow_announce_onplay_speed_zero_for_pausing jsonrpc: change Player.OnPlay to announce speed 0 for pausing slideshow or picture
2013-07-09Merge pull request #2865 from Fice/lockable_settingsSascha Montellese
profiles: allow settings to be locked on specific levels
2013-07-09[win32] update gitignore for library.xbmc.codecmontellese
2013-07-09fixed version number in addons/xbmc.pvr/addon.xmlLars Op den Kamp
forgot the bump the version number in the xml again...
2013-07-09[skin.confluence] add description textbox (ID 6) to SettingsCategory.xmlmontellese
2013-07-09renderer: drop old texture done event for glesdavilla
2013-07-09[rbp/omxplayer] Support ff/rewpopcornmix
Big missing feature added for Pi. It works by increasing the clock and discarding audio when at 2x and 4x. For rewind and 8x and higher, it uses a different scheme. It pauses video, and single steps. For both schemes it uses the normal dvd player mechanism of seeking when the clock has diverged by too much. Notes: dvdplayer still decodes (then discards) audio when ff/rew. I'm skipping the decode step (too much cpu at 4x realtime). I've made GetTime return m_clock.GetClock() when ff/rew. (m_State.time is too jumpy).
2013-07-09[WIN32] fixed: use .empty() instead of .size() < 1 (grr)wsoltys
2013-07-09[WIN32] fixed: if we don't found - for whatever reason - a suitable monitor, ↵wsoltys
abort early and write the reason into the log file.
2013-07-09Merge pull request #2949 from popcornmix/remove_has_videohuceke
[rbp/omxplayer] Remove unused state from OMXClock
2013-07-09[rbp/omxplayer] Remove unused state from OMXClockpopcornmix
m_has_audio/m_has_video are always set before OMXReset is called, so just make them local parameters. m_video_start and m_audio_start are unused, so remove them. This commit should have no functional change
2013-07-09fix missing initialization of new codec cb helperRainer Hochecker
2013-07-09Unpause (if applicable) when going to DVD menuJoachim Breuer
2013-07-09Merge pull request #2933 from afedchin/fix_pvr_addon_sliderLars Op den Kamp
[pvr] fix: CAddonCallbacksAddon::GetAddonSetting doesn't returns slider setting value.
2013-07-09Merge pull request #2952 from jmbreuer/upstream-useremovableVoyager1
Fix DVD resume: Get and use correct (removable://) file record from database
2013-07-09Get and use correct (removable://) file record from databaseJoachim Breuer
Fixes DVD resume after resume details already exist
2013-07-08Merge pull request #2934 from aballier/cdripupdateArne Morten Kvarving
Resurect FFmpeg encoder for audio CD ripping.
2013-07-09[cosmetics] use CompareNoCase explicitly instead of Equals - after ↵Voyager1
d25d6ef73a17c7044b819c998630346a522ca972
2013-07-08Merge pull request #2866 from garbear/git_revGarrett Brown
Improve recompile speed: Don't include git_rev.h/git_revision.h in system.h
2013-07-08[ios/atv2/osx] - sync xcode projectMemphiz
2013-07-08[Win32] Remove condition `!defined(_LIB)` for git_revision.h inclusionGarrett Brown
XBMC seems to compile and display a git revision with or without this condition. This reverts the change to PlatformInclude.h (now GitRevision.cpp) in b4952cf
2013-07-08Improve recompile speed: Don't include git_revision.h in system.h (leads to ↵Garrett Brown
excessive recompiles)
2013-07-08Merge pull request #2941 from opdenkamp/july_windowLars Op den Kamp
codec id callbacks
2013-07-09[pvr] bump add-onsLars Op den Kamp
2013-07-09added callback methods for binary add-ons to get codec id information from ↵Lars Op den Kamp
XBMC, so the dep on avcodec.h can be removed. only IDs used by pvr.hts and pvr.vdr.vnsi have been included
2013-07-08Merge pull request #2598 from jmarcet/for-upstreamLars Op den Kamp
Add new Action ToggleCECDevice() to switch state of playing device via a CEC peripheral
2013-07-08Merge pull request #2846 from Montellese/multi_language_addonsSascha Montellese
language agnostic script invocation
2013-07-08Merge pull request #2953 from wsoltys/paste_clipboardwsoltys
[WIN32] support ctrl+v to paste clipboard text.
2013-07-08[ios/atv2/xbmc] - sync xcode projectsMemphiz
2013-07-08Merge pull request #2935 from ScudLee/missingsubepisodefixArne Morten Kvarving
[VideoInfoScanner] If no matching subepisode in guide, try full episode
2013-07-08Merge pull request #2940 from jmbreuer/upstreamVoyager1
Fix DVD resume: accept .IFO files regardless of file name case
2013-07-08Fix DVD resume: accept .IFO files regardless of file name caseJoachim Breuer
Also accept Video CD files regardless of case
2013-07-08[WIN32] support ctrl+v to paste clipboard text.WiSo
2013-07-08fixed: Little fixup for 94817e6fa85e2e0b39d1f0f96795435a4256fe7b (thanks JM)arnova
2013-07-07Fix CSAPFile::Stat() returning a boolean (0 or 1) when -1 or 0 ↵Garrett Brown
(respectively) is expected