vuplus_xbmc
10 years agoMerge pull request #3993 from Karlson2k/scraperurl_more_log
jmarshallnz [Thu, 16 Jan 2014 04:16:27 +0000 (20:16 -0800)]
Merge pull request #3993 from Karlson2k/scraperurl_more_log

ScraperUrl::Get: put used resource type to debug log

10 years agoMerge pull request #4034 from ace20022/comp_warning
jmarshallnz [Thu, 16 Jan 2014 04:08:57 +0000 (20:08 -0800)]
Merge pull request #4034 from ace20022/comp_warning

[Fix] Fix comipler warning bool <= int in AudioLibrary.cpp

10 years ago[Fix] Fix comipler warning bool <= int in AudioLibrary.cpp
ace20022 [Wed, 15 Jan 2014 22:29:30 +0000 (23:29 +0100)]
[Fix] Fix comipler warning bool <= int in AudioLibrary.cpp

10 years ago[atv2] - added -lxslt to the linker flags in xcode project for atv2 target. Seems...
Memphiz [Wed, 15 Jan 2014 19:40:23 +0000 (20:40 +0100)]
[atv2] - added -lxslt to the linker flags in xcode project for atv2 target. Seems atv2 target is the only one who doesn't pick up the xcconfig (maybe because of the include indirection or what - i think its a bug in xcode3). This would have resulted in crash&burn on atv2 at runtime when accessing a function from libxslt (we don't see the issue during compile time because of lazy linking which is needed because of atv2 backrow stuff)

10 years ago[win32] Win32DllLoader::Load: convert to C-string for log
Karlson2k [Wed, 15 Jan 2014 16:15:10 +0000 (20:15 +0400)]
[win32] Win32DllLoader::Load: convert to C-string for log
strange that it works even as std::string

10 years ago[win32] Win32DllLoader::Load: use correct format for error number
Karlson2k [Wed, 15 Jan 2014 16:07:08 +0000 (20:07 +0400)]
[win32] Win32DllLoader::Load: use correct format for error number

10 years ago[win32] Win32DllLoader::Load: avoid uninitialized pointer dereference, convert Window...
Karlson2k [Wed, 15 Jan 2014 15:08:49 +0000 (19:08 +0400)]
[win32] Win32DllLoader::Load: avoid uninitialized pointer dereference, convert Windows error messages to UTF-8, try to get error message in English for log

10 years agoMerge pull request #4023 from FernetMenta/aefixes
Rainer Hochecker [Wed, 15 Jan 2014 11:59:52 +0000 (03:59 -0800)]
Merge pull request #4023 from FernetMenta/aefixes

ActiveAE decides whether to open a fallback sink

10 years agoActiveAE: try other sinks in case of create fails
Rainer Hochecker [Tue, 14 Jan 2014 08:46:07 +0000 (09:46 +0100)]
ActiveAE: try other sinks in case of create fails

10 years agoAE: kill macros in sink factory, remove null sink logic
Rainer Hochecker [Tue, 14 Jan 2014 08:43:45 +0000 (09:43 +0100)]
AE: kill macros in sink factory, remove null sink logic

10 years ago[ios7] - fix backgroundcolor if textfield when showing the native keyboard - this...
Memphiz [Tue, 14 Jan 2014 17:39:08 +0000 (18:39 +0100)]
[ios7] - fix backgroundcolor if textfield when showing the native keyboard - this changed to transparent in ios7 which is non-readable with black characters - force it to white (as it was implicitly in older ios versions) - setting backgrouncolor doesn't work when having round colors - so just let the textfield be rough edged and be done

10 years agoMerge pull request #4006 from koying/fixmysql
Chris Browet [Tue, 14 Jan 2014 09:04:09 +0000 (01:04 -0800)]
Merge pull request #4006 from koying/fixmysql

