vuplus_xbmc
2013-12-30 wsoltysMerge pull request #3916 from Karlson2k/fix_update_win3...
2013-12-30 wsoltysMerge pull request #3927 from Karlson2k/fix_update_mysq...
2013-12-30 wsoltysMerge pull request #3928 from Karlson2k/fix_update_sqlite
2013-12-30 wsoltysMerge pull request #3195 from afedchin/win_vsync_def
2013-12-30 davilladroid: enabled amcodec, merry christmas from pivos
2013-12-30 davillafixed, arm alignemnet of am_sysinfo member under ICS
2013-12-30 davillapivos: refactor CAMLCodec to work with Android 4.0...
2013-12-29 montelleseCGUIDialogBoxBase: avoid duplicate code
2013-12-29 Jonathan Marshall[textlayout] ensure we reset the last used text when...
2013-12-29 Karlson2k[win32] Update sqlite to new bugfix version from same...
2013-12-29 Karlson2k[win32] Update mysql package, use "new" package type
2013-12-29 Jim Carroll[fix] ListItem.setInfo (or actually anything that takes...
2013-12-29 wsoltysRevert "[win32] Update sqlite to new bugfix version...
2013-12-29 Peter FrühbergerMerge pull request #3797 from FernetMenta/hdmiaudio
2013-12-29 wsoltysMerge pull request #3918 from Karlson2k/fix_update_sqlite
2013-12-29 Rainer HocheckerActiveAE: suspend hdmi audio during change of refresh...
2013-12-29 S. Davilladroid: changed, make sure we start with clean dirs...
2013-12-29 S. Davilladroid: fixed, do not fail removing files that might...
2013-12-28 Karlson2k[win32] Update sqlite to new bugfix version from same...
2013-12-28 Jonathan Marshall[musicdb] fix incorrect query for song by artist/album...
2013-12-28 montellesevideodb: fix SQL query in GetMatchingMusicVideo
2013-12-28 jmarshallnzMerge pull request #3905 from jmarshallnz/music_triggers
2013-12-28 Jonathan Marshall[musicdb] use a temporary table for the updating of...
2013-12-28 Chris BrowetMerge pull request #3917 from koying/fixdroidcpuload
2013-12-28 Chris BrowetMerge pull request #3911 from koying/fixdroidusbstorage
2013-12-28 Chris "Koying... FIX: [droid] cpu load info with vanilla ndk
2013-12-28 Karlson2k[win32] Use "new" package format for tinyxml
2013-12-28 Peter FrühbergerMerge pull request #3908 from fritsch/aefixes
2013-12-28 Chris "Koying... FIX: [droid] handle usb storage
2013-12-27 fritschActiveAE: Don't compare m_frames in CompareFormat ...
2013-12-27 fritschActiveAE: Fix some print cosmetics in ActiveAESink
2013-12-27 Jim CarrollMerge pull request #3907 from rbalint/groovy-workaround
2013-12-27 Balint ReczeyAdd comment to workaround
2013-12-27 Balint ReczeyWork around groovy failure with some JRE-s
2013-12-27 montelleseplatinum: fix parsing of upnp:actor in PltMediaItem
2013-12-27 Jonathan Marshall[musicdb] combine triggers so we have a single trigger...
2013-12-27 George YunaevFixed broken karaoke import due to change in songview
2013-12-27 George YunaevFixed karaoke lyrics delay when the whole words are...
2013-12-26 Jonathan Marshall[musicdb] remove duplicated trigger statement (already...
2013-12-26 Jonathan Marshall[mysql] table names should be case sensitive
2013-12-26 Martijn KaijserRevert "[fix] When the screensaver kicked in on windows...
2013-12-25 jmarshallnzMerge pull request #3841 from jimfcarroll/fix-14546
2013-12-25 S. Davilladroid: restore passthough for aml devices
2013-12-25 Jim CarrollCertain string in the ListItem need to be coerced from...
2013-12-25 Jim Carroll[fix] Make the Dictionary a template and handle String...
2013-12-24 ronieunify musicvideo icons
2013-12-24 S. Davilladepends: cosmetics
2013-12-24 jmarshallnzMerge pull request #3835 from jmarshallnz/infoscannerar...
2013-12-24 wsoltysMerge pull request #3897 from wsoltys/screensaverfix2
2013-12-24 ronieupdate README
2013-12-24 Jim Carrollcodegenerator handles typdefs - needed for Strnig and...
2013-12-24 davillaMerge pull request #3815 from ndogxj/patch-1
2013-12-24 WiSo[WIN32] changed: used repackaged libxslt and libxml2...
2013-12-24 jmarshallnzMerge pull request #3889 from jmarshallnz/fix_sortlabel...
2013-12-24 Jonathan Marshall[musicdb] adds setting to allow overriding of tag info...
2013-12-24 Jonathan Marshall[musicdb] construct the artist string from the artistCr...
2013-12-24 Jonathan Marshall[musicdb] drop use of GROUP_CONCAT in albumview and...
2013-12-24 night199uk[musicdb] add artist contributions (artists can have...
2013-12-24 night199uk[musicdb] fix artist fanart in infoscanner
2013-12-24 night199uk[musicdb] scan optimization - skip the scan if we don...
2013-12-24 Jonathan Marshall[musicdb] utilize AddAlbum() and UpdateDatabase*Info...
2013-12-24 Jonathan Marshall[musicdb] simplify parameter list of UpdateDatabase...
2013-12-24 Jonathan Marshall[musicdb] retrieve the song artist credits in GetSong
2013-12-24 night199uk[musicdb] use triggers for database consistency instead...
2013-12-24 Jonathan Marshall[musicdb] adds UpdateArtist() as a replacement for...
2013-12-24 Jonathan Marshall[musicdb] Adds HasArtistScrapedInfo/ClearArtistLastScra...
2013-12-24 Jonathan Marshall[musicdb] adds GetArtist() replacement for GetArtistInfo()
2013-12-24 Jonathan Marshall[musicdb] drop artistinfo table, merging with the artis...
2013-12-24 Jonathan Marshall[musicdb] Use GetArtistInfo() in ExportToXML to save...
2013-12-24 Jonathan Marshall[musicdb] If we're rescanning an album from tags (i...
2013-12-24 Jonathan Marshall[musicdb] adds UpdateAlbum and utilize this in the...
2013-12-24 Jonathan Marshall[musicdb] adds AddAlbum() wrapper and utilise this...
2013-12-24 Jonathan Marshall[musicdb] adds HasAlbumBeenScraped/ClearAlbumLastScrape...
2013-12-24 Jonathan Marshall[musicdb] Adds GetAlbum() and drop GetAlbumInfo()....
2013-12-24 Jonathan Marshall[musicdb] adds Merge functions to CAlbum, CArtist and...
2013-12-24 Jonathan Marshall[musicdb] adds infoSongs to CAlbum, so that songs can...
2013-12-24 Jonathan Marshall[musicdb] merge the album and albuminfo tables into one
2013-12-24 night199uk[musicdb] demise getalbuminfosongs/setalbuminfosongs...
2013-12-24 Jonathan Marshall[musicdb] Utilize GetAlbumInfo when exporting albums...
2013-12-24 Jonathan Marshall[musicdb] Adds album and song artist views, and move...
2013-12-24 night199uk[musicdb] make the dataset readers take offsets to...
2013-12-24 night199uk[musicdb] make getsongfromdataset take an sql record
2013-12-24 Jonathan Marshall[musicdb] fix: make sure we pass the progress dialog...
2013-12-24 night199uk[musicdb] fix: make the guidialog discography use artis...
2013-12-24 night199uk[musicdb] fix: album xml reader looks at wrong node
2013-12-24 night199uk[musicdb] fix: scanner can't be stopped
2013-12-24 Jonathan Marshall[musicdb] cosmetic: tidy up songview
2013-12-24 Jonathan Marshall[musicdb] cosmetic: have (Update|Add)Song should take...
2013-12-24 Jonathan Marshall[musicdb] cosmetic: tidy up the song table definition...
2013-12-24 Jonathan Marshall[musicdb] cosmetic: adds an UpdateSong() wrapper for...
2013-12-24 Jonathan Marshall[musicdb] cosmetic: use ExecQuery for UpdateSong
2013-12-24 Jonathan Marshall[musicdb] cosmetic: remove unused parameter from GetSon...
2013-12-24 night199uk[musicdb] cosmetic: whitespace removal
2013-12-24 night199uk[musicdb] cosmetic: tidy up musicdatabase.h
2013-12-24 night199uk[musicdb] cosmetic: fix some constness cosmetics
2013-12-24 night199uk[musicdb] cosmetic: missing whitespace
2013-12-24 night199uk[musicdb] cosmetic: delete unused function
2013-12-24 night199uk[musicdb] cosmetic: default values
2013-12-24 night199uk[musicdb] cosmetic: shift GetSong
2013-12-24 jmarshallnzMerge pull request #3758 from jmarshallnz/xslt_scraper
next