vuplus_xbmc
11 years agoMerge pull request #2410 from VegarS/master
Sascha Montellese [Mon, 11 Mar 2013 08:29:16 +0000 (01:29 -0700)]
Merge pull request #2410 from VegarS/master

Fix typo in TCP RPC service name in CApplication::StartJSONRPCServer()

11 years ago[fix] build issue with std::min on some platforms.
Jim Carroll [Mon, 11 Mar 2013 07:19:46 +0000 (03:19 -0400)]
[fix] build issue with std::min on some platforms.

11 years agoMerge pull request #2397 from theuni/unified-depends-rebase-3
Cory Fields [Mon, 11 Mar 2013 07:18:00 +0000 (00:18 -0700)]
Merge pull request #2397 from theuni/unified-depends-rebase-3

Unified dependencies

11 years agodepends: revert droid changes in CStdString
Cory Fields [Fri, 8 Mar 2013 10:55:53 +0000 (05:55 -0500)]
depends: revert droid changes in CStdString

This way it builds fine with crystax and vanilla ndk.

11 years agodepends: fix broken pyo sources in darwin
theuni [Tue, 22 Jan 2013 05:30:28 +0000 (00:30 -0500)]
depends: fix broken pyo sources in darwin

11 years agodepends: fix android path after depends move
Cory Fields [Mon, 21 Jan 2013 08:06:07 +0000 (03:06 -0500)]
depends: fix android path after depends move

11 years agodepends: fix android packaging
Cory Fields [Wed, 23 Jan 2013 22:18:01 +0000 (17:18 -0500)]
depends: fix android packaging

11 years agodepends: fix ios project
Cory Fields [Sat, 9 Mar 2013 04:30:26 +0000 (23:30 -0500)]
depends: fix ios project

11 years agodepends: fix atv2 project
Memphiz [Sat, 9 Mar 2013 17:20:35 +0000 (18:20 +0100)]
depends: fix atv2 project

11 years agodepends: fix osx project
Cory Fields [Sat, 9 Mar 2013 04:30:14 +0000 (23:30 -0500)]
depends: fix osx project

11 years agodepends: [projectm] - remove hardcoded minsdkversion 10.4 on osx. Fixes build on...
Memphiz [Sat, 9 Mar 2013 14:30:44 +0000 (15:30 +0100)]
depends: [projectm] - remove hardcoded minsdkversion 10.4 on osx. Fixes build on 10.8.2 (we provide the right minsdkversion via CPPFLAGS)

depends: [osx] - remove ancient hardcoded linker path from projectm

11 years agodepends: gawk is build-side, host doesn't matter
Cory Fields [Mon, 11 Mar 2013 01:32:06 +0000 (21:32 -0400)]
depends: gawk is build-side, host doesn't matter

11 years agodepends: remove android hack for python now that correct libdeps are defined
Cory Fields [Fri, 25 Jan 2013 06:49:00 +0000 (01:49 -0500)]
depends: remove android hack for python now that correct libdeps are defined

11 years agodepends: add liblog check, it may not be included by the toolchain
Cory Fields [Fri, 8 Mar 2013 10:54:27 +0000 (05:54 -0500)]
depends: add liblog check, it may not be included by the toolchain

11 years agodepends: don't link libcdio unless optical is enabled
theuni [Mon, 21 Jan 2013 01:16:29 +0000 (20:16 -0500)]
depends: don't link libcdio unless optical is enabled

11 years agodepends: point ffmpeg to the correct yasm
theuni [Sun, 20 Jan 2013 21:24:42 +0000 (16:24 -0500)]
depends: point ffmpeg to the correct yasm

This should be fixed so that we check for a build-side yasm instead of
just assuming it's there.

11 years agodepends: ffmpeg needs our ldflags
theuni [Sun, 20 Jan 2013 21:25:32 +0000 (16:25 -0500)]
depends: ffmpeg needs our ldflags

11 years agodepends: clean up the built-in mess and test properly instead
Cory Fields [Mon, 21 Jan 2013 07:56:56 +0000 (02:56 -0500)]
depends: clean up the built-in mess and test properly instead

