aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-08-25Merge pull request #1182 from zewt/localizedstrings-to-utf8jmarshallnz
Fix the Windows build on Japanese systems.
2012-08-25Merge pull request #1298 from Karlson2k/Log_ascii_fixjmarshallnz
[win32] Fix incorrect debug output on non-ASCII system
2012-08-25Merge pull request #1324 from Karlson2k/VS2012_compatjmarshallnz
[win32] Make source code compatible with VS2012
2012-08-25fix two-labeled button with chopped text being constantly marked as dirtypieh
don't need to know if overlapping was corrected just if labels render rectangles have changed since last frame
2012-08-25fix "* All albums" etc and playing all songs from an artist or album (fixes ↵montellese
#13276)
2012-08-25[osx] - allow external players (reuse code from linux - works fine with vlc)Memphiz
2012-08-25[cosmetics] - whitespacesMemphiz
2012-08-25[osx] fixed, remove useless GL_UNPACK_ROW_LENGTH, CGLTexImageIOSurface2D ↵davilla
does not pay attention to it and it was being used incorrectly as the stride should be in pixles not bytes
2012-08-25[osx] fixed vda with strange strides, we need to make the texture pot then ↵davilla
use rowbyte/2 to upload correctly. note do not use GL_UNPACK_ROW_LENGTH here, it will not do what you think :)
2012-08-25Merge pull request #1331 from frals/headlessMemphiz
[UnrarXLib] check validity of ui ptr before access
2012-08-25Merge pull request #1332 from Voyager-xbmc/dvdplayer-fix-player-init-checkMemphiz
[dvdplayer] fix typo - check correct player init
2012-08-25[dvdplayer] fix typo - check correct player initVoyager-xbmc
2012-08-25[UnrarXLib] check validity of ui ptr before accessNick Leppänen Larsson
Check that pExtract->GetDataIO().m_pDlgProgress is not invalid before accessing it.
2012-08-25fixed: Cosmetics -> K = Kilo, M = Mega, b = bit, B = bytearnova
2012-08-24Merge pull request #1327 from ktdreyer/desktop-file-syntaxArne Morten Kvarving
fix xbmc.desktop file syntax
2012-08-24fix xbmc.desktop file syntaxKen Dreyer
"OnlyShowIn" values must have a semicolon as a trailing character, and correct the spelling of "Exec"
2012-08-24fixed, g_renderManager.Configure in CAMLPlayer needs another paramdavilla
2012-08-24Fixed: Ticket #11882 - Can't get subtitle overlay because m_pCurrent not ↵taxigps
initialized.
2012-08-23changed: Mark those const (cosmetics)arnova
2012-08-23fixed: No need to fetch the resume point in the thumbLoader as this is ↵arnova
already done in LoadVideoInfo. Should also fix the race in ticket #13118 (thanks jmarshall)
2012-08-23Merge pull request #1325 from iroot/patch-2Damian Huckle
Update xbmc/windows/GUIWindowSystemInfo.cpp
2012-08-23Update xbmc/windows/GUIWindowSystemInfo.cppiroot
2012-08-23[XBMCTinyXML] Add VS2012 tinyxml libsKarlson2k
2012-08-23Make PartyModeManager.cpp and AddonDatabase.cpp compatible with STL from VS2012Karlson2k
2012-08-23Fixed: Ticket #13210 - Can't get image from some web site because don't ↵taxigps
return Content-Type by HEAD method.
2012-08-22Merge pull request #1323 from Karlson2k/Fixes_XBMC_02jmarshallnz
[GUI] Small fixes
2012-08-22[DVDPlayer] Use DXVA codecs defines from SDK on VS2012Karlson2k
2012-08-22[libRTV] Use "ntohll" function implementation from SDK on VS2012Karlson2k
2012-08-22[UnrarXLib] Disable incompatible with VS2012 useless defKarlson2k
2012-08-22[guilib][win32] Prevent dereferencing of NULL pointer in GUIFontTTFDX.cppKarlson2k
2012-08-22[guilib] Incorrect check for return value in TextureManagerKarlson2k
2012-08-22[droid] fix single and double long press detection on devices sending touch ↵montellese
move events all the time
2012-08-22Merge pull request #1321 from Karlson2k/Fix_Teletex_01Joakim Plate
Teletext: Fix wrong teletext constant for decrement flashing
2012-08-22Merge pull request #1319 from Karlson2k/Fix_DVD_01Joakim Plate
DVDPlayer: Prevent using of uninitialized variable
2012-08-22jsonrpc: fix invalid output of "type" in JSONRPC.Introspectmontellese
2012-08-22Merge pull request #1322 from Karlson2k/Fixes_Win32_02jmarshallnz
[win32] Some simple fixes
2012-08-22Properly handle errorsKarlson2k
2012-08-22Prevent using of uninitialized variableKarlson2k
2012-08-22Properly handle errorsKarlson2k
2012-08-22Fix incorrect GetWindowInfo callsKarlson2k
2012-08-22Fix wrong teletext constantKarlson2k
See Teletext specification, for example http://www.etsi.org/deliver/etsi_i_ets/300700_300799/300706/01_40_57/ets_300706e01o.pdf page 93
2012-08-22Prevent using of uninitialized variableKarlson2k
"len" is used in memcpy when "m_holdmode" is "HOLDMODE_SKIP" and "m_lastevent" is "DVDNAV_BLOCK_OK"
2012-08-21[AE][WASAPI] fixes #1287 crash in WASAPI sink after changes made to unify ↵Damian Huckle
return values of GetCacheTime. Due to the event-driven mode of WASAPI used, where twin buffers are operated ping-pong style and upon notification of a buffer-free event an entire buffer must be written, the cache is always 50% or 100% full. This causes issues with water-levels in the players and streams. Two methods have been tested to track the gradient cache time: 1) use of the system timer to decrement the cached duration between 100% and just under 50% resetting it each time a new buffer is written, and 2) tracking the actual audio driver's buffer pointer using non-standard system calls. Neither solve the issue of water-levels > 50% and add significant overhead. Ultimately the returned value seems to have no impact on A/V sync and the correct buffering is achieved via AddPackets() and the buffer-empty events used in WASAPI. This makes this sink unique from the others including DirectSound where it is possible to adhere to the function definitions. This has been clearly commented in the code.
2012-08-22[droid] also unfocus a focused item on any XBMC_MOUSEBUTTONUP eventmontellese
2012-08-21[droid] fix unfocusing of focused item after a pan gesture (scrolling)montellese
2012-08-20Merge pull request #1309 from huceke/peripheralshuceke
[peripherals/udev] fixed do not close fd we got from udev and a race condition
2012-08-20[droid] - correct the git repo in the readme to point it to masterMemphiz
2012-08-20[peripherals/udev] changed move get file descriptor to waitforupdategimli
2012-08-20Merge pull request #1311 from Karlson2k/CircularCache_fix_1wsoltys
[WIN32]Fix CircularCache::Open
2012-08-20Fix CircularCache::OpenKarlson2k
CreateFileMapping returns "NULL" on error (not "INVALID_HANDLE_VALUE")