aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-01-27Bump version to final Frodo 12.012.0-FrodoMartijn Kaijser
2013-01-27[addons] sync scrapers to repoMartijn Kaijser
2013-01-25Change default musicvideo scraper from the broken last.fm to theaudiodb.com. ↵Martijn Kaijser
In case last.fm was still in use replace it with theaudiodb.com
2013-01-25Add theaudiodb.com musicvideo scraperMartijn Kaijser
2013-01-25Remove broken last.FM musicvideo scraperMartijn Kaijser
2013-01-25[addons] sync WU with repo versionMartijn Kaijser
2013-01-25[addons] sync addons with repoMartijn Kaijser
2013-01-25DVDAudioCodecFFmpeg: Convert unknown audio formats to float.Alexis Ballier
As of FFmpeg-1.1, some decoders started to output planar audio. This fixes track ticket 13944.
2013-01-25added DefaultImage for pvr clientsphil65
2013-01-25In threads spawned within python the PyContext was never used. In those ↵Jim Carroll
cases the releasing/acquiring of the Gil was simply skipped. Therefore scripts that looped over 'sleep' from a python created thread (a typical pattern in python services) would block all other python threads forever.
2013-01-25[osx] - fix - add Dreamweaver to the list of obscuring windows (now ↵Memphiz
Dreamweaver devs - please tell me why the hell you are using a transparent fullscreen window?)
2013-01-25[Touched] update Touched to latest revMartijn Kaijser
2013-01-23.mpc file tags (apev2) weren't read correctly. fixes #13985Jonathan Marshall
2013-01-23export of .nfo files to folders that were not writable for whatever reason ↵Jonathan Marshall
meant that the next movie got 2 (or more) <movie> sections in it's .nfo file, causing incorrect later imports.
2013-01-23[rbp] Don't consider half-SBS/TB 3D modes to have double the frameratepopcornmix
2013-01-23fixed, allow SotfAE commanded suspend/resume for all but restrict auto ↵S. Davilla
suspend/resume to windows
2013-01-22FIX: non-rpi egl fails to compileChris "koying" Browet
2013-01-22upnp: url encode filename of served resourcesAlasdair Campbell
2013-01-22[cec] fixed - only send an active source message when receiving OnPlay. this ↵Lars Op den Kamp
may lead to delayed audio output on some AVR devices
2013-01-22[rbp] removed useless file from 1f8d72560c2e1fb3705462ba151b83723c170e3dgimli
2013-01-22[rbp] Fix non-square pixel display apect ratio and 3D TAB modes correctlypopcornmix
2013-01-22Fix for incorrectly using clamped resolution when looking for framerate matchpopcornmix
2013-01-22Revert "[AE/CA] - implement streamsilence flag (releases powermanagement ↵S. Davilla
assertion which is hold since lion even when holding a shared audio device open)" This reverts commit 2add0c6de47ca97a8137ea299a1d69ae4001e8c7.
2013-01-22fix typo from 66e5d70a (#elsif -> #elif)montellese
2013-01-19[aml] fixed mute and volume controlS. Davilla
2013-01-19[osx] - on resume don't toggle windowed/fullscreen - this leads to moving ↵Memphiz
XBMC to screen1 on dual screen setups and isn't needed on osx at all
2013-01-19[pvr] bump add-ons to ↵Lars Op den Kamp
https://github.com/opdenkamp/xbmc-pvr-addons/commit/96774c4f775b156a46fb58151379dece3e773c96
2013-01-19[dns] - check parameters for validity - fixes #13975 - credits to flaterichdMemphiz
2013-01-18[vda] revert back to intel greenline which is better than goofy framedrops ↵davilla
for all
2013-01-18VampireAE fixes, mmm'kayS. Davilla
2013-01-18fix: remove deprecated coderonie
2013-01-18fix: remove invalid includesronie
2013-01-18[AE/CA] - implement streamsilence flag (releases powermanagement assertion ↵Memphiz
which is hold since lion even when holding a shared audio device open)
2013-01-18[osx] - stop hammering the noidlesleep assertion - we only need to hold it once.Memphiz
2013-01-18Use key name not id in the Nyxboard mapping for F4John Rennie
2013-01-18Move the Nyxboard sleep key mapping to the main keymapJohn Rennie
2013-01-18Add support for sleep key in LinuxJohn Rennie
2013-01-18Add key mapping for the power buttonJohn Rennie
2013-01-18Send mute commands to players not using AEpopcornmix
2013-01-18Apply volume control at audio_mixer when possiblepopcornmix
2013-01-18Fix for audio out of sync part 2popcornmix
2013-01-18check if hogPid was set before resetting itamet
2013-01-18[osx] - fix volume mediakeys now control xbmc volume (fixes volume buttons ↵Memphiz
on nyxboard and hw volume buttons on macs/osx)
2013-01-18[osx] - hotkeycontroller - keyup and keydown were invertedMemphiz
2013-01-18[fix] correctly handle service addon rollback processamet
2013-01-18remove duplicate code in "CAddonDatabase::DisableAddon()"amet
2013-01-18[fix] stop service addon before attempting to uninstall/delete itamet
2013-01-18[fix] only start service addon if there is no other instance runningamet
2013-01-18[CoreAudioAE] Fix CFString copy function in ↵Tobias Hieta
CCoreAudioHardware::GetOutputDeviceName Using UTF8 encoding might fail and return NULL. Instead we pass CFStringGetSystemEncoding().
2013-01-18[cec] physical address override was hidden on the pi. made it visible againLars Op den Kamp