vuplus_xbmc
10 years agofixed, uninit var compiler warning
S. Davilla [Sat, 5 Oct 2013 15:22:00 +0000 (11:22 -0400)]
fixed, uninit var compiler warning

10 years agofix xcode5 build
amet [Fri, 4 Oct 2013 11:17:12 +0000 (15:17 +0400)]
fix xcode5 build

10 years agoMerge pull request #3378 from FernetMenta/aefixes
Peter Frühberger [Sat, 5 Oct 2013 12:36:16 +0000 (05:36 -0700)]
Merge pull request #3378 from FernetMenta/aefixes

ActiveAE: make sure sink list is not empty when settings query the default

10 years agoMerge pull request #3204 from ulion/fix_event_server_mouse_implement
ulion [Fri, 4 Oct 2013 22:26:13 +0000 (15:26 -0700)]
Merge pull request #3204 from ulion/fix_event_server_mouse_implement

[Fix] Event server code for remote mouse with event client protocol

10 years agoActiveAE: make sure sink list is not empty when settings query the default device
Rainer Hochecker [Fri, 4 Oct 2013 16:53:47 +0000 (18:53 +0200)]
ActiveAE: make sure sink list is not empty when settings query the default device

10 years ago[WIN32] updated libbluray to 0.4.0 (still without bd-j support yet, but with a little...
wsoltys [Thu, 3 Oct 2013 22:53:58 +0000 (00:53 +0200)]
[WIN32] updated libbluray to 0.4.0 (still without bd-j support yet, but with a little less hacks to build)

10 years ago[WIN32] update mingw runtime to 4.0.3 which contains some minor bugfixes.
wsoltys [Thu, 3 Oct 2013 22:33:21 +0000 (00:33 +0200)]
[WIN32] update mingw runtime to 4.0.3 which contains some minor bugfixes.

10 years agoMerge pull request #3246 from bavison/faster_sorting_step2
jmarshallnz [Thu, 3 Oct 2013 19:04:26 +0000 (12:04 -0700)]
Merge pull request #3246 from bavison/faster_sorting_step2

Faster sorting of CFileItemLists, step 2

10 years agoThe icky noise problem has been fixed.
S. Davilla [Thu, 3 Oct 2013 16:33:30 +0000 (12:33 -0400)]
The icky noise problem has been fixed.
Revert "ActiveAE: disable AE_FMT_FLOAT on AESinkAUDIOTRACK, AE_FMT_FLOAT is not clipped correctly and makes an icky noise when audio volume peaks"

This reverts commit 7c5b7e5513f72000cff1d1fcfe508328bf40bbb5.

10 years agoMerge pull request #3291 from t-nelson/pivos_input
Trent Nelson [Thu, 3 Oct 2013 15:40:25 +0000 (08:40 -0700)]
Merge pull request #3291 from t-nelson/pivos_input

Pivos input changes

10 years agoMove lirc init before keyboard
Cory Fields [Fri, 5 Oct 2012 05:01:50 +0000 (01:01 -0400)]
Move lirc init before keyboard

LIRC's devinput driver requires exclusive access, which conflicts with our
evdev input manager. If LIRC is able to grab a device and use it, assume that
we want it to, then evdev can't grab it.

10 years agofixed usb mouse/keyboard detection
davilla [Sat, 18 Aug 2012 15:19:49 +0000 (11:19 -0400)]
fixed usb mouse/keyboard detection

Peripheral insertions and removals after boot weren't reflected.

10 years agoMerge pull request #3313 from t-nelson/winevents_refactor
Trent Nelson [Thu, 3 Oct 2013 14:54:52 +0000 (07:54 -0700)]
Merge pull request #3313 from t-nelson/winevents_refactor

CWinEvents refactor and allow CWinEvents to observe Peripherals changes

10 years agoMerge pull request #3367 from FernetMenta/aefixes
Rainer Hochecker [Thu, 3 Oct 2013 14:10:06 +0000 (07:10 -0700)]
Merge pull request #3367 from FernetMenta/aefixes

ActiveAE: fix opening wrong device after suspend

10 years agoAllow WinEvents to observe Peripherals changes
Trent Nelson [Sat, 21 Sep 2013 06:36:10 +0000 (02:36 -0400)]
Allow WinEvents to observe Peripherals changes

10 years agoRemove some unused WinEvents stuff under IOS
Trent Nelson [Sat, 21 Sep 2013 06:36:10 +0000 (02:36 -0400)]
Remove some unused WinEvents stuff under IOS

10 years agoRefactor CWinEvents
Trent Nelson [Sat, 21 Sep 2013 06:30:54 +0000 (02:30 -0400)]
Refactor CWinEvents

We need the implementations to be instantiated in order to extend the
Observer class.

10 years agoRemove unnecessary StdString.h inclusion.
Trent Nelson [Sat, 21 Sep 2013 06:14:48 +0000 (02:14 -0400)]
Remove unnecessary StdString.h inclusion.

10 years agoTwo extra fields now always inserted when SortItems are initialised
Ben Avison [Thu, 3 Oct 2013 01:13:38 +0000 (02:13 +0100)]
Two extra fields now always inserted when SortItems are initialised

These are FieldSortSpecial (used to force certain items like ".." to the
top or the bottom of the list) and FieldFolder (used to ensure folders are
separated from files). These are required in addition to whatever the
primary sort variable is.

Obviously this will impact the speedup of the rest of the patch, but since
neither are string fields, this should be minimal.

10 years agoMerge pull request #3368 from t-nelson/amlplayer_compile_fix_after_3280
Trent Nelson [Thu, 3 Oct 2013 01:07:22 +0000 (18:07 -0700)]
Merge pull request #3368 from t-nelson/amlplayer_compile_fix_after_3280

AMLPlayer compile was broken after #3280

10 years agoMerge pull request #3089 from davilla/mediacodec
davilla [Thu, 3 Oct 2013 00:10:08 +0000 (17:10 -0700)]
Merge pull request #3089 from davilla/mediacodec

Android MediaCodec

10 years agoMerge pull request #3365 from t-nelson/log_addon_repos
Trent Nelson [Wed, 2 Oct 2013 23:37:28 +0000 (16:37 -0700)]
Merge pull request #3365 from t-nelson/log_addon_repos

Log registered repos on AddonManager::Init

10 years agofixed: explicitly use a double to aid compiler in choosing overload
spiff [Wed, 2 Oct 2013 19:17:31 +0000 (21:17 +0200)]
fixed: explicitly use a double to aid compiler in choosing overload

fixes build with some compilers

10 years agoMerge pull request #3107 from t-nelson/no_blank_workgroups
Arne Morten Kvarving [Wed, 2 Oct 2013 20:28:51 +0000 (13:28 -0700)]
Merge pull request #3107 from t-nelson/no_blank_workgroups

Don't display blank SMB workgroups.

10 years agoMerge pull request #3369 from wsoltys/cleanup
wsoltys [Wed, 2 Oct 2013 20:20:24 +0000 (13:20 -0700)]
Merge pull request #3369 from wsoltys/cleanup

small cleanups and fixes

10 years agoMerge pull request #2894 from ace20022/ext_sub_lang_rebased
Andreas Zelend [Wed, 2 Oct 2013 20:15:12 +0000 (13:15 -0700)]
Merge pull request #2894 from ace20022/ext_sub_lang_rebased

[Ext. Subtitles][Redux] Add subtitles language and name extraction from filename and VideoPlayer.SubtitlesLanguage infolabel

10 years agofixed mem leak in StringUtils::FormatV
wsoltys [Wed, 2 Oct 2013 19:18:11 +0000 (21:18 +0200)]
fixed mem leak in StringUtils::FormatV

10 years agofixed: pass string by reference
wsoltys [Wed, 2 Oct 2013 18:39:19 +0000 (20:39 +0200)]
fixed: pass string by reference

10 years agochanged: use .empty() instead of testing for .size() > 0
wsoltys [Wed, 2 Oct 2013 17:26:13 +0000 (19:26 +0200)]
changed: use .empty() instead of testing for .size() > 0

10 years agofixed: missing initialization in HTSPDirectory.cpp
wsoltys [Wed, 2 Oct 2013 18:32:43 +0000 (20:32 +0200)]
fixed: missing initialization in HTSPDirectory.cpp

10 years ago[WIN32] fixed: m_lastWriteToBuffer wasn't initialized
wsoltys [Wed, 2 Oct 2013 18:06:16 +0000 (20:06 +0200)]
[WIN32] fixed: m_lastWriteToBuffer wasn't initialized

10 years ago[WIN32] fixed usage of m_encodedFormat
wsoltys [Wed, 2 Oct 2013 17:53:42 +0000 (19:53 +0200)]
[WIN32] fixed usage of m_encodedFormat

10 years agoMerge pull request #3353 from Karlson2k/charsetconverter_fix_02_alt2
Karlson2k [Wed, 2 Oct 2013 19:33:55 +0000 (12:33 -0700)]
Merge pull request #3353 from Karlson2k/charsetconverter_fix_02_alt2

CharsetConverter UTF-32 fix

10 years agoMerge pull request #2972 from jmbreuer/upstream-cdda-seek
Joakim Plate [Wed, 2 Oct 2013 19:29:45 +0000 (12:29 -0700)]
Merge pull request #2972 from jmbreuer/upstream-cdda-seek

Implement seek for CDDA

10 years agoAMLPlayer compile was broken after #3280
Trent Nelson [Wed, 2 Oct 2013 19:21:07 +0000 (15:21 -0400)]
AMLPlayer compile was broken after #3280

10 years agoLog registered repos on AddonManager::Init
Trent Nelson [Wed, 2 Oct 2013 13:55:53 +0000 (09:55 -0400)]
Log registered repos on AddonManager::Init

10 years agoMerge pull request #3187 from MartijnKaijser/pydocs2
Martijn Kaijser [Wed, 2 Oct 2013 19:00:20 +0000 (12:00 -0700)]
Merge pull request #3187 from MartijnKaijser/pydocs2

[pydocs] fix missing function description on export

10 years ago[pydocs] fix missing function descriptions on export
Martijn Kaijser [Wed, 2 Oct 2013 18:33:09 +0000 (20:33 +0200)]
[pydocs] fix missing function descriptions on export

10 years agoActiveAE: fix wrong device name after creating audio device
Rainer Hochecker [Wed, 2 Oct 2013 18:15:20 +0000 (20:15 +0200)]
ActiveAE: fix wrong device name after creating audio device

10 years agoMerge pull request #3358 from wsoltys/remove_configh
wsoltys [Wed, 2 Oct 2013 17:55:02 +0000 (10:55 -0700)]
Merge pull request #3358 from wsoltys/remove_configh

guard config.h

10 years agofixed build
S. Davilla [Wed, 2 Oct 2013 17:32:33 +0000 (13:32 -0400)]
fixed build

10 years agoosx/ios: cosmetics
S. Davilla [Wed, 2 Oct 2013 17:31:51 +0000 (13:31 -0400)]
osx/ios: cosmetics

10 years agoCharsetConverter: use UTF-32 charset with correct endianness
Karlson2k [Sun, 29 Sep 2013 23:00:10 +0000 (03:00 +0400)]
CharsetConverter: use UTF-32 charset with correct endianness

10 years agoCharsetConverter: add extra care on using wchar_t as UTF-32
Karlson2k [Sun, 29 Sep 2013 22:30:39 +0000 (02:30 +0400)]
CharsetConverter: add extra care on using wchar_t as UTF-32
* check for __STDC_ISO_10646__
* copy-convert only for UTF-32 -> wchar_t, but use converter for wchar_t -> UTF-32 (UTF-32 has more restrictions)

10 years agofix broken dependencies for addons
Martijn Kaijser [Wed, 2 Oct 2013 16:52:02 +0000 (18:52 +0200)]
fix broken dependencies for addons

10 years ago[WIN32] fixed win build by guarding config.h with HAVE_CONFIG_H
wsoltys [Tue, 1 Oct 2013 20:50:38 +0000 (22:50 +0200)]
[WIN32] fixed win build by guarding config.h with HAVE_CONFIG_H

10 years agoMerge pull request #3318 from MartijnKaijser/win32_python2.7.5
Martijn Kaijser [Wed, 2 Oct 2013 16:40:48 +0000 (09:40 -0700)]
Merge pull request #3318 from MartijnKaijser/win32_python2.7.5

[win32] bump python version to 2.7.5 and PIL-1.1.7.win32-py2.7

10 years agodroid: Add Android MediaCodec for DVDPlayer
davilla [Fri, 9 Aug 2013 13:56:45 +0000 (09:56 -0400)]
droid: Add Android MediaCodec for DVDPlayer

10 years agojni: add CJNISurfaceTextureOnFrameAvailableListener
davilla [Thu, 26 Sep 2013 13:37:48 +0000 (09:37 -0400)]
jni: add CJNISurfaceTextureOnFrameAvailableListener

10 years agoopps :)
S. Davilla [Wed, 2 Oct 2013 15:25:47 +0000 (11:25 -0400)]
opps :)
Revert "gles: fixed crash with nv12 format"

