vuplus_xbmc
11 years agochange compilations logic to detect album_artist set to 'Various' or 'Various Artists'
Jonathan Marshall [Sun, 6 Jan 2013 08:12:43 +0000 (21:12 +1300)]
change compilations logic to detect album_artist set to 'Various' or 'Various Artists'

11 years agocheck the result of lzo1x_optimize
Jonathan Marshall [Sun, 6 Jan 2013 02:24:42 +0000 (15:24 +1300)]
check the result of lzo1x_optimize

11 years agopass the correct output buffer size to lzo1x_compress rather than the input buffer...
Jonathan Marshall [Sun, 6 Jan 2013 02:24:04 +0000 (15:24 +1300)]
pass the correct output buffer size to lzo1x_compress rather than the input buffer size

11 years agouse safe decompression for lzo'd textures to avoid a crash on corrupt textures. The...
Jonathan Marshall [Sun, 6 Jan 2013 02:13:04 +0000 (15:13 +1300)]
use safe decompression for lzo'd textures to avoid a crash on corrupt textures. The decompression is only fractionally slower

11 years agoadded visible tag for TV show label
mad-max [Wed, 24 Oct 2012 12:15:45 +0000 (14:15 +0200)]
added visible tag for TV show label

11 years agoadds missing NULL check in CPluginDirectory::SetSetting
Jonathan Marshall [Fri, 4 Jan 2013 21:27:21 +0000 (10:27 +1300)]
adds missing NULL check in CPluginDirectory::SetSetting

11 years ago[epg] fixed - epg load/update was interrupted when the pvr manager imports channels...
Lars Op den Kamp [Sat, 5 Jan 2013 00:37:15 +0000 (01:37 +0100)]
[epg] fixed - epg load/update was interrupted when the pvr manager imports channels, leading to delays and channel ids gone missing in certain situations

11 years agoif the job manager isn't running, don't add new jobs
Jonathan Marshall [Thu, 3 Jan 2013 20:25:53 +0000 (09:25 +1300)]
if the job manager isn't running, don't add new jobs

11 years agodon't allow a job with id 0 (will be used for invalid job id)
Jonathan Marshall [Thu, 3 Jan 2013 20:25:34 +0000 (09:25 +1300)]
don't allow a job with id 0 (will be used for invalid job id)

11 years agoprogress control with reveal set to true didn't update correctly with dirty regions...
Jonathan Marshall [Fri, 4 Jan 2013 00:48:35 +0000 (13:48 +1300)]
progress control with reveal set to true didn't update correctly with dirty regions set to 1. fixes #13887

11 years agouse a map instead of a vector for holding plugin handles - ensures that we don't...
Jonathan Marshall [Fri, 4 Jan 2013 02:44:30 +0000 (15:44 +1300)]
use a map instead of a vector for holding plugin handles - ensures that we don't attempt to access the wrong one if an earlier handle was removed. Thanks to ulion for finding the issue

11 years agouse a helper function to retrieve the CPluginDirectory instance from the handle,...
Jonathan Marshall [Fri, 4 Jan 2013 02:39:18 +0000 (15:39 +1300)]
use a helper function to retrieve the CPluginDirectory instance from the handle, thanks to ulion

11 years agoparse id3v1 tags of mp3 files
Jonathan Marshall [Thu, 3 Jan 2013 04:21:28 +0000 (17:21 +1300)]
parse id3v1 tags of mp3 files

11 years agocompilations node in the music library returned all albums, rather than just compilat...
Jonathan Marshall [Thu, 3 Jan 2013 04:49:34 +0000 (17:49 +1300)]
compilations node in the music library returned all albums, rather than just compilation albums. fixes #13825 #13825. Thanks to Xycl.

11 years ago[rbp/omxplayer] fixed subtitle display time. fixes #13861
gimli [Thu, 3 Jan 2013 12:40:38 +0000 (13:40 +0100)]
[rbp/omxplayer] fixed subtitle display time. fixes #13861

11 years agoMerge pull request #2010 from MartijnKaijser/version_bump_rc3 Frodo_rc3
davilla [Thu, 3 Jan 2013 03:29:19 +0000 (19:29 -0800)]
Merge pull request #2010 from MartijnKaijser/version_bump_rc3

