aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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")
2012-08-20[peripherals/udev] fixed fd < 0 means errorgimli
2012-08-20[peripherals/udev] fixed do not close fd we got from udev and a race condition.gimli
StopThread doesn't wait. On fast machines we do not see the race, on slow machines it can be that the tread is still running while we already unref a object from udev.
2012-08-20[WIN32] fixed: event is a reserved keyword so change it to something else.WiSo
2012-08-20[WIN32] move USB and optical media detection to WM_DEVICECHANGE as it works ↵WiSo
without the explorer process (fixes #13259)
2012-08-20musicdb: fix total count in GetArtistsByWheremontellese
2012-08-20use more intuitive version of CXBMCTinyXML::LoadFile in CScraperParser::Load()Jonathan Marshall
2012-08-20Ensure we use the overridden version of LoadFile rather than the base class ↵Jonathan Marshall
- fixes issues of scrapers not loading properly on win32 systems with non-ANSI usernames
2012-08-20don't LoadFile in the constructor of CXBMCTinyXML. TiXmlDocument doesn't and ↵Jonathan Marshall
nor should we.
2012-08-19[cosmetics] - prefix pointer with "p"Memphiz
2012-08-19Merge pull request #1305 from classicspam/Branch_FixVizDVDPlayerMemphiz
Bugfix Visualizations DVDPlayer
2012-08-19Fix for visualization stopping on change of track when playing with DVDPlayer.classicspam
2012-08-18Merge pull request #1303 from mikkle/fix-pr1294wsoltys
fix Linux build after 6c806122d19bf7b2dfcb41c6aefbf64fe5767ef5
2012-08-18fix Linux build after 6c806122d19bf7b2dfcb41c6aefbf64fe5767ef5mikkle
2012-08-18Merge pull request #1294 from wsoltys/removefatalerrorhandlerwsoltys
removed the fatalerrorhandler and exit gracefully
2012-08-18Merge pull request #1299 from otzy007/dnsarnova
[LINUX] Get all the nameservers not only the first one
2012-08-18[linux/input] fixed only accept known hid device types in linux input layer ↵gimli
and one additional sanity check There was one case on a linux embeded device where an uncommon hid device started from time to time input events. To prevent us from uncontrolled unknown devices only accept input from kown device types. Discussed with davilla on IRC.
2012-08-18[osx] - fix "Shades" - app lets the xbmc framerate limiter kicking in - muuuhMemphiz
2012-08-17[win32] Fix incorrect debug output on non-ASCII systemKarlson2k
2012-08-17get all the nameservers not only the first oneAndrei G
2012-08-17fixed: enable lowfps mode for minimized windows in X11spiff
if not, render loop spins at full throttle since vsync is skipped. thanks to davilla for hints
2012-08-17Merge pull request #1297 from huceke/masterhuceke
[droid] fixed cpu usage got NaN when no cpu stats changed
2012-08-17[droid] fixed cpu usage got NaN when no cpu stats changed. display zero ↵gimli
instead NaN.
2012-08-16[nfs] - don't close invalid handles when openforoverwrite failsMemphiz
2012-08-16Merge pull request #1166 from Voyager-xbmc/fix-dvdplayer-streamidsJoakim Plate
Disable OpenDefaultStreams in case of CDVDInputStreamNavigator The navigator will dictate when streams are to be open, during playback.
2012-08-16Bypass OpenDefaultStreams when reading DVDs. This fixes an issue where ↵Voyager-xbmc
incorrect stream IDs were opened thru the demuxer instead of following what the DVDNavigator dictates.
2012-08-16[WIN32] fixed: special chars in DVD/CD names weren't correctWiSo
2012-08-15removed the fatalerrorhandler and exit gracefullyWiSo
2012-08-15[AE/CA] - on initialization of the audiograph set the initial volume (else ↵Memphiz
we would endup with 100% on reinit)
2012-08-15[droid] proper nameserver detectionCory Fields
Should fix high cpu usage and crashes in certain system dialogs.
2012-08-15Revert "[droid] fix crash in network properties"Cory Fields
This reverts commit 398710e770993ed993b1932818e03ee2db6035df.
2012-08-15Merge pull request #1292 from Memphiz/dvdplayeraudiocallbackMemphiz
fix viz with dvdplayer - add audiocallbacks...