vuplus_xbmc
9 years ago[win32] cmake: make use of ADDONS_TO_BUILD in make-addons.bat
montellese [Tue, 22 Jul 2014 19:33:06 +0000 (21:33 +0200)]
[win32] cmake: make use of ADDONS_TO_BUILD in make-addons.bat

9 years agocmake: allow building of selected addons in xbmc-addons project
wsnipex [Thu, 17 Jul 2014 14:16:40 +0000 (16:16 +0200)]
cmake: allow building of selected addons in xbmc-addons project

9 years agoupdate .gitignore
montellese [Sat, 12 Jul 2014 14:51:39 +0000 (16:51 +0200)]
update .gitignore

9 years ago[win32] cmake: move generation of xbmc-config.cmake into xbmc dependency
montellese [Tue, 22 Jul 2014 12:04:31 +0000 (14:04 +0200)]
[win32] cmake: move generation of xbmc-config.cmake into xbmc dependency

9 years ago[win32] update path to cmake C/CXX flag override files
montellese [Tue, 22 Jul 2014 12:05:10 +0000 (14:05 +0200)]
[win32] update path to cmake C/CXX flag override files

9 years agocmake: rename AddOptions.cmake to addoptions.cmake and moved the cmake scripts into...
montellese [Mon, 21 Jul 2014 08:00:47 +0000 (10:00 +0200)]
cmake: rename AddOptions.cmake to addoptions.cmake and moved the cmake scripts into project/cmake/scripts

9 years agocmake: move preparations of xbmc-config.cmake to common xbmc-prepare-env.cmake script
montellese [Sat, 12 Jul 2014 14:46:30 +0000 (16:46 +0200)]
cmake: move preparations of xbmc-config.cmake to common xbmc-prepare-env.cmake script

9 years ago[win32] cmake: integrated xbmc-addons-depends-windows into xbmc-addons-depends builds...
montellese [Sat, 12 Jul 2014 14:44:57 +0000 (16:44 +0200)]
[win32] cmake: integrated xbmc-addons-depends-windows into xbmc-addons-depends buildsystem

9 years agocmake: add xbmc-addons-depends buildsystem
montellese [Sat, 12 Jul 2014 14:43:13 +0000 (16:43 +0200)]
cmake: add xbmc-addons-depends buildsystem

9 years agocosmetics in xbmc-addons cmake project
montellese [Tue, 22 Jul 2014 11:47:04 +0000 (13:47 +0200)]
cosmetics in xbmc-addons cmake project

9 years agoMerge pull request #5101 from FernetMenta/ffmpeg-threads
Martijn Kaijser [Tue, 29 Jul 2014 19:50:08 +0000 (21:50 +0200)]
Merge pull request #5101 from FernetMenta/ffmpeg-threads

ffmpeg: fix deadlock caused by calling avctx->thread_count after codec_o...

9 years agoMerge pull request #5102 from xhaggi/pvr-window-cleanups
Lars Op den Kamp [Tue, 29 Jul 2014 17:56:09 +0000 (19:56 +0200)]
Merge pull request #5102 from xhaggi/pvr-window-cleanups

[pvr] some fixes and cleanups after window rewrite

9 years agoMerge pull request #5097 from xhaggi/pvr-recover-list-functionality
Lars Op den Kamp [Tue, 29 Jul 2014 17:53:44 +0000 (19:53 +0200)]
Merge pull request #5097 from xhaggi/pvr-recover-list-functionality

[pvr] recover lost functionality for menu hooks and find similar programs

9 years ago[win32] fix skipping copying userdata to roaming on clean install. fixes #15302
Martijn Kaijser [Sun, 27 Jul 2014 16:07:48 +0000 (18:07 +0200)]
[win32] fix skipping copying userdata to roaming on clean install. fixes #15302

9 years agoMerge pull request #5104 from Montellese/win32_versioning
Martijn Kaijser [Sun, 27 Jul 2014 14:18:27 +0000 (16:18 +0200)]
Merge pull request #5104 from Montellese/win32_versioning

[win32] automatic versioning of XBMC_PC.rc

9 years agoMerge pull request #5103 from FernetMenta/wasapi
Rainer Hochecker [Sun, 27 Jul 2014 10:10:35 +0000 (12:10 +0200)]
Merge pull request #5103 from FernetMenta/wasapi

WASAPI: fix empty audio device in settings dialog after c401513a2994c09c...

