aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-03-17CoreAE: fix invalid logging about mixing matrixJoakim Plate
2013-03-17Merge pull request #2455 from ulion/fix_ios_startup_crash_on_popenulion
[IOS] Fix popen crash during xbmc starting up, it may not work on ios
2013-03-17[IOS] Fix popen crash during xbmc starting up, it not work ios and may crash.ulion
2013-03-17[ASF Tag] Fix parsing of the artist tag. More precisely: fall back to the ↵ace20022
built in artist method if there's no "author" field in the tag.
2013-03-17[ASF Tag] Fix parsing of the year tag, it's stored as string.ace20022
2013-03-16Merge pull request #2393 from ace20022/ae_checkArne Morten Kvarving
[AE] Cleanup things found by Cppcheck
2013-03-16Merge pull request #1784 from ScudLee/audiochannelsfixArne Morten Kvarving
[Fix] Add missing audiochannels rule to PlayerSelectionRule.cpp
2013-03-16Merge pull request #2415 from ace20022/undertakerArne Morten Kvarving
Bury dead code
2013-03-17fix: add missing include after reshuffle commit ↵Martijn Kaijser
16f276be317fa74efba6e5ddf16ec3f9bfba4b26
2013-03-16Merge pull request #2452 from cptspiff/various_small_fixesArne Morten Kvarving
Various small fixes
2013-03-16changed: remove unnecessary includesspiff
2013-03-16changed: split off window id's to separate filespiff
Key.h rebuilds from 291 to 129 (232 for new file) => 60 spurious rebuilds killed
2013-03-16changed: split off IPlayer callback to a separate filespiff
helps keep rebuilds down if IPlayer.h is touched. brings it down from 149 files rebuilt to 30 (149 for new file). thus no spurious rebuilds was found but callback should change less
2013-03-16fixed: initialize in declaration orderspiff
2013-03-16changed: explicitly cast to int to quell compiler warningspiff
2013-03-16changed: remove unused variablesspiff
quells compiler warnings
2013-03-16fixed: add virtual destructorspiff
class has virtual methods
2013-03-16changed: avoid use of unnecessary typesspiff
avoids including the file where these are defined, which in turn helps reduce spurious rebuilds.
2013-03-16Merge pull request #2449 from FernetMenta/codecinfoRainer Hochecker
line break in video codec info
2013-03-16[fix] Update the groovy library to the lastest 1.x version to fix the ↵Jim Carroll
"non-latin characters in the path" issue. Closes #13517
2013-03-16fixed: Cosmeticsarnova
2013-03-16skin.confluence: adjust row label 2 in VideoFullScreen to line break in ↵xbmc
codec info
2013-03-16dvdplayer: put line break into video codec info because it gets too longxbmc
2013-03-16Merge pull request #2446 from FernetMenta/hasaudioRainer Hochecker
dvdplayer: align HasAudio with HasVideo
2013-03-16dvdplayer: align HasAudio with HasVideoxbmc
2013-03-15Merge pull request #2417 from ulion/fix_empty_video_title_in_announceSascha Montellese
Fix empty video title in announce
2013-03-15Merge pull request #2420 from Montellese/rssmanager_locksSascha Montellese
fix possible access violation in CRssManager::Clear() during shutdown
2013-03-15depends: grr, revert accidental commit that breaks android buildCory Fields
2013-03-15Merge pull request #2441 from ↵ulion
ulion/fix_libffi_function_align_link_warning_on_ios Fix libffi link warnings 'ARM function not 4-byte aligned' when build for iOS
2013-03-15Fix libffi link warnings 'ARM function not 4-byte aligned' when build for ios.ulion
2013-03-14Merge pull request #2440 from theuni/feedburnerCory Fields
rss: fix xbmc.org feed
2013-03-14rss: fix xbmc.org feedCory Fields
http://feeds.xbmc.org has been created so that we can prevent this in the future. It is now a CNAME using the "MyBrand" feature at feedburner, which is up and running again after the latest news entry. With this set, we change we can modify the feed at any time in the future.
2013-03-14depends: python: fix urllib on ios for realCory Fields
2013-03-15[osx/ios/atv2] - sync xcode projects to include Buffer.hulion
2013-03-14[airtunes] - add volume contro for airtunes using libshairport (same like we ↵Memphiz
already do on windows using libshairplay)
2013-03-14[depends/libshairport] - add volume control and AudioOutput struct versioningMemphiz
2013-03-14fix copy-constructor of Buffer, which fixes xbmcvfs.read() (fixes #14183)montellese
2013-03-14[AEChannelInfo][*REVIEW*] What's the purpose of this assert?ace20022
2013-03-14depends: python: fix urllib on darwintheuni
2013-03-13depends: fix pil include path, it's not guarded from system libzipCory Fields
2013-03-13depends: use distribute rather than setuptools. Thanks ulionCory Fields
2013-03-13depends: add PIL dependency, but don't build by default yetCory Fields
2013-03-13depends: add PIL dependencyCory Fields
2013-03-13depends: add distutilscross for building host python modulesCory Fields
2013-03-13depends: add setuptools for build-side pythonCory Fields
2013-03-13depends: Prepend -target to staging to avoid clashes with old depstheuni
Also, fix a few missed ARCHS -> CURRENT_ARCH
2013-03-13depends: fix typo, don't create tool_dirCory Fields
2013-03-13[osx/ios] - fix build with old darwin-depends by exporting YASM via ↵Memphiz
config.site (should fix billy for osx)
2013-03-13Merge pull request #2433 from tru/zeroconf_memleakMemphiz
[OSX] Fix minor memory leak in ZeroconfOSX.cpp
2013-03-13depends: fixup paths after f32039928Cory Fields