aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-11-23[rebrand][atv] new icons (reverted from commit ↵Voyager1
9d00bbd19b99c474fd981305f6b6e123256bbea0)
2014-11-23[rebrand][win32] new installer artwork (reverted from commit ↵Voyager1
b208d62a6e07d41cdf98a59e838b27e2006d2534)
2014-11-23[rebrand] new splash (reverted from commit ↵Voyager1
133439d8a6cf38d2de2b28579bb6938995d43cf7)
2014-11-23[WIP][android] add Android TV banners (reverted from commit ↵Voyager1
18738a4337eebeeeea6ae4ea5a414f1705e6ce6a)
2014-11-23[rebrand][confluence] new logo (reverted from commit ↵Voyager1
1f93dbe97a557fad616a311cb4f293b7277c1007)
2014-11-23[rebrand][addons] new addon icons (reverted from commit ↵Voyager1
16f57541a6ed02a9e387a4df04d00edb023341fb)
2014-11-23[rebrand][visualization.vortex] remove XBMCrain preset and logo (reverted ↵Voyager1
from commit 4cb1f72481840251441c49f687a7d13189aa8b73)
2014-11-23[WIP][rebrand][osx] dynamically create VolumeIcon.icns and move packaging ↵Voyager1
related artwork to the central folder for this (reverted from commit 2a9f21e0f24a08b708a54051842f29bba5e3c205)
2014-11-23[WIP][rebrand][osx] dynamically create VolumeIcon.icns and move packaging ↵da-anda
related artwork to the central folder for this
2014-11-23[rebrand][visualization.vortex] remove XBMCrain preset and logoda-anda
2014-11-23[rebrand][addons] new addon iconsda-anda
2014-11-23[rebrand][confluence] new logoda-anda
2014-11-23[WIP][android] add Android TV bannersda-anda
2014-11-23[rebrand] new splashda-anda
2014-11-23[rebrand][win32] new installer artworkda-anda
2014-11-23[rebrand][atv] new iconsda-anda
2014-11-23[rebrand][osx] new icons and installer backgroundda-anda
2014-11-23[rebrand][ios] new icons with iOS8 supportda-anda
2014-11-23[rebrand][android] new iconsda-anda
2014-11-23[rebrand][linux|upnp] new iconsda-anda
2014-11-23[rebrand][win] new app iconda-anda
2014-11-23re enable manually add to libraryVoyager1
2014-11-23Merge pull request #5708 from arnova/double_cache_inthread_fixMartijn Kaijser
Double file cache fix. Fixes ticket #15500
2014-11-23Merge pull request #5713 from anaconda/fix-curfanartMartijn Kaijser
Fix "Current fanart" not being shown in DialogVideoInfo.
2014-11-23[release] bump to 14.0 beta4Martijn Kaijser
2014-11-23Merge pull request #5787 from MartijnKaijser/repoMartijn Kaijser
[repo] change repo URLs to use mirrors.kodi.tv
2014-11-23[repo] change repo URLs to use mirrors.kodi.tvMartijn Kaijser
2014-11-23fixed: Typo in variable namearnova
2014-11-23fixed: Calling WaitForData with a large minimum could cause it to block the ↵arnova
max. timeout
2014-11-23changed: Use m_StateInput else dvdplayer osd info is 8 seconds delayedarnova
2014-11-23fixed: Don't keep reading source when cache is full (fixes #15500)arnova
2014-11-23fixed: FileCache-full logic was wrong + implement GetMaxWriteSize() functionarnova
2014-11-23Merge pull request #5771 from hudokkow/pl_keyboardMartijn Kaijser
[Keyboard Layouts] Add Polish QWERTY
2014-11-23Merge pull request #5785 from Montellese/fix_no_songs_in_years_15539Martijn Kaijser
musicdb: fix no songs being shown in years node
2014-11-23changed: Rename confusing CSimpleDoubleCache class to CDoubleCachearnova
2014-11-22musicdb: fix conflicting "singles" filter option introduced by ↵montellese
9fbf13eded5d682d4ae210043e536895c9356c18 (fixes #15539)
2014-11-22Merge pull request #5762 from ace20022/save_sub_indexMartijn Kaijser
[Fix] Some manually activated subs were not shown on resume.
2014-11-22Merge pull request #5779 from anaconda/mk3d-extMartijn Kaijser
Add mk3d to video extensions and enable double cache
2014-11-22Merge pull request #5781 from wsnipex/coredumpctlMartijn Kaijser
[linux] systemd-coredumpctl was renamed to coredumpctl fixes(#15547)
2014-11-22Merge pull request #5703 from elupus/vda_fixesJoakim Plate
Vda fixes
2014-11-22Merge pull request #5767 from elupus/samba_fixes2Martijn Kaijser
Samba fixes
2014-11-22Merge pull request #5783 from popcornmix/fix_eac3Martijn Kaijser
[omxplayer] Fix for EAC3 passthrough
2014-11-22Merge pull request #5782 from popcornmix/trickplay_syncMartijn Kaijser
[omxplayer] Fix for out of sync after trickplay
2014-11-22Merge pull request #5772 from FernetMenta/refclockRainer Hochecker
dvdplayer: fix race in UpdateClockMaster
2014-11-22[omxplayer] Fix for EAC3 passthroughpopcornmix
The Pi firmware supports EAC3 passthrough okay, but we weren't correctly enabling support. See: https://github.com/OpenELEC/OpenELEC.tv/issues/3302
2014-11-22[omxplayer] Don't sync up to passthrough audio packets - let GPU handle itpopcornmix
This code was just broken. When sync is lost it attempts to identify how many bytes to skip to regain sync, but does nothing with that skip count - just drops the whole frame. It also stops EAC3 from being passed through. The GPU has similar sync detection code which does avoid dropping the whole frame, so just pass the packets through and let GPU deal with it.
2014-11-22[omxplayer] Fix for out of sync after trickplaypopcornmix
This code needs to occur before new m_playSpeed is assigned. Also makes sense to occur next to similar code in dvdplayer case.
2014-11-22Merge pull request #5760 from cisco-open-source/compilation_fixTobias Arrskog
fixed compilation error with undefined ARRAY_SIZE
2014-11-22Merge pull request #5757 from wsnipex/ffmpeg-arm-buildWolfgang Schupp
[depends] ffmpeg: define make threads if number of cpu cores detection f...
2014-11-21Add mk3d to video extensions and enable double cacheanaconda
(cherry picked from commit 638bb7f3ab2b48fca727c3e92a9c23bd9d5622a9)