9 years ago[win32] integrate XBMC_PC.rc into CompileInfo.bat for automatic versioning
montellese [Sun, 27 Jul 2014 09:45:27 +0000 (11:45 +0200)]
[win32] integrate XBMC_PC.rc into CompileInfo.bat for automatic versioning

9 years ago[win32] use all uppercase characters for batch keywords in CompileInfo.bat
montellese [Sun, 27 Jul 2014 09:42:31 +0000 (11:42 +0200)]
[win32] use all uppercase characters for batch keywords in CompileInfo.bat

9 years ago[win32] add some comments to CompileInfo.bat
montellese [Sun, 27 Jul 2014 09:41:56 +0000 (11:41 +0200)]
[win32] add some comments to CompileInfo.bat

9 years agoignore addons/audioencoder.* directories
montellese [Sun, 27 Jul 2014 09:16:02 +0000 (11:16 +0200)]
ignore addons/audioencoder.* directories

9 years agoMerge pull request #5069 from uNiversaI/icons
Martijn Kaijser [Sun, 27 Jul 2014 08:13:22 +0000 (10:13 +0200)]
Merge pull request #5069 from uNiversaI/icons

Bump audio encoder addons to latest master

9 years ago[pvr] cleanup: removes unneeded cast to int
xhaggi [Sun, 27 Jul 2014 07:00:53 +0000 (09:00 +0200)]
[pvr] cleanup: removes unneeded cast to int

9 years ago[pvr] fix wrong index range conditions for selected item
xhaggi [Sun, 27 Jul 2014 06:58:09 +0000 (08:58 +0200)]
[pvr] fix wrong index range conditions for selected item

9 years agoWASAPI: fix empty audio device in settings dialog after c401513a2994c09ca07f860e3a044...
Rainer Hochecker [Sun, 27 Jul 2014 08:00:35 +0000 (10:00 +0200)]
WASAPI: fix empty audio device in settings dialog after c401513a2994c09ca07f860e3a044f90d79ee710

9 years ago[pvr] recover lost functionality for CONTEXT_BUTTON_FIND
xhaggi [Fri, 25 Jul 2014 12:08:35 +0000 (14:08 +0200)]
[pvr] recover lost functionality for CONTEXT_BUTTON_FIND

9 years agoBump audioencoders to master
uNiversaI [Sun, 27 Jul 2014 06:41:55 +0000 (15:41 +0900)]
Bump audioencoders to master

9 years agoMerge pull request #5086 from popcornmix/configtxtlog
Martijn Kaijser [Sat, 26 Jul 2014 20:24:47 +0000 (22:24 +0200)]
Merge pull request #5086 from popcornmix/configtxtlog

[rbp] Add config.txt settings to log file

9 years agoMerge pull request #5088 from popcornmix/logspam
Martijn Kaijser [Sat, 26 Jul 2014 20:24:27 +0000 (22:24 +0200)]
Merge pull request #5088 from popcornmix/logspam

[omx] Remove logging for texture jobs

9 years agoMerge pull request #5087 from popcornmix/logresolutions
Martijn Kaijser [Sat, 26 Jul 2014 20:23:45 +0000 (22:23 +0200)]
Merge pull request #5087 from popcornmix/logresolutions

[pi] Fix for logged resolutions

9 years agoMerge pull request #5078 from uNiversaI/icons2
Martijn Kaijser [Sat, 26 Jul 2014 13:34:43 +0000 (15:34 +0200)]
Merge pull request #5078 from uNiversaI/icons2

fix: pebkac with gradient banding

9 years agoffmpeg: fix deadlock caused by calling avctx->thread_count after codec_open
Rainer Hochecker [Sat, 26 Jul 2014 12:37:52 +0000 (14:37 +0200)]
ffmpeg: fix deadlock caused by calling avctx->thread_count after codec_open

9 years agoMerge pull request #5051 from FernetMenta/valgrind
Rainer Hochecker [Sat, 26 Jul 2014 06:45:09 +0000 (08:45 +0200)]
Merge pull request #5051 from FernetMenta/valgrind

fixed: some issues pointed out by valgrind

9 years ago[pvr] recover lost functionality for CONTEXT_BUTTON_MENU_HOOKS
xhaggi [Fri, 25 Jul 2014 11:23:22 +0000 (13:23 +0200)]
[pvr] recover lost functionality for CONTEXT_BUTTON_MENU_HOOKS

9 years ago[addons] sync with repo
Martijn Kaijser [Thu, 24 Jul 2014 16:47:57 +0000 (18:47 +0200)]
[addons] sync with repo

