aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-05Merge pull request #849 from queeup/masteralanwww1 (Attila)
2012-04-05Confluence Turkish translate based on English strings commit 953c09c336queeup
2012-04-05Turkish translation based on English strings commit af46070895queeup
2012-04-05Merge pull request #804 from jmarshallnz/i_dont_like_pathsjmarshallnz
2012-04-04Merge pull request #846 from xbmcfanboy/cleanup-whitespaceZeljko Ametovic
2012-04-04[cosmetic] ': %s' instead of ':%s'Curtis Bevan
2012-04-04[cosmetic] cleanup trailing whitespaceCurtis Bevan
2012-04-04fixed: linux distro name findertheuni
2012-04-04[WIN32] changed: adapt .gitignore to new ffmpeg versionWiSo
2012-04-04explicitly cast to quell compiler warningspiff
2012-04-04[fix] - ffmpeg compilation on osx/ios had a stale --disable-openmp which prev...Memphiz
2012-04-04ffmpeg: disable ffmpeg's crystalhd implementation for nowtheuni
2012-04-04Handle libdl only being needed on Linux for dlopen, thx abs0davilla
2012-04-04Merge branch 'ffmpeg_0.10.2'elupus
2012-04-04{dvdplayer] avoid crashing if ffmpeg contains more than 100 streamselupus
2012-04-04full recently added update only after the DB scan is finishedamet
2012-04-04thumbs: fix crash introduced by c3d33bae.theuni
2012-04-04cosmeticsspiff
2012-04-04added: option to automatically rip an audio cd on insertionspiff
2012-04-04Merge pull request #835 from davilla/dvdplayervideo-demux-queue-refactordavilla
2012-04-04announce when database scanning is finished using "OnScanFinished" announceamet
2012-04-04Merge pull request #844 from xbmcfanboy/housekeeping-unneededarnova
2012-04-04Remove unneeded Reset() calls.Curtis Bevan
2012-04-04Fixed: overloaded sqrt() function needs a nudge in the right directionGarrett Brown
2012-04-04Merge pull request #842 from xbmcfanboy/housekeeping-stopsonginfomsgMatthias Kortstiege
2012-04-04Prevent firing event if song rating has not changedCurtis Bevan
2012-04-03Merge pull request #798 from jmarshallnz/vttc_texturecache_changesjmarshallnz
2012-04-04[WIN32] deleted UnRAR.exe as is shouldn't be needed anymore.WiSo
2012-04-03Add source to iscroll-min.js javascript library.Andres Mejia
2012-04-03refactor dvdplayervideo demux queue to include codec bufferingdavilla
2012-04-03Merge pull request #815 from theuni/versionbumpCory Fields
2012-04-03release: version bumps for 12.0 alpha1theuni
2012-04-04allow resume on selected part of stack & stacking issues fixVoyager-xbmc
2012-04-04drop hard limit of 2048x1080 for texture loading - it's bounded by the size o...Jonathan Marshall
2012-04-03[cosmetics] remove whitespaceamet
2012-04-03[cosmetics] display correct date, version and platform in xbmc python modulesamet
2012-04-03Merge pull request #817 from jmarshallnz/linux_timezoneArne Morten Kvarving
2012-04-03fixed: use the maxWidth and maxHeight passed into LoadTexture() in CJpegIO fo...Jonathan Marshall
2012-04-03extension of cached texture should be jpg or png based on transparencyJonathan Marshall
2012-04-03refactor texture background loader to use the new texture cache functionality.Jonathan Marshall
2012-04-03Add support for caching textures in a job directly from a texture objectJonathan Marshall
2012-04-03Split CTextureCacheJob::CacheImage() into DecodeImageURL and LoadImage, with ...Jonathan Marshall
2012-04-03use CTexture::LoadTexture() for loading images for caching, and CPicture::Cac...Jonathan Marshall
2012-04-03check for a valid picture before cachingJonathan Marshall
2012-04-03move texture caching jobs to a separate fileJonathan Marshall
2012-04-03add CPicture::CreateTiledThumb for faster creation of picture folder thumbsJonathan Marshall
2012-04-03add routines to scale and rotate images, allowing less dependence on cximage ...Jonathan Marshall
2012-04-03ensure we clear out cached art for paths when regenerating picture thumbsJonathan Marshall
2012-04-03add copy constructor to CBaseTextureJonathan Marshall
2012-04-03the large texture manager supplies exif information, so make sure we rotate i...Jonathan Marshall