Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-10 | [rbp/omxplayer] reevaluate HasVideo/Audio after a stream change | huceke | |
2013-04-10 | [rbp/omxplayer] make sure we can also abort the open of a ffmpeg input stream | huceke | |
2013-04-10 | upnp: fix wrong library paths in container updates | Alasdair Campbell | |
2013-04-09 | Merge pull request #2541 from dagwieers/pthread_setname2 | jmarshallnz | |
Add missing thread names, improve existing thread names | |||
2013-04-10 | Add missing thread names, improve existing thread names | Dag Wieers | |
This extends on the work of PR #2323. Since thread names are limited to 15 characters, we reduced the length of the name (removing starting C, get rid of spaces, remove trailing Thread, ...) where it made sense. ``` xbmc02:~ # pstree -p 715 xbmc.bin(715)-+-{EPGUpdater}(798) |-{EventServer}(790) |-{PeripheralBus}(778) |-{PeripheralBus}(779) |-{PVRAddon}(800) |-{PVRAddon}(932) |-{PVRGUIInfo}(933) |-{PVRManager}(799) |-{SoftAE}(777) |-{TCPServer}(791) |-{XBPython}(783) |-{XBPython}(784) |-{XBPython}(786) |-{XBPython}(787) |-{XBPython}(955) |-{XBPython}(972) `-{xbmc.bin}(792) ``` I would like to see more specific names for XBPython, PeripheralBus and PVRAddon. And also get rid of the remaining xbmc.bin thread name. | |||
2013-04-09 | updated, gas-preprocessor.pl from https://github.com/mansr/gas-preprocessor | davilla | |
2013-04-09 | fixed, gas-preprocessor MUST see -arch switch or it will not self-configure ↵ | davilla | |
for the proper arch | |||
2013-04-09 | Merge pull request #2574 from ace20022/cleanup_fix | Arne Morten Kvarving | |
[DVDStreamInfo] Fix 'CDVDStreamInfo::operator=' | |||
2013-04-09 | [DVDStreamInfo] Return 'CDVDStreamInfo &' for 'operator=(const CDemuxStream& ↵ | ace20022 | |
right)'. | |||
2013-04-09 | Merge pull request #2577 from leechguy/CONTROL_AUTOLOGIN | Arne Morten Kvarving | |
Set autologin profile via the GUI | |||
2013-04-09 | Add ability to configure the auto login profile to SettingsProfile.xml | LeechGuy | |
2013-04-09 | Add GUI support for configuring the autologin profile in profiles.xml | LeechGuy | |
2013-04-09 | Merge pull request #2576 from manio/aeremap-fix | Arne Morten Kvarving | |
[AE] AERemap: Fix mixing front and rear channels in some setups | |||
2013-04-09 | Merge pull request #2570 from hmis/patch-1 | wsoltys | |
fixed: reading cdda via usb fails when requesting more than 10 sectors per read. | |||
2013-04-09 | [AE] AERemap: Fix mixing front and rear channels in some 5.1 setups | Mariusz Bialonczyk | |
Fix the case when the input announces BR and BL instead of SR and SL, e.g. when the following channels are in: input: FL FR FC LFE SL SR output: FL FR BL BR FC LFE This leads to wrong mix front and rear channels, (e.g. when playing AC3 test files). The commit is handling those cases. Special thanks to @fritsch for helping to track the problem down and initial test patches. | |||
2013-04-09 | Merge pull request #2493 from ↵ | ulion | |
ulion/video_info_scaner_not_log_err_for_actors_non_exists Check .actors dir exists before listing, to avoid produce error log, fix #14210 | |||
2013-04-09 | use tinyxml's Attribute() instead of QueryStringAttribute() to stay ↵ | montellese | |
compatible with tinyxml 2.5.x | |||
2013-04-09 | [win32][added] Hybrid shutdown on Windows 8 | a11599 | |
2013-04-09 | use tinyxml's Attribute() instead of QueryBoolAttribute() to stay compatible ↵ | montellese | |
with tinyxml 2.5.x | |||
2013-04-09 | Merge pull request #2568 from night199uk/cosmetics | night199uk | |
[musicdb] Cosmetics from the original MusicBrainz patch | |||
2013-04-09 | [musicdb] cosmetic: separate tag scanning out into a separate function | Chris Roberts | |
2013-04-09 | [musicdb] cosmetic: shuffle some code to a place where it makes more sense | Chris Roberts | |
2013-04-09 | [musicgui] cosmetic: reroll the album/artist GUI to make them much cleaner ↵ | Chris Roberts | |
and more logical | |||
2013-04-09 | [musicdb] cosmetic: Add HasArtistInfo and make GetArtistInfo use the views, ↵ | Chris Roberts | |
for consistency with albums | |||
2013-04-09 | Read CD audio USB drive bug fixed | hmis | |
libcdio seems to allow read no more than about 10 audio sectors at once when CD audio device is connected via USB. This patch makes XBMC read small number of sectors if default one fails. It uses more CPU but allows to use USB CD devices. Tested on GNU/Linux x86 and RPi. (On Rpi OMXPlayer does not play CD, but I can rip tracks). | |||
2013-04-09 | [DVDStreamInfo] Fix 'CDVDStreamInfo::operator=' should return ↵ | ace20022 | |
'CDVDStreamInfo &'. | |||
2013-04-08 | Merge pull request #2486 from arnova/flag_fix | arnova | |
fixed: Stream flags would show for non-video files/items (fixes #14176) | |||
2013-04-09 | added: Doxygen comments to CFileItem:IsAudio/IsVideo/IsPicture | arnova | |
2013-04-08 | fixed broken build, please ping a darwin dev so we can sync xcode project ↵ | davilla | |
files rather than discover broken builds | |||
2013-04-08 | fixed broken build, this is just getting sloppy, at least test compile your PRs | davilla | |
2013-04-08 | Pass action by const reference in CApplication::ExecuteInputAction() | Garrett Brown | |
2013-04-08 | Merge pull request #2563 from alcoheca/upnp-playlists | Alasdair Campbell | |
Upnp playlists | |||
2013-04-08 | Merge pull request #2182 from Montellese/xsp_grouping | Sascha Montellese | |
smartplaylists: add support for grouping | |||
2013-04-08 | [confluence] add controls for grouping in SmartPlaylistEditor.xml | montellese | |
2013-04-08 | CGUIWindowVideoBase: implement forced enabling/disabling of grouping into ↵ | montellese | |
movie sets | |||
2013-04-08 | CGUIDialogSmartPlaylistEditor: integrate group options | montellese | |
2013-04-08 | CSmartPlaylistDirectory: integrate mixed grouping | montellese | |
2013-04-08 | smartplaylists: add mixed grouping support | montellese | |
2013-04-08 | CSmartPlaylistDirectory: add support for grouping to music smartplaylists | montellese | |
2013-04-08 | musicdatabasedirectory: replace all the CDirectoryNode implementations that ↵ | montellese | |
provide a list of grouped items with CDirectoryNodeGrouped | |||
2013-04-08 | musicdb: add GetItems() to retrieve a list of items of a specific type and ↵ | montellese | |
GetItemById() | |||
2013-04-08 | musicdb: support filtering in GetYearsNav() | montellese | |
2013-04-08 | videodatabasedirectory: replace all the CDirectoryNode implementations that ↵ | montellese | |
provide a list of grouped items with CDirectoryNodeGrouped | |||
2013-04-08 | videodb: add GetItems() to retrieve a list of items of a specific type and ↵ | montellese | |
media and GetItemById() | |||
2013-04-08 | videolibrary: update library node XMLs to use the new grouping in smartplaylists | montellese | |
2013-04-08 | CSmartPlaylistDirectory: add support for grouping to video smartplaylists | montellese | |
2013-04-08 | smartplaylists: add <group> to group the results on a higher level (e.g. ↵ | montellese | |
genre, studio, director, ...) | |||
2013-04-08 | videodb: add Filter parameter to GetSetsNav() | montellese | |
2013-04-08 | musicdb: use strings instead of numbers in musicdb:// URL | montellese | |
2013-04-08 | CUPnPServer: fix bad videodb:// URL | montellese | |