vuplus_xbmc
10 years agoMerge pull request #4352 from Memphiz/libnfsdowngradewin32
jmarshallnz [Mon, 10 Mar 2014 23:00:18 +0000 (12:00 +1300)]
Merge pull request #4352 from Memphiz/libnfsdowngradewin32

[win32/libnfs] - downgrade to 1.3.0 because of issues with 1.6 on window...

10 years ago[ios] fix darwin_ios.xml missing tag
Jonathan Marshall [Mon, 10 Mar 2014 23:08:23 +0000 (12:08 +1300)]
[ios] fix darwin_ios.xml missing tag

10 years agoMerge pull request #4361 from afedchin/dxva_h264_intel_g
jmarshallnz [Mon, 10 Mar 2014 02:10:17 +0000 (15:10 +1300)]
Merge pull request #4361 from afedchin/dxva_h264_intel_g

[DXVA] Fix h264 deconding with refs > 11 on recent Intel GPUs (SNB/IVB)

10 years agoMerge pull request #4384 from Memphiz/osxbreakdrainbp
jmarshallnz [Mon, 10 Mar 2014 02:08:57 +0000 (15:08 +1300)]
Merge pull request #4384 from Memphiz/osxbreakdrainbp

[osxsink] - fix deadloop in drain

10 years ago[iossink/osxsink] - fixed - condvar has to wait on the mutex - not on the singlelock
Memphiz [Sun, 9 Mar 2014 23:04:25 +0000 (00:04 +0100)]
[iossink/osxsink] - fixed - condvar has to wait on the mutex - not on the singlelock

10 years ago[iossink/osxsink] - don't deadloop in drain when device is gone - but
Memphiz [Fri, 7 Mar 2014 12:16:42 +0000 (13:16 +0100)]
[iossink/osxsink] - don't deadloop in drain when device is gone - but
handle timeout

10 years agoMerge pull request #4382 from jmarshallnz/fix_non_addon_scripts
jmarshallnz [Sun, 9 Mar 2014 18:58:27 +0000 (07:58 +1300)]
Merge pull request #4382 from jmarshallnz/fix_non_addon_scripts

[python] fix scripts run directly that aren't an add-on. fixes #14265

10 years agoMerge pull request #4376 from xhaggi/epg-timeline
jmarshallnz [Sun, 9 Mar 2014 18:57:31 +0000 (07:57 +1300)]
Merge pull request #4376 from xhaggi/epg-timeline

[epg] adjust title to the left edge for the first items in timeline view

10 years agoMerge pull request #4369 from jmarshallnz/skip_video_thumbs
jmarshallnz [Sun, 9 Mar 2014 07:28:20 +0000 (20:28 +1300)]
Merge pull request #4369 from jmarshallnz/skip_video_thumbs

[video] skip thumb loading earlier so we don't call CDirectory::GetDirectory()

10 years agoMerge pull request #4381 from BigNoid/textbox_height
jmarshallnz [Sun, 9 Mar 2014 06:21:04 +0000 (19:21 +1300)]
Merge pull request #4381 from BigNoid/textbox_height

[Confluence] Textbox fixes for ok | yes/no | progress dialog

10 years agoMerge pull request #4380 from cg110/AudioLibWarningFix
jmarshallnz [Sun, 9 Mar 2014 02:45:14 +0000 (15:45 +1300)]
Merge pull request #4380 from cg110/AudioLibWarningFix

Fix compiler warning

10 years agoMerge pull request #4379 from jmarshallnz/win32_res_fix
jmarshallnz [Sun, 9 Mar 2014 00:58:49 +0000 (13:58 +1300)]
Merge pull request #4379 from jmarshallnz/win32_res_fix

[win32] fix size of DEVMODE struct. Fixes broken resolution switching

10 years agoMerge pull request #4375 from FernetMenta/wma
jmarshallnz [Sat, 8 Mar 2014 21:27:55 +0000 (10:27 +1300)]
Merge pull request #4375 from FernetMenta/wma

fix assert when playing certain wma files

