vuplus_xbmc
10 years ago[settings] move audio stream language from locale to video settings
Jonathan Marshall [Wed, 26 Feb 2014 21:51:29 +0000 (10:51 +1300)]
[settings] move audio stream language from locale to video settings

10 years agoMerge pull request #4282 from Montellese/movie_set_fixes
jmarshallnz [Wed, 26 Feb 2014 22:20:57 +0000 (11:20 +1300)]
Merge pull request #4282 from Montellese/movie_set_fixes

Fix "Manage movie sets..." doing nothing when there are no sets available

10 years agoMerge pull request #4283 from jmarshallnz/settings_descriptions
jmarshallnz [Wed, 26 Feb 2014 21:34:53 +0000 (10:34 +1300)]
Merge pull request #4283 from jmarshallnz/settings_descriptions

Settings descriptions updates

10 years ago[pvr] update label from 'Defaults' to 'Reset' for consistency
Jonathan Marshall [Tue, 25 Feb 2014 23:59:28 +0000 (12:59 +1300)]
[pvr] update label from 'Defaults' to 'Reset' for consistency

10 years ago[language] Updated strings.po & settings.xml for help descriptions of settings
jjd-uk [Sat, 22 Feb 2014 13:43:32 +0000 (13:43 +0000)]
[language] Updated strings.po & settings.xml for help descriptions of settings

10 years agoMerge pull request #3447 from Karlson2k/win32_fix_relative_paths
jmarshallnz [Wed, 26 Feb 2014 19:43:26 +0000 (08:43 +1300)]
Merge pull request #3447 from Karlson2k/win32_fix_relative_paths

[Win32] fix relative paths, fixes #14812

10 years agoCGUIDialogSelect: focus the extra button (if available) when the selection list is...
montellese [Wed, 26 Feb 2014 17:15:27 +0000 (18:15 +0100)]
CGUIDialogSelect: focus the extra button (if available) when the selection list is empty

10 years agovideo library: show the "Select movie set" dialog even if there are no sets to choose...
montellese [Sun, 16 Feb 2014 16:51:43 +0000 (17:51 +0100)]
video library: show the "Select movie set" dialog even if there are no sets to choose from

10 years agoGroupUtils: grouping an empty list is not an error
montellese [Sun, 16 Feb 2014 16:50:55 +0000 (17:50 +0100)]
GroupUtils: grouping an empty list is not an error

10 years agoFIX: [gles] fix karaoke and teletext rendering
Chris "Koying" Browet [Wed, 26 Feb 2014 14:00:55 +0000 (15:00 +0100)]
FIX: [gles] fix karaoke and teletext rendering

10 years agoMerge pull request #4279 from t-nelson/droid_passthrough_fix
Trent Nelson [Wed, 26 Feb 2014 03:27:53 +0000 (22:27 -0500)]
Merge pull request #4279 from t-nelson/droid_passthrough_fix

[DROID][AE] Don't crash on passthrough.

10 years agoWINSMBDirectory::GetDirectory: unify with other code and use WIN32Util::ConvertPathTo...
Karlson2k [Thu, 17 Oct 2013 09:01:15 +0000 (13:01 +0400)]
WINSMBDirectory::GetDirectory: unify with other code and use WIN32Util::ConvertPathToWin32Form

10 years agoWIN32Util::ConvertPathToWin32Form: update to resolve relative paths
Karlson2k [Thu, 17 Oct 2013 09:00:09 +0000 (13:00 +0400)]
WIN32Util::ConvertPathToWin32Form: update to resolve relative paths

10 years agoURIUtils: add 'CanonicalizePath' function
Karlson2k [Wed, 16 Oct 2013 22:08:54 +0000 (02:08 +0400)]
URIUtils: add 'CanonicalizePath' function

10 years ago[DROID][AE] Don't crash on passthrough.
Trent Nelson [Wed, 26 Feb 2014 02:30:15 +0000 (19:30 -0700)]
[DROID][AE] Don't crash on passthrough.

The AudioTrack sink only ever wants S16LE.

