aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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-18[videodatabase] fix 'replace file names with library titles' not working for ↵Matthias Kortstiege
episodes in directories
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-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-16Merge pull request #6962 from xhaggi/pvr-listitem-timer-epg-infoSascha Woo
[pvr] expose timer epg info for listitem labels
2015-04-16[pvr] expose timer epg info for listitem labelsxhaggi
2015-04-16Merge pull request #6915 from notspiff/quell_warningsMartijn Kaijser
Quell warnings and fix include paths
2015-04-16CLangInfo: fix GetMeridiemSymbol to return the proper string based on the ↵montellese
current 12/24-hour clock settings
2015-04-15Merge pull request #6892 from Karlson2k/mhd_upd_03jenkins4kodi
2015-04-15[omxplayer] Limit subtitle updates to avoid closed caption stutterspopcornmix
2015-04-15rbp: Use new dispmanx function for vsync callbackspopcornmix
2015-04-15[rbp] Add Pi 2 specific settings defaultspopcornmix
The Pi2 has fewer limitations compared to the Pi1 so some settings defaults should be changed. This disables omxplayer by default as dvdplayer is pretty usable on Pi2 We no longer need to warn against using ac3 transcode as it works fine We now default textures to 32bpp
2015-04-15[omximage] Increase timeout - this is sometimes hitpopcornmix
2015-04-15[rbp] Disable analogue output of sink when passthrough is enabledpopcornmix
The analogue and output of Pi Sink doesn't support passthrough. This also applies to the 'Both' (HDMI and Analogue) setting. If passthrough is enabled in GUI you get black screen and errors: https://discourse.osmc.tv/t/some-streams-are-staying-black/2311 We need to either disable passthrough or disable analogue. I think the best solution to this is to force HDMI output when passthrough is active. This allows a user to use receiver for videos with dts/ac3 and TV for music or lower quality formats.
2015-04-15[OMXAudio] Make stereoupmix and fixed behave more like dvdplayerpopcornmix
2015-04-15[jenkins/win32] - enable webserver unit testsMemphiz
2015-04-15Merge pull request #6939 from mkortstiege/dav-fileMatthias Kortstiege
[davfile] use PROPFIND for Stat() and Exists()