9 years agoMerge pull request #5048 from wsnipex/ssl-fix
Wolfgang Schupp [Thu, 24 Jul 2014 04:37:32 +0000 (06:37 +0200)]
Merge pull request #5048 from wsnipex/ssl-fix

[configure] properly detect if curl was compiled statically with openssl

9 years ago[omx] Remove logging for texture jobs
popcornmix [Sat, 7 Jun 2014 15:55:41 +0000 (16:55 +0100)]
[omx] Remove logging for texture jobs

This causes a lot of log spam which hasn't proved useful so far.

9 years ago[pi] Fix for logged resolutions
popcornmix [Fri, 30 May 2014 13:15:10 +0000 (14:15 +0100)]
[pi] Fix for logged resolutions

There was a regression to logging messages introduced by #4710.
We need to make sure logging calls occur after resolution strings are updated

9 years ago[rbp] Add config.txt settings to log file
popcornmix [Sun, 11 May 2014 15:13:45 +0000 (16:13 +0100)]
[rbp] Add config.txt settings to log file

9 years agoTestUtils.cpp: fix: add .c_str() to CSpecialProtocol::TranslatePath()
Karlson2k [Wed, 23 Jul 2014 19:21:29 +0000 (23:21 +0400)]
TestUtils.cpp: fix: add .c_str() to CSpecialProtocol::TranslatePath()

9 years ago[addons] sync with repo
Martijn Kaijser [Mon, 21 Jul 2014 17:38:39 +0000 (19:38 +0200)]
[addons] sync with repo

9 years agofix: pebkac with gradient banding
uNiversaI [Mon, 21 Jul 2014 17:29:11 +0000 (02:29 +0900)]
fix: pebkac with gradient banding

Yes, there was an issue with the gradient banding,

So proper gradient file size is around 30+KB per file with a flat color
it both small and nice.

9 years agofixed: some issues pointed out by valgrind
Arne Morten Kvarving [Wed, 16 Jul 2014 15:03:03 +0000 (17:03 +0200)]
fixed: some issues pointed out by valgrind

SPLIT ME

9 years ago[win32] XBMC main project file: fix indentation
Karlson2k [Mon, 21 Jul 2014 09:07:12 +0000 (13:07 +0400)]
[win32] XBMC main project file: fix indentation

9 years agoMerge pull request #5062 from Montellese/upnp_linux_fix
Sascha Montellese [Sun, 20 Jul 2014 20:47:09 +0000 (22:47 +0200)]
Merge pull request #5062 from Montellese/upnp_linux_fix

fix UPNP_DEFINES in configure.in to get UPnP logging and xbmc specific HTTP User-Agent working

9 years agofix UPNP_DEFINES in configure.in to get UPnP logging and xbmc specific HTTP User...
montellese [Sat, 19 Jul 2014 10:48:26 +0000 (12:48 +0200)]
fix UPNP_DEFINES in configure.in to get UPnP logging and xbmc specific HTTP User-Agent working

9 years agorevert default value after #5060
Lars Op den Kamp [Sun, 20 Jul 2014 09:14:33 +0000 (11:14 +0200)]
revert default value after #5060

missed by the review

9 years agoMerge pull request #5060 from xhaggi/pvr-setting-displaychannelinfo
Sascha Woo [Sat, 19 Jul 2014 23:25:43 +0000 (01:25 +0200)]
Merge pull request #5060 from xhaggi/pvr-setting-displaychannelinfo

[pvr] unify channel info settings + show channel info after channel switch from within channel osd

9 years agoMerge pull request #5034 from jmarshallnz/drop_gettext
jmarshallnz [Sat, 19 Jul 2014 23:24:13 +0000 (11:24 +1200)]
Merge pull request #5034 from jmarshallnz/drop_gettext

Drop GetText usage in tinyxml

9 years agoMerge pull request #5052 from xhaggi/fix-pvr-directory-update-infinity-loop
jmarshallnz [Sat, 19 Jul 2014 23:04:33 +0000 (11:04 +1200)]
Merge pull request #5052 from xhaggi/fix-pvr-directory-update-infinity-loop

[pvr] fix: directory update infinity loop if GetDirectory() return false

9 years agoMerge pull request #5061 from mkortstiege/posixutf8
jmarshallnz [Sat, 19 Jul 2014 22:09:57 +0000 (10:09 +1200)]
Merge pull request #5061 from mkortstiege/posixutf8