10 years agoMerge pull request #4370 from jmarshallnz/clear_items_fix
jmarshallnz [Sun, 9 Mar 2014 00:06:09 +0000 (13:06 +1300)]
Merge pull request #4370 from jmarshallnz/clear_items_fix

[python] ensure we lock the GUI prior to calling ClearItems. Fixes #14780

10 years agoMerge pull request #4368 from jmarshallnz/music_fixes
jmarshallnz [Sat, 8 Mar 2014 23:05:14 +0000 (12:05 +1300)]
Merge pull request #4368 from jmarshallnz/music_fixes

Music fixes for .nfo files

10 years agoMerge pull request #4338 from FernetMenta/google
jmarshallnz [Sat, 8 Mar 2014 21:28:46 +0000 (10:28 +1300)]
Merge pull request #4338 from FernetMenta/google

AE: make sure sink suppports required samplerate for AC3 and DTS

10 years agoMerge pull request #4340 from FernetMenta/playlist
jmarshallnz [Sat, 8 Mar 2014 21:28:25 +0000 (10:28 +1300)]
Merge pull request #4340 from FernetMenta/playlist

paplayer: avoid blocking in OpenFile, call QueueNextFile instead

10 years agoMerge pull request #4378 from Montellese/mysql_integer_cast_fix
jmarshallnz [Sat, 8 Mar 2014 21:46:01 +0000 (10:46 +1300)]
Merge pull request #4378 from Montellese/mysql_integer_cast_fix

mysql: replace all "cast(foo as integer)" to "cast(foo as signed integer)" and not just the first one

10 years agomysql: replace all "cast(foo as integer)" to "cast(foo as signed integer)" and not...
montellese [Tue, 4 Mar 2014 22:50:02 +0000 (23:50 +0100)]
mysql: replace all "cast(foo as integer)" to "cast(foo as signed integer)" and not just the first one

10 years ago[music] fix .cue sheet media with embedded art not showing. fixes #14043
Jonathan Marshall [Sat, 8 Mar 2014 05:40:50 +0000 (18:40 +1300)]
[music] fix .cue sheet media with embedded art not showing. fixes #14043

10 years ago[exif] use unknownToUTF8 for the EXIF_COMMENT_CHARSET_ASCII/UNKNOWN case as many...
Jonathan Marshall [Sat, 8 Mar 2014 05:27:04 +0000 (18:27 +1300)]
[exif] use unknownToUTF8 for the EXIF_COMMENT_CHARSET_ASCII/UNKNOWN case as many pictures store non-ascii here. fixes #14188

10 years agoMerge pull request #4328 from koying/fixcontextcrash
jmarshallnz [Sat, 8 Mar 2014 04:09:12 +0000 (17:09 +1300)]
Merge pull request #4328 from koying/fixcontextcrash

FIX: set logger to NULL when the XBMC::Context is deleted

10 years ago[osx] fixed missing line in backport 9a05eed
Jonathan Marshall [Sat, 8 Mar 2014 03:48:18 +0000 (16:48 +1300)]
[osx] fixed missing line in backport 9a05eed

10 years agoMerge pull request #4277 from xhaggi/fix-recordings-parent-dir
jmarshallnz [Tue, 4 Mar 2014 07:56:31 +0000 (20:56 +1300)]
Merge pull request #4277 from xhaggi/fix-recordings-parent-dir

[pvr] fix: duplicate parent dir item for recordings

10 years agoremove useless log line
Jonathan Marshall [Sat, 8 Mar 2014 02:46:59 +0000 (15:46 +1300)]
remove useless log line

10 years ago[python] fix extended progress bar double closure. fixes #14985
Jonathan Marshall [Sat, 8 Mar 2014 01:06:21 +0000 (14:06 +1300)]
[python] fix extended progress bar double closure. fixes #14985

10 years agofix compile warnings
Jonathan Marshall [Fri, 7 Mar 2014 22:34:03 +0000 (11:34 +1300)]
fix compile warnings

