vuplus_xbmc
10 years agoMerge pull request #2965 from LucasG2000/master
Sascha Montellese [Thu, 1 Aug 2013 15:22:04 +0000 (08:22 -0700)]
Merge pull request #2965 from LucasG2000/master

Built in function PlayMedia does not play music folders

10 years agoMerge pull request #2999 from dnunes/webinterface
Sascha Montellese [Thu, 1 Aug 2013 15:20:42 +0000 (08:20 -0700)]
Merge pull request #2999 from dnunes/webinterface

[webinterface.default] JS bugfix, cleanup and linting.

10 years agoMerge pull request #2970 from FernetMenta/sledgehammer
Rainer Hochecker [Thu, 1 Aug 2013 14:40:06 +0000 (07:40 -0700)]
Merge pull request #2970 from FernetMenta/sledgehammer

grAEken: add ActiveAE as an additional audio engine

10 years agoActiveAE: set resampling quality to low when changing ratio
Rainer Hochecker [Thu, 1 Aug 2013 10:48:28 +0000 (12:48 +0200)]
ActiveAE: set resampling quality to low when changing ratio

10 years agoActiveAE: resampling quality, credits to @fritsch who did adjustment of parameters
Rainer Hochecker [Tue, 30 Jul 2013 10:42:30 +0000 (12:42 +0200)]
ActiveAE: resampling quality, credits to @fritsch who did adjustment of parameters

10 years agoSettings: add settings for sound quality processing
Karlson2k [Mon, 29 Jul 2013 18:15:38 +0000 (22:15 +0400)]
Settings: add settings for sound quality processing

10 years ago[AE] AEFactory: add filler for quality settings
Karlson2k [Mon, 29 Jul 2013 09:20:15 +0000 (13:20 +0400)]
[AE] AEFactory: add filler for quality settings

10 years ago[AE] AEFactory: add quality levels setting support reporting
Karlson2k [Mon, 29 Jul 2013 18:17:46 +0000 (22:17 +0400)]
[AE] AEFactory: add quality levels setting support reporting

10 years ago[AE] Add interface for querying Engine quality capabilities
Karlson2k [Mon, 29 Jul 2013 18:15:31 +0000 (22:15 +0400)]
[AE] Add interface for querying Engine quality capabilities

10 years ago[AE] add enum for quality of audio data processing
Karlson2k [Mon, 29 Jul 2013 09:20:04 +0000 (13:20 +0400)]
[AE] add enum for quality of audio data processing

10 years ago[WIN32][WASAPI] cosmetics: fill the default device with proper values.
wsoltys [Tue, 23 Jul 2013 17:03:43 +0000 (19:03 +0200)]
[WIN32][WASAPI] cosmetics: fill the default device with proper values.

10 years ago[WIN32][DirectSound] added fake entry default and make sink understand it.
wsoltys [Thu, 18 Jul 2013 18:35:08 +0000 (20:35 +0200)]
[WIN32][DirectSound] added fake entry default and make sink understand it.

10 years ago[WIN32][WASAPI] created a drain method.
wsoltys [Thu, 18 Jul 2013 16:13:02 +0000 (18:13 +0200)]
[WIN32][WASAPI] created a drain method.

10 years agoAE: DirectSound - implement drain method
unknown [Fri, 19 Jul 2013 13:08:33 +0000 (15:08 +0200)]
AE: DirectSound - implement drain method

10 years agoAE: WASAPI, DirectSound - allow engine to provide less samples than buffer size
unknown [Thu, 18 Jul 2013 06:35:29 +0000 (08:35 +0200)]
AE: WASAPI, DirectSound - allow engine to provide less samples than buffer size

10 years ago[WIN32] changed: use the new settings system instead of hardcoded values.
wsoltys [Tue, 16 Jul 2013 19:41:50 +0000 (21:41 +0200)]
[WIN32] changed: use the new settings system instead of hardcoded values.

10 years ago[WIN32][WASAPI]: made wasapi sink accept default as device string. set "wasapi:defaul...
wsoltys [Tue, 16 Jul 2013 19:17:38 +0000 (21:17 +0200)]
[WIN32][WASAPI]: made wasapi sink accept default as device string. set "wasapi:default" as default gui string (could be smarter when handled via the xml system. possible?)

10 years agoActiveAE: adjust to gui setting streamsilence
unknown [Tue, 16 Jul 2013 15:06:51 +0000 (17:06 +0200)]
ActiveAE: adjust to gui setting streamsilence

