aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-09-08Merge pull request #10439 from ronie/estuary-cosmPhilipp Temminghoff
[Estuary] spaces to tabs
2016-09-08[Estuary] spaces to tabsronie
2016-09-08Merge pull request #10434 from notspiff/remove_makefile_from_headerlistMartijn Kaijser
fixed: remove accidentially added Makefile.in from header list
2016-09-08[PVR] Recordings home scren widget: Fix widget not updating when new ↵Kai Sommerfeld
recording appears / a recording gets deleted.
2016-09-08Merge pull request #10417 from MartijnKaijser/droid_rkMartijn Kaijser
[droid] Drop RK specific code and fix cmake AML building
2016-09-08Merge pull request #10435 from FernetMenta/rrfixRainer Hochecker
Revert "AE: change usage of swr_set_compensation"
2016-09-08Merge pull request #10428 from ronie/estuary-cleanupronie
remove window type, id and zorder defenitions
2016-09-08remove window type, id and zorder defenitionsronie
2016-09-08Add a numeric field type that doesn't need castingphate89
2016-09-08[droid] fix builds with AML disabledMartijn Kaijser
2016-09-08[droid] We only support official Android API so RK specific can be removedMartijn Kaijser
2016-09-08Gl: drop finishPipelineRainer Hochecker
2016-09-08Merge pull request #10425 from FernetMenta/tempofixRainer Hochecker
AE: make sure not to feed data into tempfilter after it got drained
2016-09-08Revert "AE: change usage of swr_set_compensation"Rainer Hochecker
This reverts commit 7f4f89ba3a36454b01c80103068e338a7d65dbfa.
2016-09-08fixed: remove accidentially added Makefile.in from header listArne Morten Kvarving
2016-09-08Lang: Refine Allow passthrough vs. enable passthroughfritsch
2016-09-08[cpack/deb] Force GIT_HASH update on DEB package generationh.udo
2016-09-08Merge pull request #10430 from basrieter/http_cookies_for_ffmpegRainer Hochecker
Added: option to pass cookies to ffmpeg connection
2016-09-08[Estuary][PVR] Home screen channel widget: Fix 'all channels' URLs. Must not ↵Kai Sommerfeld
contain localized string.
2016-09-08Merge pull request #10426 from hudokkow/configure_APP_DATA_DIRCristiano A. Silva
[autotools] Add missing APP_DATA_DIR in configure.ac
2016-09-08[autotools] Add missing APP_DATA_DIR in configure.ach.udo
2016-09-08Added: option to pass cookies to ffmpeg connectionBas Rieter
2016-09-08Merge pull request #10423 from stefansaraev/cmake-xsltChristian Fetzer
[cmake] xslt is optional
2016-09-08Merge pull request #10427 from fetzerch/cmake_upnpChristian Fetzer
[cmake] Respect ENABLE_UPNP option
2016-09-08AE: make sure not to call av_buffersink_get_frame before data has been ↵Rainer Hochecker
submitted to atempo filter
2016-09-07[Estuary][PVR] Fix home screen channel widget to display only channels that ↵Kai Sommerfeld
actually have been played before.
2016-09-07[Estuary][PVR] separate tv/radio widgets for current and next recording.Kai Sommerfeld
2016-09-07[GUIINFO][PVR] Add separate info labels and info bools for tv/radio ↵Kai Sommerfeld
timers/recordings
2016-09-07[PVR] Fix resume recording playback, did not work for example when triggered ↵Kai Sommerfeld
from home screen recording widget.
2016-09-07[Estuary][PVR] add recordings widget to home screen.Kai Sommerfeld
2016-09-07[PVR] CPVRRecordings::GetDirectory: add support for url param 'view'.Kai Sommerfeld
2016-09-07Merge pull request #10415 from ronie/estuary-flagsronie
[Estuary] fix texture paths
2016-09-07[cmake] Cleanup in core_add_optional_subdirs_from_filelistChristian Fetzer
2016-09-07[cmake] Respect ENABLE_UPNP optionChristian Fetzer
Currently UPNP is built even if disabled.
2016-09-07Merge pull request #10421 from wsnipex/linux-multi-archWolfgang Schupp
[cmake] linux: install cmake files in arch independent dir
2016-09-07AE: make sure not to feed data into tempfilter after it got drainedRainer Hochecker
2016-09-07[cmake/android] Don't allow undefined symbols in shared librariesChristian Fetzer
Prevents errors such as: dlopen failed: cannot locate symbol "_ZTV24CEGLNativeTypeAmlAndroid" referenced by "/data/app/org.xbmc.kodi-2/lib/arm/libkodi.so"...
2016-09-07Merge pull request #10419 from wsnipex/addon_alt_pathWolfgang Schupp
Addon alt path
2016-09-07[cmake] xslt is optionalStefan Saraev
2016-09-07[NDK21] mysqlChris Koying Browet
Thanks @davilla
2016-09-07Merge pull request #10416 from fetzerch/cmake_fix_mirroringChristian Fetzer
[cmake] Fix globbing of single files on export
2016-09-07fix dll loading if file path is correct from the beginningwsnipex
2016-09-07fix OSX after 2cb1ef0wsnipex
2016-09-07Merge pull request #10393 from MilhouseVH/peripheral_back_compatMartijn Kaijser
peripheral: Add backward compatability for older settings files
2016-09-07[cmake] linux: install cmake files in arch independent dirwsnipex
fixes KodiConfig.cmake not being found when building on a different cpu architecture
2016-09-06Merge pull request #10395 from tamland/fix_var_parsingMartijn Kaijser
fix skin variable parsing: dont skip if element text is empty
2016-09-06[cmake] Fix globbing of single files on exportChristian Fetzer
GLOB_RECURSE when called with a file name will list all files with the given name in all subdirectories. This is unintuitive for files specified in installdata. Here if a full file name is specified only that single file should be mirrored/installed. Example: tools/depends/target/openssl/cacert.pem Current behavior, mirrors: - tools/depends/target/openssl/cacert.pem - tools/depends/target/openssl/iphoneos8.1_armv7-target/apps/demoCA/cacert.pem - tools/depends/target/openssl/iphoneos8.1_armv7-target/demos/cms/cacert.pem - tools/depends/target/openssl/iphoneos8.1_armv7-target/demos/smime/cacert.pem Intended behavior, mirror only: - tools/depends/target/openssl/cacert.pem
2016-09-06[Estuary] add missing textureronie
2016-09-06[Estuary] fix texture pathsronie
2016-09-06Merge pull request #10386 from tamland/scantolibraryjenkins4kodi