10 years agoCosmetic changes
Bl4ck09 [Tue, 25 Feb 2014 22:02:32 +0000 (23:02 +0100)]
Cosmetic changes

10 years agoBetter caching and updating for dynamic list provider
Bl4ck09 [Tue, 25 Feb 2014 22:02:14 +0000 (23:02 +0100)]
Better caching and updating for dynamic list provider

10 years ago[ae/darwin] we don't need another mutex when we already have one
Jonathan Marshall [Tue, 25 Feb 2014 20:48:12 +0000 (09:48 +1300)]
[ae/darwin] we don't need another mutex when we already have one

10 years agoFIX: [gles] do not force vsync off if VSYNC_DRIVER
Chris "Koying" Browet [Mon, 24 Feb 2014 20:11:14 +0000 (21:11 +0100)]
FIX: [gles] do not force vsync off if VSYNC_DRIVER

10 years agoMerge pull request #4236 from t-nelson/droid_removable_storage_fixes
Trent Nelson [Tue, 25 Feb 2014 02:23:33 +0000 (21:23 -0500)]
Merge pull request #4236 from t-nelson/droid_removable_storage_fixes

Droid removable storage fixes

10 years agoMerge pull request #4070 from vkosh/epg-now
Lars Op den Kamp [Tue, 25 Feb 2014 00:35:03 +0000 (01:35 +0100)]
Merge pull request #4070 from vkosh/epg-now

[epg] don't use epg tag that was active as a currently active one if epg contains gaps

10 years ago[DROID] Only add one mount point per device
Trent Nelson [Wed, 19 Feb 2014 02:30:44 +0000 (19:30 -0700)]
[DROID] Only add one mount point per device

I've observed some prettys strange behavior on AML devices regarding
reading /proc/mounts.  Somehow there are multiple, unique mount points
for some devices when reading /proc/mounts with fopen/fgets.  However
they don't exist if "cat /proc/mounts" is issued from the shell.
Baffling...

10 years ago[DROID] Read /proc/mounts in one go to avoid race.
Trent Nelson [Wed, 19 Feb 2014 23:06:57 +0000 (16:06 -0700)]
[DROID] Read /proc/mounts in one go to avoid race.

/proc/mounts is only guaranteed atomic for the current read operation.

10 years ago[DROID] Ease mount point blacklist condition
Trent Nelson [Wed, 19 Feb 2014 02:21:05 +0000 (19:21 -0700)]
[DROID] Ease mount point blacklist condition

Android doesn't require USB devices be mounted under /mnt/usb.  In fact
there SEEMS to be no requirements or useful metrics for determining info
about mounted devices besides the "default external storage device"
which is always an SD card.  However, they do all SEEM to be handled by
Vold, the volume manager daemon and given a device node under
/dev/block/vold/.  It also SEEMS, from the four vendors I have on hand,
that SD card mount points alwasy contain the string "sdcard".  Using
these two rules get's me auto sources for USB devices on AML devices.

10 years ago[osx/aesink] - fix compile on older SDKs
Memphiz [Mon, 24 Feb 2014 22:23:25 +0000 (23:23 +0100)]
[osx/aesink] - fix compile on older SDKs

10 years agoMerge pull request #4258 from fritsch/aefixes
Trent Nelson [Mon, 24 Feb 2014 20:32:43 +0000 (15:32 -0500)]
Merge pull request #4258 from fritsch/aefixes

AESinkPULSE: Let Engine handle our volume

10 years agoMerge pull request #4267 from amet/close_subs_window_on_stop
jmarshallnz [Mon, 24 Feb 2014 18:53:12 +0000 (07:53 +1300)]
Merge pull request #4267 from amet/close_subs_window_on_stop

[subsCore] close search window if playback is stopped

10 years ago[subsCore] close search window if playback is stopped
amet [Mon, 24 Feb 2014 08:22:47 +0000 (12:22 +0400)]
[subsCore] close search window if playback is stopped