[release] bump version to RC3

11 years agoMerge pull request #2017 from ronie/confluence-shutdown
davilla [Thu, 3 Jan 2013 01:06:03 +0000 (17:06 -0800)]
Merge pull request #2017 from ronie/confluence-shutdown

[Confluence] Use 'shutdown function' setting in 'custom shutdown timer'. fixes #12848

11 years ago[Confluence] Use 'shutdown function' setting in 'custom shutdown timer'. fixes #12848
ronie [Wed, 2 Jan 2013 23:48:16 +0000 (00:48 +0100)]
[Confluence] Use 'shutdown function' setting in 'custom shutdown timer'. fixes #12848

11 years agoMerge pull request #2015 from MartijnKaijser/fix_11718
davilla [Wed, 2 Jan 2013 15:43:07 +0000 (07:43 -0800)]
Merge pull request #2015 from MartijnKaijser/fix_11718

[confluence] add 'Bluray Disc' flag to be displayed

11 years agoMerge pull request #2014 from MartijnKaijser/fix_ticket_13485
davilla [Wed, 2 Jan 2013 15:41:14 +0000 (07:41 -0800)]
Merge pull request #2014 from MartijnKaijser/fix_ticket_13485

[confluence] change "wide icons" view naming to "wide".

11 years agoMerge pull request #2013 from stupid-boy/master
davilla [Wed, 2 Jan 2013 14:58:57 +0000 (06:58 -0800)]
Merge pull request #2013 from stupid-boy/master

[rbp/omx] fixed propper lock/unlock in omclock

11 years ago[confluence] add 'Bluray Disc' flag to be displayed instead of empty space. Fixes...
Martijn Kaijser [Wed, 2 Jan 2013 14:53:26 +0000 (15:53 +0100)]
[confluence] add 'Bluray Disc' flag to be displayed instead of empty space. Fixes #11718

11 years ago[confluence] change "wide icons" view naming to "wide". Fixes #13485
Martijn Kaijser [Wed, 2 Jan 2013 14:21:04 +0000 (15:21 +0100)]
[confluence] change "wide icons" view naming to "wide". Fixes #13485

11 years agoLock/UnLock synchronization
stupid-boy [Wed, 2 Jan 2013 11:23:27 +0000 (13:23 +0200)]
Lock/UnLock synchronization

11 years agoMerge pull request #2006 from jmarshallnz/escape_slashes
Martijn Kaijser [Mon, 31 Dec 2012 22:49:42 +0000 (14:49 -0800)]
Merge pull request #2006 from jmarshallnz/escape_slashes

escape backslashes in ESCINFO[]. fixes #13855

11 years agoMerge pull request #2009 from jimfcarroll/screensaver-crash-fix
davilla [Mon, 31 Dec 2012 20:59:04 +0000 (12:59 -0800)]
Merge pull request #2009 from jimfcarroll/screensaver-crash-fix

Screensaver crash fix

11 years agoRemove some unused includes of ThreadLocal.h
Jim Carroll [Mon, 31 Dec 2012 16:43:30 +0000 (11:43 -0500)]
Remove some unused includes of ThreadLocal.h

11 years agoAdd better error checking to the Windows ThreadLocal implementation.
Jim Carroll [Mon, 31 Dec 2012 16:43:03 +0000 (11:43 -0500)]
Add better error checking to the Windows ThreadLocal implementation.

11 years ago[fix] It appears that we were running out of Tls on windows. This changes the addon...
Jim Carroll [Mon, 31 Dec 2012 14:50:30 +0000 (09:50 -0500)]
[fix] It appears that we were running out of Tls on windows. This changes the addon system so that a single one is created for the Interceptor functionality rather than one per window.

11 years ago[rbp/omxplayer] reverted e08fee30d1c9ca755ddb5c9833a19b8d1cbabff5 the PI firmware...
gimli [Mon, 31 Dec 2012 13:19:40 +0000 (14:19 +0100)]
[rbp/omxplayer] reverted e08fee30d1c9ca755ddb5c9833a19b8d1cbabff5 the PI firmware handles this now.

