aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-30[lang] update of core language filesalanwww1
2012-12-30[pvr] throttle connection attempts, no more than 1 attempt per 5 secondsLars Op den Kamp
2012-12-30[epg] fixed - don't trigger an update of the main window's data when showing ↵Lars Op den Kamp
epg info, or we'll switch back to the incorrect line. thanks @ forum user 'coffeecup'
2012-12-30[pvr] fixed - also update last watched status when opening the stream, so ↵Lars Op den Kamp
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)
2012-12-30[addons] sync addons with repoMartijn Kaijser
2012-12-30jsonrpc: check pointers before dereferencing in CPlayerOperations::GetItem() ↵montellese
(fixes #13853)
2012-12-29Merge pull request #2004 from ronie/confluence-menujmarshallnz
[Confluence] Show Movies and TV Shows by default on home menu. Fixes #13839
2012-12-29Merge pull request #1982 from nemphys/sortandrenumberLars Op den Kamp
[pvr] optimize channel groups loading/manipulation by avoiding unnecessary ...
2012-12-30[Confluence] Show Movies and TV Shows by default on the home menu. Fixes #13839ronie
2012-12-29Merge pull request #1993 from wsoltys/profile_fixwsoltys
fixed: race condition when starting a new fresh profile besides master.
2012-12-29fixed: race condition when starting a new fresh profile besides master which ↵WiSo
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)
2012-12-29ffmpeg: added patch for supporting S_DVBSUB's in MKV as stored by tvheadendJoakim Plate
2012-12-29dvdplayer: fails to play iso/img bluray files with non lowercase extensionJoakim Plate
fixes ticket: #13842
2012-12-29[pvr] optimize channel groups loading/manipulation by avoiding unnecessary ↵Dimitris Kazakos
sorting and renumbering calls
2012-12-29Merge pull request #1990 from koying/fixdbautothumbChris Browet
FIX: If an autogen image is cached but not in db, push it to db
2012-12-29FIX: If an autogen image is cached but not in db, push it to dbChris "Koying" Browet
2012-12-29Merge pull request #2002 from GreenOnyx/SubsCheckExternalVersiondavilla
Don't utilize rect.flags for an external ffmpeg that doesn't support it
2012-12-29Don't utilize rect.flags for an external ffmpeg that doesn't support itGreenOnyx
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
2012-12-28[rbp/omxplayer] fixed messanger handling.gimli
2012-12-28[rbp/omxplayer] fixed wrong subtitle offsetgimli
2012-12-28[rbp/tools] fixed added new firmware include pathgimli
2012-12-28Merge pull request #1998 from neo1973/AudioEnginedavilla
[AE] fix: Mismatching allocation and deallocation of buff
2012-12-28[cec] fixed - don't send devices to standby when the screensaver is ↵Lars Op den Kamp
activated and the player is paused
2012-12-28Merge pull request #1988 from huceke/pvr-fix-deadlockLars Op den Kamp
[pvr] fixed prevent deadlock when pvr manager is starting up and while n...
2012-12-28[AE] fix: Mismatching allocation and deallocation of buffMarkus Härer
2012-12-27fixed builddavilla
2012-12-27Merge pull request #1992 from GreenOnyx/FrodoPGSForceddavilla
Fixed forced subtitles display in PGS stream
2012-12-27Merge pull request #1981 from ulion/fixdavilla
[fix] Buildin function PlayMedia()'s playoffset= prarmeter now works if media is a dir
2012-12-27Merge pull request #1996 from ronie/screensaver-replacejmarshallnz
replace slideshow screensaver on update
2012-12-27replace slideshow screensaver on updateronie
2012-12-27Merge pull request #1958 from ronie/UpPeRcAsEronie
[Confluence] use uppercase fontfile for home menu
2012-12-27Merge pull request #1995 from FernetMenta/pvrfixjmarshallnz
pvr: fix video info scanner for recordings after 5ca0942b257aca62378bed...
2012-12-27Merge pull request #1986 from arnova/filemanager_fixesjmarshallnz
Filemanager fixes
2012-12-27pvr: fix video info scanner for recordings after ↵xbmc
5ca0942b257aca62378bedf94733758547a7e659
2012-12-27fixed: Properly fallback to root in case getdirectory fails in Update() + ↵arnova
show error dialog (fixes #13767)
2012-12-27changed: Refactor CGUIWindowFileManager::ShowShareErrorMessage() so it works ↵arnova
with any path
2012-12-27Merge pull request #1985 from Voyager1/fix_trac_13777Voyager1
fix wrong recreated history causing wrong sort order - fixes #13777
2012-12-27fix wrong recreated history causing wrong sort order (because viewstate not ↵Voyager1
found in db)
2012-12-27xbmc: Fixed forced subtitles display in PGS streamGreenOnyx
Requires commit 3b1409c
2012-12-27ffmpeg: Fixed forced subtitles display in PGS streamGreenOnyx
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
2012-12-26Merge pull request #1989 from pieh/italics_endjmarshallnz
guilib: fix italic text being chopped off on the end
2012-12-26Reverted @a6058c0George Yunaev
2012-12-26add last character width rather than advance when calculating text widthpieh
this makes sure we don't chop off part of character in case when advance is smaller than character width (italic text), fixes #13795
2012-12-26[pvr] fixed prevent deadlock when pvr manager is starting up and while not ↵gimli
finished change to settings. this is more a workaround and should be revisited after frodo.
2012-12-25Fixing second reported bug in #13574 - apparently gcc overoptimizes ↵George Yunaev
critsections/checks.
2012-12-25Merge pull request #1984 from FernetMenta/audiocodecdavilla
ffmpeg: backport latm: fix initialization on some streams when no extrad...
2012-12-25Merge pull request #1987 from arnova/no_thumbs_for_playlistsdavilla
fixed: Don't check user thumbs for (smart) playlist protocols
2012-12-25fixed: Don't check user thumbs for (smart) playlist protocolsarnova
2012-12-25ffmpeg: backport latm: fix initialization on some streams when no extradata ↵xbmc
is available: d039b6074ca68da9b6dc88d8bb40056fee9fecb6
2012-12-24[fix] remove the Py_NewInterpreter/Py_EndInterpreter hack since it seemed to ↵Jim Carroll
destabalize the windows build. Will put in a different work around.