vuplus_xbmc
11 years agoMerge pull request #2427 from koying/fixeol
Chris Browet [Tue, 12 Mar 2013 13:08:03 +0000 (06:08 -0700)]
Merge pull request #2427 from koying/fixeol

FIX: eol

11 years agoFIX: eol
Chris "Koying" Browet [Tue, 12 Mar 2013 13:06:26 +0000 (14:06 +0100)]
FIX: eol

11 years ago[cec] fixed compilation without libcec-dev on the system after 95d87f545665674f76f691...
Lars Op den Kamp [Tue, 12 Mar 2013 12:50:54 +0000 (13:50 +0100)]
[cec] fixed compilation without libcec-dev on the system after 95d87f545665674f76f691197bbad3360b807981.
updated the method names of the dummy CPeripheralCecAdapter implementation so they match the ones in the real implementation

11 years agoMerge pull request #2407 from koying/chgmainjava
Chris Browet [Tue, 12 Mar 2013 12:56:56 +0000 (05:56 -0700)]
Merge pull request #2407 from koying/chgmainjava

CHG: [droid] wraps native activity in a java class

11 years agoMerge pull request #2425 from ulion/fix_code_generate_python_binary_string
ulion [Tue, 12 Mar 2013 11:57:29 +0000 (04:57 -0700)]
Merge pull request #2425 from ulion/fix_code_generate_python_binary_string

Fix code generate python binary string

11 years ago[cec] and let's init m_queryThread to NULL so we won't crash on exit when CEC has...
Lars Op den Kamp [Tue, 12 Mar 2013 10:08:55 +0000 (11:08 +0100)]
[cec] and let's init m_queryThread to NULL so we won't crash on exit when CEC has been disabled

11 years ago[cec] extra guards around m_queryThread
Lars Op den Kamp [Tue, 12 Mar 2013 09:20:27 +0000 (10:20 +0100)]
[cec] extra guards around m_queryThread

11 years ago[cec] cosmetics. made some methods private that don't need to be public
Lars Op den Kamp [Mon, 11 Mar 2013 00:03:13 +0000 (01:03 +0100)]
[cec] cosmetics. made some methods private that don't need to be public

11 years ago[cec] removed no longer used TranslateComPort()
Lars Op den Kamp [Sun, 10 Mar 2013 23:57:40 +0000 (00:57 +0100)]
[cec] removed no longer used TranslateComPort()

11 years ago[cec] removed dupe methods. if we really need that Sleep(), do it in CPeripherals...
Lars Op den Kamp [Sun, 10 Mar 2013 23:55:45 +0000 (00:55 +0100)]
[cec] removed dupe methods. if we really need that Sleep(), do it in CPeripherals instead

11 years agoAdd deps to typemap files for code generate makefile.
ulion [Mon, 11 Mar 2013 23:21:01 +0000 (07:21 +0800)]
Add deps to typemap files for code generate makefile.

11 years agoMerge pull request #2424 from ulion/fix_ios_image_crash_bad_merged_code
ulion [Mon, 11 Mar 2013 23:07:51 +0000 (16:07 -0700)]
Merge pull request #2424 from ulion/fix_ios_image_crash_bad_merged_code

[IOS] fix ios5+ crash, last fix in 2411 has wrong code during merge.

11 years ago[IOS] fix ios5+ crash, last fix for this has wrong order code during merge.
ulion [Mon, 11 Mar 2013 22:57:53 +0000 (06:57 +0800)]
[IOS] fix ios5+ crash, last fix for this has wrong order code during merge.

11 years agoFix code generate problem with binary string.
ulion [Mon, 11 Mar 2013 22:40:54 +0000 (06:40 +0800)]
Fix code generate problem with binary string.

11 years agoMerge pull request #2416 from ulion/fix_pipefile_write_ret_val
Memphiz [Mon, 11 Mar 2013 22:11:43 +0000 (15:11 -0700)]
Merge pull request #2416 from ulion/fix_pipefile_write_ret_val

Fix CPipeFile::Write return value, the internal Write return bool, we need int

11 years ago[AE/CA/iOS] - don't set max frames per slice on the output unit before enabling input...
Memphiz [Mon, 11 Mar 2013 20:11:43 +0000 (21:11 +0100)]
[AE/CA/iOS] - don't set max frames per slice on the output unit before enabling input/output. Else enabling input/output fails on atv2 leading to fatal error on AE::StartEngine (and therefore crash back to frontrow)

11 years agoMerge pull request #2418 from ulion/add_missed_next_win_id_param_for_deinit_gui_message
jmarshallnz [Mon, 11 Mar 2013 18:44:57 +0000 (11:44 -0700)]
Merge pull request #2418 from ulion/add_missed_next_win_id_param_for_deinit_gui_message

Fix the GUI_MSG_WINDOW_DEINIT message to include the next window id as param1

11 years agoFix the GUI_MSG_WINDOW_DEINIT message to include the next window id as param
ulion [Mon, 11 Mar 2013 13:03:53 +0000 (21:03 +0800)]
Fix the GUI_MSG_WINDOW_DEINIT message to include the next window id as param

11 years agoFix CPipeFile::Write return value, the internal Write return bool, we need int.
ulion [Mon, 11 Mar 2013 12:44:51 +0000 (20:44 +0800)]
Fix CPipeFile::Write return value, the internal Write return bool, we need int.

11 years agoCHG: [droid] wraps native activity in a java class
Chris "koying" Browet [Sun, 10 Mar 2013 13:46:40 +0000 (14:46 +0100)]
CHG: [droid] wraps native activity in a java class

11 years ago[win32] update VS project files after 92c7bf0e682a63baee3cd81a36468a346b16d5a8
montellese [Mon, 11 Mar 2013 09:46:32 +0000 (10:46 +0100)]
[win32] update VS project files after 92c7bf0e682a63baee3cd81a36468a346b16d5a8

11 years ago[win32] add boost/shared_array.hpp needed since 92c7bf0e682a63baee3cd81a36468a346b16d5a8
montellese [Mon, 11 Mar 2013 09:46:06 +0000 (10:46 +0100)]
[win32] add boost/shared_array.hpp needed since 92c7bf0e682a63baee3cd81a36468a346b16d5a8

11 years agodepends: rename aux to avoid windows pitfalls
Cory Fields [Mon, 11 Mar 2013 08:47:45 +0000 (04:47 -0400)]
depends: rename aux to avoid windows pitfalls

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