11 years ago[release] bump version to RC3
Martijn Kaijser [Mon, 31 Dec 2012 09:59:48 +0000 (10:59 +0100)]
[release] bump version to RC3

11 years agoMerge pull request #2001 from opdenkamp/pvr-addons-frodo
Lars Op den Kamp [Mon, 31 Dec 2012 02:06:19 +0000 (18:06 -0800)]
Merge pull request #2001 from opdenkamp/pvr-addons-frodo

[pvr] sync add-ons

11 years ago[pvr] open/close the db correctly in 328884dcb1ea78332391c12543cd45cefa4c7987
Lars Op den Kamp [Mon, 31 Dec 2012 01:53:59 +0000 (02:53 +0100)]
[pvr] open/close the db correctly in 328884dcb1ea78332391c12543cd45cefa4c7987

11 years ago[pvr] removed (wrong) pvr specific hack to show 'add-on disabled' labels
Lars Op den Kamp [Mon, 31 Dec 2012 01:50:36 +0000 (02:50 +0100)]
[pvr] removed (wrong) pvr specific hack to show 'add-on disabled' labels

11 years ago[pvr] fixed deadlock in CPVRManager::CheckParentalLock when the manager is being...
Lars Op den Kamp [Mon, 31 Dec 2012 01:30:48 +0000 (02:30 +0100)]
[pvr] fixed deadlock in CPVRManager::CheckParentalLock when the manager is being stopped

11 years ago[pvr] fixed - (re)start the pvr manager when enabling a pvr add-on or when disabling...
Lars Op den Kamp [Mon, 31 Dec 2012 01:21:16 +0000 (02:21 +0100)]
[pvr] fixed - (re)start the pvr manager when enabling a pvr add-on or when disabling one with the pvr manager enabled

11 years ago[pvr] stop the pvr manager before uninstalling a pvr add-on and restart it afterwards...
Lars Op den Kamp [Mon, 31 Dec 2012 01:14:44 +0000 (02:14 +0100)]
[pvr] stop the pvr manager before uninstalling a pvr add-on and restart it afterwards (if enabled)

11 years ago[pvr] allow pvr add-ons to be uninstalled again
Lars Op den Kamp [Mon, 31 Dec 2012 01:14:11 +0000 (02:14 +0100)]
[pvr] allow pvr add-ons to be uninstalled again

11 years agouse ALBUM ARTIST and ALBUMARTIST in ID3v2 TXXX fields as album artist
Jonathan Marshall [Mon, 31 Dec 2012 01:32:36 +0000 (14:32 +1300)]
use ALBUM ARTIST and ALBUMARTIST in ID3v2 TXXX fields as album artist

11 years agoMerge pull request #2007 from jmarshallnz/dot_dot_dot
jmarshallnz [Sun, 30 Dec 2012 22:35:27 +0000 (14:35 -0800)]
Merge pull request #2007 from jmarshallnz/dot_dot_dot

Show '..' items as we're supposed to in empty lists

11 years ago[pvr] bump add-ons to https://github.com/opdenkamp/xbmc-pvr-addons/commit/5f97406cffb...
Lars Op den Kamp [Sat, 29 Dec 2012 03:17:44 +0000 (04:17 +0100)]
[pvr] bump add-ons to https://github.com/opdenkamp/xbmc-pvr-addons/commit/5f97406cffb412ac5161c3dc51205caca009fcc7

11 years ago[lang] added langinfo.xml for new language: Amharic
alanwww1 [Sun, 30 Dec 2012 22:17:05 +0000 (23:17 +0100)]
[lang] added langinfo.xml for new language: Amharic

11 years agoremove unnecessary toast + parent folder of empty lists after filtering - the '....
Jonathan Marshall [Sun, 30 Dec 2012 07:39:15 +0000 (20:39 +1300)]
remove unnecessary toast + parent folder of empty lists after filtering - the '..' item is shown, so this won't be hit anyway

11 years agofixed: the auto-addition of '..' when the list is empty did not show up on filtered...
Jonathan Marshall [Sun, 30 Dec 2012 07:38:31 +0000 (20:38 +1300)]
fixed: the auto-addition of '..' when the list is empty did not show up on filtered lists

