Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-13 | fix string for component logging video | Rainer Hochecker | |
2014-11-13 | AESinkPULSE: Rebrand pulseaudio sink name to reflect kodi | Arne Morten Kvarving | |
2014-11-13 | DVDVideoCodecLibMpeg2: fix broken check for memory allocation | Karlson2k | |
Thanks @fritsch and @Uukrull | |||
2014-11-13 | AE: always request float from sink when in fixed mode, fixes unwanted ↵ | Rainer Hochecker | |
re-init of sink | |||
2014-11-13 | Merge pull request #5692 from Memphiz/vtbdropfix | Memphiz | |
[vtb] - fix - use the correct bit for signaling the hw decoder to drop a... | |||
2014-11-13 | Merge pull request #5625 from anaconda/fix-5324-remotes | Martijn Kaijser | |
[builtins] Invert default for showing dialogs after 5324 for remotes/add-ons. | |||
2014-11-13 | Merge pull request #5688 from tamland/settings-actionid | Martijn Kaijser | |
fix 'action' type addon settings not executed if id attribute is missing | |||
2014-11-13 | Ukr and Rus language fixes | Roman Miroshnychenko | |
- Added Ukrainian alphabetic and PC keyboard layouts - Fixed Ukrainian langinfo.xml - Fixed Russian langinfo.xml | |||
2014-11-13 | videorefclock: use videosync DRM on AMD systems | Rainer Hochecker | |
2014-11-13 | [pvr] bump addons | Sam Stenvall | |
2014-11-13 | player: fix rewind | xbmc | |
2014-11-13 | (Coverity) AudioEngine: Cosmetics and member initialization ActiveAEBuffer | fritsch | |
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_effectsSlowDown | fritsch | |
2014-11-13 | (Coverity) DVDPlayerVideo: Remove assignment of bRequestDrop which is never read | fritsch | |
2014-11-13 | Fix "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-13 | Merge pull request #5045 from Karlson2k/code_fixes_11 | Karlson2k | |
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-12 | dvdplayer: vaapi, vdpau - implement codec control flags | Rainer Hochecker | |
2014-11-12 | Merge pull request #5678 from Memphiz/xbmchelper | Memphiz | |
[osx] - fixed XBMCHelper was never updated | |||
2014-11-12 | dvdplayer: fix dts correction, again | Rainer Hochecker | |
2014-11-12 | Merge pull request #5704 from elupus/xcode_sdk | Memphiz | |
osx: fixed detect of latest sdk after yosemite | |||
2014-11-12 | Merge pull request #5393 from Stane1983/aml-panel-output-support | Martijn Kaijser | |
[AMLCodec] Add support for panel display output | |||
2014-11-12 | Merge pull request #4983 from Matricom/amlmpeg2fix | Tobias Arrskog | |
DVDVideoCodecAmlogic: Remove throttling of MPEG2 playback | |||
2014-11-12 | Merge pull request #5583 from phate89/master | Tobias Arrskog | |
Use "system.playlistspath" setting instead of default library one in CFileUtils | |||
2014-11-12 | Merge pull request #5627 from popcornmix/auto_omxplayer | Tobias Arrskog | |
[omxplayer] Add option to choose omxplayer/dvdplayer automatically | |||
2014-11-12 | Merge pull request #5698 from FernetMenta/videoffmpeg | Rainer Hochecker | |
dvdplayer: videocodec ffmpeg - fix timestamps and colorspace | |||
2014-11-12 | Merge pull request #5629 from ksooo/use-correct-epgtag-when-timeshifting | Tobias Arrskog | |
[PVR] Timeshifting: Fixed EpgInfoTag::[IsActive|WasActive|InTheFuture] | |||
2014-11-12 | Merge pull request #5681 from popcornmix/curlbusy | Tobias Arrskog | |
[curl] Avoid busy spinning when socket timeout is too low | |||
2014-11-12 | Merge pull request #5690 from FernetMenta/videolog | Rainer 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 zero | Karlson2k | |
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() failed | Karlson2k | |
2014-11-12 | [emufnc] dll_read(): set errno if read() failed | Karlson2k | |
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-12 | Merge pull request #5687 from hudokkow/pt_keyboard | Tobias Arrskog | |
[Keyboard layouts] Add Portuguese (Portugal) QWERTY | |||
2014-11-12 | Merge pull request #5702 from FernetMenta/teletext | Rainer Hochecker | |
dvdplayer: fix app exit caused by creating teletext while thread is runn... | |||
2014-11-12 | Merge pull request #5699 from kempniu/evdev-bluez-5.x | Tobias 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 |