11 years agodepends: set some sane defaults for arm+linux
Cory Fields [Mon, 21 Jan 2013 10:18:49 +0000 (05:18 -0500)]
depends: set some sane defaults for arm+linux

11 years agodepends: set default android configure options
Cory Fields [Mon, 21 Jan 2013 07:56:01 +0000 (02:56 -0500)]
depends: set default android configure options

11 years agodepends: add mess of depends
Cory Fields [Sat, 9 Mar 2013 04:16:23 +0000 (23:16 -0500)]
depends: add mess of depends

11 years agoMerge pull request #2408 from dezi/master
jmarshallnz [Mon, 11 Mar 2013 02:31:56 +0000 (19:31 -0700)]
Merge pull request #2408 from dezi/master

Fix for MusicInfoScanner to honor "Part of Compilation" flag in music media.

11 years agominor change and clarification to the File.write return value.
Jim Carroll [Mon, 11 Mar 2013 01:27:39 +0000 (21:27 -0400)]
minor change and clarification to the File.write return value.

11 years agoreturn the correct boolean value.
Jim Carroll [Mon, 11 Mar 2013 01:13:29 +0000 (21:13 -0400)]
return the correct boolean value.

11 years agoMerge pull request #2359 from jimfcarroll/buffer
Jim Carroll [Mon, 11 Mar 2013 01:05:07 +0000 (18:05 -0700)]
Merge pull request #2359 from jimfcarroll/buffer

Addon binary reading and writing

11 years agominor fix to the string length arithmetic.
Jim Carroll [Mon, 11 Mar 2013 00:54:01 +0000 (20:54 -0400)]
minor fix to the string length arithmetic.

11 years agochange the write back to a bool for bw compatiblity with the incorrect 12.0 api.
Jim Carroll [Mon, 11 Mar 2013 00:49:58 +0000 (20:49 -0400)]
change the write back to a bool for bw compatiblity with the incorrect 12.0 api.

11 years agoMerge pull request #2356 from ulion/url_protocol_options_easy_method
ulion [Mon, 11 Mar 2013 00:16:42 +0000 (17:16 -0700)]
Merge pull request #2356 from ulion/url_protocol_options_easy_method

Add easy methods for url protocol options

11 years agoMerge pull request #2411 from ulion/fix_ios_launch_crash_when_built_with_xcode4
ulion [Mon, 11 Mar 2013 00:06:06 +0000 (17:06 -0700)]
Merge pull request #2411 from ulion/fix_ios_launch_crash_when_built_with_xcode4

[IOS] Fix crash when launch item for play, if it built with xcode 4.

11 years agodroid: fix loading libs from outside of our apk
Cory Fields [Sun, 10 Mar 2013 23:37:02 +0000 (19:37 -0400)]
droid: fix loading libs from outside of our apk

11 years agorename the current 'read' method to 'readBytes' and use it to implement a 'read'...
Jim Carroll [Sun, 10 Mar 2013 23:52:01 +0000 (19:52 -0400)]
rename the current 'read' method to 'readBytes' and use it to implement a 'read' method that returns a string in order to preserve bw compatibility.

11 years ago[IOS] Fix crash when launch item for play, if it built with xcode 4.
ulion [Sun, 10 Mar 2013 23:00:44 +0000 (07:00 +0800)]
[IOS] Fix crash when launch item for play, if it built with xcode 4.

11 years agoFix typo in RPC service name in CApplication::StartJSONRPCServer()
Vegar Storvann [Sun, 10 Mar 2013 22:41:47 +0000 (23:41 +0100)]
Fix typo in RPC service name in CApplication::StartJSONRPCServer()

11 years agoMerge pull request #2382 from fritsch/ae-clip-buffer
davilla [Sun, 10 Mar 2013 19:30:09 +0000 (12:30 -0700)]
Merge pull request #2382 from fritsch/ae-clip-buffer

AE: Fix menu sounds decreasing buffer(max 200 ms) and periodSize(50 ms)

11 years ago[cec] don't do another device scan when opening a connection to the adapter, just...
Lars Op den Kamp [Sun, 10 Mar 2013 18:40:44 +0000 (19:40 +0100)]
[cec] don't do another device scan when opening a connection to the adapter, just use the scan results that we already got. also fixes the wrong device name being opened when trying to connect to an RPi

