aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-01-28[Confluence] cosmetics - fixes #14884ronie
2014-01-28platinum: add all currently applied patchesmontellese
2014-01-28only log when actually auto-selectedThomas Amland
2014-01-28[addons] group the texture invalidation under a Begin/CommitMultipleExecute ↵Jonathan Marshall
to speed up repository updates
2014-01-28[addondb] adds CAddonDatabase::GetAddonVersion() to speed up repository parsingJonathan Marshall
2014-01-28[addons] commit the broken status to the database within a ↵Jonathan Marshall
Begin/CommitMultipleExecute() block for speed
2014-01-28[database] add Begin/CommitMultipleExecute() to queue up multiple ↵Jonathan Marshall
ExecuteQuery() database operations, and commit them within a transaction - much faster for multiple inserts.
2014-01-28[addons] allow passing a database object into CheckDependencies. Saves many ↵Jonathan Marshall
Open/Close cycles, vastly speeding up dependency checking and thus repository updates
2014-01-28[addondb] use ExecuteQuery() and GetSingleValue() for BreakAddon/IsAddonBrokenJonathan Marshall
2014-01-28[addondb] use a single cartesian join query rather than multiple queries ↵Jonathan Marshall
when retrieving info on an addon
2014-01-28[addondb] move GetAddon(int) version to protected as it's not part of the ↵Jonathan Marshall
external API
2014-01-28[addondb] Search() and GetAddons() could return add-ons other than that with ↵Jonathan Marshall
highest version
2014-01-28[addonversion] adds empty() member to AddonVersion to save some unneeded ↵Jonathan Marshall
string compares
2014-01-28dxva2: bump maximum number of slieces for mpeg2Rainer Hochecker
Suggested by heleppkes on https://trac.ffmpeg.org/ticket/3133 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-01-28ffmpeg: dxva - backport bump max slices for mpeg2Rainer Hochecker
2014-01-28ffmpeg: dxva drop outdated patchesRainer Hochecker
2014-01-27Ensuring libbluray doesn't overwrite distro files on non-Darwin systemsDave Bendit
2014-01-27move HLS variant selection to a DVDInputStreamFFmpeg. DVDPlayer may not have ↵Thomas Amland
direct url
2014-01-26Merge pull request #4093 from ace20022/blu_logTrent Nelson
[bluray] Revise debug log messages.
2014-01-27[musicdb] songs with extensions that weren't lower-case couldn't be played. ↵Jonathan Marshall
fixes #14879
2014-01-26[ios7] - fix autorotation of external touchscreen controller (when using ↵Memphiz
tvout) on ios7 (by implementing the needed bits of the new orientation/rotation API as the old one vanished in ios7 runtime)
2014-01-26[bluray] Revise debug log messages.ace20022
2014-01-26[ios] - on the native onscreen keyboard make the heading a disabled ↵Memphiz
UITextField and align the text in both textfields to verticalcenter - before the vertical alignment was off (textfield was vertical top and the uilabel for the heading was vertical center which was a bit below compared to vertical center of a textfield)
2014-01-26Merge pull request #4003 from ace20022/bluray_fixes1Andreas Zelend
[bluray] Some fixes/improvements of bluray nav mode.
2014-01-26[gui] don't use auto-sized width/height to calculate the size of the parent ↵Jonathan Marshall
(in particular, grouplists auto-size currently)
2014-01-26[smartplaylist] fix incorrect field used for Studio/MPAA fields for ↵Jonathan Marshall
episodes. fixes #14875
2014-01-26[gui] fix setting state on controls inside groups inside containers. fixes ↵Jonathan Marshall
#14295
2014-01-25[Fix][bluray/geometry] Fix compiler warning about float -> int and int -> ↵ace20022
float conversions.
2014-01-25[bluray] Disable menu icon of the VideoOSD if a bluray is played in non nav ↵ace20022
mode.
2014-01-25[bluray] Make the infinite loop fix work with libbluray 0.2.1.ace20022
2014-01-25[Fix][bluray] Fix infinite loop if (next) bluray title can not be played.ace20022
For example this can happen when the next title is a bd-j title and libbluray has no bd-j support compiled in.
2014-01-25[Fix][bluray] Add HAVE_LIBBLURAY guard to BlurayDirectory.cpp.ace20022
2014-01-25[Fix][bluray] BD_EVENT_MENU and BD_EVENT_IDLE are independent of ↵ace20022
HAVE_LIBBLURAY_BDJ.
2014-01-24Merge pull request #4050 from elupus/archivefolderJoakim Plate
archives: avoid collapsing archive with single folder
2014-01-24(dvd/omx)player: make sure we restore output timestamps for text based subsJoakim Plate
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