This reverts commit 62a4a657d840e3d83e5a6963c95960293683a95d.

10 years agogles: fixed crash with nv12 format
S. Davilla [Wed, 2 Oct 2013 15:04:52 +0000 (11:04 -0400)]
gles: fixed crash with nv12 format

10 years agoMerge pull request #3364 from popcornmix/fixbuildseek
huceke [Wed, 2 Oct 2013 11:46:29 +0000 (04:46 -0700)]
Merge pull request #3364 from popcornmix/fixbuildseek

[rbp/omxplayer] Fix build after large step PR (#3280)

10 years ago[rbp/omxplayer] Fix build after large step PR (#3280)
popcornmix [Wed, 2 Oct 2013 11:40:22 +0000 (12:40 +0100)]
[rbp/omxplayer] Fix build after large step PR (#3280)

10 years ago[win32] remove obsolete python24.dll code
Martijn Kaijser [Tue, 1 Oct 2013 16:13:16 +0000 (18:13 +0200)]
[win32] remove obsolete python24.dll code

10 years ago[win32] bump to Python 2.7.5 and PIL-1.1.7.win32-py2.7
Martijn Kaijser [Tue, 1 Oct 2013 16:12:50 +0000 (18:12 +0200)]
[win32] bump to Python 2.7.5 and PIL-1.1.7.win32-py2.7

10 years agoMerge pull request #3280 from arnova/big_step_is_big_step
arnova [Wed, 2 Oct 2013 08:26:26 +0000 (01:26 -0700)]
Merge pull request #3280 from arnova/big_step_is_big_step

changed: Large step should not skip chapters instead

10 years agoMerge pull request #3363 from popcornmix/audiofix
huceke [Wed, 2 Oct 2013 05:45:27 +0000 (22:45 -0700)]
Merge pull request #3363 from popcornmix/audiofix

[rbp/omxplayer] Fix for audio boost and lost volume changes

10 years agoMerge pull request #3361 from popcornmix/fix_avoid_audio
huceke [Wed, 2 Oct 2013 05:44:39 +0000 (22:44 -0700)]
Merge pull request #3361 from popcornmix/fix_avoid_audio

[rbp/omxplayer] Fix live tv regression from #3212

10 years agoMerge pull request #3362 from popcornmix/removeerrors
huceke [Wed, 2 Oct 2013 05:43:13 +0000 (22:43 -0700)]
Merge pull request #3362 from popcornmix/removeerrors

[rbp/omxplayer] Remove errors that are expected

10 years agoMerge pull request #3357 from popcornmix/cosmetics
huceke [Wed, 2 Oct 2013 05:42:02 +0000 (22:42 -0700)]
Merge pull request #3357 from popcornmix/cosmetics

[rbp/omxplayer] Cosmetics

10 years agoMerge pull request #3349 from MartijnKaijser/cleanup_xbox
wsoltys [Wed, 2 Oct 2013 05:29:42 +0000 (22:29 -0700)]
Merge pull request #3349 from MartijnKaijser/cleanup_xbox

Cleanup xbox

10 years agoMerge pull request #3194 from arnova/slow_picture_job_fix
arnova [Wed, 2 Oct 2013 05:27:06 +0000 (22:27 -0700)]
Merge pull request #3194 from arnova/slow_picture_job_fix

changed: Pause low priority jobs when loading/showing pictures

10 years ago[rbp/omxplayer] Avoid losing volume changes when amplification is disabled
popcornmix [Sun, 15 Sep 2013 09:37:45 +0000 (10:37 +0100)]
[rbp/omxplayer] Avoid losing volume changes when amplification is disabled

10 years ago[rbp/omxplayer] Only apply boost centre to multichannel audio
popcornmix [Sun, 15 Sep 2013 09:37:23 +0000 (10:37 +0100)]
[rbp/omxplayer] Only apply boost centre to multichannel audio

10 years ago[rbp/omxplayer] Unpopulated port is not an error condition
popcornmix [Tue, 1 Oct 2013 21:58:17 +0000 (22:58 +0100)]
[rbp/omxplayer] Unpopulated port is not an error condition

10 years ago[rbp/omxplayer] For bypass renderer, renderer not started is not an error condition
popcornmix [Fri, 27 Sep 2013 22:53:53 +0000 (23:53 +0100)]
[rbp/omxplayer] For bypass renderer, renderer not started is not an error condition

10 years ago[DVDPlayer/DVDFileInfo] Add external subs' details while updating stream details...
ace20022 [Sun, 23 Jun 2013 22:03:52 +0000 (00:03 +0200)]
[DVDPlayer/DVDFileInfo] Add external subs' details while updating stream details from player.

10 years ago[FileInfo/Thumbs] Add language retrival from external subs while extracting thumbs.
ace20022 [Fri, 18 Jan 2013 20:14:25 +0000 (21:14 +0100)]
[FileInfo/Thumbs] Add language retrival from external subs while extracting thumbs.

10 years agoadd VideoPlayer.SubtitlesLanguage infolabel that returns full language name of curren...
pieh [Sun, 2 Sep 2012 23:06:22 +0000 (01:06 +0200)]
add VideoPlayer.SubtitlesLanguage infolabel that returns full language name of current subtitles, "unknown" localized string or empty string if subtitles are disabled or video isn't playing currently

10 years agodvdplayer: update current video settings when changing setting subtitles stream to...
pieh [Sun, 2 Sep 2012 23:03:39 +0000 (01:03 +0200)]
dvdplayer: update current video settings when changing setting subtitles stream to be sure we keep it synced (similiar to what we already do when we show/hide subtitles)

10 years ago[DVDPlayer] Use CUtil::GetExternalStreamDetailsFromFilename to determine external...
ace20022 [Sun, 2 Sep 2012 18:04:26 +0000 (20:04 +0200)]
[DVDPlayer] Use CUtil::GetExternalStreamDetailsFromFilename to determine external subtitles's details.
 These are language, name and flag.

10 years agoadd CUtil::GetExternalStreamNameAndLangFromFilename method to extract stream language...
ace20022 [Sun, 2 Sep 2012 18:03:40 +0000 (20:03 +0200)]
add CUtil::GetExternalStreamNameAndLangFromFilename method to extract stream language and name from filename

10 years ago[rbp/omxplayer] Allow number minor changes to passthrough audio without closing stream.
popcornmix [Tue, 1 Oct 2013 21:18:06 +0000 (22:18 +0100)]
[rbp/omxplayer] Allow number minor changes to passthrough audio without closing stream.

With passthough audio, the codec or sample rate changing require closing the audio stream.
The number of channels, bits per sample and bitrate don't affect the physical audio stream and so don't require the stream to be closed.

Also, the WaitCompletion call was incorrect as no EOS has been sent at this point, so it just acts as a (timeout) delay.

With these fixes, number of channels changing is seamless with passthough audio, and the glitch is reduced for non-passthough.

10 years agoRevert "[rbp/omxplayer] Avoid audio codec when in passthrough modes"
popcornmix [Tue, 1 Oct 2013 21:10:39 +0000 (22:10 +0100)]
Revert "[rbp/omxplayer] Avoid audio codec when in passthrough modes"

This reverts commit 9d6e3524ec14401961f64376f01eaca596ae39da.

10 years agoMerge pull request #3355 from popcornmix/fixbuildegl
davilla [Tue, 1 Oct 2013 21:05:35 +0000 (14:05 -0700)]
Merge pull request #3355 from popcornmix/fixbuildegl

[EGL] Fix build after #3298

10 years agoMerge pull request #3249 from wsoltys/remove_stringblock
wsoltys [Tue, 1 Oct 2013 20:48:45 +0000 (13:48 -0700)]
Merge pull request #3249 from wsoltys/remove_stringblock

[RFC] remove all methods related to loading string blocks into memory.

10 years ago[rbp/omxplayer] Cosmetics
popcornmix [Mon, 19 Aug 2013 21:06:02 +0000 (22:06 +0100)]
[rbp/omxplayer] Cosmetics

Remove a few unused variables and fix logging of pcm data

10 years ago[EGL] Fix build after #3298
popcornmix [Tue, 1 Oct 2013 19:39:23 +0000 (20:39 +0100)]
[EGL] Fix build after #3298

10 years agofixed possible but unlikely overflow.
wsoltys [Thu, 12 Sep 2013 19:23:45 +0000 (21:23 +0200)]
fixed possible but unlikely overflow.

10 years agoremoved all methods related to loading string blocks into memory. afaik this is obsol...
wsoltys [Thu, 12 Sep 2013 19:21:29 +0000 (21:21 +0200)]
removed all methods related to loading string blocks into memory. afaik this is obsolete and not in use anymore.

10 years agoadd subtitles extension list and allow to remove it using URIUtils::RemoveExtension
pieh [Sun, 2 Sep 2012 17:56:56 +0000 (19:56 +0200)]
add subtitles extension list and allow to remove it using URIUtils::RemoveExtension

10 years agoMerge pull request #3251 from Karlson2k/no_win32_pcre
Karlson2k [Tue, 1 Oct 2013 18:09:08 +0000 (11:09 -0700)]
Merge pull request #3251 from Karlson2k/no_win32_pcre

Replace PCRE win32 project with depend package

10 years ago[WIN32] fixed: stray backslash.
wsoltys [Tue, 1 Oct 2013 16:46:48 +0000 (18:46 +0200)]
[WIN32] fixed: stray backslash.

10 years ago[win32] Delete old unused PCRE package files
Karlson2k [Sat, 14 Sep 2013 15:56:16 +0000 (19:56 +0400)]
[win32] Delete old unused PCRE package files

10 years ago[win32] Remove win32 PCRE lib source files
Karlson2k [Thu, 12 Sep 2013 21:50:28 +0000 (01:50 +0400)]
[win32] Remove win32 PCRE lib source files

10 years ago[win32] Remove PCRE project from solution
Karlson2k [Thu, 12 Sep 2013 21:48:42 +0000 (01:48 +0400)]
[win32] Remove PCRE project from solution

10 years ago[win32] Use headers and static libs from PCRE package
Karlson2k [Thu, 12 Sep 2013 21:45:33 +0000 (01:45 +0400)]
[win32] Use headers and static libs from PCRE package

10 years ago[win32] Download and extract PCRE depend package
Karlson2k [Sat, 14 Sep 2013 15:44:06 +0000 (19:44 +0400)]
[win32] Download and extract PCRE depend package

10 years agoMerge pull request #3294 from t-nelson/pivos_pvr
Trent Nelson [Tue, 1 Oct 2013 14:47:37 +0000 (07:47 -0700)]
Merge pull request #3294 from t-nelson/pivos_pvr

Pivos PVR changes

10 years ago[EPG] Don't perform updates during video playback.
sensite [Sat, 19 Jan 2013 12:56:05 +0000 (07:56 -0500)]
[EPG] Don't perform updates during video playback.

Lag and stutter may ensue.

10 years agoMerge pull request #3264 from Karlson2k/win32_build_packages
Karlson2k [Tue, 1 Oct 2013 13:39:49 +0000 (06:39 -0700)]
Merge pull request #3264 from Karlson2k/win32_build_packages

Update of win32 build package download system

10 years ago[win32] Remove individual batch files and data
Karlson2k [Sat, 14 Sep 2013 19:18:05 +0000 (23:18 +0400)]
[win32] Remove individual batch files and data

10 years ago[win32] Run new batch file from DownloadBuildDeps.bat
Karlson2k [Sat, 14 Sep 2013 19:13:12 +0000 (23:13 +0400)]
[win32] Run new batch file from DownloadBuildDeps.bat

10 years ago[win32] Update package list to include extension; update taglib, nfs entries
Karlson2k [Sat, 14 Sep 2013 20:55:13 +0000 (00:55 +0400)]
[win32] Update package list to include extension; update taglib, nfs entries

10 years ago[win32] Add batch file for getting formed build packages
Karlson2k [Sat, 14 Sep 2013 19:26:59 +0000 (23:26 +0400)]
[win32] Add batch file for getting formed build packages

10 years ago[win32] fix: use new function 'GetKernelBitness()' instead of 'IsOS64bit()'
Karlson2k [Tue, 1 Oct 2013 08:23:54 +0000 (12:23 +0400)]
[win32] fix: use new function 'GetKernelBitness()' instead of 'IsOS64bit()'

10 years agoMerge pull request #2770 from t4-ravenbird/woa-mac-discovery
Martijn Kaijser [Tue, 1 Oct 2013 07:20:45 +0000 (00:20 -0700)]
Merge pull request #2770 from t4-ravenbird/woa-mac-discovery

wake-on-access ; avoid attempting mac-discovery for internet addresses

10 years agoMerge pull request #3338 from Voyager1/fix-dvdextsub
Voyager1 [Tue, 1 Oct 2013 07:16:58 +0000 (00:16 -0700)]
Merge pull request #3338 from Voyager1/fix-dvdextsub

[fix] Allow the use of external subtitles for DVDs

10 years agoMerge pull request #3256 from perpe/droid-x86
Memphiz [Tue, 1 Oct 2013 06:38:18 +0000 (23:38 -0700)]
Merge pull request #3256 from perpe/droid-x86

[Droid x86] Additions for Android x86 architecture

10 years agoMerge pull request #3238 from Memphiz/picturefade
Memphiz [Tue, 1 Oct 2013 06:36:32 +0000 (23:36 -0700)]
Merge pull request #3238 from Memphiz/picturefade

[picture] - don't calculate a fadein/out based on the slideshow display ...