11 years ago[lang] update of internal addon language files
alanwww1 [Sun, 30 Dec 2012 21:55:22 +0000 (22:55 +0100)]
[lang] update of internal addon language files

11 years ago[lang] update of skin.confluence language files
alanwww1 [Sun, 30 Dec 2012 21:54:19 +0000 (22:54 +0100)]
[lang] update of skin.confluence language files

11 years ago[lang] update of core language files
alanwww1 [Sun, 30 Dec 2012 21:54:05 +0000 (22:54 +0100)]
[lang] update of core language files

11 years ago[pvr] throttle connection attempts, no more than 1 attempt per 5 seconds
Lars Op den Kamp [Sun, 30 Dec 2012 17:29:41 +0000 (18:29 +0100)]
[pvr] throttle connection attempts, no more than 1 attempt per 5 seconds

11 years ago[epg] fixed - don't trigger an update of the main window's data when showing epg...
Lars Op den Kamp [Sun, 30 Dec 2012 14:03:12 +0000 (15:03 +0100)]
[epg] fixed - don't trigger an update of the main window's data when showing epg info, or we'll switch back to the incorrect line. thanks @ forum user 'coffeecup'

11 years ago[pvr] fixed - also update last watched status when opening the stream, so playback...
Lars Op den Kamp [Sun, 30 Dec 2012 03:18:44 +0000 (04:18 +0100)]
[pvr] fixed - also update last watched status when opening the stream, so playback resumes on the correct channel and not the previous channel when xbmc crashes or is killed and is restarted (if the option is enabled)

11 years ago[addons] sync addons with repo
Martijn Kaijser [Sun, 30 Dec 2012 11:41:10 +0000 (12:41 +0100)]
[addons] sync addons with repo