11 years agoThe RenderCapture::getImage now returns a buffer that's ready to read from.
Jim Carroll [Sun, 10 Mar 2013 16:36:07 +0000 (12:36 -0400)]
The RenderCapture::getImage now returns a buffer that's ready to read from.

11 years agoMerge pull request #2404 from ulion/ios_now_playing_info_adjust
Memphiz [Sun, 10 Mar 2013 16:19:52 +0000 (09:19 -0700)]
Merge pull request #2404 from ulion/ios_now_playing_info_adjust

[IOS] now playing info adjust

11 years agoMerge pull request #2409 from herrnst/pr-fixdisableupnp
Memphiz [Sun, 10 Mar 2013 16:18:19 +0000 (09:18 -0700)]
Merge pull request #2409 from herrnst/pr-fixdisableupnp

add #ifdef around UPnP setting things to fix build with --disable-upnp

11 years ago[cosmetic] remove commented out code.
Jim Carroll [Sun, 10 Mar 2013 16:05:52 +0000 (12:05 -0400)]
[cosmetic] remove commented out code.

11 years agoIntroduce a Buffer class and use it to replace custom API definitions for RenderCaptu...
Jim Carroll [Tue, 27 Nov 2012 04:29:35 +0000 (23:29 -0500)]
Introduce a Buffer class and use it to replace custom API definitions for RenderCapture and xbmcvfs.File.

11 years agoadd #ifdef around UPnP setting things to fix build with --disable-upnp
Daniel Scheller [Sun, 10 Mar 2013 14:44:50 +0000 (15:44 +0100)]
add #ifdef around UPnP setting things to fix build with --disable-upnp

11 years agoAdded "Part of Compilation" flag support for MusicInfoScanner.
dezi [Sun, 10 Mar 2013 14:23:37 +0000 (14:23 +0000)]
Added "Part of Compilation" flag support for MusicInfoScanner.

11 years agoMerge pull request #2406 from koying/fixtabs
Chris Browet [Sun, 10 Mar 2013 14:06:19 +0000 (07:06 -0700)]
Merge pull request #2406 from koying/fixtabs

FIX: tabs to space

11 years agoFIX: tabs to space
Chris "koying" Browet [Sun, 10 Mar 2013 13:43:14 +0000 (14:43 +0100)]
FIX: tabs to space

11 years agoMerge pull request #2253 from ulion/dispatch_gui_thread_message_in_order_fix
ulion [Sun, 10 Mar 2013 08:46:27 +0000 (00:46 -0800)]
Merge pull request #2253 from ulion/dispatch_gui_thread_message_in_order_fix

Refactor CGUIWindowManager::DispatchThreadMessages() to be a solid thread message dispatch and process method.

11 years ago[IOS] Handle OnSpeedChanged announce.
ulion [Sun, 10 Mar 2013 04:49:01 +0000 (12:49 +0800)]
[IOS] Handle OnSpeedChanged announce.

11 years ago[IOS] adjust method for set now playing info to make it reusable.
ulion [Sun, 10 Mar 2013 04:45:29 +0000 (12:45 +0800)]
[IOS] adjust method for set now playing info to make it reusable.

11 years agoMerge pull request #2402 from ulion/fix_ios_thumb_crash
Memphiz [Sun, 10 Mar 2013 00:54:51 +0000 (16:54 -0800)]
Merge pull request #2402 from ulion/fix_ios_thumb_crash

[IOS] Fix crash when thumb file is unreadable to ios system.

11 years agoMerge pull request #2394 from da-anda/pvr-epg-mainmenu
Lars Op den Kamp [Sun, 10 Mar 2013 00:44:02 +0000 (16:44 -0800)]
Merge pull request #2394 from da-anda/pvr-epg-mainmenu

[confluence][PVR] add EPG menu item to PVR submenu in home screen

11 years agoMerge pull request #2246 from pieh/channelosd
Lars Op den Kamp [Sun, 10 Mar 2013 00:41:00 +0000 (16:41 -0800)]
Merge pull request #2246 from pieh/channelosd

PVRChannelsOSD: replace hardcoded left/right group switching with proper action handling