10 years agoAE: add streamsilence to gui settings for engines which suppport drain
unknown [Tue, 16 Jul 2013 15:06:03 +0000 (17:06 +0200)]
AE: add streamsilence to gui settings for engines which suppport drain

10 years agoAE: update VS for ActiveAE
unknown [Wed, 10 Jul 2013 06:55:49 +0000 (08:55 +0200)]
AE: update VS for ActiveAE

10 years agoAE: allow Windows to use ActiveAE via env
unknown [Thu, 11 Jul 2013 16:33:34 +0000 (18:33 +0200)]
AE: allow Windows to use ActiveAE via env

10 years agoActiveAE: Make Factory aware of environment, change global namespace
fritsch [Sat, 8 Jun 2013 07:39:38 +0000 (09:39 +0200)]
ActiveAE: Make Factory aware of environment, change global namespace

10 years agoActiveAE: add new audio engine, co-author: fritsch
xbmc [Mon, 25 Mar 2013 12:58:11 +0000 (13:58 +0100)]
ActiveAE: add new audio engine, co-author: fritsch

10 years agoAE: add parameter wait to drain, dvdplayer wants to wait for the stream to be drained...
Rainer Hochecker [Mon, 1 Jul 2013 11:52:29 +0000 (13:52 +0200)]
AE: add parameter wait to drain, dvdplayer wants to wait for the stream to be drained, papayer does not

10 years agoAE: allow to register audio callback directly into engine
Rainer Hochecker [Sun, 7 Jul 2013 16:22:04 +0000 (18:22 +0200)]
AE: allow to register audio callback directly into engine

10 years agoMerge pull request #3026 from jhsrennie/pastekey
John Rennie [Thu, 1 Aug 2013 14:23:29 +0000 (07:23 -0700)]
Merge pull request #3026 from jhsrennie/pastekey

Add ctrl-V shortcut for paste in edit controls

10 years agochanged, do not force usage of libstagefright in configure, it cannot be disabled
S. Davilla [Thu, 1 Aug 2013 13:54:01 +0000 (09:54 -0400)]
changed, do not force usage of libstagefright in configure, it cannot be disabled

10 years ago[cosemetic] update copyright headers
M. Kaijser [Thu, 1 Aug 2013 13:07:23 +0000 (15:07 +0200)]
[cosemetic] update copyright headers

10 years agoMerge pull request #2504 from koying/adddroidlibstagefright
Chris Browet [Thu, 1 Aug 2013 10:52:12 +0000 (03:52 -0700)]
Merge pull request #2504 from koying/adddroidlibstagefright

ADD: [droid] libstagefright dvdplayer hw codec

10 years agoAdd ctrl-V handler to CApplication::OnKey
John Rennie [Thu, 1 Aug 2013 09:26:33 +0000 (10:26 +0100)]
Add ctrl-V handler to CApplication::OnKey

10 years agoRemove hard coded handler for ctrl-V
John Rennie [Thu, 1 Aug 2013 09:17:13 +0000 (10:17 +0100)]
Remove hard coded handler for ctrl-V

10 years agoReturn true if ACTION_PASTE is handled
John Rennie [Thu, 1 Aug 2013 09:13:08 +0000 (10:13 +0100)]
Return true if ACTION_PASTE is handled

10 years agoADD: [droid] libstagefright dvdplayer hw codec
Chris "koying" Browet [Tue, 26 Mar 2013 17:05:35 +0000 (18:05 +0100)]
ADD: [droid] libstagefright dvdplayer hw codec

10 years agoMerge pull request #2985 from jhsrennie/osx-cmd
John Rennie [Thu, 1 Aug 2013 08:40:07 +0000 (01:40 -0700)]
Merge pull request #2985 from jhsrennie/osx-cmd

Add handling of meta aka command key on OSX

10 years agoAE: Give Sinks the possibility to be used in a blocking way
fritsch [Sat, 6 Jul 2013 06:07:30 +0000 (08:07 +0200)]
AE: Give Sinks the possibility to be used in a blocking way

10 years agoAE: Add blocking option to AddPackets, makes Sink behaviour choosable after c2493d5bf...
fritsch [Fri, 5 Jul 2013 19:02:00 +0000 (21:02 +0200)]
AE: Add blocking option to AddPackets, makes Sink behaviour choosable after c2493d5bf6bc2be2fb45f563affdd214bf9862fb