[posixdirectory] convert non-utf8 file names to utf-8

9 years ago[pvr] show channel info after channel switch from within channel osd
xhaggi [Sat, 19 Jul 2014 09:24:35 +0000 (11:24 +0200)]
[pvr] show channel info after channel switch from within channel osd

9 years ago[pvr] unify settings to control of showing channel info on channel switch
xhaggi [Sat, 19 Jul 2014 09:15:14 +0000 (11:15 +0200)]
[pvr] unify settings to control of showing channel info on channel switch

This unifies the settings 'pvrmenu.infoswitch', 'pvrmenu.infotimeout',
'pvrmenu.infotime' to one new setting 'pvrmenu.displaychannelinfo'
which holds the options 'Off' and '1 sec' to '15 sec'.

9 years agoMerge pull request #5049 from uNiversaI/remote
Matthias Kortstiege [Sat, 19 Jul 2014 10:01:24 +0000 (12:01 +0200)]
Merge pull request #5049 from uNiversaI/remote

fix: mapping for xbmc eject on device mceusb

9 years ago[posixdirectory] convert non-utf8 file names to utf-8
Matthias Kortstiege [Sat, 19 Jul 2014 09:56:00 +0000 (11:56 +0200)]
[posixdirectory] convert non-utf8 file names to utf-8

9 years agoMerge pull request #5058 from Jalle19/drop-render-preinit
Sam Stenvall [Sat, 19 Jul 2014 07:02:14 +0000 (10:02 +0300)]
Merge pull request #5058 from Jalle19/drop-render-preinit

[pvr] drop call to CRenderManager::Preinit()

9 years ago[videodb] no need to use GetEpisodeId() if we already have an episode id. fixes detou...
Jonathan Marshall [Sat, 19 Jul 2014 00:25:03 +0000 (12:25 +1200)]
[videodb] no need to use GetEpisodeId() if we already have an episode id. fixes detour via infoscanner when displaying episode info

9 years agoMerge pull request #5029 from jmarshallnz/protocol_filetype
jmarshallnz [Sat, 19 Jul 2014 00:16:08 +0000 (12:16 +1200)]
Merge pull request #5029 from jmarshallnz/protocol_filetype

Replace GetProtocol() usage with IsProtocol, drop CFileItem::GetAsUrl() duplicate

9 years ago[pvr] drop call to CRenderManager::Preinit(), apparently it
Sam Stenvall [Fri, 18 Jul 2014 21:39:00 +0000 (00:39 +0300)]
[pvr] drop call to CRenderManager::Preinit(), apparently it
breaks stuff

9 years agoMerge pull request #5057 from uNiversaI/icons
jmarshallnz [Fri, 18 Jul 2014 21:12:25 +0000 (09:12 +1200)]
Merge pull request #5057 from uNiversaI/icons

Add audioencoder icons

9 years agoAdd audioencoder icons
uNiversaI [Fri, 18 Jul 2014 16:35:02 +0000 (01:35 +0900)]
Add audioencoder icons

9 years ago[pvr] refactor directory path preparation out of Update() method
xhaggi [Thu, 17 Jul 2014 11:40:54 +0000 (13:40 +0200)]
[pvr] refactor directory path preparation out of Update() method

This fixes an issue where we get an infinity loop cause by a fallback done
in GUIMediaWindow::Update() if GetDirectory() return false. This effects only
some of the PVR related windows, because there we override the directory path
directly within the Update() method and the strDirectory param is discarded.

9 years ago[cosmetic] remove duplicate access modifier in CGUIMediaWindow
xhaggi [Thu, 17 Jul 2014 18:44:52 +0000 (20:44 +0200)]
[cosmetic] remove duplicate access modifier in CGUIMediaWindow

9 years agoMerge pull request #5035 from t-nelson/aml_cpu_enumify
Trent Nelson [Fri, 18 Jul 2014 09:30:56 +0000 (17:30 +0800)]
Merge pull request #5035 from t-nelson/aml_cpu_enumify

[AML] Be rid of damned cpu type magic numbers

9 years ago[configure] properly detect if curl was compiled statically with openssl
wsnipex [Tue, 15 Jul 2014 15:57:39 +0000 (17:57 +0200)]
[configure] properly detect if curl was compiled statically with openssl

9 years agolet XB_FIND_SONAME define *_FILENAME also for apple
wsnipex [Fri, 18 Jul 2014 07:53:43 +0000 (09:53 +0200)]
let XB_FIND_SONAME define *_FILENAME also for apple

