Age | Commit 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-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") | |||
2012-08-20 | [peripherals/udev] fixed fd < 0 means error | gimli | |
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-20 | musicdb: fix total count in GetArtistsByWhere | montellese | |
2012-08-20 | use more intuitive version of CXBMCTinyXML::LoadFile in CScraperParser::Load() | Jonathan Marshall | |
2012-08-20 | Ensure 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-20 | don'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-19 | Merge pull request #1305 from classicspam/Branch_FixVizDVDPlayer | Memphiz | |
Bugfix Visualizations DVDPlayer | |||
2012-08-19 | Fix for visualization stopping on change of track when playing with DVDPlayer. | classicspam | |
2012-08-18 | Merge pull request #1303 from mikkle/fix-pr1294 | wsoltys | |
fix Linux build after 6c806122d19bf7b2dfcb41c6aefbf64fe5767ef5 | |||
2012-08-18 | fix Linux build after 6c806122d19bf7b2dfcb41c6aefbf64fe5767ef5 | mikkle | |
2012-08-18 | Merge pull request #1294 from wsoltys/removefatalerrorhandler | wsoltys | |
removed the fatalerrorhandler and exit gracefully | |||
2012-08-18 | Merge pull request #1299 from otzy007/dns | arnova | |
[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 - muuuh | Memphiz | |
2012-08-17 | [win32] Fix incorrect debug output on non-ASCII system | Karlson2k | |
2012-08-17 | get all the nameservers not only the first one | Andrei G | |
2012-08-17 | fixed: enable lowfps mode for minimized windows in X11 | spiff | |
if not, render loop spins at full throttle since vsync is skipped. thanks to davilla for hints | |||
2012-08-17 | Merge pull request #1297 from huceke/master | huceke | |
[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 fails | Memphiz | |
2012-08-16 | Merge pull request #1166 from Voyager-xbmc/fix-dvdplayer-streamids | Joakim Plate | |
Disable OpenDefaultStreams in case of CDVDInputStreamNavigator The navigator will dictate when streams are to be open, during playback. | |||
2012-08-16 | Bypass 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 correct | WiSo | |
2012-08-15 | removed the fatalerrorhandler and exit gracefully | WiSo | |
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 detection | Cory Fields | |
Should fix high cpu usage and crashes in certain system dialogs. | |||
2012-08-15 | Revert "[droid] fix crash in network properties" | Cory Fields | |
This reverts commit 398710e770993ed993b1932818e03ee2db6035df. | |||
2012-08-15 | Merge pull request #1292 from Memphiz/dvdplayeraudiocallback | Memphiz | |
fix viz with dvdplayer - add audiocallbacks... |