Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-30 | jni: consmetic refactor to consistent appearance | davilla | |
2013-06-29 | keymap: fix sixaxis gamepad keymapping | Joakim Plate | |
Values below starting at 256 are reserved for KEY_BUTTON_*, use some other unused key id for the GUIDE button. This button is only virtual since it's mapped from a CEC event | |||
2013-06-29 | [cosmetic] suppresses gcc parenthesis warning. Thx @vdrfan | Voyager1 | |
2013-06-29 | [fix] check active window before delegating player action handling - fixes ↵ | Voyager1 | |
problem introduced in 8768ec8a7260b7dd46c28e601a398d493808edeb | |||
2013-06-27 | Fix memory leak and a failed ASSERT under win32 Debug build. A string was ↵ | Garrett Brown | |
being double-strdup'ed, causing delete[] to fail when deleting the copy from the different heap instead of the local one. Tracking down the assert to dbgheap.c gives the following message: > a bad pointer has been passed in. It may be totally bogus, or it may have been allocated from another heap. The pointer MUST come from the 'local' heap. | |||
2013-06-27 | Merge pull request #2910 from popcornmix/fix_volume_fix | popcornmix | |
[rbp/omxplayer] Fix build error from #2909 | |||
2013-06-27 | [rbp/omxplayer] Fix build error from #2909 | popcornmix | |
(sorry should have spotted this) | |||
2013-06-27 | Merge pull request #2909 from sgebbie/master | popcornmix | |
[rbp/omxplayer] Volume Jump Fix | |||
2013-06-27 | Improve resilience of volume change. | Stewart Gebbie | |
Building on the previous fix for the audio volume jumps experienced when switching tracks, this adds a double check that the underlying audio layer has actually set the volume to the new value. This may fail because the COMXAudio object it not yet initialised. If there is a failure, then the volume change is retried in the next iteration of COMXPlayer::Process(). | |||
2013-06-26 | Merge pull request #2906 from arnova/music_db_fixes | arnova | |
Music info/db (regression) fixes | |||
2013-06-25 | Merge pull request #2903 from davilla/change-rss-urls | jmarshallnz | |
fixed, update of rss feed URLS | |||
2013-06-25 | Don't clobber path history when running a search | Garrett Brown | |
2013-06-25 | fixed: Locally found music album art was not stored in the db ((partially?) ↵ | arnova | |
fixes #14345) | |||
2013-06-25 | fixed: artist was being added as genre to music album table | arnova | |
2013-06-25 | fixed: Formatting (cosmetics) | arnova | |
2013-06-25 | fixed: SQL query was wrong | arnova | |
2013-06-25 | changed: Make more obvious we're passing a CFileItem | arnova | |
2013-06-25 | fixed, update of rss feed URLS | davilla | |
2013-06-24 | Merge pull request #2908 from popcornmix/update_pts_resync | huceke | |
[rbp/omxplayer] Update pts on resync message | |||
2013-06-24 | [WIN32] fixed: guess void is meant here. | wsoltys | |
2013-06-24 | fixed: Music album info gets stuck on failure (fixes #14435) | arnova | |
2013-06-24 | changed: It's nicer to close the music db on failure | arnova | |
2013-06-24 | Merge pull request #2907 from fritsch/ae-remove-warning | Memphiz | |
AE: OSS is nearly not used on most platforms - remove error in log | |||
2013-06-24 | [rbp/omxplayer] Update pts on resync message | popcornmix | |
This was remove in #2853 and is still required for avi streams with all frames having pts=DVD_NOPTS_VALUE | |||
2013-06-24 | AE: OSS is nearly not used on most platforms - don't make vdrfan afraid | fritsch | |
2013-06-23 | fixed: Crash when scanning music without any scraper set | arnova | |
2013-06-22 | fixed, do not expand the EXEEXT env var | davilla | |
2013-06-22 | [lang] add langinfo.xml files for new languages in master | alanwww1 | |
2013-06-21 | [lang] update of skin.confluence language files | alanwww1 | |
2013-06-21 | [lang] update of core language files | alanwww1 | |
2013-06-21 | [lang] update of internal addon language files | alanwww1 | |
2013-06-20 | changed, add XBMCROOT env var so we know where <xbmc root> is via an ↵ | davilla | |
absolute path | |||
2013-06-20 | add xbmc-addon-bindings to depends | davilla | |
2013-06-19 | Merge pull request #2897 from ronie/confluence-cosmetics | ronie | |
[Confluence] Cosmetics: ditch duplicate brackets | |||
2013-06-20 | [Confluence] Cosmetics: ditch duplicate brackets | ronie | |
2013-06-19 | Merge pull request #2891 from amet/fix_mavericks | Memphiz | |
[osx] fix app start on 10.9 | |||
2013-06-19 | [osx] fix app start on 10.9 | amet | |
2013-06-18 | Merge pull request #2888 from popcornmix/version_overflow | popcornmix | |
[rbp] Avoid overflow in version string | |||
2013-06-18 | [rbp] Avoid overflow in version string | popcornmix | |
gedit complains about invalid characters when opening xbmc.log file produced by pi Since the change from perforce revision number to git hash, the version string has increased in size. Fortunately we don't overrun the "response" buffer. Unfortunately when buffer doesn't fit, it is not null terminated, so logging message pulls in garbage. Version string looks like: Jun 17 2013 20:49:11 Copyright (c) 2012 Broadcom version d380dde43fe729f043befb5cf775f99e54586cde (clean) (release) So, 80 characters is not enough (it is about 115 plus newlines). 160 seems more than enough, but truncate the string just in case. | |||
2013-06-17 | gui: list settings didn't display indentation properly | Joakim Plate | |
2013-06-17 | [ffmpeg] - backport fix for crashing when using vaapi (found on libav ↵ | Memphiz | |
mailing list) - this was signed off by elupus | |||
2013-06-17 | Revert "ffmpeg: add patch file for vaapi fix" | Memphiz | |
This reverts commit 4f47cfc9726c46ee69c72bdc4a28c15f1caea342. | |||
2013-06-17 | Revert "vaapi: don't unmap non-existing buffer" | Memphiz | |
This reverts commit c1597430e6d2dfd6b644be0345e0df9e0fe44336. | |||
2013-06-17 | Revert "ffmpeg: fixup compile error in patch" | Memphiz | |
This reverts commit fcbc5e9a2a320c0b3bb6d6555143e863f1db3158. | |||
2013-06-17 | [mingw] added pkg-config to fix configure finding not all available libs | wsoltys | |
2013-06-17 | [FreeBSD] ping use -t for timeout like OSX | Fneufneu | |
2013-06-16 | Merge pull request #2887 from t4-ravenbird/ios-ping | Memphiz | |
[fix][ios] ping ; timeout option not supported | |||
2013-06-16 | [fix][ios] ping ; timeout option not supported | t4.ravenbird | |
2013-06-15 | Merge pull request #2855 from Voyager1/skip-chapters-withoutplaylist | Voyager1 | |
Re-enable skip previous/next as chapter jumps, when outside of playlist context | |||
2013-06-15 | Move player action handling out of GUIDialogVideoOSD and GUIWindowFullScreen ↵ | Voyager1 | |
into Application |