Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-25 | Merge pull request #1182 from zewt/localizedstrings-to-utf8 | jmarshallnz | |
Fix the Windows build on Japanese systems. | |||
2012-08-25 | Merge pull request #1298 from Karlson2k/Log_ascii_fix | jmarshallnz | |
[win32] Fix incorrect debug output on non-ASCII system | |||
2012-08-25 | Merge pull request #1324 from Karlson2k/VS2012_compat | jmarshallnz | |
[win32] Make source code compatible with VS2012 | |||
2012-08-25 | fix two-labeled button with chopped text being constantly marked as dirty | pieh | |
don't need to know if overlapping was corrected just if labels render rectangles have changed since last frame | |||
2012-08-25 | fix "* 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] - whitespaces | Memphiz | |
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-25 | Merge pull request #1331 from frals/headless | Memphiz | |
[UnrarXLib] check validity of ui ptr before access | |||
2012-08-25 | Merge pull request #1332 from Voyager-xbmc/dvdplayer-fix-player-init-check | Memphiz | |
[dvdplayer] fix typo - check correct player init | |||
2012-08-25 | [dvdplayer] fix typo - check correct player init | Voyager-xbmc | |
2012-08-25 | [UnrarXLib] check validity of ui ptr before access | Nick Leppänen Larsson | |
Check that pExtract->GetDataIO().m_pDlgProgress is not invalid before accessing it. | |||
2012-08-25 | fixed: Cosmetics -> K = Kilo, M = Mega, b = bit, B = byte | arnova | |
2012-08-24 | Merge pull request #1327 from ktdreyer/desktop-file-syntax | Arne Morten Kvarving | |
fix xbmc.desktop file syntax | |||
2012-08-24 | fix xbmc.desktop file syntax | Ken Dreyer | |
"OnlyShowIn" values must have a semicolon as a trailing character, and correct the spelling of "Exec" | |||
2012-08-24 | fixed, g_renderManager.Configure in CAMLPlayer needs another param | davilla | |
2012-08-24 | Fixed: Ticket #11882 - Can't get subtitle overlay because m_pCurrent not ↵ | taxigps | |
initialized. | |||
2012-08-23 | changed: Mark those const (cosmetics) | arnova | |
2012-08-23 | fixed: 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-23 | Merge pull request #1325 from iroot/patch-2 | Damian Huckle | |
Update xbmc/windows/GUIWindowSystemInfo.cpp | |||
2012-08-23 | Update xbmc/windows/GUIWindowSystemInfo.cpp | iroot | |
2012-08-23 | [XBMCTinyXML] Add VS2012 tinyxml libs | Karlson2k | |
2012-08-23 | Make PartyModeManager.cpp and AddonDatabase.cpp compatible with STL from VS2012 | Karlson2k | |
2012-08-23 | Fixed: Ticket #13210 - Can't get image from some web site because don't ↵ | taxigps | |
return Content-Type by HEAD method. | |||
2012-08-22 | Merge pull request #1323 from Karlson2k/Fixes_XBMC_02 | jmarshallnz | |
[GUI] Small fixes | |||
2012-08-22 | [DVDPlayer] Use DXVA codecs defines from SDK on VS2012 | Karlson2k | |
2012-08-22 | [libRTV] Use "ntohll" function implementation from SDK on VS2012 | Karlson2k | |
2012-08-22 | [UnrarXLib] Disable incompatible with VS2012 useless def | Karlson2k | |
2012-08-22 | [guilib][win32] Prevent dereferencing of NULL pointer in GUIFontTTFDX.cpp | Karlson2k | |
2012-08-22 | [guilib] Incorrect check for return value in TextureManager | Karlson2k | |
2012-08-22 | [droid] fix single and double long press detection on devices sending touch ↵ | montellese | |
move events all the time | |||
2012-08-22 | Merge pull request #1321 from Karlson2k/Fix_Teletex_01 | Joakim Plate | |
Teletext: Fix wrong teletext constant for decrement flashing | |||
2012-08-22 | Merge pull request #1319 from Karlson2k/Fix_DVD_01 | Joakim Plate | |
DVDPlayer: Prevent using of uninitialized variable | |||
2012-08-22 | jsonrpc: fix invalid output of "type" in JSONRPC.Introspect | montellese | |
2012-08-22 | Merge pull request #1322 from Karlson2k/Fixes_Win32_02 | jmarshallnz | |
[win32] Some simple fixes | |||
2012-08-22 | Properly handle errors | Karlson2k | |
2012-08-22 | Prevent using of uninitialized variable | Karlson2k | |
2012-08-22 | Properly handle errors | Karlson2k | |
2012-08-22 | Fix incorrect GetWindowInfo calls | Karlson2k | |
2012-08-22 | Fix wrong teletext constant | Karlson2k | |
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-22 | Prevent using of uninitialized variable | Karlson2k | |
"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 event | montellese | |
2012-08-21 | [droid] fix unfocusing of focused item after a pan gesture (scrolling) | montellese | |
2012-08-20 | Merge pull request #1309 from huceke/peripherals | huceke | |
[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 master | Memphiz | |
2012-08-20 | [peripherals/udev] changed move get file descriptor to waitforupdate | gimli | |
2012-08-20 | Merge pull request #1311 from Karlson2k/CircularCache_fix_1 | wsoltys | |
[WIN32]Fix CircularCache::Open | |||
2012-08-20 | Fix CircularCache::Open | Karlson2k | |
CreateFileMapping returns "NULL" on error (not "INVALID_HANDLE_VALUE") |