9 years agoMerge pull request #5039 from CEikermann/patch-1
jmarshallnz [Fri, 18 Jul 2014 06:37:53 +0000 (18:37 +1200)]
Merge pull request #5039 from CEikermann/patch-1

Trac #15178: FTP TLS not working

9 years ago[AML] Cosmetics
Trent Nelson [Tue, 15 Jul 2014 10:00:11 +0000 (18:00 +0800)]
[AML] Cosmetics

1) Sort device checks
2) Rename *cputype symbols to *device_type for consistency

9 years ago[AML] Ensure cputype range checks are valid.
Trent Nelson [Tue, 15 Jul 2014 09:56:35 +0000 (17:56 +0800)]
[AML] Ensure cputype range checks are valid.

9 years ago[AML] Use M1 digital_raw val only on M1
Trent Nelson [Tue, 15 Jul 2014 09:48:19 +0000 (17:48 +0800)]
[AML] Use M1 digital_raw val only on M1

9 years ago[AML] Apply MX cpu scale hack only to MX
Trent Nelson [Tue, 15 Jul 2014 09:45:51 +0000 (17:45 +0800)]
[AML] Apply MX cpu scale hack only to MX

9 years ago[AML] Don't assume M1 for unknown CPUs
Trent Nelson [Tue, 15 Jul 2014 09:43:47 +0000 (17:43 +0800)]
[AML] Don't assume M1 for unknown CPUs

9 years ago[AML] Be rid of damned cpu type magic numbers
Trent Nelson [Tue, 15 Jul 2014 09:40:18 +0000 (17:40 +0800)]
[AML] Be rid of damned cpu type magic numbers

9 years agoMerge pull request #5054 from xhaggi/lang-key-comment
jmarshallnz [Thu, 17 Jul 2014 20:23:14 +0000 (08:23 +1200)]
Merge pull request #5054 from xhaggi/lang-key-comment

[lang] add comment/usage to key "Guide" to clarify its meaning

9 years agoMerge pull request #4896 from sportica/mac_fix_space
jmarshallnz [Thu, 17 Jul 2014 20:21:25 +0000 (08:21 +1200)]
Merge pull request #4896 from sportica/mac_fix_space

Some character disappear on mac os x

9 years agoMerge pull request #5055 from Montellese/binary_addons_win32_improvements
jmarshallnz [Thu, 17 Jul 2014 20:19:19 +0000 (08:19 +1200)]
Merge pull request #5055 from Montellese/binary_addons_win32_improvements

cmake: some win32 fixes

9 years agocmake: clarify README of xbmc-addons project
montellese [Sun, 13 Jul 2014 18:02:20 +0000 (20:02 +0200)]
cmake: clarify README of xbmc-addons project

9 years agocosmetics in binary addon's CMakeLists.txt
montellese [Sat, 12 Jul 2014 14:41:57 +0000 (16:41 +0200)]
cosmetics in binary addon's CMakeLists.txt

9 years ago[win32] extend make-addons.bat and make-addons.bat to be able to build specific addon...
montellese [Sat, 12 Jul 2014 11:57:52 +0000 (13:57 +0200)]
[win32] extend make-addons.bat and make-addons.bat to be able to build specific addons/depends

9 years ago[win32] cosmetics in make-addons.bat and make-addon-depends.bat
montellese [Sat, 12 Jul 2014 10:42:47 +0000 (12:42 +0200)]
[win32] cosmetics in make-addons.bat and make-addon-depends.bat

9 years ago[win32] add an "install" switch to make-addons.bat to install built binary addons...
montellese [Sat, 12 Jul 2014 10:40:30 +0000 (12:40 +0200)]
[win32] add an "install" switch to make-addons.bat to install built binary addons to <root>/addons

9 years ago[win32] extend ARCH_DEFINES for binary addon builds
montellese [Sat, 12 Jul 2014 10:15:21 +0000 (12:15 +0200)]
[win32] extend ARCH_DEFINES for binary addon builds

9 years ago[win32] add cmake C/CXX compiler flag override files
montellese [Fri, 20 Jun 2014 06:44:00 +0000 (08:44 +0200)]
[win32] add cmake C/CXX compiler flag override files

9 years ago[lang] add comment/usage to key "Guide" to clarify its meaning
xhaggi [Thu, 17 Jul 2014 17:21:02 +0000 (19:21 +0200)]
[lang] add comment/usage to key "Guide" to clarify its meaning

