aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-04-18addonbrowser: hide info provider group if emptyThomas Amland
2015-04-18addonbrowser: hide orphaned node if emptyThomas Amland
2015-04-18addonbrowser: improve performance of orphan filteringThomas Amland
GetAllAddons is slow. avoid calling it for every addon we check
2015-04-18addonbrowser: move the more 'advanced' features to a manage sub-directoryThomas Amland
2015-04-18addonbrowser: improve 'running addons'. check with script invocation manager ↵Thomas Amland
if service is actually running
2015-04-18Merge pull request #6557 from tamland/uisound_addonstamland
UI sounds addons
2015-04-18Merge pull request #6964 from tamland/last_updated_propjenkins4kodi
2015-04-18Merge pull request #6889 from koying/chgdroidvolumejenkins4kodi
2015-04-18[infomanager] add listitem.endtime support for video itemsThomas Amland
2015-04-18addonbrowser: add 'Updated' window property containing the last datetime ↵Thomas Amland
repositories was checked for updates
2015-04-18Merge pull request #6969 from mkortstiege/fix-replace-filenamesjenkins4kodi
2015-04-18Merge pull request #6968 from ↵Matthias Kortstiege
Montellese/fix_musiclibrary_showallitems_setting_position settings: fix position of musiclibrary.showallitems setting
2015-04-18videodb: add a delete trigger for the files tablemontellese
2015-04-18[videodatabase] fix 'replace file names with library titles' not working for ↵Matthias Kortstiege
episodes in directories
2015-04-18[guilib] fadelabel not reading scroll tagMatthias Kortstiege
2015-04-17[confluence] shrink dialog as we have less items nowGlenn-1990
2015-04-17dvdplayer: reduce time for initial audio syncRainer Hochecker
2015-04-17Merge pull request #6961 from popcornmix/mmal_updatespopcornmix
[rbp/mmal] A collection of MMAL fixes from newclock4
2015-04-17Merge pull request #6970 from xhaggi/pvr-missing-videoplayer-info-label-episodejenkins4kodi
2015-04-17[mmalcodec] Move port format setup into init_voutpopcornmix
2015-04-17[mmalrenderer] Move dec_input_port_cb into classpopcornmix
2015-04-17[mmalcodec] Remove ReturnBuffer functionpopcornmix
2015-04-17[mmalcodec] Explicitly init variablespopcornmix
2015-04-17[mmal] Remove unused variablespopcornmix
2015-04-17[mmalcodec] Fix for inverted check for first framepopcornmix
2015-04-17[mmalrenderer] Avoid blank frame on resolution changepopcornmix
2015-04-17[mmalrenderer] logging update and remove a warningpopcornmix
2015-04-17[mmalrenderer] Reset m_buffers on PreInitpopcornmix
When switching rapidly between different files you sometimes ended up with a stale buffer
2015-04-17[mmalrenderer] Add auto select as explicit deinterlace methodpopcornmix
2015-04-17[mmalcodec] Also treat VS_INTERLACEMETHOD_NONE as disabledpopcornmix
2015-04-17[mmalrenderer] Add locking around m_droppedPicspopcornmix
2015-04-17[mmalcodec] Move m_output_busy into lockpopcornmix
2015-04-17[mmalrenderer] Avoid submitting a buffer to renderer twicepopcornmix
Bad things happen when submitting a buffer to renderer twice. We were attempting to protect against that with a flip count. However that was getting reset from AddProcessor, the the sequence: Decode->AddProcessor->RenderUpdate->AddProcessor->RenderUpdate could occur. Instead use a bit from the MMAL flags which is unlikely to get out of sync with the MMAL buffer.
2015-04-17[mmalcodec] Explicitly use fast deinterlace for HD and reduce buffers ↵popcornmix
allocated by 2
2015-04-17[pvr] adds missing videoplayer info label for episode namexhaggi
2015-04-17Merge pull request #6956 from popcornmix/sublimitpopcornmix
[omxplayer] Limit subtitle updates to avoid closed caption stutters
2015-04-17Merge pull request #6960 from popcornmix/cheapervsyncpopcornmix
rbp: Use new dispmanx function for vsync callbacks
2015-04-17[settings] only add a separator if it's not the first list item of the first ↵da-anda
settings group
2015-04-17[pvr] remove not used stringGlenn-1990
2015-04-17settings: fix position of musiclibrary.showallitems settingmontellese
2015-04-16Merge pull request #6963 from Montellese/fix_clanginfo_getmeridiemsymbolSascha Montellese
CLangInfo: fix GetMeridiemSymbol to return the proper string based on the current 12/24-hour clock settings
2015-04-16Merge pull request #6955 from popcornmix/analogue_passthroughpopcornmix
[rbp] Disable analogue output of sink when passthrough is enabled
2015-04-16Merge pull request #6606 from VioletRed/dev/Isengard/musicvideo_playlistsjenkins4kodi
2015-04-16Merge pull request #6957 from popcornmix/emptyfillleakpopcornmix
[omxplayer] Handle failures from EmptyThisBuffer and FillThisBuffer
2015-04-16Merge pull request #6890 from da-anda/settings-stringsMartijn Kaijser
[UX] improve some strings used in settings
2015-04-16[omxplayer] Handle failures from EmptyThisBuffer and FillThisBufferpopcornmix
Avoid leak of buffer as seen in PR6260
2015-04-16Merge pull request #6958 from popcornmix/pi2_settingspopcornmix
[rbp] Add Pi 2 specific settings defaults
2015-04-16Merge pull request #6959 from popcornmix/omxtimeoutpopcornmix
[omximage] Increase timeout - this is sometimes hit
2015-04-16Merge pull request #6954 from popcornmix/stereo_upmixpopcornmix
[OMXAudio] Make stereoupmix and fixed behave more like dvdplayer
2015-04-16[stringutils] do not capitalize after apostrophesMatthias Kortstiege