11 years agojsonrpc: check pointers before dereferencing in CPlayerOperations::GetItem() (fixes...
montellese [Sat, 22 Dec 2012 13:21:44 +0000 (14:21 +0100)]
jsonrpc: check pointers before dereferencing in CPlayerOperations::GetItem() (fixes #13853)

11 years agoescape backslashes in ESCINFO[]. fixes #13855
Jonathan Marshall [Sun, 30 Dec 2012 07:23:23 +0000 (20:23 +1300)]
escape backslashes in ESCINFO[]. fixes #13855

11 years agoMerge pull request #2004 from ronie/confluence-menu
jmarshallnz [Sun, 30 Dec 2012 01:43:42 +0000 (17:43 -0800)]
Merge pull request #2004 from ronie/confluence-menu

[Confluence] Show Movies and TV Shows by default on home menu. Fixes #13839

11 years agoMerge pull request #1982 from nemphys/sortandrenumber
Lars Op den Kamp [Sun, 30 Dec 2012 01:22:26 +0000 (17:22 -0800)]
Merge pull request #1982 from nemphys/sortandrenumber

[pvr] optimize channel groups loading/manipulation by avoiding unnecessary ...

11 years ago[Confluence] Show Movies and TV Shows by default on the home menu. Fixes #13839
ronie [Sun, 30 Dec 2012 01:21:39 +0000 (02:21 +0100)]
[Confluence] Show Movies and TV Shows by default on the home menu. Fixes #13839

11 years agoMerge pull request #1993 from wsoltys/profile_fix
wsoltys [Sat, 29 Dec 2012 21:53:36 +0000 (13:53 -0800)]
Merge pull request #1993 from wsoltys/profile_fix

fixed: race condition when starting a new fresh profile besides master.

11 years agofixed: race condition when starting a new fresh profile besides master which leads...
WiSo [Thu, 27 Dec 2012 14:48:43 +0000 (15:48 +0100)]
fixed: race condition when starting a new fresh profile besides master which leads to an abort in cpluff. CAddonInstaller::UpdateRepos is called at startup and still runs if you login and CGUIWindowLoginScreen::LoadProfile calls ADDON::CAddonMgr::Get().ReInit() which leads to an invalid cpluff handle for the update job and aborts XBMC (#13826)

11 years agoffmpeg: added patch for supporting S_DVBSUB's in MKV as stored by tvheadend
Joakim Plate [Sat, 29 Dec 2012 15:13:33 +0000 (16:13 +0100)]
ffmpeg: added patch for supporting S_DVBSUB's in MKV as stored by tvheadend

11 years agodvdplayer: fails to play iso/img bluray files with non lowercase extension
Joakim Plate [Sat, 29 Dec 2012 15:04:10 +0000 (16:04 +0100)]
dvdplayer: fails to play iso/img bluray files with non lowercase extension

fixes ticket: #13842

11 years ago[pvr] optimize channel groups loading/manipulation by avoiding unnecessary sorting...
Dimitris Kazakos [Tue, 25 Dec 2012 10:22:24 +0000 (12:22 +0200)]
[pvr] optimize channel groups loading/manipulation by avoiding unnecessary sorting and renumbering calls

11 years agoMerge pull request #1990 from koying/fixdbautothumb
Chris Browet [Sat, 29 Dec 2012 10:27:03 +0000 (02:27 -0800)]
Merge pull request #1990 from koying/fixdbautothumb

FIX: If an autogen image is cached but not in db, push it to db

11 years agoFIX: If an autogen image is cached but not in db, push it to db
Chris "Koying" Browet [Wed, 26 Dec 2012 15:51:04 +0000 (16:51 +0100)]
FIX: If an autogen image is cached but not in db, push it to db

11 years agoMerge pull request #2002 from GreenOnyx/SubsCheckExternalVersion
davilla [Sat, 29 Dec 2012 08:41:45 +0000 (00:41 -0800)]
Merge pull request #2002 from GreenOnyx/SubsCheckExternalVersion

Don't utilize rect.flags for an external ffmpeg that doesn't support it

11 years agoDon't utilize rect.flags for an external ffmpeg that doesn't support it
GreenOnyx [Sat, 29 Dec 2012 06:14:05 +0000 (00:14 -0600)]
Don't utilize rect.flags for an external ffmpeg that doesn't support it

Modifies the PGS Forced Subtitles Fix recently merged under the commit
below so that users who can't upgrade their external ffmeg don't utilize
the new objects.

https://github.com/xbmc/xbmc/commit/e6f195c8d2b3c7e66b74daf760bb7229ee469780

11 years ago[rbp/omxplayer] fixed messanger handling.
gimli [Fri, 28 Dec 2012 22:12:25 +0000 (23:12 +0100)]
[rbp/omxplayer] fixed messanger handling.

11 years ago[rbp/omxplayer] fixed wrong subtitle offset
gimli [Fri, 28 Dec 2012 22:06:09 +0000 (23:06 +0100)]
[rbp/omxplayer] fixed wrong subtitle offset

11 years ago[rbp/tools] fixed added new firmware include path
gimli [Fri, 28 Dec 2012 21:47:28 +0000 (22:47 +0100)]
[rbp/tools] fixed added new firmware include path

11 years agoMerge pull request #1998 from neo1973/AudioEngine
davilla [Fri, 28 Dec 2012 13:57:34 +0000 (05:57 -0800)]
Merge pull request #1998 from neo1973/AudioEngine

[AE] fix: Mismatching allocation and deallocation of buff

11 years ago[cec] fixed - don't send devices to standby when the screensaver is activated and...
Lars Op den Kamp [Fri, 28 Dec 2012 13:28:38 +0000 (14:28 +0100)]
[cec] fixed - don't send devices to standby when the screensaver is activated and the player is paused

11 years agoMerge pull request #1988 from huceke/pvr-fix-deadlock
Lars Op den Kamp [Fri, 28 Dec 2012 13:19:19 +0000 (05:19 -0800)]
Merge pull request #1988 from huceke/pvr-fix-deadlock

[pvr] fixed prevent deadlock when pvr manager is starting up and while n...

11 years ago[AE] fix: Mismatching allocation and deallocation of buff
Markus Härer [Fri, 28 Dec 2012 13:19:14 +0000 (14:19 +0100)]
[AE] fix: Mismatching allocation and deallocation of buff

11 years agofixed build
davilla [Fri, 28 Dec 2012 03:35:12 +0000 (22:35 -0500)]
fixed build

11 years agoMerge pull request #1992 from GreenOnyx/FrodoPGSForced
davilla [Fri, 28 Dec 2012 01:17:16 +0000 (17:17 -0800)]
Merge pull request #1992 from GreenOnyx/FrodoPGSForced

Fixed forced subtitles display in PGS stream

11 years agoMerge pull request #1981 from ulion/fix
davilla [Fri, 28 Dec 2012 01:15:52 +0000 (17:15 -0800)]
Merge pull request #1981 from ulion/fix

[fix] Buildin function PlayMedia()'s playoffset= prarmeter now works if media is a dir

11 years agoMerge pull request #1996 from ronie/screensaver-replace
jmarshallnz [Thu, 27 Dec 2012 23:33:49 +0000 (15:33 -0800)]
Merge pull request #1996 from ronie/screensaver-replace

replace slideshow screensaver on update

11 years agoreplace slideshow screensaver on update
ronie [Thu, 27 Dec 2012 22:57:44 +0000 (23:57 +0100)]
replace slideshow screensaver on update

11 years agoMerge pull request #1958 from ronie/UpPeRcAsE
ronie [Thu, 27 Dec 2012 21:47:36 +0000 (13:47 -0800)]
Merge pull request #1958 from ronie/UpPeRcAsE

[Confluence] use uppercase fontfile for home menu

11 years agoMerge pull request #1995 from FernetMenta/pvrfix
jmarshallnz [Thu, 27 Dec 2012 20:40:53 +0000 (12:40 -0800)]
Merge pull request #1995 from FernetMenta/pvrfix

pvr: fix video info scanner for recordings  after 5ca0942b257aca62378bed...

11 years agoMerge pull request #1986 from arnova/filemanager_fixes
jmarshallnz [Thu, 27 Dec 2012 20:23:52 +0000 (12:23 -0800)]
Merge pull request #1986 from arnova/filemanager_fixes

Filemanager fixes

11 years agopvr: fix video info scanner for recordings after 5ca0942b257aca62378bedf94733758547a...
xbmc [Thu, 27 Dec 2012 16:03:13 +0000 (17:03 +0100)]
pvr: fix video info scanner for recordings  after 5ca0942b257aca62378bedf94733758547a7e659

11 years agofixed: Properly fallback to root in case getdirectory fails in Update() + show error...
arnova [Mon, 24 Dec 2012 22:16:15 +0000 (23:16 +0100)]
fixed: Properly fallback to root in case getdirectory fails in Update() + show error dialog (fixes #13767)

11 years agochanged: Refactor CGUIWindowFileManager::ShowShareErrorMessage() so it works with...
arnova [Mon, 24 Dec 2012 18:46:07 +0000 (19:46 +0100)]
changed: Refactor CGUIWindowFileManager::ShowShareErrorMessage() so it works with any path

11 years agoMerge pull request #1985 from Voyager1/fix_trac_13777
Voyager1 [Thu, 27 Dec 2012 08:11:03 +0000 (00:11 -0800)]
Merge pull request #1985 from Voyager1/fix_trac_13777

fix wrong recreated history causing wrong sort order - fixes #13777

11 years agofix wrong recreated history causing wrong sort order (because viewstate not found...
Voyager1 [Tue, 25 Dec 2012 08:27:48 +0000 (09:27 +0100)]
fix wrong recreated history causing wrong sort order (because viewstate not found in db)

11 years agoxbmc: Fixed forced subtitles display in PGS stream
GreenOnyx [Thu, 27 Dec 2012 06:19:10 +0000 (00:19 -0600)]
xbmc: Fixed forced subtitles display in PGS stream

Requires commit 3b1409c

11 years agoffmpeg: Fixed forced subtitles display in PGS stream
GreenOnyx [Thu, 27 Dec 2012 06:18:40 +0000 (00:18 -0600)]
ffmpeg: Fixed forced subtitles display in PGS stream

Associated ffmpeg commits:

https://github.com/FFmpeg/FFmpeg/commit/36436a4032b022f5439fa86a0986065d24cd51fd
Add option forced_subs_only for Bluray subtitles.
2012-01-30 04:25:59

https://github.com/FFmpeg/FFmpeg/commit/1885ffb03d0af28e6bac2bcc8725fa15b93f6ac9
PGS subtitles: Expose forced flag
2012-10-20 11:56:11

https://github.com/FFmpeg/FFmpeg/commit/1c5805521c3e406886341d752ebf38f8d41e1d13
PGS subtitles: Set AVSubtitle pts value
2012-11-02 11:30:39

https://github.com/FFmpeg/FFmpeg/commit/6549a9b75333027f66cdaac450a66b6a6186fc6e
pgssubdec: remove unused variable
2012-11-28 10:20:08

https://github.com/FFmpeg/FFmpeg/commit/1f46b50a9591f68b697e943f829c79a4f4829dd6
Added AVClass for AVSubtitleRect
2012-04-18 01:08:25

11 years agoMerge pull request #1989 from pieh/italics_end
jmarshallnz [Wed, 26 Dec 2012 21:55:24 +0000 (13:55 -0800)]
Merge pull request #1989 from pieh/italics_end

guilib: fix italic text being chopped off on the end

11 years agoReverted @a6058c0
George Yunaev [Wed, 26 Dec 2012 20:22:39 +0000 (12:22 -0800)]
Reverted @a6058c0

11 years agoadd last character width rather than advance when calculating text width
pieh [Wed, 26 Dec 2012 11:02:48 +0000 (12:02 +0100)]
add last character width rather than advance when calculating text width
this makes sure we don't chop off part of character in case when advance is smaller than character width (italic text), fixes #13795

11 years ago[pvr] fixed prevent deadlock when pvr manager is starting up and while not finished...
gimli [Wed, 26 Dec 2012 10:42:11 +0000 (11:42 +0100)]
[pvr] fixed prevent deadlock when pvr manager is starting up and while not finished change to settings. this is more a workaround and should be revisited after frodo.

11 years agoFixing second reported bug in #13574 - apparently gcc overoptimizes critsections...
George Yunaev [Tue, 25 Dec 2012 21:36:58 +0000 (13:36 -0800)]
Fixing second reported bug in #13574 - apparently gcc overoptimizes critsections/checks.

11 years agoMerge pull request #1984 from FernetMenta/audiocodec
davilla [Tue, 25 Dec 2012 15:48:02 +0000 (07:48 -0800)]
Merge pull request #1984 from FernetMenta/audiocodec

ffmpeg: backport latm: fix initialization on some streams when no extrad...

11 years agoMerge pull request #1987 from arnova/no_thumbs_for_playlists
davilla [Tue, 25 Dec 2012 15:45:51 +0000 (07:45 -0800)]
Merge pull request #1987 from arnova/no_thumbs_for_playlists

fixed: Don't check user thumbs for (smart) playlist protocols

11 years agofixed: Don't check user thumbs for (smart) playlist protocols
arnova [Tue, 25 Dec 2012 10:47:39 +0000 (11:47 +0100)]
fixed: Don't check user thumbs for (smart) playlist protocols

11 years agoffmpeg: backport latm: fix initialization on some streams when no extradata is availa...
xbmc [Tue, 25 Dec 2012 07:35:36 +0000 (08:35 +0100)]
ffmpeg: backport latm: fix initialization on some streams when no extradata is available: d039b6074ca68da9b6dc88d8bb40056fee9fecb6

11 years ago[fix] remove the Py_NewInterpreter/Py_EndInterpreter hack since it seemed to destabal...
Jim Carroll [Tue, 25 Dec 2012 01:29:27 +0000 (20:29 -0500)]
[fix] remove the Py_NewInterpreter/Py_EndInterpreter hack since it seemed to destabalize the windows build. Will put in a different work around.

11 years ago[fix] make sure the correct thread state is in place for the Py_EndInterpreter.
Jim Carroll [Mon, 24 Dec 2012 22:46:14 +0000 (17:46 -0500)]
[fix] make sure the correct thread state is in place for the Py_EndInterpreter.

11 years agofixed: Compile warning (unused label)
arnova [Mon, 24 Dec 2012 22:21:27 +0000 (23:21 +0100)]
fixed: Compile warning (unused label)

11 years ago[rbp/omxplayer] fixed keyframe seek on avi/mkv files.
gimli [Mon, 24 Dec 2012 20:53:48 +0000 (21:53 +0100)]
[rbp/omxplayer] fixed keyframe seek on avi/mkv files.