aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-03-01Merge pull request #13533 from DaveTBlake/JobInfoDialogDave Blake
[Music]Refactor Song Information Dialog
2018-03-01Merge pull request #13599 from koying/chgmasimgresChris Browet
CHG: Allow art > 1080p
2018-02-28Merge pull request #13598 from ronie/rating-fixRazzeee
prevent crash when retrieving rating
2018-02-28FIX: Remove 1080p limitation on images and fanarts sizeChris Koying Browet
2018-02-28FIX: Don't extract thumbs larger than the sourceChris Koying Browet
2018-02-28Merge pull request #13597 from Rechi/fix/cdioUbuntuXenialRechi
[fix] add back libcdio 0.83 compatibility after 98565c188b
2018-02-28prevent crash when retrieving ratingronie
2018-02-28[fix] add back libcdio 0.83 compatibility after 98565c188bRechi
Ubuntu 16.04 (Xenial) has libcdio 0.83
2018-02-28Merge pull request #13585 from DaveTBlake/IsSamePathDave Blake
[Music]Fix FileItem::IsSamePath for albums and artists
2018-02-28Start using the movie title & year APIMathieu Malaterre
Signed-off-by: Mathieu Malaterre <mathieu.malaterre@gmail.com>
2018-02-28Extend API to pass Movie Title & Year directlyMathieu Malaterre
Signed-off-by: Mathieu Malaterre <mathieu.malaterre@gmail.com>
2018-02-28Extend API to report when title info only was foundMathieu Malaterre
Signed-off-by: Mathieu Malaterre <mathieu.malaterre@gmail.com>
2018-02-28Merge pull request #13546 from notspiff/add_source_on_topArne Morten Kvarving
added: option to stick 'add source' on top in listings
2018-02-27Merge pull request #13591 from popcornmix/mmal_render_featurespopcornmix
MMAL: Render improvements for 10bit and side-by-side UV
2018-02-27MMAL: Remove unused variablepopcornmix
2018-02-27MMALRender: Add support for side-by-side UVpopcornmix
This supports the latest format used by widevine
2018-02-27MMAL: Improve error handling when allocations failpopcornmix
2018-02-27MMALRender: Default to Bob deinterlace on Pi1popcornmix
2018-02-27mmalcodec: Switch to software decode for Hi10Ppopcornmix
2018-02-27MMAL: Support using the isp component for conversion of more than 8bpppopcornmix
2018-02-27RBP: Hide data in geometry classpopcornmix
2018-02-27MMAL: Fixup format/alignment for retroplayerpopcornmix
2018-02-27MMALFFmpeg: Include GPU alignment requirements in allocated buffer sizepopcornmix
This is required if gpu does additional processing like deinterlace
2018-02-27MMAL: Fixup after planeOffsets changepopcornmix
2018-02-27Merge pull request #13595 from Rechi/cleanup/oldVersionIfdefsRechi
[cleanup] remove ifdefs for old lib, os & compiler versions
2018-02-27[cleanup] drop support for taglib lower than 1.9Rechi
2018-02-27[cleanup] drop support for libssh lower than 0.6Rechi
2018-02-27[cleanup] drop support for libgcrypt lower than 1.6.0Rechi
2018-02-27[cleanup] drop support for libcdio lower than 0.84Rechi
2018-02-27[cleanup] drop support for alsa lower than 0.9Rechi
2018-02-27[cleanup] drop support for FreeBSD lower than 9.0-STABLERechi
2018-02-27[cleanup] drop support for linux kernel lower than 2.6.16Rechi
2018-02-27[cleanup] drop support for GCC lower than 4.2Rechi
2018-02-27[cleanup][windows] minimum MSVC = 1900 (VS 2015)Rechi
2018-02-27[cleanup][darwin] minimum iOS = 9 & minimum OSX = 10.8Rechi
2018-02-27Merge pull request #13590 from popcornmix/omxprogressivepopcornmix
OMXImage: Skip out earlier when image is progressive
2018-02-27Merge pull request #13592 from popcornmix/omx_skippopcornmix
omxplayer: Avoid hang when skipping to next video
2018-02-27Merge pull request #13593 from pkerling/libmicrohttpd-bumpRechi
libmicrohttpd version bump
2018-02-26Drop code for libmicrohttpd < 0.9.40Philipp Kerling
Since we require 0.9.40 now anyways
2018-02-26[cmake] Bump required libmicrohttpd version to 0.9.40Philipp Kerling
Due to usage of MHD_is_feature_supported (0.9.39) and Ubuntu having 0.9.44, so we can get rid of some ifdefs.
2018-02-26Merge pull request #13588 from koying/addchennelkeysChris Browet
ADD: [droid;key] channel up/down
2018-02-26omxplayer: Avoid hang when skipping to next videopopcornmix
2018-02-26OMXImage: Skip out earlier when image is progressivepopcornmix
Minor optimisation. No point continuing to parse file when we know GPU can't accelerate it.
2018-02-26Merge pull request #13589 from ksooo/pvr-fix-inputstreampvrmanager-seektimeKai Sommerfeld
[PVR] Fix return value of CDVDInputStreamPVRManager::SeekTime.
2018-02-26[PVR] Fix return value of CDVDInputStreamPVRManager::SeekTime.Kai Sommerfeld
2018-02-26ADD: [droid;key] channel up/downChris Koying Browet
Synonym to PgUp/PgDown
2018-02-25Merge pull request #13586 from ksooo/pvr-fix-guide-window-wrapKai Sommerfeld
[PVR] Guide window: Fix 'wrap around'.
2018-02-25[PVR] Guide window: Fix 'wrap around'.Kai Sommerfeld
2018-02-25Merge pull request #13583 from Rechi/windows/minSDKVersionPär Björklund
[cmake][windows] require SDK 10.0.14393.0 or higher
2018-02-25When MusicInfoTags are available comparing the DBId and the Type isDaveTBlake
a both more accurate and quicker test that two items are the same path.