Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-14 | [utils] Add missing const null check to CVariant move assignment operator | Garrett Brown | |
2015-10-14 | Merge pull request #8217 from ksooo/pvr-contextmenu-changes | Martijn Kaijser | |
[PVR] Some context menu cleanup | |||
2015-10-14 | [Confluence] Add 'Events' to Home screen's 'System' submenu. | Kai Sommerfeld | |
2015-10-14 | Merge pull request #8216 from fritsch/ffmpeg-2.8.1 | Martijn 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 events | Kai Sommerfeld | |
2015-10-14 | Merge pull request #7345 from koying/fixdroidheadsets | Chris Browet | |
FIX: [droid] handle audio headsets | |||
2015-10-14 | Merge pull request #8037 from koying/chgdroidcodec | Chris Browet | |
ADD: [droid] VP9 + decouple VC1/WMV | |||
2015-10-14 | Merge pull request #8158 from DaveTBlake/artist_vector_method | Razzeee | |
[Music] Tidy up CSong and CAlbum by removing artist vector | |||
2015-10-14 | Merge pull request #7540 from codesnake/amlogic_fullhd | Chris Browet | |
Enable true 1920x1080 output without upscaling on Amlogic-based devices | |||
2015-10-14 | FIX: [droid;amc] fix WMV3/VC1 | Chris "koying" Browet | |
2015-10-14 | Merge pull request #8218 from colejohnson66/master | Sam Stenvall | |
Show BluRay media flag for "BRRIP" | |||
2015-10-14 | Merge pull request #8219 from Jalle19/duplicate-recording-playback | Sam 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-14 | ADD: [droid] VP9 + decouple VC1/WMV | Chris "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 directories | montellese | |
2015-10-14 | [win32][binary addons] avoid relative paths in Batch files | montellese | |
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 NUL | montellese | |
2015-10-14 | [binary addons] fix handling of PACKAGE_DIR argument | montellese | |
2015-10-14 | [binary addons] fix typo in log message | montellese | |
2015-10-14 | Merge pull request #8215 from afedchin/fix_track_16311 | Anton Fedchin | |
[d3d11] Fixed segfault if device was lost. Also this adds trying to r… | |||
2015-10-13 | Minor cleanup to match naming convention in video database | Sean Kelly | |
To complement [xbmc][library] Fix export library #8152 | |||
2015-10-13 | Show BluRay media flag for `brrip` | Cole Johnson | |
2015-10-14 | Make sortorder descending default for lastPlayed | Kolja Lampe | |
2015-10-14 | Removed label2 and show value that is sorted by or fall back to duration. | Kolja Lampe | |
Add lastPlayed sortorder for music | |||
2015-10-13 | Merge pull request #8204 from ksooo/fix-channelnumber-switching | Kai Sommerfeld | |
[pvr] Fix errors after switching from using backend channel numbers to using kodi channel numbers and vica versa | |||
2015-10-13 | FFmpeg: Bump to 2.8.1-Jarvis-alpha4-HEVC | fritsch | |
2015-10-13 | Tidy up CAlbum creator use of albumartist | DaveTBlake | |
2015-10-13 | [pvr] context menu changes: use 'Record'/'Stop recording' in a consistent way | Kai 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-13 | Use GetArtistString() methods to replace Join/m_musicItemSeparator approach ↵ | DaveTBlake | |
in various places. | |||
2015-10-13 | Merge pull request #8202 from Montellese/fix_source_list_caching | Matthias Kortstiege | |
Clear the cached source listing when removing a video/music source | |||
2015-10-13 | changed: enable ffmpeg tag reader for dsf files | Arne Morten Kvarving | |
2015-10-13 | added: use FFmpeg tag loader for .mka files | Arne Morten Kvarving | |
2015-10-13 | added: FFmpeg based tag loader | Arne Morten Kvarving | |
2015-10-12 | [gui] fix missing path param in CGUIDialog::Open() after 447ec5b | xhaggi | |
2015-10-12 | Merge pull request #8206 from kempniu/nfoparser-crlf-fix | Pär Björklund | |
Strip trailing newlines from URLs in NFO files for cURL 7.40+ compatibility | |||
2015-10-12 | Remove artist vector from song | DaveTBlake | |
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-12 | changed: move ffmpeg read buffer definition so it is reusable | Arne Morten Kvarving | |
2015-10-12 | Merge pull request #8208 from un1versal/readme | Razzeee | |
[Readme] Useful links, add bug tracker link | |||
2015-10-12 | [Readme] Useful links, add bug tracker link | un1versal | |
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-12 | Strip trailing newlines from URLs in NFO files for cURL 7.40+ compatibility | Michał Kępień | |
2015-10-12 | CGUIDialogSelect: 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-12 | CGUIListContainer: also reset the list's offset and not just the cursor on ↵ | Montellese | |
GUI_MSG_LABEL_RESET | |||
2015-10-12 | CGUIDialogSelect: fix focusing the first selected item when opening the dialog | Montellese | |
2015-10-11 | Merge pull request #8147 from da-anda/confluence-3D | da-anda | |
Stereoscopic depth for Confluence |