10 years agoAE: alsa - set to prepared after drain
Rainer Hochecker [Wed, 26 Jun 2013 16:48:30 +0000 (18:48 +0200)]
AE: alsa - set to prepared after drain

10 years agoAE: alsa - close device in blocking mode, fixes device busy
Rainer Hochecker [Wed, 26 Jun 2013 13:13:22 +0000 (15:13 +0200)]
AE: alsa - close device in blocking mode, fixes device busy

10 years agoAE: allow encoder to be fed with planar format
Rainer Hochecker [Wed, 26 Jun 2013 13:12:28 +0000 (15:12 +0200)]
AE: allow encoder to be fed with planar format

10 years agoffmpeg: add av_opt_set_int and av_opt_set_double for intrumenting swr
fritsch [Thu, 25 Jul 2013 17:39:44 +0000 (19:39 +0200)]
ffmpeg: add av_opt_set_int and av_opt_set_double for intrumenting swr

10 years agoffmpeg: add methods to the interface needed for resampling
xbmc [Sat, 27 Apr 2013 08:47:01 +0000 (10:47 +0200)]
ffmpeg: add methods to the interface needed for resampling

10 years agoAESinkALSA: drop unneeded member
Rainer Hochecker [Thu, 23 May 2013 08:05:11 +0000 (10:05 +0200)]
AESinkALSA: drop unneeded member

10 years agoAE: register callback for all audio settings
Rainer Hochecker [Fri, 31 May 2013 14:28:30 +0000 (16:28 +0200)]
AE: register callback for all audio settings

10 years agoAE: Start of planar format internally
fritsch [Mon, 15 Apr 2013 18:27:39 +0000 (20:27 +0200)]
AE: Start of planar format internally

10 years agoMerge pull request #3019 from MartijnKaijser/august
Martijn Kaijser [Thu, 1 Aug 2013 06:45:23 +0000 (23:45 -0700)]
Merge pull request #3019 from MartijnKaijser/august

[release] version bump to 13.0 alpha7 as we start new merge window.

10 years agoMerge pull request #2998 from arnova/pictures_crash_fix Gotham_alpha6
Martijn Kaijser [Thu, 1 Aug 2013 06:45:00 +0000 (23:45 -0700)]
Merge pull request #2998 from arnova/pictures_crash_fix