10 years agoMerge pull request #4251 from ThiasDE/extsub_priority
jmarshallnz [Mon, 24 Feb 2014 03:15:00 +0000 (16:15 +1300)]
Merge pull request #4251 from ThiasDE/extsub_priority

dvdplayer: [fix] subtitle priority for multiple external subtitles

10 years agoomxplayer: [fix] subtitle priority for multiple external subtitles
ThiasDE [Sun, 23 Feb 2014 22:53:45 +0000 (23:53 +0100)]
omxplayer: [fix] subtitle priority for multiple external subtitles

10 years agodvdplayer: [fix] subtitle priority for multiple...
Thias [Fri, 21 Feb 2014 14:21:43 +0000 (15:21 +0100)]
dvdplayer: [fix] subtitle priority for multiple...

external subtitles

10 years agoMerge pull request #4154 from sraue/ffmpeg-static-fixes
Trent Nelson [Sun, 23 Feb 2014 22:54:13 +0000 (17:54 -0500)]
Merge pull request #4154 from sraue/ffmpeg-static-fixes

configure.in: enable FFMPEG static build for ARM, some cleanups. Tested ...

10 years agoMerge pull request #4260 from jmarshallnz/addon_improvements
jmarshallnz [Sun, 23 Feb 2014 22:22:55 +0000 (11:22 +1300)]
Merge pull request #4260 from jmarshallnz/addon_improvements

Addon improvements

10 years agoMerge pull request #4269 from wsoltys/cleanup
Trent Nelson [Sun, 23 Feb 2014 22:12:15 +0000 (17:12 -0500)]
Merge pull request #4269 from wsoltys/cleanup

[WIN32] remove harfbuzz library

10 years agodepends: fix already installed check on osx
Joakim Plate [Sun, 23 Feb 2014 20:45:25 +0000 (21:45 +0100)]
depends: fix already installed check on osx

Avoid depending on .so files which could be .dylib on osx
Fix some invalid dependencies

10 years ago[language] fix string id after abc59871c18294e8fd499c29290a381b76841c0c
Martijn Kaijser [Sun, 23 Feb 2014 20:05:26 +0000 (21:05 +0100)]
[language] fix string id after abc59871c18294e8fd499c29290a381b76841c0c

10 years agoMerge pull request #4270 from MartijnKaijser/addondisabled
jmarshallnz [Sun, 23 Feb 2014 20:01:45 +0000 (09:01 +1300)]
Merge pull request #4270 from MartijnKaijser/addondisabled

[language] split of "Add-on disabled" string after d688682

10 years agoMerge pull request #4263 from jmarshallnz/soft10bit
jmarshallnz [Sun, 23 Feb 2014 20:00:46 +0000 (09:00 +1300)]
Merge pull request #4263 from jmarshallnz/soft10bit

[gl] support YUV420P10->RGB in software renderer

10 years ago[language] split of "Add-on disabled" string after d6886825312ec575a3232e465a8837e600...
Martijn Kaijser [Sun, 23 Feb 2014 19:53:45 +0000 (20:53 +0100)]
[language] split of "Add-on disabled" string after d6886825312ec575a3232e465a8837e600c2f11f

