aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-08-11fixed: added GetChannelInfo() to SIDCodec to get rid of the log spam.WiSo
2012-08-11fixed: the data format for the sid codec was missing which produces a ↵WiSo
division by zero in paplayer.
2012-08-11[WIN32] changed: for most of the time we are only interested if we have a ↵WiSo
media in the optical drive or not. The tray status is legacy and only needed to toggle the drive. Because of user reports it seems that some drives don't like the request for the tray status and hang. Now we only request the tray status for toggle drive and not on startup of XBMC. For the next commit window I might move the drive methods (eject/open/toggle tray and getdrivestatus) to the media manager where it belongs.
2012-08-10[osx] fixed default sdk selector when compiling on 10.8 and force to 10.7 sdkdavilla
2012-08-10[osx] fixed, drop max sleep in full wait when adding audio data to keep from ↵davilla
hitting locks and dropping frames when OSD ('o') is up
2012-08-10[osx] fixed, 10.8 Mountain Lion breaks ↵davilla
CGLTexImageIOSurface2D/GL_YCBCR_422_APPLE with IOSurfaces, upload the old way for 10.8
2012-08-10[osx] fixed frame display order stutter, VDA under ATI GPUs need to run ↵davilla
synchronous
2012-08-10fixed, if gcc, __packed__ need to be in the correct placedavilla
2012-08-10changed: Only use player info for calculation + rename variable to make more ↵arnova
clear what it does
2012-08-10fixed: set the current tag through the info managerspiff
fixes potential threading issues
2012-08-10added: set the current info manager item/tags through the appmessengerspiff
will help avoid threading issues
2012-08-10changed: bump python API to v2.1spiff
- xbmc.Monitor (0ef8e7043f, ecc29a4) - addStreamInfo (2be4199) - content type for multi-content plugins (67ee34f) - sort title to setInfo (898cab7a) - resume point and total time override (13c0875fd) - startServer (f0e3806ce4c6) - add missing onPlayback* events (0ea2bdcf4) - vfs module extended (5a0237bcd) - artist title to setinfo (2a4d47ed22) - addControls and removeControls (9a6bfa1c78) - allow full-blown info labels (ae484f241)
2012-08-10Merge pull request #1242 from Memphiz/norateadjustwhileplaybackMemphiz
Don't adjust refreshrate back to RES_DESKTOP while movie is still playing...
2012-08-10Merge pull request #1249 from Montellese/gsoc_xsp_artistsSascha Montellese
[GSoC] artist-based smartplaylists
2012-08-10changed: let us know about the actual skin version that's loadingvdrfan
2012-08-10Merge pull request #1263 from Montellese/iplayer_timeSascha Montellese
IPlayer: change GetTotalTime() to return milliseconds in an int64_t
2012-08-10changed: cosmetics in built-in function Skin.Themevdrfan
2012-08-10fixed: properly handle the color theme in built-in function Skin.Themevdrfan
2012-08-10fixed: built-in function Skin.Theme doesn't cycle themes (closes #13239)vdrfan
2012-08-09videodb: fix missing metadata in video files view (fixes #1324313243)montellese
2012-08-09[WIN32] added git version to dump file name to make it easier to find the ↵WiSo
right pdb file.
2012-08-09[WIN32] fixed: enumerate DirectSound devices. got lost with the android mergeWiSo
2012-08-09[WIN32] changed from SSE2 to SSE for the XBMC main project and libsquash. ↵WiSo
There're still some users which uses XBMC with an Athlon XP :) enabled SSE for the debug target to have it equally to release.
2012-08-09cpluff: don't explicitly link libdlCory Fields
It's not needed and breaks bsd build
2012-08-09[all] - make adjustrefreshrate an option instead of a bool for deciding if ↵Memphiz
we switch refreshrates on player start/stop only or always when leaving/entering WindowFullscreenVideo
2012-08-09[cosmetics] - whitespaces and an unneeded string initialisationMemphiz
2012-08-09videodb: make sure there's a space before the "where" in the SQL queries of ↵montellese
SetDetailsForTvShow and SetDetailsForEpisode
2012-08-09jsonrpc: remove "year" parameter from VideoLibrary.SetTVShowDetailsmontellese
2012-08-09IPlayer: change GetTotalTime() to return milliseconds in an int64_tmontellese
2012-08-08Merge pull request #1236 from theuni/android-rebase-11Cory Fields
Add Android port
2012-08-08[droid] add initial readmeCory Fields
2012-08-08[droid] fixed, move EPC_AMLPLAYER to end of list so we do not break existing ↵davilla
scripts
2012-08-08[droid] show android apps next to scripts in confluenceCory Fields
2012-08-08[droid] add android platform to GUIInfoManagerCory Fields
2012-08-08[droid] don't cache android app iconsCory Fields
They're raw bitmaps of the best possible size already, so caching only hurts
2012-08-08[droid] intercept android icons and skip decoding themCory Fields
These are raw bitmaps, render them untouched. TODO: detect bpp rather than assuming 32 (though it seems to be a safe assumption currently)
2012-08-08[droid] hook up android app vfsCory Fields
2012-08-08[droid] add vfs for listing android appsCory Fields
The hostname/url stuff needs some help for sure.
2012-08-08[droid] add generic CTouchInput handling logicmontellese
2012-08-08[droid] utils: add CVector utility classmontellese
2012-08-08[droid] add CTimer classmontellese
2012-08-08[droid] add AudioTrack cpufreq hacks for amlplayerCory Fields
2012-08-08[droid] add new internal player for amlogic based SoCsdavilla
2012-08-08[droid] add SetupKeyboardAutoRepeat function so we can blacklist devicesdavilla
2012-08-08[droid] add additional player selection supportdavilla
2012-08-08[droid] add renderer callback to support players that render outside glesdavilla
2012-08-08[droid] fix gles waveform visCory Fields
Must have been busted by AE merge.
2012-08-08[droid] fix gl spectrum visCory Fields
Must have been busted by AE merge.
2012-08-08[droid] clear the depth buffer after rendering an addon.Cory Fields
This fixes slow GUI after vis/screensaver. We don't use the depth buffer, but addons do. Prior to this change, we were relying on them to clean up after themselves. They weren't, and it led to a ~25% gui slowdown after they'd started. TODO: We should be pushing lots more settings to our state block. A poorly written vis/ss could potentially mess with much of our state.
2012-08-08[droid] fix egl shutdownCory Fields
Can't release a surface if there window is already destroyed