aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-12-19cosmetic: drop unused functions from CGraphicContextelupus
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35655 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-12-19changed: drop SetFullScreenWindow and calculate this on the fly in ↵elupus
GetViewWindow when fullscreen git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35654 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-12-19changed: always include DllAvCodec.h instead of avcodec.h directlyelupus
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35653 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-12-19changed: mode some non rendering commands out of CApplication::RenderNoPresent()elupus
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35652 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-12-19changed: drop some old pointless cruft in CDVDClockelupus
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35651 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-12-18fixed: convert not fail when incomplete multibyte sequence at the end of stringtaxigps
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35650 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-12-17fixed: #10911 Last.fm Station Changes, loved and playlist radio are no ↵charlydoes
longer available. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35649 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-12-17sync scripts.recentlyadded from addons repotheuni
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35645 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-12-16added: method to parse W3C date time string to CDateTime (currently doesn't ↵elupus
support timezone shift) git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35642 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-12-16changed: allow codecs to be opened during playback and put in the message queueelupus
changed: don't close streams before opening new ones in dvdplayer git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35641 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-12-16HACK: allow seeks over stack borders using dpad seeks in dvdplayerelupus
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35640 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-12-15fixed (again), need to ref from @executable_path path or loader will not ↵davilla
look in xbmc.app for dlopen'ed dylibs git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35638 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-12-15fixed #10900 leaking GLXContexts, especially on resolution change - thx evetssoelupus
Intel drivers seems to be unable to clean up glx context that was current when they where destroyed even if that is mandated by the specification. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35637 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-12-13fixed: ticket #10896 - memory leak watching videos with libass subtitles. ↵spiff_
thanks to evetsso! git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35635 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-12-13fixed: #10876 - skin addon (auto-)update when using the same skin causes ↵jmarshallnz
funkiness on win32. We now unload the skin prior to install. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35629 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-12-13fixed: Don't remove a job from the processing queue until OnJobComplete has ↵jmarshallnz
been done - this function may be time consuming or may lock while waiting on app thread. Other jobs queued up and waited on by app thread could then cause deadlocks. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35628 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-12-13added: UnloadSkin builtin function, and allow ↵jmarshallnz
ApplicationMessenger::ExecBuiltIn to wait on the builtin before returning git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35627 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-12-13changed: Ensure CGUIWindow::Initialize returns false if the window manager ↵jmarshallnz
isn't configured, and also ensure dialogs don't pop up. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35626 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-12-13fixed: crash in the fadelabel control if the font couldn't be found - thanks ↵jmarshallnz
to Voyager-xbmc git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35625 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-12-12[osx] we want basename, not the pathdavilla
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35623 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-12-12changed: remap mono audio to stereo even if we have a center speakeranssih
This also fixes mono audio when using digital out when a center speaker is enabled. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35622 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-12-12fixed: top back right was downmixed to back left instead of back rightanssih
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35621 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-12-12fixed: browse for path is rule with video xsp's should show video sourcesspiff_
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35619 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-12-12Use write sharing when open media files in Windows to allow viewing of media ↵renniej
that is still downloading. See http://trac.xbmc.org/ticket/10875 git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35618 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-12-11changed: when sync playback to display is on, and the sync method is audio ↵bobo1on1
clock, set the discontinuity limit to one vblank period, make the error a multiple of the vblank period and round towards zero, this way the timestamp based sync can be used for audio clock as well git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35617 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-12-11fixed: Subtitles would sometimes not resume immediately after a stall (fixup ↵arnova
for r32844) git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35616 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-12-11fixed: libvdpau 0.4 installs a callback on the Display*, we need to keep a ↵bobo1on1
static handle to libvdpau around so we don't segfault on XCloseDisplay() git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35614 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-12-10changed: allow cache buffer size to be configured via advancedsettings ↵theuni
rather than hardcoded. Thanks ralfonat. Acked by elupus. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35613 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-12-10fixed: wait 500 ms extra from dvdplayervideo thread for app thread to set up ↵bobo1on1
the renderer, fixes dropping a bunch of frames on playback start git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35612 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-12-09fixed: only try calculating the framerate if m_pullupCorrection has a full ↵bobo1on1
buffer added: calculate framerate when scaling method is set to auto git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35609 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-12-09[osx] fixed, figure out correct dylib names to match what linker usesdavilla
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35608 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-12-08changed: make sure we set xbmc.abortRequested when main python thread exitselupus
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35607 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-12-08[WIN32] updated ffmpeg dlls to include r35598wiso
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35603 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-12-08changed: have CUPnPDirectory::GetFirendlyName() start upnp client and wait ↵elupus
for device git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35601 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-12-08fixed: if upnp client wasn't started, xbmc could crash in GetFriendlyName()elupus
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35600 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-12-08changed: allow 8 second skew between streams in mov before attempting to seekelupus
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35598 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-12-08updated: ticket #10790, #10791 - korean translation. thanks to airplanezspiff_
updated: ticket #10795 - turkish translation. thanks to queep updated: ticket #10804 - polish translation. thanks to kolabor updated: ticket #10818 - dutch translation. thanks to idioteque updated: ticket #10842 - romanian translation. thanks to danny3 updated: ticket #10848 - spanish translation. thanks to poxitron git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35597 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-12-08updated: ticket #10852 - spanish translation. thanks to poxitronspiff_
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35596 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-12-08use versions from http://code.google.com/p/xbmc-port-depends, the official ↵davilla
install method git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35594 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-12-08grrr, need absolute path to dylibsdavilla
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35592 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-12-08fixed, trac #10830, OGG files can be played but don't get scanned, this has ↵davilla
been broke a long time git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35591 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-12-07changed: Better fix for r35585 arnova
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35586 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-12-07fixed: Video files played from an URL source would in some cases show an URL ↵arnova
encoded playing title git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35585 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-12-06Customise distro description at build time onlylcapriotti
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35583 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-12-06fixed: #10841 - Control.SetFocus(id,position) failed for position > items.size()jmarshallnz
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35579 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-12-06fixed: #10702 - removed confusing default scraper options - still available ↵jmarshallnz
via advancedsettings.xml git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35578 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-12-06fixed: #10799 - "order by" has no effect in album type smartplaylists. ↵jmarshallnz
Thanks to fiveisalive git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35577 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-12-06[WIN32] fixed: lower image loading priority to help scrolling speedCrystalPT
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35576 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-12-02disabling incomplete features of web interfacemalard
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35575 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
2010-12-02fixed: reverse head check statement in webservermalard
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@35574 568bbfeb-2a22-0410-94d2-cc84cf5bfa90