vuplus_xbmc
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 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 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

10 years agoMerge pull request #4238 from fritsch/ae-extend-init
jmarshallnz [Wed, 19 Feb 2014 19:21:20 +0000 (08:21 +1300)]
Merge pull request #4238 from fritsch/ae-extend-init

ActiveAE: Wait at least c_retry * 1500

10 years agoMerge pull request #4239 from FernetMenta/active
jmarshallnz [Wed, 19 Feb 2014 19:07:55 +0000 (08:07 +1300)]
Merge pull request #4239 from FernetMenta/active

ActiveAE: fix downmix for the case a sink returns more channels than req...

10 years agoPrevent unnecessary colorspace conversions
Shine [Tue, 18 Feb 2014 17:52:46 +0000 (18:52 +0100)]
Prevent unnecessary colorspace conversions

10 years agoActiveAE: fix downmix for the case a sink returns more channels than requested
Rainer Hochecker [Wed, 19 Feb 2014 10:18:34 +0000 (11:18 +0100)]
ActiveAE: fix downmix for the case a sink returns more channels than requested

10 years agoActiveAE: Wait at least c_retry * 1500
fritsch [Wed, 19 Feb 2014 08:25:18 +0000 (09:25 +0100)]
ActiveAE: Wait at least c_retry * 1500

10 years agoMerge pull request #4219 from davilla/fix3dmediacodec
Trent Nelson [Wed, 19 Feb 2014 00:00:00 +0000 (17:00 -0700)]
Merge pull request #4219 from davilla/fix3dmediacodec

fixed, 3d -> 2d in mediacodec

10 years agoMerge pull request #4211 from fritsch/wasapi-directsound
Voyager1 [Tue, 18 Feb 2014 22:26:10 +0000 (23:26 +0100)]
Merge pull request #4211 from fritsch/wasapi-directsound

ActiveAE: Fix DTS and AC3 by adding it to the supported formats

10 years ago[Confluence] seekbar would overlap osd time - fixes #14946
ronie [Tue, 18 Feb 2014 22:12:25 +0000 (23:12 +0100)]
[Confluence] seekbar would overlap osd time - fixes #14946

10 years agoMerge pull request #4223 from Memphiz/iospythonexception
Trent Nelson [Tue, 18 Feb 2014 21:59:11 +0000 (14:59 -0700)]
Merge pull request #4223 from Memphiz/iospythonexception

[ios/atv2] - fix logging of python exceptions

10 years agoMerge pull request #4221 from koying/fixdroidexceptionlogging
Trent Nelson [Tue, 18 Feb 2014 21:58:49 +0000 (14:58 -0700)]
Merge pull request #4221 from koying/fixdroidexceptionlogging

FIX: [droid] logging of python exception (fixes #14314)

10 years agoMerge pull request #4094 from Black09/directoryprovider
Trent Nelson [Tue, 18 Feb 2014 19:18:58 +0000 (12:18 -0700)]
Merge pull request #4094 from Black09/directoryprovider

Load art for directory content in static lists

10 years agoMerge pull request #4230 from alexmaloteaux/gitignore_fixes
Trent Nelson [Tue, 18 Feb 2014 19:01:20 +0000 (12:01 -0700)]
Merge pull request #4230 from alexmaloteaux/gitignore_fixes

gitignore on test-driver and netbeans

10 years agoAE: convert all strings DirectSound to uppercase
Rainer Hochecker [Tue, 18 Feb 2014 17:11:41 +0000 (18:11 +0100)]
AE: convert all strings DirectSound to uppercase

10 years agoAE: driver names are all uppercase, fix broken AC3,DTS for DirectSound
Rainer Hochecker [Tue, 18 Feb 2014 13:11:18 +0000 (14:11 +0100)]
AE: driver names are all uppercase, fix broken AC3,DTS for DirectSound

10 years agoAESinkAUDIOTRACK: Add DTS / AC3 for aml which can do passthrough
fritsch [Sun, 16 Feb 2014 08:18:48 +0000 (09:18 +0100)]
AESinkAUDIOTRACK: Add DTS / AC3 for aml which can do passthrough

10 years agoAESinkDirectSound: Add DTS to supported list - as it's supported
fritsch [Sat, 15 Feb 2014 18:49:29 +0000 (19:49 +0100)]
AESinkDirectSound: Add DTS to supported list - as it's supported

10 years agoMerge pull request #4208 from xhaggi/fix-pvr-idle-check
Trent Nelson [Tue, 18 Feb 2014 15:49:41 +0000 (08:49 -0700)]
Merge pull request #4208 from xhaggi/fix-pvr-idle-check

[pvr] fix: wrong condition in PVRManager::IsIdle (Ticket #14630)

10 years agoMerge pull request #3112 from koying/fixcurlopenssl
Chris Browet [Tue, 18 Feb 2014 11:44:20 +0000 (12:44 +0100)]
Merge pull request #3112 from koying/fixcurlopenssl

FIX: implement libcurl openssl thread-safe locking

10 years ago[pvr] fix: wrong condition in PVRManager::IsIdle (Ticket #14630)
xhaggi [Sat, 15 Feb 2014 11:09:06 +0000 (12:09 +0100)]
[pvr] fix: wrong condition in PVRManager::IsIdle (Ticket #14630)

IsIdle() returns the wrong state (true) if delta between next timer and
now is equal to the backend idle time setting. In this condition XBMC
shuts down with a wrong wakeup time for the next timer.

10 years agogitignore
Alexandre Maloteaux [Tue, 18 Feb 2014 10:19:52 +0000 (11:19 +0100)]
gitignore

10 years ago[Fix][gif] Check image dimensions.
ace20022 [Tue, 18 Feb 2014 08:09:34 +0000 (09:09 +0100)]
[Fix][gif] Check image dimensions.

10 years ago[rss] right to left scrolling wasn't done for RTL langauges since e470fb5ccd. Fixes...
Jonathan Marshall [Mon, 17 Feb 2014 23:05:05 +0000 (12:05 +1300)]
[rss] right to left scrolling wasn't done for RTL langauges since e470fb5ccd. Fixes #14928

10 years agoMerge pull request #4225 from cg110/Ticket-14940-
jmarshallnz [Mon, 17 Feb 2014 22:45:42 +0000 (11:45 +1300)]
Merge pull request #4225 from cg110/Ticket-14940-

Fix for ticket 14940