10 years agoMerge pull request #4366 from Montellese/uriutils_resolvepath_fix
jmarshallnz [Fri, 7 Mar 2014 20:50:54 +0000 (09:50 +1300)]
Merge pull request #4366 from Montellese/uriutils_resolvepath_fix

URIUtils: fix out of range exception in resolvePath()

10 years agoMerge pull request #4365 from Montellese/settinglist_minmax_conflict
jmarshallnz [Fri, 7 Mar 2014 20:50:12 +0000 (09:50 +1300)]
Merge pull request #4365 from Montellese/settinglist_minmax_conflict

settings: fix conflict of <minimum> and <maximum> for CSettingList

10 years agoURIUtils: fix out of range exception in resolvePath()
montellese [Mon, 3 Mar 2014 22:43:01 +0000 (23:43 +0100)]
URIUtils: fix out of range exception in resolvePath()

10 years agoMerge pull request #4364 from ace20022/pap_zero_gotham
jmarshallnz [Fri, 7 Mar 2014 20:37:56 +0000 (09:37 +1300)]
Merge pull request #4364 from ace20022/pap_zero_gotham

[paplayer] Prevent possible division by zero in MP3Codec.

10 years ago[paplayer] Prevent possible division by zero in MP3Codec.
ace20022 [Fri, 7 Mar 2014 20:20:25 +0000 (21:20 +0100)]
[paplayer] Prevent possible division by zero in MP3Codec.

10 years agoMerge pull request #4349 from Memphiz/noblockaddpacketsbp
jmarshallnz [Fri, 7 Mar 2014 20:19:42 +0000 (09:19 +1300)]
Merge pull request #4349 from Memphiz/noblockaddpacketsbp

[osxsink/iossink] - don't block addpackets if ca didn't do the initial d...

10 years agoMerge pull request #4348 from Memphiz/osxdisplayportbp
jmarshallnz [Fri, 7 Mar 2014 20:19:25 +0000 (09:19 +1300)]
Merge pull request #4348 from Memphiz/osxdisplayportbp

 [osxsink] - properly set the ae device type based on either ca or ...

10 years agoMerge pull request #4347 from FernetMenta/aefixes
jmarshallnz [Fri, 7 Mar 2014 20:19:06 +0000 (09:19 +1300)]
Merge pull request #4347 from FernetMenta/aefixes

ActiveAE: fix for iOS - suspend sink when paused and app is not focused

10 years ago[dxva] Prefer standard Microsoft H.264 device instead of Intel H.264 VLD, no FGT...
Anton Fedchin [Mon, 10 Feb 2014 14:46:07 +0000 (18:46 +0400)]
[dxva] Prefer standard Microsoft H.264 device instead of Intel H.264 VLD, no FGT (ClearVideo).

This fix h264 decoding with refs > 11 on recent Intel GPUs (SNB/IVB). The latest Intel drivers for IVB/Haswell already has no support old Intel H.264 VLD, no FGT (ClearVideo) device, so this actually needs for SNB and older.

10 years ago[dxva] Add support workaround for Intel H.264 VLD, no FGT, ClearVideo decoder.
Anton Fedchin [Mon, 17 Feb 2014 13:41:40 +0000 (17:41 +0400)]
[dxva] Add support workaround for Intel H.264 VLD, no FGT, ClearVideo decoder.

10 years agoffmpeg: dxva2_h264: add a workaround for old intel GPUs
Hendrik Leppkes [Sat, 2 Mar 2013 10:15:30 +0000 (10:15 +0000)]
ffmpeg: dxva2_h264: add a workaround for old intel GPUs

Old Intel GPUs expect the reference frame index to the actual surface,
instead of the index into RefFrameList as specified by the spec.

This workaround should be set when using one of the "ClearVideo" decoder
devices.

10 years agoffmpeg: dxva2_h264: set the correct ref frame index in the long slice struct
Hendrik Leppkes [Sat, 2 Mar 2013 10:15:29 +0000 (10:15 +0000)]
ffmpeg: dxva2_h264: set the correct ref frame index in the long slice struct

The latest H.264 DXVA specification states that the index in this
structure should refer to a valid entry in the RefFrameList of the picture
parameter structure, and not to the actual surface index.