FIX: [mysql] too long index keys leads to 1071 on innoDb (fixes #14117) + missing music db indexes after recent db bump

10 years agoMerge pull request #4009 from Memphiz/osxfixddwav
Memphiz [Mon, 13 Jan 2014 17:28:24 +0000 (09:28 -0800)]
Merge pull request #4009 from Memphiz/osxfixddwav

[AE/CA] - Fix optical 3fps issue. This was caused by a problem with dd-w...

10 years agoFIX: [mysql] too long index keys leads to 1071 on innoDb (fixes #14117) + missing...
Chris "Koying" Browet [Sat, 11 Jan 2014 01:21:49 +0000 (02:21 +0100)]
FIX: [mysql] too long index keys leads to 1071 on innoDb (fixes #14117) + missing music db indexes after recent db bump

10 years agoMerge pull request #4013 from koying/fixexportallloc
Chris Browet [Mon, 13 Jan 2014 10:17:23 +0000 (02:17 -0800)]
Merge pull request #4013 from koying/fixexportallloc

FIX: allow database export to all writable locations, not just local drives

10 years ago[AE/CA] - Fix optical 3fps issue. This was caused by a problem with dd-wav. When...
Tobias Hieta [Sat, 11 Jan 2014 08:15:50 +0000 (09:15 +0100)]
[AE/CA] - Fix optical 3fps issue. This was caused by a problem with dd-wav. When falling back on systems that doesn’t provide a encoded stream it was erroneously advertising the stream as Float instead of signed integers. We know open the output as integers if we are falling back on encoded data.

10 years agoCGUIViewState: fix loading of view states using SortAttributeIgnoreFolders
montellese [Sun, 12 Jan 2014 21:33:53 +0000 (22:33 +0100)]
CGUIViewState: fix loading of view states using SortAttributeIgnoreFolders

10 years agoMerge pull request #4008 from FernetMenta/aefixes
Rainer Hochecker [Sun, 12 Jan 2014 19:45:20 +0000 (11:45 -0800)]
Merge pull request #4008 from FernetMenta/aefixes

dvdplayer audio: fix invalid format after 5852fd70705b7c23141b1672a24d83...

10 years agoMerge pull request #4014 from Memphiz/win32nfsstat64
Memphiz [Sun, 12 Jan 2014 18:47:17 +0000 (10:47 -0800)]
Merge pull request #4014 from Memphiz/win32nfsstat64

[win32/nfs] - fix wrong struct stat size when running on win8 64

10 years agodvdplayer audio: fix invalid format after 5852fd70705b7c23141b1672a24d83d61efac591
Rainer Hochecker [Sat, 11 Jan 2014 11:26:26 +0000 (12:26 +0100)]
dvdplayer audio: fix invalid format after 5852fd70705b7c23141b1672a24d83d61efac591

10 years agoMerge pull request #3649 from FernetMenta/stream
Rainer Hochecker [Sun, 12 Jan 2014 17:26:11 +0000 (09:26 -0800)]
Merge pull request #3649 from FernetMenta/stream

dvdplayer: fix failed to get stream message, lookup streams the same way...

10 years ago[win32/nfs] - force usage of struct __stat64 on windows as done implicitly for all...
Memphiz [Sun, 12 Jan 2014 13:53:22 +0000 (14:53 +0100)]
[win32/nfs] - force usage of struct __stat64 on windows as done implicitly for all other platforms (due to FILE_OFFSET_BITS=64) - this fixes bad stat info which showed up on windows 8 64

10 years ago[win32/nfs] - bump windows version of nfs 1.6.2 for windows (forced __stat64 struct...
Memphiz [Sun, 12 Jan 2014 12:20:33 +0000 (13:20 +0100)]
[win32/nfs] - bump windows version of nfs 1.6.2 for windows (forced __stat64 struct on windows as done on all other platforms via FILE_OFFSET_BITS=64)

10 years agoFIX: allow database export to all writable locations, not just local drives
Chris "Koying" Browet [Sun, 12 Jan 2014 11:53:03 +0000 (12:53 +0100)]
FIX: allow database export to all writable locations, not just local drives

10 years agoMerge pull request #4012 from koying/quickpr
Chris Browet [Sun, 12 Jan 2014 12:13:55 +0000 (04:13 -0800)]
Merge pull request #4012 from koying/quickpr

FIX: [mysql] fix database export (fixes #14843)

10 years agoFIX: [mysql] fix database export (fixes #14843)
Chris "Koying" Browet [Sun, 12 Jan 2014 11:54:26 +0000 (12:54 +0100)]
FIX: [mysql] fix database export (fixes #14843)

10 years agoomxplayer: skip streams with no type on update
Rainer Hochecker [Sun, 12 Jan 2014 10:22:54 +0000 (11:22 +0100)]
omxplayer: skip streams with no type on update

10 years agodvdplayer: skip streams with no type on update
Rainer Hochecker [Sun, 12 Jan 2014 10:22:32 +0000 (11:22 +0100)]
dvdplayer: skip streams with no type on update

10 years agoMerge pull request #3992 from elupus/wtwbtw
Joakim Plate [Sat, 11 Jan 2014 22:46:46 +0000 (14:46 -0800)]
Merge pull request #3992 from elupus/wtwbtw

Support WTW/BTB display in test patterns

10 years agogui: let alternating circle pattern be btb or wtw if possible
Joakim Plate [Wed, 8 Jan 2014 20:23:45 +0000 (21:23 +0100)]
gui: let alternating circle pattern be btb or wtw if possible

Note, wtw/btb is only possible in limited color range

10 years agogui: respect limited color range for test patterns
Joakim Plate [Wed, 8 Jan 2014 20:22:42 +0000 (21:22 +0100)]
gui: respect limited color range for test patterns

10 years agogl: make sure we detach textures and disable texturing on all gl stages
Joakim Plate [Wed, 8 Jan 2014 19:46:54 +0000 (20:46 +0100)]
gl: make sure we detach textures and disable texturing on all gl stages

When limited range colors was in use, we could end up adjusting range
twice since the last texture stage could be left around modifying
following render.

10 years agodroid: fixed missing pvr addons which are pre-installed. packagers will need to make...
davilla [Sat, 11 Jan 2014 15:35:42 +0000 (10:35 -0500)]
droid: fixed missing pvr addons which are pre-installed. packagers will need to make extra sure there are no stale binaries manually or start with a virgin build

10 years ago[lang] delete old strings.xml file for vis-fishbmc
alanwww1 [Sat, 11 Jan 2014 13:25:35 +0000 (14:25 +0100)]
[lang] delete old strings.xml file for vis-fishbmc

10 years ago[lang] update of skin.confluence language files
alanwww1 [Sat, 11 Jan 2014 12:05:55 +0000 (13:05 +0100)]
[lang] update of skin.confluence language files

10 years ago[lang] update of core language files
alanwww1 [Sat, 11 Jan 2014 12:05:38 +0000 (13:05 +0100)]
[lang] update of core language files

10 years ago[lang] update of internal addon language files
alanwww1 [Sat, 11 Jan 2014 12:05:13 +0000 (13:05 +0100)]
[lang] update of internal addon language files

10 years agoMerge pull request #3712 from koying/adddroidimmersive
Chris Browet [Sat, 11 Jan 2014 12:16:37 +0000 (04:16 -0800)]
Merge pull request #3712 from koying/adddroidimmersive

ADD: [droid] implement immersive mode on kitkat

10 years agoADD: [droid] implement immersive mode on kitkat
Chris "Koying" Browet [Mon, 25 Nov 2013 19:57:13 +0000 (20:57 +0100)]
ADD: [droid] implement immersive mode on kitkat

10 years agoMerge pull request #3951 from Voyager1/fix-trac-14778
Voyager1 [Sat, 11 Jan 2014 11:19:38 +0000 (03:19 -0800)]
Merge pull request #3951 from Voyager1/fix-trac-14778

Allow DVD playback after 'browse into' ISO/IMG file (trac 14778)
fixes #14778 on trac

10 years agojsonrpc: fix setting/updating resume point in VideoLibrary
montellese [Sat, 11 Jan 2014 08:23:06 +0000 (09:23 +0100)]
jsonrpc: fix setting/updating resume point in VideoLibrary

10 years agojson-rpc: return "lastmodified" in database datetime format (fixes #14836)
montellese [Sat, 11 Jan 2014 07:43:02 +0000 (08:43 +0100)]
json-rpc: return "lastmodified" in database datetime format (fixes #14836)

10 years agoudf: compatibility with UDF 1.02 (standard DVD Video) ISOs
Voyager1 [Sun, 5 Jan 2014 08:52:08 +0000 (09:52 +0100)]
udf: compatibility with UDF 1.02 (standard DVD Video) ISOs

10 years agoudf: UDFFile root to behave correctly as folder to be readable by libdvdnav
Voyager1 [Fri, 3 Jan 2014 11:58:59 +0000 (12:58 +0100)]
udf: UDFFile root to behave correctly as folder to be readable by libdvdnav

10 years agoMerge pull request #4004 from wsoltys/buildsys2
wsoltys [Fri, 10 Jan 2014 22:40:24 +0000 (14:40 -0800)]
Merge pull request #4004 from wsoltys/buildsys2

[WIN32] buildsystem fixes

10 years ago[WIN32] remove build_setup directory before the first git command to avoid problems...
WiSo [Fri, 10 Jan 2014 22:16:04 +0000 (23:16 +0100)]
[WIN32] remove build_setup directory before the first git command to avoid problems with possible .git files.

10 years ago[WIN32] fixed: don't copy skins via BuildSetup.bat. They're provided via their own...
WiSo [Fri, 10 Jan 2014 21:00:00 +0000 (22:00 +0100)]
[WIN32] fixed: don't copy skins via BuildSetup.bat. They're provided via their own build.bat

10 years ago[musicdb] use LIKE rather than equals when adding artists+albums so the compare is...
Jonathan Marshall [Fri, 10 Jan 2014 19:10:05 +0000 (08:10 +1300)]
[musicdb] use LIKE rather than equals when adding artists+albums so the compare is case-insensitive. Fixes #14834

10 years agoMerge pull request #3980 from ronie/confluence-peripherals
ronie [Thu, 9 Jan 2014 20:43:42 +0000 (12:43 -0800)]
Merge pull request #3980 from ronie/confluence-peripherals

[Confluence] fix non-intuitive navigation

10 years agoMerge pull request #3984 from ronie/confluence-select2
ronie [Thu, 9 Jan 2014 20:43:32 +0000 (12:43 -0800)]
Merge pull request #3984 from ronie/confluence-select2

[Confluence] small dialog - part2

10 years agoMerge pull request #3976 from fritsch/pulseaudio-pr
Peter Frühberger [Thu, 9 Jan 2014 16:57:26 +0000 (08:57 -0800)]
Merge pull request #3976 from fritsch/pulseaudio-pr

AESinkPULSE: Initial Implementation

10 years agoMerge pull request #3995 from FernetMenta/video
Joakim Plate [Thu, 9 Jan 2014 12:56:09 +0000 (04:56 -0800)]
Merge pull request #3995 from FernetMenta/video

dvdplayer: clear packets for decoder recovery when opening a new decoder

10 years agoPulseAE: RIP
fritsch [Wed, 8 Jan 2014 22:28:22 +0000 (23:28 +0100)]
PulseAE: RIP

10 years agoAEFactory: Adjust Factory and SinkFactory after AESinkPULSE
fritsch [Wed, 8 Jan 2014 15:44:22 +0000 (16:44 +0100)]
AEFactory: Adjust Factory and SinkFactory after AESinkPULSE

10 years agoAESinkPULSE: Implementation of PulseAudio Sink for ActiveAE
fritsch [Wed, 8 Jan 2014 15:43:55 +0000 (16:43 +0100)]
AESinkPULSE: Implementation of PulseAudio Sink for ActiveAE

10 years agodvdplayer: clear packets for decoder recovery when opening a new decoder
Rainer Hochecker [Thu, 9 Jan 2014 07:39:24 +0000 (08:39 +0100)]
dvdplayer: clear packets for decoder recovery when opening a new decoder

10 years agoMerge pull request #3991 from amet/drop_iconpack_ios
Memphiz [Thu, 9 Jan 2014 07:01:27 +0000 (23:01 -0800)]
Merge pull request #3991 from amet/drop_iconpack_ios

[ios] fixed, drop org.xbmc.xbmc-iconpack dependancy

10 years agoScraperUrl::Get: put resource type to debug log
Karlson2k [Wed, 8 Jan 2014 23:51:47 +0000 (03:51 +0400)]
ScraperUrl::Get: put resource type to debug log

10 years agoMerge pull request #3986 from Karlson2k/fix_mime_01
jmarshallnz [Wed, 8 Jan 2014 23:23:29 +0000 (15:23 -0800)]
Merge pull request #3986 from Karlson2k/fix_mime_01

Fix archive processing by ScraperUrl after 872de5f2fb21d155a0c1a51d7aadf8a70133cbe4

10 years ago[ios] fixed, drop org.xbmc.xbmc-iconpack dependancy
amet [Wed, 8 Jan 2014 20:06:45 +0000 (00:06 +0400)]
[ios] fixed, drop org.xbmc.xbmc-iconpack dependancy

10 years agoScraperUrl::Get: Better detect archives and report result of unpacking
Karlson2k [Wed, 8 Jan 2014 03:03:14 +0000 (07:03 +0400)]
ScraperUrl::Get: Better detect archives and report result of unpacking

10 years agoMime: add detection of basic types by file content
Karlson2k [Wed, 8 Jan 2014 03:02:01 +0000 (07:02 +0400)]
Mime: add detection of basic types by file content

10 years agoMime::parseMimeType: simplify parsing code
Karlson2k [Wed, 8 Jan 2014 04:19:24 +0000 (08:19 +0400)]
Mime::parseMimeType: simplify parsing code

10 years agoMove MIME-type detection from class CFileUtils to right class CMime
Karlson2k [Wed, 8 Jan 2014 01:55:48 +0000 (05:55 +0400)]
Move MIME-type detection from class CFileUtils to right class CMime

10 years agoFix Mime parsing after 99c85944d83bb257c8056bbadd02b5fdb0e574b9
Karlson2k [Wed, 8 Jan 2014 14:32:56 +0000 (18:32 +0400)]
Fix Mime parsing after 99c85944d83bb257c8056bbadd02b5fdb0e574b9

10 years agoMerge pull request #3981 from FernetMenta/aefixes
Rainer Hochecker [Wed, 8 Jan 2014 13:37:41 +0000 (05:37 -0800)]
Merge pull request #3981 from FernetMenta/aefixes

ActiveAE: remove group transitions from CONFIGURED to CONFIGURED_PLAY, f...

10 years agoMerge pull request #3987 from xhaggi/fix-sql-syntax
Sascha Woo [Wed, 8 Jan 2014 10:37:09 +0000 (02:37 -0800)]
Merge pull request #3987 from xhaggi/fix-sql-syntax

[pvr] fix: syntax error in sql statement (duplicate AND)

10 years ago[pvr] fix: syntax error in sql statement (duplicate AND)
xhaggi [Wed, 8 Jan 2014 10:30:09 +0000 (11:30 +0100)]
[pvr] fix: syntax error in sql statement (duplicate AND)

10 years ago[ios/tvout] - remove the none working try to move back to internal display when we...
Memphiz [Wed, 8 Jan 2014 07:32:08 +0000 (08:32 +0100)]
[ios/tvout] - remove the none working try to move back to internal display when we are on tvout and someone pulls the tvout adapter from the device. This was never really working, it resulted in wrong framebuffersize when tv/amp was switched off and on (fireing connect/disconnect messages) on retina devices and isn't a real important use case (cable unpluggers can restart XBMC without an issue)

10 years agoActiveAE: fix potential issue when remapping channels, only relevant for codecs like ogg
Rainer Hochecker [Wed, 8 Jan 2014 06:53:53 +0000 (07:53 +0100)]
ActiveAE: fix potential issue when remapping channels, only relevant for codecs like ogg

10 years ago[Confluence] small dialog - part2
ronie [Tue, 7 Jan 2014 23:09:12 +0000 (00:09 +0100)]
[Confluence] small dialog - part2

10 years agoMerge pull request #3983 from popcornmix/revert_unknown_start
popcornmix [Tue, 7 Jan 2014 21:28:49 +0000 (13:28 -0800)]
Merge pull request #3983 from popcornmix/revert_unknown_start

[rbp/omxplayer] Fix stall when resuming avi file without valid pts

10 years ago[rbp/omxplayer] Fix stall when resuming avi file without valid pts
popcornmix [Tue, 7 Jan 2014 21:25:38 +0000 (21:25 +0000)]
[rbp/omxplayer] Fix stall when resuming avi file without valid pts

Revert it for now until a better solution is found.

10 years agoActiveAE: remove group transitions from CONFIGURED to CONFIGURED_PLAY, fixes unwanted...
Rainer Hochecker [Tue, 7 Jan 2014 16:05:05 +0000 (17:05 +0100)]
ActiveAE: remove group transitions from CONFIGURED to CONFIGURED_PLAY, fixes unwanted transition from SUSPEND to PLAY

10 years ago[Confluence] fix non-intuitive navigation
ronie [Tue, 7 Jan 2014 15:02:31 +0000 (16:02 +0100)]
[Confluence] fix non-intuitive navigation

10 years agoupdate Touched skin
Martijn Kaijser [Tue, 7 Jan 2014 15:00:11 +0000 (16:00 +0100)]
update Touched skin

10 years agoMerge pull request #3971 from ronie/confluence-readability
ronie [Tue, 7 Jan 2014 13:31:01 +0000 (05:31 -0800)]
Merge pull request #3971 from ronie/confluence-readability

replace header background image

10 years agoreplace header background image - thanx uNiversal
ronie [Sun, 5 Jan 2014 00:19:50 +0000 (01:19 +0100)]
replace header background image - thanx uNiversal

10 years agoMerge pull request #3975 from FernetMenta/aefixes
Peter Frühberger [Tue, 7 Jan 2014 12:18:33 +0000 (04:18 -0800)]
Merge pull request #3975 from FernetMenta/aefixes

ActiveAE: update buffered time of streams on resume after suspend

10 years agoMerge pull request #3945 from ace20022/sdsub
Andreas Zelend [Tue, 7 Jan 2014 06:52:08 +0000 (22:52 -0800)]
Merge pull request #3945 from ace20022/sdsub

[Fix] Subtitle case of CStreamDetails::DetermineBestStreams

10 years ago[DROID] Fix listing android apps.
Trent Nelson [Tue, 7 Jan 2014 06:10:53 +0000 (23:10 -0700)]
[DROID] Fix listing android apps.

Android apps don't require the network, so don't wait for it to list
them.

10 years ago[DROID][AE] Fix 250ms audio delay on AML devices
Trent Nelson [Thu, 2 Jan 2014 20:09:11 +0000 (13:09 -0700)]
[DROID][AE] Fix 250ms audio delay on AML devices

10 years agoMerge pull request #3973 from xhaggi/epg-genre-in-info-area
ronie [Mon, 6 Jan 2014 23:36:16 +0000 (15:36 -0800)]
Merge pull request #3973 from xhaggi/epg-genre-in-info-area

[confluence] epg: adds genre to timeline info area

10 years agoMerge pull request #3970 from ronie/confluence-select
ronie [Mon, 6 Jan 2014 23:34:53 +0000 (15:34 -0800)]
Merge pull request #3970 from ronie/confluence-select

[Confluence] smaller select dialog when button is not visible

10 years agoMerge pull request #3974 from xhaggi/epg-max-blocks
Sascha Woo [Mon, 6 Jan 2014 18:33:04 +0000 (10:33 -0800)]
Merge pull request #3974 from xhaggi/epg-max-blocks

[pvr] fix: epg data limited to 8 days although 14 days are supported

10 years ago[pvr] fix: epg data limited to 8 days although 14 days are supported
xhaggi [Mon, 6 Jan 2014 12:48:47 +0000 (13:48 +0100)]
[pvr] fix: epg data limited to 8 days although 14 days are supported

10 years agoMerge pull request #3977 from xhaggi/fix-epg-lang-key
Lars Op den Kamp [Mon, 6 Jan 2014 18:22:26 +0000 (10:22 -0800)]
Merge pull request #3977 from xhaggi/fix-epg-lang-key

[lang] fix: default to 3 days in description of setting epg.daystodisplay

10 years ago[lang] fix: default to 3 days in description of setting
xhaggi [Mon, 6 Jan 2014 18:16:39 +0000 (19:16 +0100)]
[lang] fix: default to 3 days in description of setting
epg.daystodisplay

10 years agoRevert "[WIN32] changed: use up to 4 parallel msbuild workers."
wsoltys [Mon, 6 Jan 2014 17:48:43 +0000 (18:48 +0100)]
Revert "[WIN32] changed: use up to 4 parallel msbuild workers."

This reverts commit 162347f2b027ad7b333c5864a4153c5ece7c754f.

This change works fine if the windows vm is the only one compiling. Since the recent build logs showed a longer compile time when doing builds for all platforms I'll revert this for now to see if it was the culprit.

10 years agoMerge pull request #3972 from Memphiz/fixshairportfallback
Memphiz [Mon, 6 Jan 2014 17:26:05 +0000 (09:26 -0800)]
Merge pull request #3972 from Memphiz/fixshairportfallback

[configure/airtunes] - fix the fallback to libshairport if libshairplay can't be found...

10 years ago[confluence] epg: adds genre to timeline info area
xhaggi [Mon, 6 Jan 2014 12:22:02 +0000 (13:22 +0100)]
[confluence] epg: adds genre to timeline info area

10 years agoMerge pull request #3922 from popcornmix/mono_video
huceke [Mon, 6 Jan 2014 10:48:17 +0000 (02:48 -0800)]
Merge pull request #3922 from popcornmix/mono_video

[rbp/omxplayer] Handle mono playback of HSBS/HTAB videos

10 years agoActiveAE: update buffered time of streams on resume after suspend
Rainer Hochecker [Mon, 6 Jan 2014 08:53:02 +0000 (09:53 +0100)]
ActiveAE: update buffered time of streams on resume after suspend

10 years ago[settings/ios] - fixed some errors in settings parsing due to mismatches in darwin_io...
Memphiz [Mon, 6 Jan 2014 00:33:52 +0000 (01:33 +0100)]
[settings/ios] - fixed some errors in settings parsing due to mismatches in darwin_ios.xml

10 years ago[configure/airtunes] - fix fallback to libshairport if libshairplay can't be found...
Memphis [Mon, 6 Jan 2014 00:03:48 +0000 (01:03 +0100)]
[configure/airtunes] - fix fallback to libshairport if libshairplay can't be found. Bail out if --enable-airtunes was given and none of both libs was found.

10 years ago[configure/airtunes] - fixed typo
Memphis [Sun, 5 Jan 2014 23:48:50 +0000 (00:48 +0100)]
[configure/airtunes] - fixed typo

10 years agoMerge pull request #3969 from popcornmix/resize_align
huceke [Sun, 5 Jan 2014 23:00:03 +0000 (15:00 -0800)]
Merge pull request #3969 from popcornmix/resize_align

[rbp] Avoid resizing 1080p fanart

10 years agoMerge pull request #3796 from Karlson2k/html_charset_detecton_01
jmarshallnz [Sun, 5 Jan 2014 22:53:01 +0000 (14:53 -0800)]
Merge pull request #3796 from Karlson2k/html_charset_detecton_01

Properly detect HTML charset even if not reported by server

10 years agoMerge pull request #3958 from jmarshallnz/epg_nav_back
jmarshallnz [Sun, 5 Jan 2014 22:48:32 +0000 (14:48 -0800)]
Merge pull request #3958 from jmarshallnz/epg_nav_back

[epg] handle <onback> just like every other control

10 years agoMerge pull request #3968 from popcornmix/require_pix
jmarshallnz [Sun, 5 Jan 2014 22:47:31 +0000 (14:47 -0800)]
Merge pull request #3968 from popcornmix/require_pix

[rbp] We require the pixels in non-reencoding texture caching