10 years ago[WIN32] remove harfbuzz library as its already compiled within our "internal" libass...
wsoltys [Sun, 23 Feb 2014 19:42:30 +0000 (20:42 +0100)]
[WIN32] remove harfbuzz library as its already compiled within our "internal" libass (see https://github.com/xbmc/libass)

10 years agoMerge pull request #4265 from MartijnKaijser/now_playing
Martijn Kaijser [Sun, 23 Feb 2014 19:28:07 +0000 (20:28 +0100)]
Merge pull request #4265 from MartijnKaijser/now_playing

[language] change "now playing.." in sidemenu

10 years ago[language] change "now playing.." in sidemenu to something more obvious as it also...
Martijn Kaijser [Sun, 23 Feb 2014 19:25:40 +0000 (20:25 +0100)]
[language] change "now playing.." in sidemenu to something more obvious as it also shows when not playling anything.

10 years agoMerge pull request #4257 from wsoltys/notify
wsoltys [Sun, 23 Feb 2014 19:21:22 +0000 (20:21 +0100)]
Merge pull request #4257 from wsoltys/notify

[WIN32] hook up CAEFactory::DeviceChange() to audio device changes

10 years agoMerge pull request #4264 from jmarshallnz/scrollfix
jmarshallnz [Sun, 23 Feb 2014 19:00:23 +0000 (08:00 +1300)]
Merge pull request #4264 from jmarshallnz/scrollfix

[gui] scrolling text could be truncated

10 years ago[gl] support YUV420P10->RGB in software renderer
Jonathan Marshall [Sun, 23 Feb 2014 06:47:35 +0000 (19:47 +1300)]
[gl] support YUV420P10->RGB in software renderer

10 years ago[Confluence] don't crop 'local subs..' label
ronie [Sun, 23 Feb 2014 17:11:23 +0000 (18:11 +0100)]
[Confluence] don't crop 'local subs..' label

10 years agoMerge pull request #3640 from wsnipex/joystick-fix
Trent Nelson [Sun, 23 Feb 2014 16:37:46 +0000 (09:37 -0700)]
Merge pull request #3640 from wsnipex/joystick-fix

Input: fix Accelerometer being detected as joystick

10 years agoMerge pull request #4007 from wsnipex/crashlog
Trent Nelson [Sun, 23 Feb 2014 16:32:32 +0000 (09:32 -0700)]
Merge pull request #4007 from wsnipex/crashlog

[linux] allow override of crashlog directory

10 years agocosmetics
WiSo [Sat, 22 Feb 2014 20:37:41 +0000 (21:37 +0100)]
cosmetics

10 years ago[WIN32] hook up audio engine to device changes.
WiSo [Sat, 22 Feb 2014 17:44:57 +0000 (18:44 +0100)]
[WIN32] hook up audio engine to device changes.

10 years ago[WIN32] basic implementation of a IMMNotificationClient interface to notify XBMC...
WiSo [Sat, 8 Feb 2014 17:32:50 +0000 (18:32 +0100)]
[WIN32] basic implementation of a IMMNotificationClient interface to notify XBMC in case of audio device changes.

10 years agoMerge pull request #4261 from jmarshallnz/zeroconf_level
Memphiz [Sun, 23 Feb 2014 11:58:11 +0000 (12:58 +0100)]
Merge pull request #4261 from jmarshallnz/zeroconf_level

[settings] switch zeroconf setting to standard level

10 years ago[language] fix inconsistent add-on state description. fixes #14851
Martijn Kaijser [Sun, 23 Feb 2014 09:27:00 +0000 (10:27 +0100)]
[language] fix inconsistent add-on state description. fixes #14851

10 years ago[addons] ensure we reload the current skin if it's updated via a .zip file. fixes...
Jonathan Marshall [Sun, 23 Feb 2014 08:13:36 +0000 (21:13 +1300)]
[addons] ensure we reload the current skin if it's updated via a .zip file. fixes #14890

10 years ago[gui] scrollbar didn't scroll properly with the mouse. fixes #14873
Jonathan Marshall [Sun, 23 Feb 2014 07:54:41 +0000 (20:54 +1300)]
[gui] scrollbar didn't scroll properly with the mouse. fixes #14873

10 years ago[gui] scrolling text could be truncated because scrollInfo.pixelPos was treated as...
Jonathan Marshall [Sun, 23 Feb 2014 07:37:26 +0000 (20:37 +1300)]
[gui] scrolling text could be truncated because scrollInfo.pixelPos was treated as pre-scaled when it wasn't. fixes #14629

10 years agoMerge pull request #4259 from phate89/master
jmarshallnz [Sun, 23 Feb 2014 05:27:29 +0000 (18:27 +1300)]
Merge pull request #4259 from phate89/master

Allow xbmc to handle cue tags without quotes

10 years agoMerge pull request #4057 from Karlson2k/win32_fix_nonutf8
jmarshallnz [Sun, 23 Feb 2014 03:01:50 +0000 (16:01 +1300)]
Merge pull request #4057 from Karlson2k/win32_fix_nonutf8

[win32] fix ANSI used as UTF-8

10 years agoMerge pull request #4192 from Shine-/dxvarenderer
jmarshallnz [Sun, 23 Feb 2014 02:50:28 +0000 (15:50 +1300)]
Merge pull request #4192 from Shine-/dxvarenderer

Prevent unnecessary colorspace conversions (regression in #4163)

10 years agoMerge pull request #4254 from jmarshallnz/onsettingsunloaded
jmarshallnz [Sun, 23 Feb 2014 02:32:36 +0000 (15:32 +1300)]
Merge pull request #4254 from jmarshallnz/onsettingsunloaded

Implements OnSettingsUnloaded

10 years agoAdd handling of cue tags without quotes
phate89 [Sat, 22 Feb 2014 11:13:29 +0000 (12:13 +0100)]
Add handling of cue tags without quotes

10 years ago[settings] switch zeroconf setting to standard
Jonathan Marshall [Sun, 23 Feb 2014 02:11:03 +0000 (15:11 +1300)]
[settings] switch zeroconf setting to standard

10 years ago[addons] notifying the user once during repo updates is enough
Jonathan Marshall [Sun, 23 Feb 2014 00:17:34 +0000 (13:17 +1300)]
[addons] notifying the user once during repo updates is enough

10 years ago[addons] add 'Update all' item to the available updates menu
Jonathan Marshall [Sun, 23 Feb 2014 00:09:18 +0000 (13:09 +1300)]
[addons] add 'Update all' item to the available updates menu

10 years ago[busydialog] factor out the dvdplayer busy dialog waiting so as to use it for other...
Jonathan Marshall [Sun, 23 Feb 2014 00:08:36 +0000 (13:08 +1300)]
[busydialog] factor out the dvdplayer busy dialog waiting so as to use it for other things

10 years ago[addons] allow GetAllOutdatedAddons to return the local addon versions - useful for...
Jonathan Marshall [Sun, 23 Feb 2014 00:07:41 +0000 (13:07 +1300)]
[addons] allow GetAllOutdatedAddons to return the local addon versions - useful for scheduling updates

10 years ago[addons] don't group add-ons into categories in disabled and available update section...
Jonathan Marshall [Sat, 22 Feb 2014 22:07:21 +0000 (11:07 +1300)]
[addons] don't group add-ons into categories in disabled and available update sections of the add-on maanger

10 years agoAESinkPULSE: Let Engine handle our volume
fritsch [Sat, 22 Feb 2014 20:31:31 +0000 (21:31 +0100)]
AESinkPULSE: Let Engine handle our volume

10 years ago[gui] fixed Container.HasNext not working on fixed lists
Jonathan Marshall [Sat, 22 Feb 2014 07:47:22 +0000 (20:47 +1300)]
[gui] fixed Container.HasNext not working on fixed lists

10 years ago[settings] implement OnSettingsUnloaded, fixes various advancedsettings leaking from...
Jonathan Marshall [Sat, 22 Feb 2014 07:34:37 +0000 (20:34 +1300)]
[settings] implement OnSettingsUnloaded, fixes various advancedsettings leaking from profile to profile (e.g. mysql database config)

10 years ago[id3v2] some apps write TXXX tags using UPPERCASE and some with lowercase. Support...
Jonathan Marshall [Sat, 22 Feb 2014 04:01:42 +0000 (17:01 +1300)]
[id3v2] some apps write TXXX tags using UPPERCASE and some with lowercase. Support both.

10 years agoMerge pull request #4196 from arnova/sub_fallback
jmarshallnz [Sat, 22 Feb 2014 01:49:51 +0000 (14:49 +1300)]
Merge pull request #4196 from arnova/sub_fallback

Handle cases where subtitle fails to save to destination directory

10 years agoMerge pull request #3998 from jmarshallnz/darwin_sink
jmarshallnz [Fri, 21 Feb 2014 21:08:11 +0000 (10:08 +1300)]
Merge pull request #3998 from jmarshallnz/darwin_sink

Darwin sink for ActiveAE

10 years agoMerge pull request #4080 from jmarshallnz/skin_color_reload
jmarshallnz [Fri, 21 Feb 2014 20:07:00 +0000 (09:07 +1300)]
Merge pull request #4080 from jmarshallnz/skin_color_reload

[settings] on skin change, ensure we reset the skin font to the default.

10 years ago[osx] drop outputbuffer index and iterate over them all
Jonathan Marshall [Sat, 15 Feb 2014 20:58:18 +0000 (09:58 +1300)]
[osx] drop outputbuffer index and iterate over them all

10 years ago[osx] drop CDVDAudioCodecPassthroughFFmpeg - it was broken in 4f74e67f2f anyway
Jonathan Marshall [Sun, 2 Feb 2014 06:27:03 +0000 (19:27 +1300)]
[osx] drop CDVDAudioCodecPassthroughFFmpeg - it was broken in 4f74e67f2f anyway

10 years ago[osx] drop LPCM mode from CDVDAudioCodecFFmpeg - it's not wanted or needed
Jonathan Marshall [Sun, 2 Feb 2014 06:26:22 +0000 (19:26 +1300)]
[osx] drop LPCM mode from CDVDAudioCodecFFmpeg - it's not wanted or needed

10 years ago[ios] - finally fixed the issue where audio was lost after pause or playback stop...
Memphiz [Mon, 17 Feb 2014 22:09:21 +0000 (23:09 +0100)]
[ios] - finally fixed the issue where audio was lost after pause or playback stop. This needs review by @ulion

10 years ago[settings] - don't hide passthrough settings on ios - visibility is now automagically...
Memphiz [Fri, 7 Feb 2014 19:45:52 +0000 (20:45 +0100)]
[settings] - don't hide passthrough settings on ios - visibility is now automagically determined by available audio device types

10 years ago[settings] OSX does not support E-AC3 passthrough
Jonathan Marshall [Sun, 2 Feb 2014 06:25:21 +0000 (19:25 +1300)]
[settings] OSX does not support E-AC3 passthrough

10 years ago[osx] - revert part of 5cdc1bfb8bbf52438b9ad69bd09ea3dc3ef8669a - it was plain bs...
Memphiz [Tue, 18 Feb 2014 18:25:38 +0000 (19:25 +0100)]
[osx] - revert part of 5cdc1bfb8bbf52438b9ad69bd09ea3dc3ef8669a - it was plain bs from me. Fixes no audio after startup when refreshrate adaption is enabled (this came up as a bug with new activeae now as it listens to ondevicelost messages and therefore suspends the audio engine ;) ).

10 years ago[ios/osx] adds Darwin sinks for ActiveAE and drop the CoreAudio engine.
Jonathan Marshall [Sun, 29 Dec 2013 23:44:48 +0000 (12:44 +1300)]
[ios/osx] adds Darwin sinks for ActiveAE and drop the CoreAudio engine.

10 years ago[ios/osx] adds ActiveAE files to the IOS/OSX projects
Jonathan Marshall [Sun, 29 Dec 2013 23:42:11 +0000 (12:42 +1300)]
[ios/osx] adds ActiveAE files to the IOS/OSX projects

10 years ago[ios] adds CWinSystemIOS::GetCurrentScreen()
Jonathan Marshall [Wed, 19 Feb 2014 23:55:09 +0000 (12:55 +1300)]
[ios] adds CWinSystemIOS::GetCurrentScreen()

10 years agoMerge pull request #4133 from FernetMenta/aefixes
Trent Nelson [Fri, 21 Feb 2014 19:09:34 +0000 (12:09 -0700)]
Merge pull request #4133 from FernetMenta/aefixes

ActiveAE: add method for re-init after device/eld change

10 years ago[lang] added langinfo.xml to new languages English(Australia) and French(Canada)
alanwww1 [Fri, 21 Feb 2014 09:20:14 +0000 (10:20 +0100)]
[lang] added langinfo.xml to new languages English(Australia) and French(Canada)

10 years agochanged: Improve (fallback) logic for subtitle downloading
arnova [Sat, 8 Feb 2014 12:24:30 +0000 (13:24 +0100)]
changed: Improve (fallback) logic for subtitle downloading

10 years agoAESinkPULSE: Track Change Event again - don't do anything for now
fritsch [Wed, 5 Feb 2014 08:21:38 +0000 (09:21 +0100)]
AESinkPULSE: Track Change Event again - don't do anything for now

10 years agoAESinkPULSE: Use Callback to use Factory's DeviceChange()
fritsch [Mon, 3 Feb 2014 18:57:19 +0000 (19:57 +0100)]
AESinkPULSE: Use Callback to use Factory's DeviceChange()

10 years agoActiveAE: add method for re-init after device/eld change
Rainer Hochecker [Sun, 2 Feb 2014 12:01:09 +0000 (13:01 +0100)]
ActiveAE: add method for re-init after device/eld change

10 years agoActorProtocol: implement purge of specific messages from the queue
Rainer Hochecker [Tue, 18 Feb 2014 06:53:38 +0000 (07:53 +0100)]
ActorProtocol: implement purge of specific messages from the queue

10 years agoMerge pull request #4231 from ace20022/fix_gifs
jmarshallnz [Thu, 20 Feb 2014 19:19:25 +0000 (08:19 +1300)]
Merge pull request #4231 from ace20022/fix_gifs

[Fix] Some fixes for our gif decode implementation

10 years agoMerge pull request #3883 from MartijnKaijser/gui5.0.0
jmarshallnz [Thu, 20 Feb 2014 19:18:58 +0000 (08:18 +1300)]
Merge pull request #3883 from MartijnKaijser/gui5.0.0

bump GUI ABI to 5.0.0 due to recent skin core changes

10 years agoMerge pull request #4240 from t4-ravenbird/woa-fixed-wait
Trent Nelson [Thu, 20 Feb 2014 19:17:18 +0000 (12:17 -0700)]
Merge pull request #4240 from t4-ravenbird/woa-fixed-wait

[bug/fix] woa - crash after wakeup

10 years agoMerge pull request #4232 from Montellese/upnp_player_stop_on_start_fix
Trent Nelson [Thu, 20 Feb 2014 15:58:51 +0000 (08:58 -0700)]
Merge pull request #4232 from Montellese/upnp_player_stop_on_start_fix

upnp: executing AVTransport's Stop action in state NO_MEDIA_PRESENT is not allowed

10 years agotimeout while fixed-wait is expected and no error
t4.ravenbird [Wed, 19 Feb 2014 14:59:32 +0000 (15:59 +0100)]
timeout while fixed-wait is expected and no error

10 years agoMerge pull request #4244 from voguemaster/m3u_fix_deleting_url_string
Trent Nelson [Thu, 20 Feb 2014 02:02:42 +0000 (19:02 -0700)]
Merge pull request #4244 from voguemaster/m3u_fix_deleting_url_string

Fix deletion of URL string for variable length playlists.

10 years agoMerge pull request #4220 from davilla/fix3damlcodec
Trent Nelson [Thu, 20 Feb 2014 01:13:50 +0000 (18:13 -0700)]
Merge pull request #4220 from davilla/fix3damlcodec

fixed, 3d mode for amcodec, requires rw to /sys/class/ppmgr/ppmgr_3d_mode

10 years agoMerge pull request #4226 from jmarshallnz/rss_direction
Trent Nelson [Thu, 20 Feb 2014 01:10:21 +0000 (18:10 -0700)]
Merge pull request #4226 from jmarshallnz/rss_direction

[rss] right to left scrolling wasn't done for RTL langauges since e470fb5ccd

10 years agoFix deletion of URL string for variable length playlists.
Eli K [Thu, 20 Feb 2014 00:02:22 +0000 (02:02 +0200)]
Fix deletion of URL string for variable length playlists.

When the playlist M3U helper selects a specific M3U/8 playlist it will
overwrite the strFile pointer with the internal contents of selected.
However, selected then goes out of scope leaving garbage as the URL