9 years agoRemoved protocol options from url at curl requests
Christian Eikermann [Tue, 15 Jul 2014 19:00:36 +0000 (21:00 +0200)]
Removed protocol options from url at curl requests

9 years agofix: mapping for xbmc eject on device mceusb
uNiversaI [Thu, 17 Jul 2014 07:16:08 +0000 (16:16 +0900)]
fix: mapping for xbmc eject on device mceusb

Follows ksooo #4949 and #4979

Devices like
http://h10025.www1.hp.com/ewfrf/wc/document?cc=uk&lc=en&docname=c00844678
etc benefit form these keys.

9 years ago[addons] fix null ptr dereference in GetTranslatedString
Jonathan Marshall [Wed, 16 Jul 2014 22:39:53 +0000 (10:39 +1200)]
[addons] fix null ptr dereference in GetTranslatedString

9 years agoMerge pull request #5011 from uNiversaI/readme
jmarshallnz [Wed, 16 Jul 2014 19:54:14 +0000 (07:54 +1200)]
Merge pull request #5011 from uNiversaI/readme

Readme updates

9 years agoMerge pull request #5038 from xhaggi/pvr-invalid-window-on-channel-switch
Sascha Woo [Wed, 16 Jul 2014 18:05:04 +0000 (20:05 +0200)]
Merge pull request #5038 from xhaggi/pvr-invalid-window-on-channel-switch

[pvr] invalidate window if using fast channel switch

9 years ago[pvr] fix ctor args for CGUIMessage to re-broadcast observer notify messages
xhaggi [Wed, 16 Jul 2014 14:36:29 +0000 (16:36 +0200)]
[pvr] fix ctor args for CGUIMessage to re-broadcast observer notify messages

9 years ago[pvr] invalidate all items if window becomes invalid
xhaggi [Tue, 15 Jul 2014 21:20:53 +0000 (23:20 +0200)]
[pvr] invalidate all items if window becomes invalid

9 years ago[addons] sync with repo
Martijn Kaijser [Wed, 16 Jul 2014 14:54:24 +0000 (16:54 +0200)]
[addons] sync with repo

9 years agoREADME.ubuntu update
uNiversaI [Wed, 16 Jul 2014 09:48:41 +0000 (18:48 +0900)]
README.ubuntu update

9 years agoREADME.linux update
uNiversaI [Wed, 16 Jul 2014 09:46:32 +0000 (18:46 +0900)]
README.linux update

9 years agoMerge pull request #5036 from Memphiz/fixffmpegsed
Wolfgang Schupp [Wed, 16 Jul 2014 08:06:24 +0000 (10:06 +0200)]
Merge pull request #5036 from Memphiz/fixffmpegsed

[depends/ffmpeg] - fix sed (didn't work on osx) - this fixes pkgconfig f...

9 years agoMerge pull request #5037 from xhaggi/fix-epg-stdstring-crash
Sascha Woo [Wed, 16 Jul 2014 05:54:22 +0000 (07:54 +0200)]
Merge pull request #5037 from xhaggi/fix-epg-stdstring-crash

[epg] fix implicit std::string constructor with NULL argument

9 years agocheck only first byte of UTF-8 character with isspace in TrimX
sportica [Thu, 3 Jul 2014 06:34:42 +0000 (15:34 +0900)]
check only first byte of UTF-8 character with isspace in TrimX

9 years ago[epg] refactor Update() method into constructor as it's never used elsewhere
xhaggi [Tue, 15 Jul 2014 20:05:06 +0000 (22:05 +0200)]
[epg] refactor Update() method into constructor as it's never used elsewhere

9 years ago[epg] fix implicit std::string constructor with NULL argument
xhaggi [Tue, 15 Jul 2014 14:12:19 +0000 (16:12 +0200)]
[epg] fix implicit std::string constructor with NULL argument

9 years agoWindowXML::LoadXML: fix checking result of CXBMCTinyXML::LoadFile()
Karlson2k [Tue, 15 Jul 2014 14:26:42 +0000 (18:26 +0400)]
WindowXML::LoadXML: fix checking result of CXBMCTinyXML::LoadFile()

9 years ago[depends/ffmpeg] - fix sed (didn't work on osx) - this fixes pkgconfig from ffmpeg...
Memphiz [Tue, 15 Jul 2014 11:29:56 +0000 (13:29 +0200)]
[depends/ffmpeg] - fix sed (didn't work on osx) - this fixes pkgconfig from ffmpeg configure