aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-23Merge pull request #2829 from alcoheca/shoddy_parentingJoakim Plate
Shoddy parenting
2013-07-23quell compiler warning if compiling without libva, vdpau or darwinspiff
2013-07-23use correct setting description for weather settingsM. Kaijser
2013-07-22paplayer: do not hijack main thread for pre-buffering streamsunknown
2013-07-22Merge pull request #2991 from night199uk/miscnight199uk
[fixes] Fix a couple of EXC_BAD_ACCESS memory access bugs on OSX that cause real instability
2013-07-22[fix] ffmpeg uses a 16-byte stride when scaling images, which can overrun ↵night199uk
the texture buffer which is only 2-byte aligned, causing a segfault on OSX/iOS
2013-07-21Merge pull request #2984 from whaupt/xbmc/ofc/masterTrent Nelson
[WebServer] Simplify file existence check
2013-07-21Merge pull request #2990 from t-nelson/no_using_in_headersTrent Nelson
No 'using' in headers
2013-07-21cosmetics for 67ab657t-nelson
2013-07-21Don't use 'using' directive in headers!t-nelson
2013-07-20[fix] string copy allocated in function params can be destroyed before ↵night199uk
access via *end pointer causing EXC_BAD_ACCESS
2013-07-19Merge pull request #2974 from night199uk/musicfixesnight199uk
[musicdb] Fixes for non-MusicBrainz albums
2013-07-19[musicdb] fix album and artist SQL queries for musicbrainznight199uk
2013-07-19[musicdb] fix some problems with non-musicbrainz albums in scanner, and tidy ↵night199uk
up some of the scanner overall.
2013-07-19[musicdb] fix album & artist lt operators, used for set/map (e.g. cache)night199uk
2013-07-19[WebServer] Simplify file existence checkWolfgang Haupt
2013-07-18[win32] fix v key not working anymore (thanks wsoltys)montellese
2013-07-18Revert "[lang] missing confluence home menu Dutch translations"Voyager1
This reverts commit ed2390f0823e6ec673884c72f0f93ff86adf285d.
2013-07-18[lang] missing confluence home menu Dutch translationsVoyager1
2013-07-17[win32] add files created when running BuildSetup.bat to .gitignoremontellese
2013-07-17fix c/p screwup in CONTRIBUTING.mdMartijn Kaijser
2013-07-17add CONTRIBUTING.md with some basic information regarding pull requestsMartijn Kaijser
2013-07-17Merge pull request #2982 from SpiritOffice/ShoutcastFileOpenFixArne Morten Kvarving
Fix for ignoring Protocol Options in CShoutcastFile::Open.
2013-07-17Fix for ignoring Protocol Options in CShoutcastFile::Open.SpiritOffice
(something like UserAgent, Referer, etc.)
2013-07-17[win32] fix library.xbmc.foo builds after ↵montellese
cc988c14d2c13cee4633b316065e4cf335328e99
2013-07-17[lang] update of skin.confluence language filesalanwww1
2013-07-17[lang] update of core language filesalanwww1
2013-07-17[lang] update of internal addon language filesalanwww1
2013-07-17[cddb] fix broken hello command should be as "cddb hello username hostnameVoyager1
clientname version"
2013-07-16fixed, compiler warningsdavilla
2013-07-16fixed, signed/unsigned compiler warningdavilla
2013-07-16Merge pull request #2964 from wsnipex/configureArne Morten Kvarving
[configure] don't use relative include paths in addon headers
2013-07-16[configure] install missing addon bindingswsnipex
2013-07-16[configure] don't use relative include paths in addon headerswsnipex
this breaks xbmc dev packages where all headers are installed in standard include paths
2013-07-15Merge pull request #2977 from smspillaz/fix-14501davilla
Include guilib/GraphicContext.h and don't assign NULL to int
2013-07-15Include guilib/GraphicContext.h and don't assign NULL to intSam Spilsbury
Fixes: #14501
2013-07-15Merge pull request #2975 from Fice/emptydavilla
Prefer empty() over size()
2013-07-15Prefer empty() over size()Fice
2013-07-15jsonrpc: ensure that "label" always contains at least the filename of a ↵montellese
playing item
2013-07-15jsonrpc: fix bad if condition in CFooLibrary::FillFileItemmontellese
2013-07-15Merge pull request #2951 from jmbreuer/upstream-diskuniqueidVoyager1
Generate stable DVD disk IDs by performing CSS first
2013-07-15Proper fix: Limit to file sizeJoachim Breuer
2013-07-14changed, audiotrack, add volume/drain locks, default volume to 1.0, remove ↵davilla
AE_FMT_S16NE handling
2013-07-14changed, include AE_FMT_S16NE as avaliable format on audiotrack sinkS. Davilla
2013-07-14fixed, add float to float convert with a copy so we do not have to check ↵S. Davilla
convertFn for null all over the place
2013-07-14Merge pull request #2968 from popcornmix/fix_max_typeshuceke
[rbp/omxplayer] Fix build error in types for max
2013-07-13[rbp/omxplayer] Fix build error in types for maxpopcornmix
It seems there is a compile error when STDINT_H_AVAILABLE is not defined. See: http://raspbmc.apt-get.eu/downloads/bin/xbmc/nightlies/xbmc-rbp-20130710.log
2013-07-13darwin: fix stray touchdavilla
2013-07-13droid: fixed largefile smb accessdavilla
2013-07-13Fix iso9660::ReadFile() to no longer read one sector past file sizeJoachim Breuer