aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-01-01droid: fixed, check for ALL enabled codecsdavilla
2014-01-01droid: fixed crash, check for configure exceptions and bail if we throwdavilla
2014-01-01videolibrary: fix season flattening logic after ↵montellese
e3d6b047db849af39641105af96a86e24e73a9f0
2014-01-01Merge pull request #3933 from MartijnKaijser/a12Martijn Kaijser
[release] version bump to 13.0 alpha12
2013-12-31droid: fix buildGotham_alpha11S. Davilla
2013-12-31droid, disable amcodecS. Davilla
2013-12-31droid: do not try to diddle permissions if we are not an aml deviceS. Davilla
2013-12-31revert most of cde2285ronie
2013-12-31Merge pull request #3913 from FernetMenta/aefixesRainer Hochecker
dvdpalyer audio: fix delivering the packet in wrong format
2013-12-31[Confluence] Cosmeticsronie
2013-12-30droid: fixed, only convert to h264-annex-b if we are h264-avcCdavilla
2013-12-30[fix] when setting the 'cast' or 'castandrole' on a ListItem, the setting ↵Jim Carroll
never made it to the InfoTag. Now it does.
2013-12-30[fix] the ability for ListItem.setInfo to take a number with a decimal point.Jim Carroll
2013-12-30[release] version bump to 13.0 alpha12Martijn Kaijser
2013-12-30Merge pull request #3921 from ace20022/clean_perijmarshallnz
[Peripherals] Clean up/Fix things found by Cppcheck
2013-12-30Merge pull request #3909 from xhaggi/epg-info-onselectSascha Woo
[pvr] refactor advanced setting showepginfoonselect to setting
2013-12-30[osx][PeripheralBusUSB] Fix Iterator 'it' used after element has been erased.ace20022
2013-12-30[Peripherals] Prefer prefix ++/-- operators for non-primitive types.ace20022
2013-12-30Merge pull request #3916 from Karlson2k/fix_update_win32_tinyxmlwsoltys
[win32] Update tinyxml and use "new" package format
2013-12-30Merge pull request #3927 from Karlson2k/fix_update_mysqlclientwsoltys
[win32] Update mysql package, use "new" package type
2013-12-30Merge pull request #3928 from Karlson2k/fix_update_sqlitewsoltys
[win32] Update sqlite to new bugfix version from same branch
2013-12-30Merge pull request #3195 from afedchin/win_vsync_defwsoltys
[win] Fix default value of vertical sync setting from disable to always.
2013-12-30[pvr] re-order epg context menu (move switch channel to top)xhaggi
2013-12-29droid: enabled amcodec, merry christmas from pivosdavilla
2013-12-29fixed, arm alignemnet of am_sysinfo member under ICSdavilla
2013-12-29pivos: refactor CAMLCodec to work with Android 4.0, 4.1 and 4.2+davilla
2013-12-30CGUIDialogBoxBase: avoid duplicate codemontellese
2013-12-30[textlayout] ensure we reset the last used text when resetting the ↵Jonathan Marshall
textlayout. Fixes missing text on second use of the same yes/no, ok dialog
2013-12-29[win32] Update sqlite to new bugfix version from same branchKarlson2k
Compile by MSVC using same settings as other XBMC dlls Include .pdb file
2013-12-29[win32] Update mysql package, use "new" package typeKarlson2k
* build with same settings as all XBMC static libs * add .PDB files to fix linker warnings
2013-12-29[fix] ListItem.setInfo (or actually anything that takes a string via python) ↵Jim Carroll
can now handle None.
2013-12-29Revert "[win32] Update sqlite to new bugfix version from same branch"wsoltys
This reverts commit f9863978997b2fb509f64bb1c26fa1a2f33919a9.
2013-12-29Merge pull request #3797 from FernetMenta/hdmiaudioPeter Frühberger
ActiveAE: suspend hdmi audio during change of refresh rate
2013-12-29Merge pull request #3918 from Karlson2k/fix_update_sqlitewsoltys
[win32] Update sqlite package to new bugfix version from same branch
2013-12-29ActiveAE: suspend hdmi audio during change of refresh rateRainer Hochecker
2013-12-28droid: changed, make sure we start with clean dirs before packaging to avoid ↵S. Davilla
including stale items
2013-12-28droid: fixed, do not fail removing files that might not existS. Davilla
2013-12-29[win32] Update sqlite to new bugfix version from same branchKarlson2k
Compile by MSVC using same settings as other XBMC dlls Include .pdb file
2013-12-29[musicdb] fix incorrect query for song by artist/album/title. fixes #14775Jonathan Marshall
2013-12-28videodb: fix SQL query in GetMatchingMusicVideomontellese
2013-12-28Merge pull request #3905 from jmarshallnz/music_triggersjmarshallnz
[musicdb] combine triggers so we have a single trigger per table - mysql requirement
2013-12-29[musicdb] use a temporary table for the updating of strJoinPhrase in ↵Jonathan Marshall
song_artist and album_artist, as mysql can't handle (potentially) circular updates
2013-12-28Merge pull request #3917 from koying/fixdroidcpuloadChris Browet
FIX: [droid] cpu load info with vanilla ndk
2013-12-28Merge pull request #3911 from koying/fixdroidusbstorageChris Browet
FIX: [droid] handle usb storage
2013-12-28FIX: [droid] cpu load info with vanilla ndkChris "Koying" Browet
2013-12-28[win32] Use "new" package format for tinyxmlKarlson2k
2013-12-28[pvr] refactor advanced setting showepginfoonselect to settingxhaggi
This removes the advanced setting showepginfoonselect and adds it to settings, so users can change it within the gui. In addition, the setting is extended and you can now select the following values: * Show context menu * Switch to channel * Show information * Record
2013-12-28dvdpalyer audio: fix delivering the packet in wrong formatRainer Hochecker
2013-12-28Merge pull request #3908 from fritsch/aefixesPeter Frühberger
ActiveAE: Fix Fixed Mode and some cosmetics
2013-12-28FIX: [droid] handle usb storageChris "Koying" Browet