aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-11-01Merge pull request #3485 from Karlson2k/win32_projects_update_01wsoltys
Win32 projects update
2013-11-01Merge pull request #3540 from Memphiz/libsdldavilla
[depends] - bump libsdl-native and libsdl (target) to 1.2.15 and add the...
2013-11-01Merge pull request #3492 from popcornmix/thumbnail_pipelinejmarshallnz
[rbp/omxplayer] Add a jpeg re-encode thumbnail pipeline
2013-11-01Merge pull request #3389 from groth-its/jsonrpc-epgSascha Montellese
jsonrpc: basic EPG support
2013-11-01Merge pull request #3336 from t-nelson/string_setting_label2Trent Nelson
Show values of string settings with button controls
2013-11-01Merge pull request #3502 from popcornmix/multichannelhuceke
[rbp/omxplayer] Support multichannel PCM audio output over hdmi
2013-11-01[Confluence] fixed: select dialog could overlap python based dialogsronie
2013-11-01[Confluence] prevent new language icons from falling offscreenronie
2013-11-01Merge pull request #3130 from jdieter/add-use-cache-optionMartijn Kaijser
Add useCache option to python ControlImage.setImage function
2013-11-01[rbp/omxplayer] Support multichannel PCM audio output over hdmipopcornmix
Requires updated firmware (from next branch)
2013-11-01Merge pull request #3379 from ace20022/lang_info_labelAndreas Zelend
[GUIInfoManager] Add VideoPlayer.AudioLanguage infolabel
2013-11-01Merge pull request #3491 from popcornmix/amplification_clippinghuceke
[rbp/omxplayer] Avoid clipping with amplification
2013-11-01[Confluence] fix label for gotham version of cu lrc lyricsronie
2013-11-01Merge pull request #3477 from koying/adddefaultjoystickChris Browet
ADD: implement default joystick map
2013-11-01[rbp/omxplayer] Add a jpeg re-encode thumbnail pipelinepopcornmix
This PR adds a GPU accelerated pipeline to decode/resize/encode a jpeg without requiring the decoded pixels to be returned to the arm. The GPU also decodes and resizes the jpeg in stripes, so can do this work with far less memory. This significantly reduces ARM CPU required for caching thumbnails, and significantly reduces the memory required.
2013-11-01Add useCache option to python ControlImage.setImage function that can be set ↵Jonathan Dieter
to false to bypass the cache Signed-off-by: Jonathan Dieter <jdieter@lesbg.com>
2013-11-01[rbp/omxplayer] Avoid clipping with amplificationpopcornmix
The amplification algorithm introduced in #3185 relies on a fixed duration between submitting samples (where max output values are computed) and samples being output, so volume can be adjusted in time. When this is too low, such as at start of stream when buffering is low we can apply attenuation too late and so produce a loud distorted/clipped sound. When too high, the attenuation can start to decay before the max sample is output, again causing clipping. This PR keeps a queue of max sample values for the current buffered audio duration, and avoids clipping if any sample in queue will clip.
2013-11-01Merge pull request #3539 from Karlson2k/win32_check_packageswsoltys
Win32: check packages
2013-11-01[win32] explicitly set zero exit code on successKarlson2k
2013-11-01[depends] - bump libsdl-native and libsdl (target) to 1.2.15 and add the ↵Memphiz
mavericks compile patch on the top
2013-11-01[win32] properly check status of formed packagesKarlson2k
2013-11-01Merge pull request #3537 from wsnipex/samba4davilla
configure: use pkgconfig to detect samba
2013-11-01[WIN32] fixed: python package name was wrongWiSo
2013-11-01Merge pull request #3452 from amet/Player_FilenameMartijn Kaijser
add infolabel Player.Filename
2013-11-01Merge pull request #3464 from Karlson2k/curlfile_update_02Martijn Kaijser
CurlFile - update 02
2013-11-01Merge pull request #3528 from Karlson2k/win32_projects_update_02Martijn Kaijser
[win32] mark debug/release configs with proper internal marks
2013-11-01Merge pull request #3527 from Karlson2k/win32_projects_cleanup_03Martijn Kaijser
Win32 projects cleanup 03
2013-11-01Merge pull request #3488 from Karlson2k/win32_env_path_fix_01Martijn Kaijser
[win32] Fix win32 VS debugging environment
2013-11-01configure: use pkgconfig to detect sambaNatanael Copa
Recent Samba versions require pkg-config. We try that first but fall back to old behaviour if smbclient.pc is missing. This solves also an 'issue' with samba4 that correctly detects the libsmbclient in the link test in configure, but fails to compile later due to missing headers. Signed-off-by: Natanael Copa <ncopa@alpinelinux.org>
2013-10-31Merge pull request #3498 from Montellese/settings_skin_integrationSascha Montellese
Improved settings level integration into confluence
2013-10-31Merge pull request #3455 from FernetMenta/audiopageRainer Hochecker
new audio settings
2013-10-31Merge pull request #3459 from Voyager1/fix-buildVoyager1
[Win32] improved resolution of conflict with namespace std::bind()
2013-10-31Merge pull request #3508 from Voyager1/win81Voyager1
[Win32] Add detection for Win 8.1 and remove XP detection
2013-10-31Merge pull request #3420 from jmarshallnz/remove_font_unloadjmarshallnz
remove unload/reload of fonts when init/destroy window, as it's not needed
2013-10-31Merge pull request #3509 from jmarshallnz/repo_versioningjmarshallnz
Allow repositories to have more than one (conditional) addons.xml sources
2013-10-31Merge pull request #3529 from jmarshallnz/library_urls_switch_on_fetchjmarshallnz
Switch library:// URLs to 'real' URLs on fetch, rather than list
2013-10-31fixed, compiler warning. pos is never usedS. Davilla
2013-10-31fixed, compiler warning. album_art is never usedS. Davilla
2013-10-31darwin, fixed. Cocoa_GL_GetCurrentDisplayID returns an ID, not a ↵S. Davilla
CGDisplayModeRef
2013-10-31fixed, compiler warning. kVariableLengthArray is deprecated, use our own enumS. Davilla
2013-10-31depends: fix anoying symlink failure if symlink already existsS. Davilla
2013-10-31settings: show a dummy category if no categories are available for the ↵montellese
current setting level (fixes #14649)
2013-10-31[confluence] settings: get rid of the sidebarronie
2013-10-31settings: add a "Reset above settings to default" control at the end of ↵montellese
every settings list
2013-10-31settings: add SetLabel() and SetHelp() to CSetting, CSettingCategory and ↵montellese
CSettingSection
2013-10-31Merge pull request #3394 from groth-its/fix-pathsubstitution-rssSascha Montellese
settings: load CAdvancedSettings first to fix CRssManager
2013-10-31Merge pull request #3500 from MartijnKaijser/novemberMartijn Kaijser
[release] version bump to 13.0 alpha10 as we start new merge window
2013-10-31CSettingsManager: SettingsHandlers is std::vector now, because we needgroth-its
to preserve the order the handlers where registered. Duplicates are avoided in CSettingsManager::RegisterSettingsHandler. CSettings: Changed the order ISettingsHandlers are registered.
2013-10-31Bump JSON-RPC version to 6.7.0groth-its
2013-10-31Add JSON-RPC methods PVR.GetBroadcasts and PVR.GetBroadcastDetails including ↵groth-its
the needed type and service descriptions.