Fixes H.264 DXVA2 decoding on recent Intel GPUs (tested on Sandy and Ivy)

10 years ago[osxsink/iossink] - don't block addpackets if ca didn't do the initial data pull...
Memphiz [Mon, 3 Mar 2014 22:43:59 +0000 (23:43 +0100)]
[osxsink/iossink] - don't block addpackets if ca didn't do the initial data pull - but timeout gracefully for signaling an error condition to the engine (use a timer for detecting a real timeout as condvar can be signaled by spurious interrupts)

10 years ago[osxsink] - properly set the ae device type based on either ca or heuristical criteri...
Memphiz [Wed, 5 Mar 2014 17:18:34 +0000 (18:18 +0100)]
[osxsink] - properly set the ae device type based on either ca or heuristical criteria - fixes DisplayPort not detected as LPCM capable and maybe others

Conflicts:
xbmc/cores/AudioEngine/Sinks/AESinkDARWINOSX.cpp

10 years agoActiveAE: add windowing callback for application focus change
Rainer Hochecker [Fri, 28 Feb 2014 11:32:59 +0000 (12:32 +0100)]
ActiveAE: add windowing callback for application focus change

10 years agoActiveAE: use keep alive timer when stream is paused
Rainer Hochecker [Fri, 28 Feb 2014 10:47:26 +0000 (11:47 +0100)]
ActiveAE: use keep alive timer when stream is paused

10 years agoMerge pull request #4343 from FernetMenta/eac3
Trent Nelson [Thu, 6 Mar 2014 20:01:02 +0000 (15:01 -0500)]
Merge pull request #4343 from FernetMenta/eac3

AE: only display setting for EAC3 if sink supports it

10 years agoAE: only display setting for EAC3 if sink supports it
Rainer Hochecker [Thu, 6 Mar 2014 17:34:50 +0000 (18:34 +0100)]
AE: only display setting for EAC3 if sink supports it

10 years agoMerge pull request #4325 from MartijnKaijser/gotham_langfixes
jmarshallnz [Wed, 5 Mar 2014 23:47:53 +0000 (12:47 +1300)]
Merge pull request #4325 from MartijnKaijser/gotham_langfixes

Gotham langfixes

10 years ago[DROID][AE] Don't guess at supported sampling rate
Trent Nelson [Tue, 4 Mar 2014 17:31:24 +0000 (10:31 -0700)]
[DROID][AE] Don't guess at supported sampling rate

Android will resample to the "native" sample rate defined in firmware so
only use that rate.

10 years ago[DROID][JNI] Add method to query HW sample rate.
Trent Nelson [Tue, 14 Jan 2014 18:23:55 +0000 (11:23 -0700)]
[DROID][JNI] Add method to query HW sample rate.

10 years ago[Confluence] fix usage of "next" label in mismatching contexts, which caused trouble...
da-anda [Tue, 4 Mar 2014 12:06:36 +0000 (13:06 +0100)]
[Confluence] fix usage of "next" label in mismatching contexts, which caused trouble in translations

10 years ago[language] fix inconsistent naming of Blu-ray and improve wording of related labels
da-anda [Tue, 4 Mar 2014 09:40:21 +0000 (10:40 +0100)]
[language] fix inconsistent naming of Blu-ray and improve wording of related labels

10 years ago[language] fix typo
Martijn Kaijser [Tue, 4 Mar 2014 09:45:18 +0000 (10:45 +0100)]
[language] fix typo

10 years ago[language] remove unused setting descriptions
Martijn Kaijser [Mon, 3 Mar 2014 23:23:41 +0000 (00:23 +0100)]
[language] remove unused setting descriptions

10 years ago[language] fix wrong string meaning. should say "Apple Remote support could not be...
Martijn Kaijser [Mon, 3 Mar 2014 23:20:59 +0000 (00:20 +0100)]
[language] fix wrong string meaning. should say "Apple Remote support could not be enabled"

