aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-21Merge remote-tracking branch 'origin/master' into Eden11.0-Eden-r2theuni
2012-03-22a folder isn't a keymapJonathan Marshall
2012-03-21Merge pull request #794 from cptspiff/keymapfixesjmarshallnz
Keymapfixes
2012-03-21Merge pull request #793 from jimfcarroll/fix-12580jimfcarroll
Yet Another Deadlock fix. closes 12580
2012-03-21cosmeticsspiff
2012-03-21fixed: specify mask correctly instead of playing silly gamesspiff
2012-03-21fixed: load HID keymaps in proper priority orderspiff
2012-03-21release: sync tmdb that was missed. fixes #12713theuni
2012-03-21fixed: make sure we find the correct cell when we search for the requested timeelupus
cells in a pgc doesn't need to have continous sectors
2012-03-21changed: get rid of the cache map in button translatorspiff
it prevents writing working code
2012-03-21Merge pull request #714 from abrasive/masterJoakim Plate
fix : DVD seeking is broken on some discs (libdvdnav) This closes #12369
2012-03-21fixed: correct the usage of .Equals()spiff
.Equals() returns true/false, not the number of differing chars like strcmp
2012-03-21Yet Another Deadlock fix. closes 12580Jim Carroll
2012-03-21Merge remote-tracking branch 'origin/master' into Eden11.0-Edentheuni
Merging for submodule update
2012-03-21release: bump skin.touchedtheuni
2012-03-21release: bump version strings for final releasetheuni
2012-03-20Merge branch 'master' into Edentheuni
2012-03-20release: sync wunderground with addons repotheuni
2012-03-20release: sync tmdb from addons repotheuni
2012-03-21ensure we reset the search timer before firing the search updateJonathan Marshall
2012-03-20updated: Romanian translations for core, Confluence and internal addons. ↵alanwww1
Picked from PR 782, thanks to Danny3
2012-03-20Merge pull request #790 from jimfcarroll/fix-12581jmarshallnz
handling deadlock around using the dialog progress from python.
2012-03-20handling deadlock around using the dialog progress from python. fixes 10303, ↵Jim Carroll
fixes 12274, fixes 12581.
2012-03-19Merge pull request #777 from jmarshallnz/audio_l16_mimetypejmarshallnz
Merged support for audio/L16 mimetype from andrewfg PR 251
2012-03-19Merge pull request #779 from CrystalP/fix-dxvaprocCrystalP
[WIN] fix a couple dxva processor issues
2012-03-19[WIN] log the special auto deinterlacing mode handlingCrystalP
Done in Open() to avoid spamming the log, as would happen in Render().
2012-03-19[WIN] fix dropped frames for Ion with auto deinterlacingCrystalP
Some GPUs drop some progressive frames with a deinterlacing processor. For those GPUs (or when an advanced setting is activated), change the Auto mode to always use the prog. processor for progressive frames and deint. proc for interlaced frames. This comes at the expense of the switch speed between prog. and int. as the processor must be recreated for each switch and there is no guarantee about processor destruction/creation speed.
2012-03-19[WIN] open the correct dxva processor with deinterlace mode autoCrystalP
instead of opening the wrong one and switching later.
2012-03-19fix invalid type "movie" being announced for a new tvshow (fixes #12817)montellese
2012-03-19bookmarks of items in the video library weren't being stored or retrieved ↵Jonathan Marshall
correctly
2012-03-19Merged support for audio/L16 mimetype from andrewfg PR 251Sylvain Rebaud
2012-03-19add Endian_SwapBE16/32/64Jonathan Marshall
2012-03-18Merge pull request #770 from CrystalP/fix-joycrashCrystalP
[WIN] fix joystick connect/disconnect issues.
2012-03-18[WIN] react to joystick connect/disconnect (fixes #12653 and #11220) + refactorCrystalP
Fixes access violation soon after unplugging a controller as XBMC and SDL were not aware of the removal.
2012-03-17Merge pull request #756 from mad-max/dvd_backgroundJezz
added option to set background for "playback CD/DVD" - fixes #12783
2012-03-17[osx/ios] fixes #12808, memleak with tiny cleanup, thxs shodavilla
2012-03-18fixed: do the libpng version check in only one placebobo1on1
2012-03-18Commit cleaned libpng 1.5 support.Damien Thébault
2012-03-18Revert "added: support building cximage with libpng 1.5."bobo1on1
This reverts commit 29f93361a12e5de882f4fb88754914b1d6e3862c.
2012-03-18Revert "fixed: check libpng version only once"bobo1on1
This reverts commit 4906ff609c7b2da24bd70d88b8cff5104f7f13cf.
2012-03-18Revert "fixed: compiler warning"bobo1on1
This reverts commit 10ecf8d6020e44321fb96cd0f9ca0c6f1651b5c4.
2012-03-18Revert "removed: unneeded check"bobo1on1
This reverts commit fa91ae6c4f9acdc76fe9447bb9763666ea3b99a5.
2012-03-18Revert "oops"bobo1on1
This reverts commit 95e613d1c5ae5dd0d30ae3ecb88767cbc3db2ff5.
2012-03-17oopsbobo1on1
2012-03-17removed: unneeded checkbobo1on1
2012-03-17fixed: compiler warningbobo1on1
2012-03-17fixed: check libpng version only oncebobo1on1
2012-03-17added: support building cximage with libpng 1.5.spiff
thanks to zenkibou / whoever is the original downstream (gentoo) dev. closes ticket #12001
2012-03-17fixed: do not append the hosts ip address to our upnp server name (the ↵vdrfan
friendly name already takes care of it)
2012-03-17python should not add or remove guicontrols without going through the app ↵Jonathan Marshall
messenger. fixes #12791