aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-04-05Merge pull request #849 from queeup/masteralanwww1 (Attila)
Turkish translation for master branch
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
Get rid of LIKE clauses for path matching as mysql has issues with slash escaping otherwise
2012-04-04Merge pull request #846 from xbmcfanboy/cleanup-whitespaceZeljko Ametovic
[cosmetic] cleanup trailing whitespace
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
This was completely broken if lsb_release did not exist. We actually check the release files now. Also, /etc/buildroot-release added.
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 ↵Memphiz
prevented compilation
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
We would crash when creating tiled thumbs because the pointer for delete[] would be at the end of the buffer.
2012-04-04cosmeticsspiff
2012-04-04added: option to automatically rip an audio cd on insertionspiff
credit giftie
2012-04-04Merge pull request #835 from davilla/dvdplayervideo-demux-queue-refactordavilla
refactor dvdplayervideo demux queue to include codec buffering
2012-04-04announce when database scanning is finished using "OnScanFinished" announceamet
2012-04-04Merge pull request #844 from xbmcfanboy/housekeeping-unneededarnova
Remove unneeded Reset() calls.
2012-04-04Remove unneeded Reset() calls.Curtis Bevan
2012-04-04Fixed: overloaded sqrt() function needs a nudge in the right directionGarrett Brown
Error message was: win32: 'sqrt' : ambiguous call to overloaded function while trying to match the argument list '(unsigned int)'. Could be 'sqrt(long double)', 'sqrt(float)' or 'sqrt(double)'
2012-04-04Merge pull request #842 from xbmcfanboy/housekeeping-stopsonginfomsgMatthias Kortstiege
Prevent firing event if song rating has not changed
2012-04-04Prevent firing event if song rating has not changedCurtis Bevan
2012-04-03Merge pull request #798 from jmarshallnz/vttc_texturecache_changesjmarshallnz
Cleanup and TextureCache changes
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
release: version bumps for 12.0 alpha1
2012-04-03release: version bumps for 12.0 alpha1theuni
Each merge window will be defined as an alpha release. Thus, the first commit in the next merge window should be a bump to 12.0 alpha2. For internal versioning that cannot be handled with strings, we use currentvers + .9 instead, so that versions are always incrementing. It's not nice to mix, but since they're for dev use only, confusion should be minimal. xbmc.addon will be 11.9.1 for the first alpha in the 12.0 release series, 11.9.2 for the second, etc. This way final release will be 12.0.0 as expected. configure.in is handled the same way.
2012-04-04allow resume on selected part of stack & stacking issues fixVoyager-xbmc
stacking dialog in GUIWindowVideoBase - code generalization in CApp::PlayStack clean up GetResumeItemString to use offset value from GetResumeItemOffset (for iso stacks)
2012-04-04drop hard limit of 2048x1080 for texture loading - it's bounded by the size ↵Jonathan Marshall
of screen anyway
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
incorrect usage of readlink(), strrchr() et. al. (read/write unallocated mem)
2012-04-03fixed: use the maxWidth and maxHeight passed into LoadTexture() in CJpegIO ↵Jonathan Marshall
for faster image loading
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
the remainder being done in DoWork()
2012-04-03use CTexture::LoadTexture() for loading images for caching, and ↵Jonathan Marshall
CPicture::CacheTexture() to cache the result. Allows CJpegIO for faster jpeg loading and scaling
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
for caching textures
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 ↵Jonathan Marshall
images appropriately