11 years ago[IOS] Fix crash when thumb file is unreadable to ios system.
ulion [Sun, 10 Mar 2013 00:17:56 +0000 (08:17 +0800)]
[IOS] Fix crash when thumb file is unreadable to ios system.

11 years agoMerge pull request #2325 from da-anda/instant-livetv
Lars Op den Kamp [Sat, 9 Mar 2013 23:52:46 +0000 (15:52 -0800)]
Merge pull request #2325 from da-anda/instant-livetv

[PVR] add possibility to start liveTV playback via cAction and keymaps.

11 years agomissing #include in xbmc/utils/RssManager.h
Lars Op den Kamp [Sat, 9 Mar 2013 23:34:22 +0000 (00:34 +0100)]
missing #include in xbmc/utils/RssManager.h

11 years ago[cec] minor bump to 2.1.1. fixes some issues for Pi users and LG owners
Lars Op den Kamp [Sat, 9 Mar 2013 23:14:41 +0000 (00:14 +0100)]
[cec] minor bump to 2.1.1. fixes some issues for Pi users and LG owners

11 years agoExisted code use protocol option easy method previous commit added.
ulion [Sat, 2 Mar 2013 00:41:06 +0000 (08:41 +0800)]
Existed code use protocol option easy method previous commit added.

11 years agoAdd easy method for url protocol options.
ulion [Sat, 9 Mar 2013 22:59:25 +0000 (06:59 +0800)]
Add easy method for url protocol options.

11 years agoUse SetOptions method in CURL::Parse rather than operate on options members.
ulion [Sat, 9 Mar 2013 22:56:52 +0000 (06:56 +0800)]
Use SetOptions method in CURL::Parse rather than operate on options members.

11 years agoMerge pull request #2374 from Montellese/settings_cleanup_2
Sascha Montellese [Sat, 9 Mar 2013 18:07:28 +0000 (10:07 -0800)]
Merge pull request #2374 from Montellese/settings_cleanup_2

RSS reader/manager restructuring

11 years ago[osx/ios/atv2] - sync xcode projects
Memphiz [Sat, 9 Mar 2013 17:55:44 +0000 (18:55 +0100)]
[osx/ios/atv2] - sync xcode projects

11 years ago[win32] update VS project files
montellese [Tue, 5 Mar 2013 12:08:21 +0000 (13:08 +0100)]
[win32] update VS project files

11 years agomove reading of RssFeeds.xml from CSettings into CRssManager
montellese [Tue, 5 Mar 2013 12:08:00 +0000 (13:08 +0100)]
move reading of RssFeeds.xml from CSettings into CRssManager

11 years agoCRssManager: turn into a singleton
montellese [Tue, 5 Mar 2013 11:27:03 +0000 (12:27 +0100)]
CRssManager: turn into a singleton

11 years agomove CRssManager into seperate header/source files
montellese [Tue, 5 Mar 2013 11:22:10 +0000 (12:22 +0100)]
move CRssManager into seperate header/source files

11 years agoCRssReader: use CCriticalSection member instead of deriving from it
montellese [Tue, 5 Mar 2013 11:08:47 +0000 (12:08 +0100)]
CRssReader: use CCriticalSection member instead of deriving from it

11 years agorss: move IRssObserver into seperate header file
montellese [Tue, 5 Mar 2013 11:06:44 +0000 (12:06 +0100)]
rss: move IRssObserver into seperate header file

11 years agorss: cosmetics and cleanup
montellese [Tue, 5 Mar 2013 11:01:41 +0000 (12:01 +0100)]
rss: cosmetics and cleanup

11 years agoMerge pull request #2377 from rubpa/picsort
Sascha Montellese [Sat, 9 Mar 2013 17:22:08 +0000 (09:22 -0800)]
Merge pull request #2377 from rubpa/picsort

add new sort method "Date Taken" for pictures

11 years agoMerge pull request #2395 from pitpompej/master
huceke [Sat, 9 Mar 2013 14:10:06 +0000 (06:10 -0800)]
Merge pull request #2395 from pitpompej/master

[rbp/omxplayer] Prevent timeout error that occurs because of waiting for port settings change event…

