aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-14[utils] Add missing const null check to CVariant move assignment operatorGarrett Brown
2015-10-14Merge pull request #8217 from ksooo/pvr-contextmenu-changesMartijn Kaijser
[PVR] Some context menu cleanup
2015-10-14[Confluence] Add 'Events' to Home screen's 'System' submenu.Kai Sommerfeld
2015-10-14Merge pull request #8216 from fritsch/ffmpeg-2.8.1Martijn Kaijser
FFmpeg: Bump to 2.8.1-Jarvis-alpha4-HEVC
2015-10-14[pvr] context menu changes: remove 'Add to favourites' for timers and EPG eventsKai Sommerfeld
2015-10-14Merge pull request #7345 from koying/fixdroidheadsetsChris Browet
FIX: [droid] handle audio headsets
2015-10-14Merge pull request #8037 from koying/chgdroidcodecChris Browet
ADD: [droid] VP9 + decouple VC1/WMV
2015-10-14Merge pull request #8158 from DaveTBlake/artist_vector_methodRazzeee
[Music] Tidy up CSong and CAlbum by removing artist vector
2015-10-14Merge pull request #7540 from codesnake/amlogic_fullhdChris Browet
Enable true 1920x1080 output without upscaling on Amlogic-based devices
2015-10-14FIX: [droid;amc] fix WMV3/VC1Chris "koying" Browet
2015-10-14Merge pull request #8218 from colejohnson66/masterSam Stenvall
Show BluRay media flag for "BRRIP"
2015-10-14Merge pull request #8219 from Jalle19/duplicate-recording-playbackSam Stenvall
[pvr] fix playback of recordings when an exact duplicate exists.
2015-10-14[pvr] fix playback of recordings when an exact duplicate exists.Sam Stenvall
This happens if one for some reason records a show twice, stopping in between (which creates two separate recordings)
2015-10-14ADD: [droid] VP9 + decouple VC1/WMVChris "Koying" Browet
2015-10-14[binary addons] kodi-platform: remove dependency on "kodi" as it's not ↵montellese
available as a CMake project and causes warnings
2015-10-14[win32][binary addons] set CPACK_PACKAGE_DIRECTORY to %TEMP% to shorten the ↵montellese
resulting paths
2015-10-14[binary addons] use CPACK_PACKAGE_DIRECTORY instead of making assumptions ↵montellese
about the output location of archives packaged with CPack
2015-10-14[win32][binary addons] add output about the cleaned directoriesmontellese
2015-10-14[win32][binary addons] avoid relative paths in Batch filesmontellese
2015-10-14[binary addons] improve bootstrap buildsystem to support arbitrary meta ↵montellese
repositories
2015-10-14[win32][binary addons] bootstrap-addons.bat: fix typo in NULL instead of NULmontellese
2015-10-14[binary addons] fix handling of PACKAGE_DIR argumentmontellese
2015-10-14[binary addons] fix typo in log messagemontellese
2015-10-14Merge pull request #8215 from afedchin/fix_track_16311Anton Fedchin
[d3d11] Fixed segfault if device was lost. Also this adds trying to r…
2015-10-13Minor cleanup to match naming convention in video databaseSean Kelly
To complement [xbmc][library] Fix export library #8152
2015-10-13Show BluRay media flag for `brrip`Cole Johnson
2015-10-14Make sortorder descending default for lastPlayedKolja Lampe
2015-10-14Removed label2 and show value that is sorted by or fall back to duration.Kolja Lampe
Add lastPlayed sortorder for music
2015-10-13Merge pull request #8204 from ksooo/fix-channelnumber-switchingKai Sommerfeld
[pvr] Fix errors after switching from using backend channel numbers to using kodi channel numbers and vica versa
2015-10-13FFmpeg: Bump to 2.8.1-Jarvis-alpha4-HEVCfritsch
2015-10-13Tidy up CAlbum creator use of albumartistDaveTBlake
2015-10-13[pvr] context menu changes: use 'Record'/'Stop recording' in a consistent wayKai Sommerfeld
2015-10-13[pvr] context menu changes: 'Add timer' => 'Record', 'Add custom timer' => ↵Kai Sommerfeld
'Add timer'
2015-10-13[d3d11] Fixed segfault if device was lost. Also this adds trying to restore ↵Anton Fedchin
device if it was lost.
2015-10-13Use GetArtistString() methods to replace Join/m_musicItemSeparator approach ↵DaveTBlake
in various places.
2015-10-13Merge pull request #8202 from Montellese/fix_source_list_cachingMatthias Kortstiege
Clear the cached source listing when removing a video/music source
2015-10-13changed: enable ffmpeg tag reader for dsf filesArne Morten Kvarving
2015-10-13added: use FFmpeg tag loader for .mka filesArne Morten Kvarving
2015-10-13added: FFmpeg based tag loaderArne Morten Kvarving
2015-10-12[gui] fix missing path param in CGUIDialog::Open() after 447ec5bxhaggi
2015-10-12Merge pull request #8206 from kempniu/nfoparser-crlf-fixPär Björklund
Strip trailing newlines from URLs in NFO files for cURL 7.40+ compatibility
2015-10-12Remove artist vector from songDaveTBlake
Make song.albumartist private with get/set methods. Album artist and album title (strAlbum) belong to Album, but are initially held local to each song for processing during Album creation. Hence modification of this vector at any other time e.g. by JSON interface is not propagated to either the album artist credits or the database, and should be avoided. Remove artist vector from album Album artist data is held in vector of artist credits (names and Musicbrainz IDs etc.), so duplication in vector of strings unnecessary and lacks robustness. Correct Cue Sheet handling without artist vector Rebase and amend FileItem::SetFromAlbum so artist names displayed on albums list Add CMusicInfoTag::GetArtistString and replace calls that built string from artist vector. When tag data is derived from song or album (for subsequent display) it may not have artist vector because song (or album) artist credits are not populated. But song.strArtist is fetched from DB, and is what user wants to see displayed. Note since processing of ARTISTS tag was added the song.strArtist my be different from a concatonation of the artists from song_artist or album-artist tables. GetArtistString method for CSong and CAlbum. Artist desc is set when artist vector is set if empty.
2015-10-12changed: move ffmpeg read buffer definition so it is reusableArne Morten Kvarving
2015-10-12Merge pull request #8208 from un1versal/readmeRazzeee
[Readme] Useful links, add bug tracker link
2015-10-12[Readme] Useful links, add bug tracker linkun1versal
xexe got lost and confused and thought bug tracker wasnt in use, due to the feature request being only in forums. DIK I gave him a gallon of coffe and an IV xexe in forums (xe- in IRC) mentioned it and I agreed things can always be clearer so here is nothing.
2015-10-12Strip trailing newlines from URLs in NFO files for cURL 7.40+ compatibilityMichał Kępień
2015-10-12CGUIDialogSelect: clear the view control before it is saved in ↵Montellese
CGUIWindow::OnDeinitWindow() to be able to properly reset the scroll and offset positions
2015-10-12CGUIListContainer: also reset the list's offset and not just the cursor on ↵Montellese
GUI_MSG_LABEL_RESET
2015-10-12CGUIDialogSelect: fix focusing the first selected item when opening the dialogMontellese
2015-10-11Merge pull request #8147 from da-anda/confluence-3Dda-anda
Stereoscopic depth for Confluence