aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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)
2014-11-21Merge pull request #5774 from Karlson2k/cpu_freq_short_01Karlson2k
SysInfo: show CPU frequency as "XXXX MHz" instead of "XXXX,00MHz"
2014-11-21dvdplayer: call UpdateClockMaster in regular intervals, state of ↵Rainer Hochecker
videorefclock may change
2014-11-21Merge pull request #5766 from Memphiz/cafixdigitalMemphiz
[AE/CA] - fix regression introduced in the enumeration refactor - handle "hackintosh" audio devices with "digital" in the name as digital devices
2014-11-21Merge pull request #5770 from Memphiz/cmakejenkinsMemphiz
[jenkins] - refactor jenkins scripts to centralise the decision for
2014-11-21SysInfo: show CPU frequency as "XXXX MHz" instead of "XXXX,00MHz"Karlson2k
2014-11-21[win32] CPUInfo: fix CPU frequency wrongly count in GHz instead of MHz, ↵Karlson2k
fixes #15555
2014-11-20[depends] ffmpeg: define make threads if number of cpu cores detection failswsnipex
fixes native building on some ARM platforms
2014-11-20[jenkins] - refactor jenkins scripts to centralise the decision forMemphiz
rebuilding depends - add project/cmake dir as criterion
2014-11-20[Keyboard Layouts] Add Polish QWERTYh.udo
2014-11-20dvdplayer: update dropping stats after every call to decodeRainer Hochecker
2014-11-20Merge pull request #5769 from Jalle19/fix-namespace-typoTobias Arrskog
Fix namespace typo
2014-11-20fix namespace typoSam Stenvall
2014-11-20Merge pull request #5734 from tamland/dvdstackfixTobias Arrskog
[videoinfoscanner] fix video_ts folder not stacked on movie scan
2014-11-20Merge pull request #5765 from Karlson2k/win32_python278Martijn Kaijser
[win32] Update python package to 2.7.8
2014-11-20copy: support chunked reads so that CFile internal buffer is eliminatedJoakim Plate
This eliminates memory copies cpu overhead by multiple calls.
2014-11-20fixed: quell printf format warningsArne Morten Kvarving
2014-11-20vda: only allow ffmpeg VDA when advanced setting enable itJoakim Plate
It currently cause corruption during playback of some files