aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-08-05Added a CycleSubtitle action which cycles subtitles without toggling from ↵Tobias Arrskog
disable/enable
2014-08-06Merge pull request #5156 from xhaggi/pvr-fix-open-add-timer-dialogjmarshallnz
[pvr] fix open add timer dialog in timer window
2014-08-06Merge pull request #5041 from Karlson2k/FormatV_upd_01jmarshallnz
StringUtils::FormatV: optimize, use exact size on Win32 instead of doubling
2014-08-05Merge pull request #5159 from Fneufneu/mount_freebsdMemphiz
[POSIX] fix mount regexp on FreeBSD
2014-08-05Merge pull request #5094 from popcornmix/limitrespopcornmix
[rbp] Make gui limit default to 720 when memory is limited
2014-08-05Merge pull request #5125 from Montellese/binary_addons_platSascha Montellese
binary addons: add platforms.txt to be able to control on which platforms an addon can be built
2014-08-05Merge pull request #5145 from Montellese/videodb_use_triggersSascha Montellese
videodb: use triggers to delete items from link tables
2014-08-05[POSIX] fix mount regexp on FreeBSDFneufneu
same as OSX
2014-08-05[win32] StringUtils::FormatV: use exact size on Win32 instead of doublingKarlson2k
2014-08-05StringUtils::FormatV: optimization: reduce default allocation size to 512 ↵Karlson2k
bytes as most formatted strings are small, replace malloc/realloc with simpler malloc/free
2014-08-05Merge pull request #5153 from anthonyryan1/mistaken-nfs-includejmarshallnz
[testsuite] - Remove unnecessary inclusion of filesystem/NFSFile.h
2014-08-05Merge pull request #5155 from xhaggi/pvr-fix-open-search-dialogjmarshallnz
[pvr] fix open search dialog in search window
2014-08-05[pvr] fix open search dialog in search windowxhaggi
After changing the special item 'Search...' to be a folder (to always stay on top of the list) the path comparison fails, because the path now ends with a slash.
2014-08-05[pvr] fix open add timer dialog in timer windowxhaggi
After changing the special item 'Add timer...' to be a folder (to always stay on top of the list) the path comparison fails, because the path now ends with a slash.
2014-08-05Merge pull request #5144 from Montellese/upnp_small_improvementsSascha Montellese
UPnP: improved metadata
2014-08-05Merge pull request #5021 from mkortstiege/unusedMatthias Kortstiege
[cosmetics] removed unused variables and code
2014-08-05upnp: add support for reading actorsmontellese
2014-08-05upnp: only set the year from the date if the date is validmontellese
2014-08-05upnp: improve streamdetailsmontellese
2014-08-05[testsuite] - Remove unnecessary inclusion of filesystem/NFSFile.h - issue ↵Anthony Ryan
#15356
2014-08-05[rbp] Make gui limit default to 720 when memory is limitedpopcornmix
On a 256M Pi, it's safest to default to 720p gui as memory is quite limited.
2014-08-04[testsuite] - only compile the nfs test if configured with nfs support - ↵Memphiz
fixes #15356
2014-08-04fixed: broken GetKernelBitness()Arne Morten Kvarving
regression in 9ef2a7b9
2014-08-04Merge pull request #5131 from Voyager1/audstr-setting-cleanupAndreas Zelend
Store audio stream setting only on user action
2014-08-04Merge pull request #5110 from t-nelson/prefer_localtime_rChris Browet
Use reentrant localtime if available
2014-08-04Merge pull request #5134 from Montellese/binary_addons_depends_singleSascha Montellese
binary addons: add DEPENDS_TO_BUILD parameter to addon depends buildsystem
2014-08-04Merge pull request #5077 from topfs2/remove_halTobias Arrskog
Remove HAL
2014-08-04Merge pull request #5076 from FernetMenta/pvr-skinSascha Woo
skin confluence: change channel group by clicking on channels or guide
2014-08-04Merge pull request #5081 from xhaggi/dont-activate-an-active-windowSascha Woo
[builtins] don't activate an already active window
2014-08-03Merge pull request #5003 from Voyager1/subs-pr-fixAndreas Zelend
Store subtitle settings only on user action - replacing #4981
2014-08-03videodb: use triggers to delete items from link tablesmontellese
2014-08-03Merge pull request #4768 from Memphiz/osxfixstreamsMemphiz
[AE/osxsink] - support multistream devices
2014-08-03Merge pull request #5141 from Montellese/movie_set_default_sortingSascha Montellese
videolibrary: by default sort movies inside a set by year and ascending
2014-08-03[ae/osxsink] - cleanup interleaved/planar pathes in render callbackMemphiz
2014-08-03[AE/osxsink] - add comment to make clear that the requestedStreamIdx is ↵Memphiz
"corrected" in FindSuitableFormatForStream
2014-08-03[AE/osxsink] - when fetching channelMap during enumeration use the number of ↵Memphiz
outputchannels of the stream instead of the whole device
2014-08-03[AE/osxsink] - only apply channel map when not in passthrough mode (cosmetic ↵Memphiz
- ActiveAE seems to ignore the channels anyway in passthrough mode - but for proper logging "Raw, Raw") - only set 16bit format when bitstreaming is enabled - in real passthrough don't alter the format (keeps AE_FMT_AC3/AE_FMT_DTS)
2014-08-03[AE/osxsink] - enumerate the audio sources of a device if there are any - ↵Memphiz
this allows to select between multiple airplay sinks for example - obey the streamidx during initialize/streamscoring
2014-08-03[AE/osxsink] - for the default device show the devicename behind it as extranameMemphiz
2014-08-03[AE/osxsink] - for the extra display name use the audiosource name or the ↵Memphiz
channel numbers for multistream devices
2014-08-03[osx/coreaudio] - add method for setting the audio source of a device, and ↵Memphiz
methods for fetching audio sources and their names, constify where needed
2014-08-03[osx/coreaudio] - add method for fetching the the start channel number of a ↵Memphiz
stream in relation to its owner device
2014-08-03Revert "[osx] drop outputbuffer index and iterate over them all"Memphiz
This reverts commit b9a1d07a7d1a2bec3bb094b97cc7d96a325b9b98. Conflicts: xbmc/cores/AudioEngine/Sinks/AESinkDARWINOSX.cpp
2014-08-03Merge pull request #5115 from xhaggi/pvr-improve-search-windowSascha Woo
[pvr] improvements/cleanups for the search window
2014-08-03[pvr] improvements/cleanups for the search windowxhaggi
* removes item 'no search results' and adds a new item 'Search ...' which do not disappear if the results are shown * renames ShowSearchResults() to OpenDialogSearch() as we don't show results, we show the dialog to define the search settings * refactor method Search() into OnPrepareFileItems() * removes some needless methods/vars like ActionShowSearch()
2014-08-03Merge pull request #5132 from ace20022/bdj_fixesAndreas Zelend
[bluray] Fix bd-j overlays
2014-08-03[bluray] Cosmetics: emphasize where the used values come from.ace20022
2014-08-03[bluray] Fix bd-j overlay creation.ace20022
2014-08-03Merge pull request #4994 from stefansaraev/opusPeter Frühberger
ppaplayer: handle .opus extension
2014-08-03upnp: include musicvideos in list of video itemsmontellese