10 years agoMerge pull request #4324 from FernetMenta/wasapi
jmarshallnz [Tue, 4 Mar 2014 07:04:27 +0000 (20:04 +1300)]
Merge pull request #4324 from FernetMenta/wasapi

WASAPI: increase audio buffer for USB devices, fixes audible distortion

10 years agoMerge pull request #4319 from Memphiz/tvoutnonativekeyboard
jmarshallnz [Tue, 4 Mar 2014 00:19:44 +0000 (13:19 +1300)]
Merge pull request #4319 from Memphiz/tvoutnonativekeyboard

[ios] - only use the native keyboard if tvout is not used (native keyboa...

10 years agoMerge pull request #4318 from MartijnKaijser/b2
Trent Nelson [Mon, 3 Mar 2014 22:07:18 +0000 (17:07 -0500)]
Merge pull request #4318 from MartijnKaijser/b2

bump to Gotham beta2

10 years ago[release] version bump to 13.0 beta2
Martijn Kaijser [Mon, 3 Mar 2014 21:25:12 +0000 (22:25 +0100)]
[release] version bump to 13.0 beta2

10 years ago[language] update strings.po for missing PVR help text
NedScott [Mon, 3 Mar 2014 00:28:47 +0000 (17:28 -0700)]
[language] update strings.po for missing PVR help text

10 years agoMerge pull request #4314 from MartijnKaijser/beta1 Gotham-beta1
Trent Nelson [Mon, 3 Mar 2014 20:11:24 +0000 (15:11 -0500)]
Merge pull request #4314 from MartijnKaijser/beta1

[release] version bump to 13.0 beta1

10 years agoActiveAE: increase max buffer size from 80ms to 100ms
Rainer Hochecker [Mon, 3 Mar 2014 11:42:14 +0000 (12:42 +0100)]
ActiveAE: increase max buffer size from 80ms to 100ms

10 years agoMerge pull request #4312 from wsoltys/pvrfix
jmarshallnz [Mon, 3 Mar 2014 19:10:53 +0000 (08:10 +1300)]
Merge pull request #4312 from wsoltys/pvrfix

fixed exception because of accessing an uninitialized playingChannel object

10 years agoMerge pull request #4274 from arnova/sub_stack_handling
jmarshallnz [Mon, 3 Mar 2014 19:04:46 +0000 (08:04 +1300)]
Merge pull request #4274 from arnova/sub_stack_handling

fixed: Properly handle stacked files for subtitles

10 years agoMerge pull request #4285 from davilla/amlhw3d-interlace
Trent Nelson [Mon, 3 Mar 2014 17:57:34 +0000 (12:57 -0500)]
Merge pull request #4285 from davilla/amlhw3d-interlace

fixed, add amlogic hw 3d interlace mode

10 years agoWASAPI: increase buffer for USB devices
Rainer Hochecker [Sat, 1 Mar 2014 10:15:37 +0000 (11:15 +0100)]
WASAPI: increase buffer for USB devices

10 years agofixed exception because of accessing an uninitialized playingChannel object.
WiSo [Mon, 3 Mar 2014 09:53:15 +0000 (10:53 +0100)]
fixed exception because of accessing an uninitialized playingChannel object.

10 years agosettings: fix conflict of <minimum> and <maximum> for CSettingList
montellese [Sun, 2 Mar 2014 22:44:57 +0000 (23:44 +0100)]
settings: fix conflict of <minimum> and <maximum> for CSettingList

10 years agoMerge pull request #4299 from Voyager1/zip-rootisdir
jmarshallnz [Sun, 2 Mar 2014 21:34:09 +0000 (10:34 +1300)]
Merge pull request #4299 from Voyager1/zip-rootisdir

Allow ZIP root to be viewed as directory to enable playback of files contained

10 years ago[ios] - only use the native keyboard if tvout is not used (native keyboard doesn...
Memphiz [Sun, 2 Mar 2014 21:07:59 +0000 (22:07 +0100)]
[ios] - only use the native keyboard if tvout is not used (native keyboard doesn't work with hdmi/tvout on ios) - fixes #14966

10 years agoMerge pull request #4303 from MartijnKaijser/timezones_fix
jmarshallnz [Sun, 2 Mar 2014 18:50:14 +0000 (07:50 +1300)]
Merge pull request #4303 from MartijnKaijser/timezones_fix

[language] add missing langinfo files after new additions

10 years agoMerge pull request #4294 from FernetMenta/vdpau
Trent Nelson [Sun, 2 Mar 2014 17:22:15 +0000 (12:22 -0500)]
Merge pull request #4294 from FernetMenta/vdpau

vdpau fixes

10 years agovdpau: cosmetics
Rainer Hochecker [Fri, 28 Feb 2014 14:47:56 +0000 (15:47 +0100)]
vdpau: cosmetics

10 years ago[AESink/ios] - fix drain - we need to output silence when no samples are left - else...
Memphiz [Sun, 2 Mar 2014 16:12:03 +0000 (17:12 +0100)]
[AESink/ios] - fix drain - we need to output silence when no samples are left - else CA on iOS will repeat loop the last sample

10 years ago[zip] allow libdvd to view ZIP root as directory to enable playback of zipped dvd...
Voyager1 [Sat, 1 Mar 2014 09:17:03 +0000 (10:17 +0100)]
[zip] allow libdvd to view ZIP root as directory to enable playback of zipped dvd files

10 years ago[language] add missing langinfo files after new additions
Martijn Kaijser [Sat, 1 Mar 2014 23:30:09 +0000 (00:30 +0100)]
[language] add missing langinfo files after new additions

10 years agoMerge pull request #4302 from t-nelson/rm_cpluff_generated
Trent Nelson [Sat, 1 Mar 2014 23:37:01 +0000 (18:37 -0500)]
Merge pull request #4302 from t-nelson/rm_cpluff_generated

Remove cpluff generated files

10 years agoMerge pull request #3688 from epienbroek/3d_sbs
jmarshallnz [Sat, 1 Mar 2014 23:03:15 +0000 (12:03 +1300)]
Merge pull request #3688 from epienbroek/3d_sbs

Reduce the amount of false positives while detecting stereo mode

10 years agoMerge pull request #4300 from jjd-uk/strings
jmarshallnz [Sat, 1 Mar 2014 21:49:30 +0000 (10:49 +1300)]
Merge pull request #4300 from jjd-uk/strings

Fix up of settings.xml commit got missed during settings cleanup

10 years ago[lang] update of skin.confluence language files
alanwww1 [Sat, 1 Mar 2014 20:56:34 +0000 (21:56 +0100)]
[lang] update of skin.confluence language files

10 years ago[lang] update of core language files
alanwww1 [Sat, 1 Mar 2014 20:56:09 +0000 (21:56 +0100)]
[lang] update of core language files

10 years ago[lang] update of internal addon language files
alanwww1 [Sat, 1 Mar 2014 20:55:32 +0000 (21:55 +0100)]
[lang] update of internal addon language files

10 years agoReduce the amount of false positives while detecting stereo mode
Erik van Pienbroek [Wed, 20 Nov 2013 17:08:35 +0000 (18:08 +0100)]
Reduce the amount of false positives while detecting stereo mode

Initially the CStereoscopicsManager::DetectStereoModeByString
function considered file names containing strings like " SBS "
to be 3D content. However, it turned out this also caused false
positives, for example when opening PVR recordings from the
Dutch TV channel "SBS 6".

Reduced the amount of false positives by also searching for
the keyword "3D" in the file name before considering a file
to be 3D content and by using regular expressions

10 years agoMore explicit ignore rules for cpluff
Trent Nelson [Sat, 1 Mar 2014 20:14:26 +0000 (13:14 -0700)]
More explicit ignore rules for cpluff

10 years agoRemove cpluff generated files
Trent Nelson [Sat, 1 Mar 2014 20:12:50 +0000 (13:12 -0700)]
Remove cpluff generated files

10 years ago[language] fix several typos
Martijn Kaijser [Sat, 1 Mar 2014 19:54:47 +0000 (20:54 +0100)]
[language] fix several typos

10 years ago[Confluence] add missing 4K flag in list view
ronie [Sat, 1 Mar 2014 14:41:40 +0000 (15:41 +0100)]
[Confluence] add missing 4K flag in list view

10 years agoFix up of settings.xml commit got missed during settings cleanup
jjd-uk [Sat, 1 Mar 2014 14:40:17 +0000 (14:40 +0000)]
Fix up of settings.xml commit got missed during settings cleanup

10 years ago[language] fix typos
Martijn Kaijser [Sat, 1 Mar 2014 12:05:21 +0000 (13:05 +0100)]
[language] fix typos

10 years agoMerge pull request #4295 from KeyserSoze1/master
Trent Nelson [Fri, 28 Feb 2014 22:00:25 +0000 (17:00 -0500)]
Merge pull request #4295 from KeyserSoze1/master

Fixed mute not working for non-SSE enabled builds

10 years agoFixed mute not working for non-SSE enabled builds
KeyserSoze1 [Fri, 28 Feb 2014 17:54:28 +0000 (12:54 -0500)]
Fixed mute not working for non-SSE enabled builds

10 years agofixed, add amlogic hw 3d interlace mode
S. Davilla [Thu, 27 Feb 2014 06:07:16 +0000 (01:07 -0500)]
fixed, add amlogic hw 3d interlace mode

10 years agovdpau: Improve detection of supported files.
Kenney Phillis [Thu, 6 Feb 2014 06:59:56 +0000 (00:59 -0600)]
vdpau: Improve detection of supported files.

A minor improvement on the detection of whether or not a video will
play. It is a good idea to at least make sure that the video codec
is supported and that the resolution does not exceed the supported
resolution.

10 years agovdpau: map/unmap surfaces on every cycle, requested by AMD
Rainer Hochecker [Sat, 18 Jan 2014 12:02:21 +0000 (13:02 +0100)]
vdpau: map/unmap surfaces on every cycle, requested by AMD

10 years agoMerge pull request #4293 from cgtobi/patch-1
Martijn Kaijser [Fri, 28 Feb 2014 12:17:21 +0000 (13:17 +0100)]
Merge pull request #4293 from cgtobi/patch-1

Update strings.po

10 years agoUpdate strings.po
cgtobi [Fri, 28 Feb 2014 12:03:08 +0000 (13:03 +0100)]
Update strings.po

Fixes a minor typo in the original description. It should read 'scalers' instead of 'scalars' according to the developers notice.

10 years agoURIUtils::IsRemote: fix endless loop with stacked special path
Karlson2k [Fri, 28 Feb 2014 08:23:23 +0000 (12:23 +0400)]
URIUtils::IsRemote: fix endless loop with stacked special path

10 years agoURIUtils::IsHD: fix stack overflow, fixes #14812
Karlson2k [Fri, 28 Feb 2014 08:08:19 +0000 (12:08 +0400)]
URIUtils::IsHD: fix stack overflow, fixes #14812
Fix endless recursive loop if filename is stacked special

10 years agoMerge pull request #4246 from Montellese/jsonrpctimers
jmarshallnz [Fri, 28 Feb 2014 08:02:59 +0000 (21:02 +1300)]
Merge pull request #4246 from Montellese/jsonrpctimers

JSON-RPC: support for fetching PVR timers and recordings

10 years agofixed: Properly handle stacked files for subtitles
arnova [Sun, 23 Feb 2014 16:21:25 +0000 (17:21 +0100)]
fixed: Properly handle stacked files for subtitles

10 years agoMerge pull request #4243 from Black09/directoryprovider-extensions
jmarshallnz [Fri, 28 Feb 2014 04:58:23 +0000 (17:58 +1300)]
Merge pull request #4243 from Black09/directoryprovider-extensions

Better caching and updating for dynamic list provider

10 years agoMerge pull request #4271 from elupus/depends_fix
jmarshallnz [Thu, 27 Feb 2014 22:45:51 +0000 (11:45 +1300)]
Merge pull request #4271 from elupus/depends_fix

depends: fix already installed check on osx