aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-11-13fix string for component logging videoRainer Hochecker
2014-11-13AESinkPULSE: Rebrand pulseaudio sink name to reflect kodiArne Morten Kvarving
2014-11-13DVDVideoCodecLibMpeg2: fix broken check for memory allocationKarlson2k
Thanks @fritsch and @Uukrull
2014-11-13AE: always request float from sink when in fixed mode, fixes unwanted ↵Rainer Hochecker
re-init of sink
2014-11-13Merge pull request #5692 from Memphiz/vtbdropfixMemphiz
[vtb] - fix - use the correct bit for signaling the hw decoder to drop a...
2014-11-13Merge pull request #5625 from anaconda/fix-5324-remotesMartijn Kaijser
[builtins] Invert default for showing dialogs after 5324 for remotes/add-ons.
2014-11-13Merge pull request #5688 from tamland/settings-actionidMartijn Kaijser
fix 'action' type addon settings not executed if id attribute is missing
2014-11-13Ukr and Rus language fixesRoman Miroshnychenko
- Added Ukrainian alphabetic and PC keyboard layouts - Fixed Ukrainian langinfo.xml - Fixed Russian langinfo.xml
2014-11-13videorefclock: use videosync DRM on AMD systemsRainer Hochecker
2014-11-13[pvr] bump addonsSam Stenvall
2014-11-13player: fix rewindxbmc
2014-11-13(Coverity) AudioEngine: Cosmetics and member initialization ActiveAEBufferfritsch
2014-11-13(Coverity) VideoCodecs: Remove unused method pts_itod()fritsch
2014-11-13(Coverity) iso9660: make sure to initialize m_paths to 0 as it's used by Reset()fritsch
2014-11-13(Coverity) Skin: properly initialize m_effectsSlowDownfritsch
2014-11-13(Coverity) DVDPlayerVideo: Remove assignment of bRequestDrop which is never readfritsch
2014-11-13Fix "Current fanart" not being shown in DialogVideoInfo.anaconda
I'm not sure why and I didn't investigate further, but a combination of early unpacking the fanart and accessing the CFileItemPtr in place of the CFileItem fixes the issue. (cherry picked from commit 7f1a748935cbd95f638ba03e4d819d3567d71068)
2014-11-13Merge pull request #5045 from Karlson2k/code_fixes_11Karlson2k
Code fixes
2014-11-13[builtins/jsonrpc] Invert default for showing dialogs after 5324.anaconda
This is to ensure backward compatibility with skins/add-ons (type="action"), add-ons directly calling built-in functions, third party applications using the JSON-RPC API and existing key mappings.
2014-11-12dvdplayer: vaapi, vdpau - implement codec control flagsRainer Hochecker
2014-11-12Merge pull request #5678 from Memphiz/xbmchelperMemphiz
[osx] - fixed XBMCHelper was never updated
2014-11-12dvdplayer: fix dts correction, againRainer Hochecker
2014-11-12Merge pull request #5704 from elupus/xcode_sdkMemphiz
osx: fixed detect of latest sdk after yosemite
2014-11-12Merge pull request #5393 from Stane1983/aml-panel-output-supportMartijn Kaijser
[AMLCodec] Add support for panel display output
2014-11-12Merge pull request #4983 from Matricom/amlmpeg2fixTobias Arrskog
DVDVideoCodecAmlogic: Remove throttling of MPEG2 playback
2014-11-12Merge pull request #5583 from phate89/masterTobias Arrskog
Use "system.playlistspath" setting instead of default library one in CFileUtils
2014-11-12Merge pull request #5627 from popcornmix/auto_omxplayerTobias Arrskog
[omxplayer] Add option to choose omxplayer/dvdplayer automatically
2014-11-12Merge pull request #5698 from FernetMenta/videoffmpegRainer Hochecker
dvdplayer: videocodec ffmpeg - fix timestamps and colorspace
2014-11-12Merge pull request #5629 from ksooo/use-correct-epgtag-when-timeshiftingTobias Arrskog
[PVR] Timeshifting: Fixed EpgInfoTag::[IsActive|WasActive|InTheFuture]
2014-11-12Merge pull request #5681 from popcornmix/curlbusyTobias Arrskog
[curl] Avoid busy spinning when socket timeout is too low
2014-11-12Merge pull request #5690 from FernetMenta/videologRainer Hochecker
add component logging for video
2014-11-12[emufnc] Fix: use correct return value on error in dll_flsbuf, flush file ↵Karlson2k
buffers, properly write data
2014-11-12[emufnc] Fix: use correct return value on error in dll_filbuf, try to ↵Karlson2k
restore proper file pointer
2014-11-12[emufnc] Use proper macro instead of hardcoded value in dll_ungetc()Karlson2k
2014-11-12[emufnc] Fixes: correctly emulate on bigendian platforms, use cast to ↵Karlson2k
_unsigned_ char in dll_fputc()
2014-11-12[emufnc] Fix: return correct value in dll_fclose()Karlson2k
2014-11-12[emufnc] Fix: always read all data in dll_fwrite()Karlson2k
2014-11-12[emufnc] Fix: always read all data in dll_fread()Karlson2k
2014-11-12[emufnc] Fix: return zero for dll_fread()/dll_fwrite() if size or count is zeroKarlson2k
2014-11-12[emufnc] Fix: "-1" is incorrect return value for dll_fwrite() and ↵Karlson2k
dll_fread() (return type is size_t)
2014-11-12[emufnc] dll_write(): set errno if write() failedKarlson2k
2014-11-12[emufnc] dll_read(): set errno if read() failedKarlson2k
2014-11-12[vfs] CFile: workaround in Read() and Write() for VFSes that do not support ↵Karlson2k
null buffer pointer
2014-11-12[vfs] [win32] Win32File: better handle partially read/written buffer in ↵Karlson2k
Read()/Write()
2014-11-12[vfs] [win32] Win32File: really support "test" Read() and Write() with zero ↵Karlson2k
buffer size
2014-11-12Merge pull request #5687 from hudokkow/pt_keyboardTobias Arrskog
[Keyboard layouts] Add Portuguese (Portugal) QWERTY
2014-11-12Merge pull request #5702 from FernetMenta/teletextRainer Hochecker
dvdplayer: fix app exit caused by creating teletext while thread is runn...
2014-11-12Merge pull request #5699 from kempniu/evdev-bluez-5.xTobias Arrskog
Handle BlueZ 5.x play/pause evdev scancodes
2014-11-12[osx] - add callback when the input.appleremotealwayson setting is changed ↵Memphiz
("allow startup of kodi via remote") - to instantly install/deinstall the launchagent -> needed for manual migration path from xbmc to kodi
2014-11-12[XBMCHelper] - small refactor - move the launchagent ↵Memphiz
installation/deinstallation out into its own method