vuplus_xbmc
2014-01-28 Jonathan Marshall[addondb] use a single cartesian join query rather...
2014-01-28 Jonathan Marshall[addondb] move GetAddon(int) version to protected as...
2014-01-28 Jonathan Marshall[addondb] Search() and GetAddons() could return add...
2014-01-28 Jonathan Marshall[addonversion] adds empty() member to AddonVersion...
2014-01-26 Jonathan Marshall[musicdb] songs with extensions that weren't lower...
2014-01-26 Memphiz[ios7] - fix autorotation of external touchscreen contr...
2014-01-26 Memphiz[ios] - on the native onscreen keyboard make the headin...
2014-01-26 Andreas ZelendMerge pull request #4003 from ace20022/bluray_fixes1
2014-01-26 Jonathan Marshall[gui] don't use auto-sized width/height to calculate...
2014-01-26 Jonathan Marshall[smartplaylist] fix incorrect field used for Studio...
2014-01-25 Jonathan Marshall[gui] fix setting state on controls inside groups insid...
2014-01-25 ace20022[Fix][bluray/geometry] Fix compiler warning about float...
2014-01-25 ace20022[bluray] Disable menu icon of the VideoOSD if a bluray...
2014-01-25 ace20022[bluray] Make the infinite loop fix work with libbluray...
2014-01-25 ace20022[Fix][bluray] Fix infinite loop if (next) bluray title...
2014-01-25 ace20022[Fix][bluray] Add HAVE_LIBBLURAY guard to BlurayDirecto...
2014-01-25 ace20022[Fix][bluray] BD_EVENT_MENU and BD_EVENT_IDLE are indep...
2014-01-24 Joakim PlateMerge pull request #4050 from elupus/archivefolder
2014-01-24 Joakim PlateMerge pull request #4081 from voguemaster/master
2014-01-24 jmarshallnzMerge pull request #4082 from jmarshallnz/case_sensitiv...
2014-01-24 Jonathan Marshall[info] don't ToLower() info conditions prior to resolvi...
2014-01-24 jmarshallnzMerge pull request #4075 from Karlson2k/fix_add_cover
2014-01-24 Karlson2kVideoThumbLoader::LoadItemLookup: don't try to load...
2014-01-24 Karlson2kVideoInfoScanner::GetFanart: fix: don't dereference...
2014-01-23 Eli Kffmpeg: correctly handle cookies that specify a sub...
2014-01-23 jmarshallnzMerge pull request #4063 from Montellese/play_using_resume
2014-01-23 jmarshallnzMerge pull request #4073 from Montellese/videodb_clean_...
2014-01-23 montelleseplatinum: lastPlaybackTime is in the "upnp" and not...
2014-01-23 montellesevideodb: only re-draw progress bar when progress has...
2014-01-23 montellesevideolibrary: add choice to resume video when using...
2014-01-23 Joakim PlateMerge pull request #4051 from elupus/seekframe
2014-01-23 da-andaMerge pull request #3680 from Jalle19/fix-4k-detection
2014-01-23 Eli KProperly handle cookies that specify a sub-domain
2014-01-23 jmarshallnzMerge pull request #4065 from Montellese/remote_access_...
2014-01-23 Jonathan Marshall[gui] static content in lists didn't correctly take...
2014-01-23 Jonathan Marshall[gui] don't set <width> to the parent if <width>auto...
2014-01-22 jmarshallnzMerge pull request #4074 from ScudLee/ReplaceXSLTBuffers
2014-01-22 da-andaMerge pull request #4071 from da-anda/pvr-channelicon
2014-01-22 Lee Pollock[scrapers] Replace Buffers before parsing XSLT nodes
2014-01-22 Trent NelsonMerge pull request #4069 from uNiversaI/xbox
2014-01-22 Trent NelsonMerge pull request #4059 from arnova/favourites_fix
2014-01-22 da-anda[PVR][Language] use "icon" for all channel icon related...
2014-01-22 arnovafixed: Cosmetics
2014-01-22 arnovafixed: We should't try to xml load favourites:// paths
2014-01-22 Chris BrowetMerge pull request #4062 from koying/fixdependsboost
2014-01-22 uNiversaIRemove unused xbox string
2014-01-21 wsoltys[WIN32] fixed typo.
2014-01-21 wsoltysMerge pull request #4010 from wsoltys/buildsys3
2014-01-21 WiSo[WIN32] fixed: exit on build failure with pvr addons
2014-01-21 Chris "Koying... FIX: [depends]: boost: actually enable spinlock for...
2014-01-21 montelleseallow remote access to "special://profile/addon_data...
2014-01-21 montelleseallow remote access to "special://skin" directory
2014-01-21 montellesevideolibrary: fix flattening of seasons with "Hide...
2014-01-21 Chris BrowetMerge pull request #4048 from koying/fixdroidkbd
2014-01-21 Chris "Koying... FIX: [droid] proper unicode with physical keyboard
2014-01-21 Chris "Koying... ADD: [jni] KeyCharacterMap class
2014-01-21 wsoltysMerge pull request #4060 from wsoltys/pvr_bugfix
2014-01-21 Lars Op den... Merge pull request #3989 from xhaggi/fix-channel-icon
2014-01-20 Joakim Platecoreae: when a flush is requested delay is zero
2014-01-20 Joakim Platedvdplayer: avoid busy waiting for video renderers to...
2014-01-20 Joakim Platedvdplayer: always output the first frame after seek...
2014-01-20 Joakim Platedvdplayer: remove code that set limit on smallest frame...
2014-01-20 Joakim Platedvdplayer: use startpts as a time reference if no other...
2014-01-20 Peter FrühbergerMerge pull request #3950 from fritsch/warning-text
2014-01-20 wsoltys[PVR] bump add-ons (win32 bugfix)
2014-01-20 wsoltysMerge pull request #4056 from wsoltys/fix_upnp_crash
2014-01-20 arnovaMerge pull request #3963 from arnova/mkv_multi_cache
2014-01-20 arnovachanged: We should always check for multistream when...
2014-01-20 arnovachanged: Enable multicache for mkv files (fixes #13841)
2014-01-20 arnovaMerge pull request #4027 from arnova/file_cache_not_for...
2014-01-20 arnovafixed: Only force cache for video else it may cause...
2014-01-20 Rainer HocheckerMerge pull request #4025 from FernetMenta/audiopage
2014-01-19 ace20022[Fix][bluray] bd_menu_call( , ) returns 0 in case of...
2014-01-19 ace20022[bluray] Add debug logging.
2014-01-19 ace20022[bluray] Indentation cosmetics.
2014-01-19 wsoltysfixed: crash on exit when playing a file via upnp's...
2014-01-19 fritschSettings: Disable vdpau / vaapi / dxva2 / openmax if...
2014-01-19 fritschDVDVideoCodecFFmpeg: Disable hw acceleration when frame...
2014-01-19 fritschStrings: Update description and setting name for multi...
2014-01-19 Rainer HocheckerAE: rename setting speaker configuration
2014-01-19 Rainer HocheckerActiveAE: implement settings for ac3 transcode and...
2014-01-19 Rainer HocheckerAE: add settings to enable ac3 transcode and upmix...
2014-01-19 Chris BrowetMerge pull request #4053 from koying/quickpr
2014-01-19 Chris "Koying... FIX: [droid] prevent the os from shutting us down if...
2014-01-19 Trent NelsonMerge pull request #4020 from elupus/upnpplayer
2014-01-19 Joakim Platearchives: avoid collapsing archive with single folder
2014-01-19 Rainer HocheckerMerge pull request #4047 from FernetMenta/aefixes
2014-01-19 Peter FrühbergerMerge pull request #4045 from fritsch/pulseaudio-pr
2014-01-19 Rainer Hocheckerdvdplayer: fix audio codec ffmpeg, set buffer size...
2014-01-19 fritschAESinkPULSE: Fix default device (again)
2014-01-18 fritschActiveAE: Set m_encodedRate when doing transcoding
2014-01-18 fritschAESinkPULSE: Take care when using m_encodedRate when...
2014-01-18 ronie[Confluence] also display seekbar when osd is active...
2014-01-18 MemphizMerge pull request #4028 from Memphiz/iosbtcursors
2014-01-18 ronieMerge pull request #4043 from ronie/PR3979
2014-01-18 ronie[Confluence] reserve more space for pagecount/numitems...
2014-01-18 ronie[Confluence] cosmetics - part of trac #14844
2014-01-17 Martijn KaijserMerge pull request #4041 from stefansaraev/contributing
2014-01-17 Peter FrühbergerMerge pull request #4042 from fritsch/pulseaudio-pr
2014-01-17 fritschAESinkPULSE: Don't deactivate devices when callback...
next