11 years agoMerge pull request #2383 from theuni/jni-manager
Cory Fields [Sat, 9 Mar 2013 09:35:33 +0000 (01:35 -0800)]
Merge pull request #2383 from theuni/jni-manager

Android JNI Manager

11 years agoAdded a new sort method "Date Taken" for pictures + add-on support for the new SORT_M...
rubpa [Wed, 6 Mar 2013 11:48:26 +0000 (17:18 +0530)]
Added a new sort method "Date Taken" for pictures + add-on support for the new SORT_METHOD_DATE_TAKEN.

11 years agoRevert "Update DVDPlayerAudio.cpp"
davilla [Sat, 9 Mar 2013 01:08:21 +0000 (20:08 -0500)]
Revert "Update DVDPlayerAudio.cpp"

This reverts commit 4155b64f5f26dbbeac7fb5b2ed8d441281b72734.

11 years agoMerge pull request #2396 from uNiversaI/patch-1
davilla [Sat, 9 Mar 2013 00:29:30 +0000 (16:29 -0800)]
Merge pull request #2396 from uNiversaI/patch-1

Correct typo CDVDPlayerAudio:: Discontinuity 1

11 years agoUpdate DVDPlayerAudio.cpp
uNiversaI [Sat, 9 Mar 2013 00:17:09 +0000 (00:17 +0000)]
Update DVDPlayerAudio.cpp

11 years agoAdd method to remove specified thread message in the message queue.
ulion [Sun, 17 Feb 2013 15:53:25 +0000 (23:53 +0800)]
Add method to remove specified thread message in the message queue.

11 years agoRefactor CGUIWindowManager::DispatchThreadMessages() to be a solid
ulion [Sun, 17 Feb 2013 10:16:26 +0000 (18:16 +0800)]
Refactor CGUIWindowManager::DispatchThreadMessages() to be a solid
thread message dispatch and process method.

11 years agoPrevent timeout error because of waiting for port settings change event on the wrong...
pitpompej [Fri, 8 Mar 2013 20:05:31 +0000 (21:05 +0100)]
Prevent timeout error because of waiting for port settings change event on the wrong pipeline object when using deinterlace mode

11 years ago[PVR] improve kaitoast error messages on PVR playback issues by naming the channel...
Franz Koch [Fri, 8 Mar 2013 00:49:03 +0000 (01:49 +0100)]
[PVR] improve kaitoast error messages on PVR playback issues by naming the channel or playbacktype that failed

11 years agoMerge pull request #2130 from ulion/ios_play_background
Memphiz [Fri, 8 Mar 2013 19:28:05 +0000 (11:28 -0800)]
Merge pull request #2130 from ulion/ios_play_background

ios support play background and native media control bar

11 years agofixed crash, sizeof(SDL_Event) != sizeof(XBMC_Event)
davilla [Fri, 8 Mar 2013 15:29:25 +0000 (10:29 -0500)]
fixed crash, sizeof(SDL_Event) != sizeof(XBMC_Event)

11 years ago[confluence][PVR] add EPG menu item to PVR submenu in home screen
Franz Koch [Fri, 8 Mar 2013 14:58:32 +0000 (15:58 +0100)]
[confluence][PVR] add EPG menu item to PVR submenu in home screen

11 years ago[PVR] add possibility to start liveTV or PVR radio playback via cAction and keymaps.
Franz Koch [Fri, 8 Mar 2013 14:34:40 +0000 (15:34 +0100)]
[PVR] add possibility to start liveTV or PVR radio playback via cAction and keymaps.

When called, it first tries to play the last watched channel - if this fails/is not available it uses the first channel of the current channel group.

11 years ago[IOS] media controlbar add support seek forward and rewind.
ulion [Fri, 8 Mar 2013 11:41:07 +0000 (19:41 +0800)]
[IOS] media controlbar add support seek forward and rewind.

11 years ago[IOS] do not keep network alive in idle state (paused or stopped).
ulion [Fri, 8 Mar 2013 10:31:36 +0000 (18:31 +0800)]
[IOS] do not keep network alive in idle state (paused or stopped).

11 years agoMerge pull request #2380 from ace20022/warnings
davilla [Fri, 8 Mar 2013 08:56:15 +0000 (00:56 -0800)]
Merge pull request #2380 from ace20022/warnings