fixed: Crash in GUIPicturesWindow caused by PR2890 (fixes #14500)

10 years agoupdate skin Touched
Martijn Kaijser [Wed, 31 Jul 2013 21:20:42 +0000 (23:20 +0200)]
update skin Touched

10 years agoAdded suggested feedback to the code (code style and optimization)
LucasG2000 [Wed, 31 Jul 2013 17:40:45 +0000 (19:40 +0200)]
Added suggested feedback to the code (code style and optimization)

10 years agoBuilt in function PlayMedia does not play music folders
LucasG2000 [Sun, 14 Jul 2013 00:04:15 +0000 (02:04 +0200)]
Built in function PlayMedia does not play music folders

Following specification, PlayMedia should be able of playing content of
folders, either with content of video or music.

An issue has been found by which passing a music folder to this
function won't play its content. However, if the folder contains video
files it works.

This function internally enumerates files by extension, and when a
folder is received, only video extensions are searched. This commit add
music extensions too to the search, solving the issue.

10 years ago[webinterface.default] fix runtime value in minutes (fixes #14523)
montellese [Wed, 31 Jul 2013 11:01:26 +0000 (13:01 +0200)]
[webinterface.default] fix runtime value in minutes (fixes #14523)

10 years agomysql: fix SELECT queries containing "CAST(foo as integer)" (fixes #14496)
montellese [Sun, 28 Jul 2013 18:54:19 +0000 (20:54 +0200)]
mysql: fix SELECT queries containing "CAST(foo as integer)" (fixes #14496)

10 years ago[lang] update of skin.confluence language files
alanwww1 [Tue, 30 Jul 2013 20:24:50 +0000 (22:24 +0200)]
[lang] update of skin.confluence language files

10 years ago[lang] update of core language files
alanwww1 [Tue, 30 Jul 2013 20:24:26 +0000 (22:24 +0200)]
[lang] update of core language files

10 years ago[lang] update of internal addon language files
alanwww1 [Tue, 30 Jul 2013 20:23:22 +0000 (22:23 +0200)]
[lang] update of internal addon language files

10 years ago[release] version bump to 13.0 alpha7 as we start new merge window.
M. Kaijser [Tue, 30 Jul 2013 13:56:30 +0000 (15:56 +0200)]
[release] version bump to 13.0 alpha7 as we start new merge window.

10 years agoCosmetic fixes:
diego nunes [Mon, 29 Jul 2013 23:40:10 +0000 (20:40 -0300)]
Cosmetic fixes:
- Added Sublime Project files to gitignore;
- Linting/cleanup of Webinterface JavaScript;
- Cleanup of Webinterface CSS;
Cosmetic changes to better fit the XBMC current code style.

10 years agoFunctional fixes:
diego nunes [Tue, 23 Jul 2013 19:59:33 +0000 (16:59 -0300)]
Functional fixes:
Web interface remote control was "eating" browser shortcuts (ctrl+key, alt+key);
Web interface right click key and alnum keypad volume controls are now working (keycodes 93, 187, 189);
Web interface now show full movies/artists names on tooltips;
Web interface won't show whitespaces before "..." on long movies/artists names;
17~18 chars movie titles/album names on web interface no longer get clipped;

10 years agoaddons: fix crash by not showing "Configure" option for skins
montellese [Sun, 28 Jul 2013 21:17:14 +0000 (23:17 +0200)]
addons: fix crash by not showing "Configure" option for skins

10 years agovideo: fix search for movies being part of a set (fixes #14471)
montellese [Sun, 28 Jul 2013 19:50:08 +0000 (21:50 +0200)]
video: fix search for movies being part of a set (fixes #14471)

10 years agoAdd support for meta/cmd to keyboard.xml parsing
John Rennie [Sun, 28 Jul 2013 08:12:04 +0000 (09:12 +0100)]
Add support for meta/cmd to keyboard.xml parsing

10 years agofixed broken build from 5ca72dbcd4b41513892e5fb602f00eb784d54a52
davilla [Sun, 28 Jul 2013 05:44:18 +0000 (01:44 -0400)]
fixed broken build from 5ca72dbcd4b41513892e5fb602f00eb784d54a52

10 years agofixed borked build from f68634b7549d5089349867c2cbcd5cbf83a0950c
davilla [Sun, 28 Jul 2013 02:57:21 +0000 (22:57 -0400)]
fixed borked build from f68634b7549d5089349867c2cbcd5cbf83a0950c

10 years agodroid: add LCTRL, RCTRL and CAPSLOCK
davilla [Sun, 28 Jul 2013 01:11:15 +0000 (21:11 -0400)]
droid: add LCTRL, RCTRL and CAPSLOCK

10 years agojni: fixed alt/shift keymap
S. Davilla [Sat, 27 Jul 2013 15:29:01 +0000 (11:29 -0400)]
jni: fixed alt/shift keymap

10 years ago[lang] delete duplicated English UK files. The main English file IS the UK version
alanwww1 [Sat, 27 Jul 2013 13:43:13 +0000 (15:43 +0200)]
[lang] delete duplicated English UK files. The main English file IS the UK version

10 years agoMerge pull request #3005 from FernetMenta/winrenderer
Rainer Hochecker [Fri, 26 Jul 2013 14:33:05 +0000 (07:33 -0700)]
Merge pull request #3005 from FernetMenta/winrenderer

renderer: win - reset texture states on configure

10 years agoMerge pull request #3010 from BtbN/vaapi-fix
Joakim Plate [Fri, 26 Jul 2013 13:54:44 +0000 (06:54 -0700)]
Merge pull request #3010 from BtbN/vaapi-fix

VAAPI: Add check for maximum surface count in EnsureSurfaces

10 years agoMerge pull request #3011 from aballier/getbuffer
Arne Morten Kvarving [Fri, 26 Jul 2013 13:42:59 +0000 (06:42 -0700)]
Merge pull request #3011 from aballier/getbuffer

DllAvCodec.h: Stop mapping avcodec_default_{get,release}_buffer.

10 years agoDllAvCodec.h: Stop mapping avcodec_default_{get,release}_buffer.
Alexis Ballier [Fri, 26 Jul 2013 13:27:43 +0000 (09:27 -0400)]
DllAvCodec.h: Stop mapping avcodec_default_{get,release}_buffer.

Those are unused in xbmc code and deprecated in FFmpeg 2.0.
This removes the related deprecation warnings.

10 years agoMerge pull request #3007 from aballier/ffmpeg_includes
Alexis Ballier [Fri, 26 Jul 2013 13:05:28 +0000 (06:05 -0700)]
Merge pull request #3007 from aballier/ffmpeg_includes

Kill USE_EXTERNAL_FFMPEG usage in xbmc/* code

10 years agoVAAPI: Add check for maximum surface count in EnsureSurfaces
BtbN [Fri, 26 Jul 2013 08:34:50 +0000 (10:34 +0200)]
VAAPI: Add check for maximum surface count in EnsureSurfaces

10 years agoRevert "fixed, ProcessJoystickEvent was broke for axis handling"
S. Davilla [Fri, 26 Jul 2013 01:39:40 +0000 (21:39 -0400)]
Revert "fixed, ProcessJoystickEvent was broke for axis handling"

This reverts commit 6c11ee3335e9b787d7e85638bbcebf05e2890d57.

10 years agofixed, ProcessJoystickEvent was broke for axis handling
davilla [Thu, 25 Jul 2013 23:00:24 +0000 (19:00 -0400)]
fixed, ProcessJoystickEvent was broke for axis handling

10 years agoRemove unnecessary scope declared inside its own namespace
Garrett Brown [Thu, 25 Jul 2013 20:54:03 +0000 (13:54 -0700)]
Remove unnecessary scope declared inside its own namespace

10 years agoMerge pull request #3002 from MartijnKaijser/update_header
Martijn Kaijser [Thu, 25 Jul 2013 16:33:16 +0000 (09:33 -0700)]
Merge pull request #3002 from MartijnKaijser/update_header

update copyright headers

10 years agoDVDDemuxFFmpeg.cpp: Do not exclude OTF fonts in FFmpeg attachements with external...
Alexis Ballier [Thu, 25 Jul 2013 13:58:45 +0000 (09:58 -0400)]
DVDDemuxFFmpeg.cpp: Do not exclude OTF fonts in FFmpeg attachements with external ffmpeg. This is supported in ffmpeg-1.0 which happens to be the minimum required version for building xbmc.

10 years agoDVDDemuxUtils.cpp: Include DllAvCodec.h which does the right thing to get the definit...
Alexis Ballier [Thu, 25 Jul 2013 13:53:54 +0000 (09:53 -0400)]
DVDDemuxUtils.cpp: Include DllAvCodec.h which does the right thing to get the definitions instead of manually including avcodec.h.

10 years agoDVDDemuxPVRClient.h: No need to manually include avformat.h since we already include...
Alexis Ballier [Thu, 25 Jul 2013 13:52:06 +0000 (09:52 -0400)]
DVDDemuxPVRClient.h: No need to manually include avformat.h since we already include DllAvFormat.h

10 years agoDVDDemux.h: Include DllAvCodec.h which does the right thing to get the definitions...
Alexis Ballier [Thu, 25 Jul 2013 13:50:36 +0000 (09:50 -0400)]
DVDDemux.h: Include DllAvCodec.h which does the right thing to get the definitions instead of manually including avcodec.h.

10 years ago[cosmetics] update copyright headers
M. Kaijser [Wed, 24 Jul 2013 10:53:18 +0000 (12:53 +0200)]
[cosmetics] update copyright headers

10 years agoDVDStreamInfo.h: Include DllAvCodec.h which does the right thing to get the definitio...
Alexis Ballier [Thu, 25 Jul 2013 13:48:59 +0000 (09:48 -0400)]
DVDStreamInfo.h: Include DllAvCodec.h which does the right thing to get the definitions instead of manually including avcodec.h.

10 years agoDVDAudio.h: Include DllAvCodec.h which does the right thing to get the definitions...
Alexis Ballier [Thu, 25 Jul 2013 13:48:10 +0000 (09:48 -0400)]
DVDAudio.h: Include DllAvCodec.h which does the right thing to get the definitions instead of manually including avcodec.h.

10 years agoDVDCodecs.h: Do not include avcodec.h directly.
Alexis Ballier [Thu, 25 Jul 2013 13:35:12 +0000 (09:35 -0400)]
DVDCodecs.h: Do not include avcodec.h directly.

If at all it should include lib/DllAvCodec.h but this does not seem to be needed here.

10 years agoMerge pull request #3006 from aballier/ffmpeg2
Arne Morten Kvarving [Thu, 25 Jul 2013 12:49:20 +0000 (05:49 -0700)]
Merge pull request #3006 from aballier/ffmpeg2

Stop using AVCODEC_MAX_AUDIO_FRAME_SIZE in (L)Pcm decoders.

10 years agoDVDAudioCodec(L)Pcm: Disable copying of the class.
Alexis Ballier [Thu, 25 Jul 2013 12:46:11 +0000 (08:46 -0400)]
DVDAudioCodec(L)Pcm: Disable copying of the class.

10 years agoDVDAudioCodecPcm: Do not use AVCODEC_MAX_AUDIO_FRAME_SIZE since it is gone in FFmpeg...
Alexis Ballier [Thu, 25 Jul 2013 11:40:31 +0000 (07:40 -0400)]
DVDAudioCodecPcm: Do not use AVCODEC_MAX_AUDIO_FRAME_SIZE since it is gone in FFmpeg 2.0 and dynamically allocate buffers as needed.

10 years agoDVDAudioCodecLPcm: Do not use AVCODEC_MAX_AUDIO_FRAME_SIZE which has been removed...
Alexis Ballier [Thu, 25 Jul 2013 11:25:16 +0000 (07:25 -0400)]
DVDAudioCodecLPcm: Do not use AVCODEC_MAX_AUDIO_FRAME_SIZE which has been removed from FFmpeg 2.0 and dynamically allocate buffers as needed.

10 years agorenderer: win - reset texture states on configure
unknown [Thu, 25 Jul 2013 08:52:58 +0000 (10:52 +0200)]
renderer: win - reset texture states on configure

10 years agoMerge pull request #2612 from Jose123456/master
wsoltys [Wed, 24 Jul 2013 20:23:39 +0000 (13:23 -0700)]
Merge pull request #2612 from Jose123456/master

[AE] Fix for non-SSE2 platforms.

10 years agoMerge pull request #1556 from Karlson2k/Startup_log_01
Memphiz [Wed, 24 Jul 2013 08:57:23 +0000 (01:57 -0700)]
Merge pull request #1556 from Karlson2k/Startup_log_01

Resort and extend startup log information

10 years agoMerge pull request #2948 from ace20022/blu_lang_fix
Arne Morten Kvarving [Wed, 24 Jul 2013 08:40:58 +0000 (01:40 -0700)]
Merge pull request #2948 from ace20022/blu_lang_fix

[bluray] Fix stream info/language retrieval for blurays in non-nav mode.

10 years agoMerge pull request #2963 from janbar/pvr_update
Arne Morten Kvarving [Wed, 24 Jul 2013 08:39:38 +0000 (01:39 -0700)]
Merge pull request #2963 from janbar/pvr_update

pvr: Only shows specific actions for current category or 'ALL'

10 years agoMerge pull request #2992 from FernetMenta/paplayer
Arne Morten Kvarving [Wed, 24 Jul 2013 08:27:40 +0000 (01:27 -0700)]
Merge pull request #2992 from FernetMenta/paplayer

paplayer: do not hijack main thread for pre-buffering streams

10 years agofixed: Crash in Pictures caused by PR2890 (fixes #14500)
arnova [Tue, 23 Jul 2013 18:57:59 +0000 (20:57 +0200)]
fixed: Crash in Pictures caused by PR2890 (fixes #14500)

10 years agoStartup log: refactoring
Karlson2k [Tue, 23 Jul 2013 16:28:28 +0000 (20:28 +0400)]
Startup log: refactoring

10 years agoStartup log: fixes potential problems
Karlson2k [Tue, 23 Jul 2013 16:24:50 +0000 (20:24 +0400)]
Startup log: fixes potential problems

10 years agoStartup log: Added debug/release build information
Karlson2k [Sat, 6 Oct 2012 13:36:14 +0000 (17:36 +0400)]
Startup log: Added debug/release build information

10 years agoStartup log: Add GCC version information
Karlson2k [Tue, 23 Jul 2013 16:18:24 +0000 (20:18 +0400)]
Startup log: Add GCC version information

10 years agoMerge pull request #2997 from mvdroest/patch-2
davilla [Tue, 23 Jul 2013 15:28:39 +0000 (08:28 -0700)]
Merge pull request #2997 from mvdroest/patch-2

Update AMLPlayer.cpp

10 years agoUpdate AMLPlayer.cpp
mvdroest [Tue, 23 Jul 2013 15:19:56 +0000 (17:19 +0200)]
Update AMLPlayer.cpp

Proper fixed as suggested by davilla and  Arne