aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-01-24Merge pull request #4081 from voguemaster/masterJoakim Plate
ffmpeg: Correctly handle cookies that specify a sub-domain.
2014-01-24Merge pull request #4082 from jmarshallnz/case_sensitive_infobooljmarshallnz
[info] don't ToLower() info conditions prior to resolving them
2014-01-24[info] don't ToLower() info conditions prior to resolving them - we need ↵Jonathan Marshall
only compare them caseless in the info store
2014-01-23Merge pull request #4075 from Karlson2k/fix_add_coverjmarshallnz
fix: FileItem::FindLocalArt: don't try to find fanart for "add" button
2014-01-24VideoThumbLoader::LoadItemLookup: don't try to load any art for "add" buttonKarlson2k
2014-01-24VideoInfoScanner::GetFanart: fix: don't dereference null pointerKarlson2k
2014-01-23Pivos: Speed up aborting addon repo update job.Trent Nelson
2014-01-24ffmpeg: correctly handle cookies that specify a sub-domainEli K
2014-01-24[settings] on skin change, ensure we reset the skin font to the default. ↵Jonathan Marshall
fixes #14858
2014-01-23Merge pull request #4063 from Montellese/play_using_resumejmarshallnz
videolibrary: add choice to resume video when using "Play using..." (fixes #14358)
2014-01-23Merge pull request #4073 from Montellese/videodb_clean_speedupjmarshallnz
videodb: speed up CleanDatabase()
2014-01-23platinum: lastPlaybackTime is in the "upnp" and not in the "dc" namespacemontellese
2014-01-23videodb: only re-draw progress bar when progress has changed in CleanDatabase()montellese
2014-01-23videolibrary: add choice to resume video when using "Play using..." (fixes ↵montellese
#14358)
2014-01-23Merge pull request #4051 from elupus/seekframeJoakim Plate
Seekframe
2014-01-23Merge pull request #3680 from Jalle19/fix-4k-detectionda-anda
fix false 4K detection on some 1080i and 3D sources
2014-01-23Properly handle cookies that specify a sub-domainEli K
2014-01-22Merge pull request #4065 from Montellese/remote_access_pathsjmarshallnz
Allow remote access to special://skin and special://profile/addon_data
2014-01-23[gui] static content in lists didn't correctly take into account hidden ↵Jonathan Marshall
items when determining which item to focus by default
2014-01-23[gui] don't set <width> to the parent if <width>auto</width> is specified.Jonathan Marshall
2014-01-22Merge pull request #4074 from ScudLee/ReplaceXSLTBuffersjmarshallnz
[scrapers] Replace Buffers before parsing XSLT nodes
2014-01-22Merge pull request #4071 from da-anda/pvr-channeliconda-anda
[PVR][language] use "icon" for all channel icon related settings and dialogs instead of "thumbnail"
2014-01-22[scrapers] Replace Buffers before parsing XSLT nodesLee Pollock
2014-01-22Merge pull request #4069 from uNiversaI/xboxTrent Nelson
Remove unused xbox string
2014-01-22Merge pull request #4059 from arnova/favourites_fixTrent Nelson
fixed: We should't try to xml load favourites:// paths
2014-01-22[PVR][Language] use "icon" for all channel icon related settings and dialogs ↵da-anda
instead of "thumbnail"
2014-01-22fixed: Cosmeticsarnova
2014-01-22fixed: We should't try to xml load favourites:// pathsarnova
2014-01-22Merge pull request #4062 from koying/fixdependsboostChris Browet
FIX: [depends]: boost: actually enable spinlock for shared_ptr multithread on arm
2014-01-22Remove unused xbox stringuNiversaI
This strings is linked to #: xbmc/video/dialogs/GUIDialogVideoSettings.cpp Since it doesnt exist there it must have been removed at an earlier date.
2014-01-22Fix redirected stream content-length. Fix #14647ulion
2014-01-21[WIN32] fixed typo.wsoltys
2014-01-21Merge pull request #4010 from wsoltys/buildsys3wsoltys
[WIN32] fixed: exit on build failure with pvr addons
2014-01-21[WIN32] fixed: exit on build failure with pvr addonsWiSo
2014-01-21FIX: [depends]: boost: actually enable spinlock for shared_ptr multithread ↵Chris "Koying" Browet
on arm
2014-01-21allow remote access to "special://profile/addon_data" directorymontellese
2014-01-21allow remote access to "special://skin" directorymontellese
2014-01-21videolibrary: fix flattening of seasons with "Hide watched" (fixes #14852)montellese
2014-01-21Merge pull request #4048 from koying/fixdroidkbdChris Browet
FIX: [droid] proper unicode with physical keyboard
2014-01-21FIX: [droid] proper unicode with physical keyboardChris "Koying" Browet
2014-01-21ADD: [jni] KeyCharacterMap classChris "Koying" Browet
2014-01-20Merge pull request #4060 from wsoltys/pvr_bugfixwsoltys
[PVR] bump add-ons (win32 bugfix)
2014-01-20Merge pull request #3989 from xhaggi/fix-channel-iconLars Op den Kamp
[pvr] fix: changed thumbnail not instantly applied in channel list (Ticket #14820)
2014-01-20coreae: when a flush is requested delay is zeroJoakim Plate
On seek, the flush was requested, but not performed when delay was requested, leading to stuttering on seek.
2014-01-20dvdplayer: avoid busy waiting for video renderers to get a bufferJoakim Plate
2014-01-20dvdplayer: always output the first frame after seek/startup without waitJoakim Plate
This make sure we get something new on display after seek, even if the next frame is to be displayed sometime later
2014-01-20dvdplayer: remove code that set limit on smallest frame rateJoakim Plate
This skips the "slow" motion video after seek, by instead starting playback when next frame is to be displayed
2014-01-20dvdplayer: use startpts as a time reference if no other is availableJoakim Plate
This avoids display of wrong time after seek, due to lack of timestamps
2014-01-20Merge pull request #3950 from fritsch/warning-textPeter Frühberger
Don't use hw decoders when doing multithreaded decoding
2014-01-20[PVR] bump add-ons (win32 bugfix)wsoltys