[AESinks] Fix things found by Cppcheck

11 years agocleanup includes and ifdefs for DVDVideoCodecVDA
davilla [Fri, 8 Mar 2013 08:40:32 +0000 (03:40 -0500)]
cleanup includes and ifdefs for DVDVideoCodecVDA

11 years ago[AE] [AESinks] Cleanup/init vars, check for return values and performance improvement...
ace20022 [Wed, 6 Mar 2013 09:36:25 +0000 (10:36 +0100)]
[AE] [AESinks] Cleanup/init vars, check for return values and performance improvements, e.g., call by ref, pre-/post-incr.

11 years ago[PulseAEStream] Possible null pointer dereference.
ace20022 [Wed, 6 Mar 2013 09:38:37 +0000 (10:38 +0100)]
[PulseAEStream] Possible null pointer dereference.

11 years ago[osx/vda] refactor to use CBitstreamConverter class
davilla [Fri, 8 Mar 2013 07:04:41 +0000 (02:04 -0500)]
[osx/vda] refactor to use CBitstreamConverter class

11 years agofixed, valid avcC atom path on open
davilla [Fri, 8 Mar 2013 07:01:53 +0000 (02:01 -0500)]
fixed, valid avcC atom path on open

11 years agocosmetic cleanup
davilla [Fri, 8 Mar 2013 07:01:05 +0000 (02:01 -0500)]
cosmetic cleanup

11 years agoMerge pull request #2224 from ace20022/jsonrpc
Sascha Montellese [Fri, 8 Mar 2013 07:43:43 +0000 (23:43 -0800)]
Merge pull request #2224 from ace20022/jsonrpc

[json-rpc] Add the possibility to query more info from any audio stream.

11 years agoAdd codec, bitrate and channels to the "audiostreams" result of Player.GetProperties.
ace20022 [Mon, 11 Feb 2013 11:24:13 +0000 (12:24 +0100)]
Add codec, bitrate and channels to the "audiostreams" result of Player.GetProperties.
This makes Player.Audio.Stream and Player.Audio.Stream.Extended equal. Therefore Player.Audio.Stream.Extended is dropped.

11 years agoAllow CRingBuffer::WriteData() to receive const buffers
Garrett Brown [Wed, 27 Feb 2013 14:03:49 +0000 (06:03 -0800)]
Allow CRingBuffer::WriteData() to receive const buffers

11 years agodisable ios network auto-suspend after lock and screen goes dark
ulion [Tue, 29 Jan 2013 06:20:46 +0000 (14:20 +0800)]
disable ios network auto-suspend after lock and screen goes dark

11 years agohandle ios interruption and app active/inactive/bg switch perperly.
ulion [Mon, 28 Jan 2013 15:34:26 +0000 (23:34 +0800)]
handle ios interruption and app active/inactive/bg switch perperly.

also suspend audio engine when needed, which affect the status of
play-pause button on ios media control bar.

11 years agosupport show nowPlaying item info on ios lock screen and media control bar
ulion [Mon, 28 Jan 2013 15:31:02 +0000 (23:31 +0800)]
support show nowPlaying item info on ios lock screen and media control bar

11 years agoaccept control from ios control bar (on lock screen and left of multi-task bar)
ulion [Mon, 28 Jan 2013 15:20:39 +0000 (23:20 +0800)]
accept control from ios control bar (on lock screen and left of multi-task bar)

11 years agoadd background mode/flag in the main Application and used in ios
ulion [Mon, 28 Jan 2013 14:33:51 +0000 (22:33 +0800)]
add background mode/flag in the main Application and used in ios

11 years agochange to use PRINT_SIGNATURE() for object-c common method trace, add debug log for...
ulion [Mon, 28 Jan 2013 14:59:40 +0000 (22:59 +0800)]
change to use PRINT_SIGNATURE() for object-c common method trace, add debug log for important methods

11 years agoadd UnPause and real Pause method on ApplicationMessenger
ulion [Mon, 28 Jan 2013 14:31:50 +0000 (22:31 +0800)]
add UnPause and real Pause method on ApplicationMessenger