Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-30 | [lang] update of core language files | alanwww1 | |
2012-12-30 | [pvr] throttle connection attempts, no more than 1 attempt per 5 seconds | Lars 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 repo | Martijn Kaijser | |
2012-12-30 | jsonrpc: check pointers before dereferencing in CPlayerOperations::GetItem() ↵ | montellese | |
(fixes #13853) | |||
2012-12-29 | Merge pull request #2004 from ronie/confluence-menu | jmarshallnz | |
[Confluence] Show Movies and TV Shows by default on home menu. Fixes #13839 | |||
2012-12-29 | Merge pull request #1982 from nemphys/sortandrenumber | Lars 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 #13839 | ronie | |
2012-12-29 | Merge pull request #1993 from wsoltys/profile_fix | wsoltys | |
fixed: race condition when starting a new fresh profile besides master. | |||
2012-12-29 | fixed: 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-29 | ffmpeg: added patch for supporting S_DVBSUB's in MKV as stored by tvheadend | Joakim Plate | |
2012-12-29 | dvdplayer: fails to play iso/img bluray files with non lowercase extension | Joakim Plate | |
fixes ticket: #13842 | |||
2012-12-29 | [pvr] optimize channel groups loading/manipulation by avoiding unnecessary ↵ | Dimitris Kazakos | |
sorting and renumbering calls | |||
2012-12-29 | Merge pull request #1990 from koying/fixdbautothumb | Chris Browet | |
FIX: If an autogen image is cached but not in db, push it to db | |||
2012-12-29 | FIX: If an autogen image is cached but not in db, push it to db | Chris "Koying" Browet | |
2012-12-29 | Merge pull request #2002 from GreenOnyx/SubsCheckExternalVersion | davilla | |
Don't utilize rect.flags for an external ffmpeg that doesn't support it | |||
2012-12-29 | Don't utilize rect.flags for an external ffmpeg that doesn't support it | GreenOnyx | |
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 offset | gimli | |
2012-12-28 | [rbp/tools] fixed added new firmware include path | gimli | |
2012-12-28 | Merge pull request #1998 from neo1973/AudioEngine | davilla | |
[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-28 | Merge pull request #1988 from huceke/pvr-fix-deadlock | Lars 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 buff | Markus Härer | |
2012-12-27 | fixed build | davilla | |
2012-12-27 | Merge pull request #1992 from GreenOnyx/FrodoPGSForced | davilla | |
Fixed forced subtitles display in PGS stream | |||
2012-12-27 | Merge pull request #1981 from ulion/fix | davilla | |
[fix] Buildin function PlayMedia()'s playoffset= prarmeter now works if media is a dir | |||
2012-12-27 | Merge pull request #1996 from ronie/screensaver-replace | jmarshallnz | |
replace slideshow screensaver on update | |||
2012-12-27 | replace slideshow screensaver on update | ronie | |
2012-12-27 | Merge pull request #1958 from ronie/UpPeRcAsE | ronie | |
[Confluence] use uppercase fontfile for home menu | |||
2012-12-27 | Merge pull request #1995 from FernetMenta/pvrfix | jmarshallnz | |
pvr: fix video info scanner for recordings after 5ca0942b257aca62378bed... | |||
2012-12-27 | Merge pull request #1986 from arnova/filemanager_fixes | jmarshallnz | |
Filemanager fixes | |||
2012-12-27 | pvr: fix video info scanner for recordings after ↵ | xbmc | |
5ca0942b257aca62378bedf94733758547a7e659 | |||
2012-12-27 | fixed: Properly fallback to root in case getdirectory fails in Update() + ↵ | arnova | |
show error dialog (fixes #13767) | |||
2012-12-27 | changed: Refactor CGUIWindowFileManager::ShowShareErrorMessage() so it works ↵ | arnova | |
with any path | |||
2012-12-27 | Merge pull request #1985 from Voyager1/fix_trac_13777 | Voyager1 | |
fix wrong recreated history causing wrong sort order - fixes #13777 | |||
2012-12-27 | fix wrong recreated history causing wrong sort order (because viewstate not ↵ | Voyager1 | |
found in db) | |||
2012-12-27 | xbmc: Fixed forced subtitles display in PGS stream | GreenOnyx | |
Requires commit 3b1409c | |||
2012-12-27 | ffmpeg: Fixed forced subtitles display in PGS stream | GreenOnyx | |
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-26 | Merge pull request #1989 from pieh/italics_end | jmarshallnz | |
guilib: fix italic text being chopped off on the end | |||
2012-12-26 | Reverted @a6058c0 | George Yunaev | |
2012-12-26 | add last character width rather than advance when calculating text width | pieh | |
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-25 | Fixing second reported bug in #13574 - apparently gcc overoptimizes ↵ | George Yunaev | |
critsections/checks. | |||
2012-12-25 | Merge pull request #1984 from FernetMenta/audiocodec | davilla | |
ffmpeg: backport latm: fix initialization on some streams when no extrad... | |||
2012-12-25 | Merge pull request #1987 from arnova/no_thumbs_for_playlists | davilla | |
fixed: Don't check user thumbs for (smart) playlist protocols | |||
2012-12-25 | fixed: Don't check user thumbs for (smart) playlist protocols | arnova | |
2012-12-25 | ffmpeg: 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. |