index
:
slackcoder/xbmc
master
Kodi is an award-winning free and open source home theater media center software and entertainment hub for digital media
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2012-05-28
[gettext] converted and deleted strings.xml files for built-in addons
alanwww1
2012-05-28
[gettext] added addon data, summary, description, disclaimer to Confluence la...
alanwww1
2012-05-28
[ios] - fix retina support for iPad3 when not building with xcode4 and curren...
Memphiz
2012-05-28
[ios/atv2] - add helper for detecting ipad3, refactor a bit for reusing the s...
Memphiz
2012-05-28
Merge pull request #1019 from amet/PyList_Append_memleak
Zeljko Ametovic
2012-05-28
[ios] - deselect all controls when lifting the finger from touch screen
Memphiz
2012-05-28
[GUI] - add GUI_MSG_UNFOCUS_ALL for unfocusing all focus
Memphiz
2012-05-28
[ios] - focus control on doublefingersingletap gesture
Memphiz
2012-05-27
[fix] PyList_Append is known to memleak
amet
2012-05-27
Merge pull request #974 from anssih/fix/paplayer-zerobps
Anssi Hannula
2012-05-27
fix ios build
amet
2012-05-26
[osx/ios] kill useless assert and code style cleanup
davilla
2012-05-26
[ios] fixed c/p monster strkes again, plus cosmetics whitespace and indent-ma...
davilla
2012-05-26
Cleanup build-dep list in README.linux
Kyle Hill
2012-05-26
Fixed compilation error in XBDateTime.cpp
Kyle Hill
2012-05-26
[AE] Allow transcoding at 44100hz if specifically enabled in as.xml
Damian Huckle
2012-05-26
Merge pull request #1016 from fetzerch/bugfix-mysql-reconnect2
jmarshallnz
2012-05-27
CDateTime: fix invalid dates (1601-01-01) being handled as valid dates
montellese
2012-05-26
[AE] Give DirectSound the same love for graceful fallback to default device w...
Damian Huckle
2012-05-26
[AE] Add graceful fallback to alternate device for WASAPI when current device...
Damian Huckle
2012-05-26
[bluray] make sure we retain metadata on item when playing bluray
elupus
2012-05-26
[AE] switch pulseaudio to new API with support for passthrough
Joakim Plate
2012-05-26
Reconnect to MySql DB also on CR_SERVER_LOST error.
Christian Fetzer
2012-05-26
Merge pull request #988 from anssih/fix/AE-float-to-S24NE3
Anssi Hannula
2012-05-26
make sure to delete the videodb cache when switching watched mode (broken sin...
montellese
2012-05-26
[AE] Restore ReplayGain functionality, GUI settings and logging.
Damian Huckle
2012-05-26
missed change in 906878832065
Jonathan Marshall
2012-05-26
use PercentToGain to format up the volume sliders appropriately
Jonathan Marshall
2012-05-26
split CAEUtil::LinToLog() into PercentToGain/GainToScale and make the code cl...
Jonathan Marshall
2012-05-26
factor out OnCachingComplete from OnJobComplete - we shouldn't really be call...
Jonathan Marshall
2012-05-26
Increment texture use counts in a separate job to ensure it's done off-thread
Jonathan Marshall
2012-05-26
ensure we set at least some art for each scanned item, to ensure the backward...
Jonathan Marshall
2012-05-26
backward compatible retrieval of episode thumbs could fetch a folder.jpg for ...
Jonathan Marshall
2012-05-26
use a CVideoInfoTag reference to save writing the same thing over and over
Jonathan Marshall
2012-05-26
add index for incrementusecount to the texture database
Jonathan Marshall
2012-05-26
no need to run IncrementUseCount for just checking whether textures exist
Jonathan Marshall
2012-05-25
fixed: line endings
bobo1on1
2012-05-25
fixed: Broken directory cache
arnova
2012-05-25
JSON-RPC: return empty for fanart if it doesn't exist
Jonathan Marshall
2012-05-25
GetSingleValue was broken for where/order clauses due to idiocy
Jonathan Marshall
2012-05-25
the directory hasn't changed, just the archive name
Jonathan Marshall
2012-05-25
GetArtForItem() needs to use the second dataset as it's used within loops on ...
Jonathan Marshall
2012-05-25
adds dataset-specific version of GetSingleValue, allowing different datasets ...
Jonathan Marshall
2012-05-25
update tinyxml build dep fetches so we can grab a suitably built tinyxmlSTLd.lib
Jonathan Marshall
2012-05-25
switch VS2010 debug project to disable STL iterator checks so that debugging ...
Jonathan Marshall
2012-05-25
don't hit iterators during RunStreamStage unless we have to - win32's debug s...
Jonathan Marshall
2012-05-25
update CXBMCTinyXML::Test() to correctly verify hex and decimal XML entities
Jonathan Marshall
2012-05-25
support &#[0-9]{1-5}; in XML entities. fixes #13059
Jonathan Marshall
2012-05-25
[osx] README.osx location changed in Xcode project
amet
2012-05-24
fixed compiler warning spew under clang 'indirection of non-volatile null poi...
davilla
[next]