Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-11 | fixed: added GetChannelInfo() to SIDCodec to get rid of the log spam. | WiSo | |
2012-08-11 | fixed: 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 sdk | davilla | |
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-10 | fixed, if gcc, __packed__ need to be in the correct place | davilla | |
2012-08-10 | changed: Only use player info for calculation + rename variable to make more ↵ | arnova | |
clear what it does | |||
2012-08-10 | fixed: set the current tag through the info manager | spiff | |
fixes potential threading issues | |||
2012-08-10 | added: set the current info manager item/tags through the appmessenger | spiff | |
will help avoid threading issues | |||
2012-08-10 | changed: bump python API to v2.1 | spiff | |
- 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-10 | Merge pull request #1242 from Memphiz/norateadjustwhileplayback | Memphiz | |
Don't adjust refreshrate back to RES_DESKTOP while movie is still playing... | |||
2012-08-10 | Merge pull request #1249 from Montellese/gsoc_xsp_artists | Sascha Montellese | |
[GSoC] artist-based smartplaylists | |||
2012-08-10 | changed: let us know about the actual skin version that's loading | vdrfan | |
2012-08-10 | Merge pull request #1263 from Montellese/iplayer_time | Sascha Montellese | |
IPlayer: change GetTotalTime() to return milliseconds in an int64_t | |||
2012-08-10 | changed: cosmetics in built-in function Skin.Theme | vdrfan | |
2012-08-10 | fixed: properly handle the color theme in built-in function Skin.Theme | vdrfan | |
2012-08-10 | fixed: built-in function Skin.Theme doesn't cycle themes (closes #13239) | vdrfan | |
2012-08-09 | videodb: 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 merge | WiSo | |
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-09 | cpluff: don't explicitly link libdl | Cory 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 initialisation | Memphiz | |
2012-08-09 | videodb: make sure there's a space before the "where" in the SQL queries of ↵ | montellese | |
SetDetailsForTvShow and SetDetailsForEpisode | |||
2012-08-09 | jsonrpc: remove "year" parameter from VideoLibrary.SetTVShowDetails | montellese | |
2012-08-09 | IPlayer: change GetTotalTime() to return milliseconds in an int64_t | montellese | |
2012-08-08 | Merge pull request #1236 from theuni/android-rebase-11 | Cory Fields | |
Add Android port | |||
2012-08-08 | [droid] add initial readme | Cory 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 confluence | Cory Fields | |
2012-08-08 | [droid] add android platform to GUIInfoManager | Cory Fields | |
2012-08-08 | [droid] don't cache android app icons | Cory 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 them | Cory 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 vfs | Cory Fields | |
2012-08-08 | [droid] add vfs for listing android apps | Cory Fields | |
The hostname/url stuff needs some help for sure. | |||
2012-08-08 | [droid] add generic CTouchInput handling logic | montellese | |
2012-08-08 | [droid] utils: add CVector utility class | montellese | |
2012-08-08 | [droid] add CTimer class | montellese | |
2012-08-08 | [droid] add AudioTrack cpufreq hacks for amlplayer | Cory Fields | |
2012-08-08 | [droid] add new internal player for amlogic based SoCs | davilla | |
2012-08-08 | [droid] add SetupKeyboardAutoRepeat function so we can blacklist devices | davilla | |
2012-08-08 | [droid] add additional player selection support | davilla | |
2012-08-08 | [droid] add renderer callback to support players that render outside gles | davilla | |
2012-08-08 | [droid] fix gles waveform vis | Cory Fields | |
Must have been busted by AE merge. | |||
2012-08-08 | [droid] fix gl spectrum vis | Cory 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 shutdown | Cory Fields | |
Can't release a surface if there window is already destroyed |