aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-06-21video library: show "Set content" even during library scan (fixes #16061)montellese
2015-06-21Merge pull request #7317 from koying/quickPRChris Browet
FIX: [droid] harden MigrateUserData
2015-06-21FIX: [droid] harden MigrateUserDataChris "Koying" Browet
2015-06-21Merge pull request #7280 from popcornmix/fast_memcpyMartijn Kaijser
[rbp] Disable fast_memcpy which is slower than memcpy
2015-06-21Merge pull request #7316 from koying/quickPRChris Browet
FIX: [amc] clear pending exceptions on exit
2015-06-21FIX: [amc] clear pending exceptions on exitChris "Koying" Browet
2015-06-21Merge pull request #7297 from phate89/fix_ignoretheMartijn Kaijser
Honor "ignorethewhensorting"
2015-06-21Merge pull request #7299 from MartijnKaijser/no_breakMartijn Kaijser
[lang] Remove line breaks used in dialogs
2015-06-21Merge pull request #7289 from uNiversaI/flagsMartijn Kaijser
[confluence] add missing video codec flags
2015-06-20Merge pull request #7311 from Memphiz/osx_fixdeadlockMemphiz
[osx] fix deadlock when videosync and refreshrate adaption are enabled
2015-06-20Merge pull request #7313 from koying/quickPRChris Browet
FIX: [amc;hevc] let CBitstreamConverter decide
2015-06-20FIX: [amc;hevc] let CBitstreamConverter decideChris "Koying" Browet
Fixes HEVC on Android TV
2015-06-20Merge pull request #7312 from ksooo/isengard-bump-pvr-hts-2-1-12Kai Sommerfeld
[pvr] bump pvr.hts to 2.1.12
2015-06-20[pvr] bump pvr.hts to 2.1.12Kai Sommerfeld
2015-06-19Merge pull request #7310 from koying/fixdroidextappPeter Frühberger
FIX: [droid] return type mismatch when launching ext app
2015-06-19[osx/cocoa] - revert 0f32a2f5d4fb1077def8c581098aa4385e8d0a67 (it is prone ↵Memphiz
to deadlocking because it blocks the gui/main thread) and instead trust in the openglcontext which is tracked by windowing. Fixes deadlock introduced by PR #7143
2015-06-19[windowing/osx] - expose the current NSOpenGLContext tracked by windowing to ↵Memphiz
the outside via a getter
2015-06-19FIX: [droid] return type mismatch when launching ext appChris "Koying" Browet
2015-06-19Merge pull request #7307 from afedchin/win32_fix_curl2Anton Fedchin
[win32][curl] Using CEnvironment::unsetenv() instead of SetEnvironmen…
2015-06-19[builtins] do not restart visualization if it has no settings.Anton Fedchin
2015-06-19[keymaps] Use Addon.Default.OpenSettings instead of ActivateWindow for ↵Anton Fedchin
visualization settings.
2015-06-19[win32][curl] Using CEnvironment::unsetenv() instead of ↵Anton Fedchin
SetEnvironmentVariable. It's proper way to unset environment variable.
2015-06-18[lang] Remove line breaks used in dialogsMartijn Kaijser
2015-06-18Merge pull request #7305 from ksooo/isengard-bump-pvr-hts-2-1-11Kai Sommerfeld
[pvr] bump pvr.hts to 2.1.11
2015-06-18[pvr] bump pvr.hts to 2.1.11Kai Sommerfeld
2015-06-18Merge pull request #7290 from Jalle19/curlfile-errorSam Stenvall
consider a CURLINFO_RESPONSE_CODE of zero a failed request
2015-06-18Merge pull request #7301 from mkortstiege/videodb-fix-sqljenkins4kodi
2015-06-18[videodatabase] fix invalid queries (closes #16054)Matthias Kortstiege
2015-06-17Merge pull request #7294 from afedchin/win32_fix_curlAnton Fedchin
[win32] Fixed libcurl initialization when the env variable OPENSSL_CO…
2015-06-17Merge pull request #7296 from BigNoid/fix_kaitoast_zeroconfMartijn Kaijser
[lang] Fix overlapping kaitoast messages
2015-06-17Merge pull request #7298 from FernetMenta/vc1Peter Frühberger
dvdplayer: fix vc1 hwaccel like vdpau - work around an ffmpeg issue
2015-06-17dvdplayer: fix vc1 hwaccel like vdpau - work around an ffmpeg issueRainer Hochecker
2015-06-17[lang] Fix overlapping kaitoast messagesBigNoid
2015-06-17Honor "ignorethewhensorting"phate89
2015-06-17Merge pull request #7295 from Jalle19/isengard-bump-addonsSam Stenvall
[pvr] bump pvr.hts to 2.1.10
2015-06-17[pvr] bump pvr.hts to 2.1.10Sam Stenvall
2015-06-16Merge pull request #7292 from FernetMenta/fixAndreas Zelend
dvdplayer: fix ff/rw after ea6e82997bd6087a7beff1be0ef9b34847fe3cc7
2015-06-16[win32] Fixed libcurl initialization when the env variable OPENSSL_CONF ↵Anton Fedchin
points to existing openssl.conf file.
2015-06-16dvdplayer: fix ff/rw after ea6e82997bd6087a7beff1be0ef9b34847fe3cc7Rainer Hochecker
2015-06-16[confluence] add missing video codec flagsuNiversaI
2015-06-16consider a CURLINFO_RESPONSE_CODE of zero a failed requestSam Stenvall
2015-06-15Merge pull request #7285 from ace20022/subs_archAndreas Zelend
[subs] Some improvements and a fix for subs in archives
2015-06-15Merge pull request #7286 from Jalle19/isengard-bump-addonsMartijn Kaijser
[pvr] bump pvr.vbox to v1.3.2
2015-06-15[pvr] bump pvr.vbox to v1.3.2Sam Stenvall
2015-06-14[Confluence] fix long filenames in subtitles search&download dialog headerfape
2015-06-14[cosmetics] Fix code formatting of ScanArchiveForSubtitles.ace20022
2015-06-14[subs][perf] Make ScanArchiveForSubtitles more performant:ace20022
- Rearrange the list of subtitle extension - Add break/continue to loops
2015-06-14dvdplayer fix sorting of subtitles - fixes trac 16038Rainer Hochecker
2015-06-14[utils] Disable fast_memcpy which is slower than memcpypopcornmix
The default glibc memcpy is likely to be better tuned than this code which hasn't been touched for four years. In a test with software video decode on Pi2 the skipped frames went from 189 to 172 when fast_memcpy was disabled.
2015-06-14Merge pull request #7136 from MartijnKaijser/15.0rc1Martijn Kaijser
bump to 15.0 rc1