aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-05[win32] Refactoring of GetSpecialFolder in WIN32Util.cppKarlson2k
Avoid using big array in stack
2013-08-05[win32] Refactoring of ResolveExecutablePath()Karlson2k
Avoid to store big array in stack
2013-08-05CUtil::GetHomePath fixes: for win32 expand wide string instead of UTF8Karlson2k
For all platforms: get executable path only when needed
2013-08-04music: hide progress dialog before opening the artist/album/song info dialogmontellese
2013-08-04Merge pull request #3044 from Karlson2k/fonts_handling_01jmarshallnz
Set of fixes for font processing
2013-08-04changed, replace unmanagable basic_keycodes array with keyMap. now we can ↵S. Davilla
actually see which scancodes match XBMCK_xxx keys
2013-08-04[webinterface.default] fix bad line breaks in base64 encoded images ↵montellese
(introduced by 187f825a4c53f04e510f7f5c9effa85f7edf12ff)
2013-08-04gles: fix compile error after 6b6e8fca1a79796fff51f5e54e5be91f45aae3e7Martijn Kaijser
2013-08-04gles: fix compile error due to unable to compile test glesJoakim Plate
2013-08-04Merge pull request #2231 from stupid-boy/CpuFreqMartijn Kaijser
cpu freq, cpu temp, gpu temp
2013-08-04Merge pull request #3035 from FernetMenta/dropfixJoakim Plate
dvdplayer video: fix unneeded drops.
2013-08-04gles: make use of gfx context to set scissorJoakim Plate
This should fix gui in 3d modes during video playback using bypass
2013-08-04dxva/vaapi: fix max resolution to allow 1080pJoakim Plate
2013-08-04[confluence] remove unused stringsMartijn Kaijser
2013-08-04[confluence] add document encoding headersMartijn Kaijser
2013-08-04[confluence] fix indenting to all tabsMartijn Kaijser
2013-08-04[confluence]remove comment syntax leftoverMartijn Kaijser
2013-08-04Merge pull request #3033 from sraue/fallbackpowerMartijn Kaijser
Disable Hibernate and Suspend related power options for Raspberry & Co. ...
2013-08-04Merge pull request #2703 from ace20022/cores_revisedMartijn Kaijser
[Cores] Revised with cppcheck
2013-08-04Merge pull request #2896 from Voyager1/protectplayerVoyager1
Protect Player!
2013-08-04move playspeed handling to CApplicationPlayerVoyager1
2013-08-04move IsPlaying-IsPaused-IsPlayingAudio-IsPlayingVideo to CApplicationPlayer ↵Voyager1
wrapper
2013-08-04First implementation of the CRenderCapture interfaceOhad Benjamin
RenderCapture implementation for RPi using DispmanX Minor changes that I reverted to the repo's version Changed snapshot taking to use g_RBP.CaptureDisplay() Removed unused fields, and changed implementation to use the width and height parameters
2013-08-04[rbp/omxplayer] Fix audio sync with visualisationpopcornmix
As GPU can buffer a few seconds of audio, and the visualisation is updated immediately, they are badly out of sync. The solution is to push the visualisation data through a queue, and retrieve it from queue when the media time is reached.
2013-08-04[rbp] Add screenshot implementation that includes video layerpopcornmix
As Pi doesn't use GL for video, a screenshot only contains UI. Need to use Pi specific function for screenshot.
2013-08-04ActiveAE: limit sampling rate to 48khz on SPDIFunknown
2013-08-04Fix seeking in audio files played over http for urls without file extensionMillencolin
2013-08-04paplayer/MP3codec: use float with (untampered) range -1.0 to 1.0 for proper ↵Daniel Scheller
mp3 playback gain (int32 conversion/shift resulted in -6db)
2013-08-04sync linux Makefile, Xcode projectS. Davilla
2013-08-04Protect Player!Voyager1
2013-08-04Support to handle additional content type audio/mpeg3Millencolin
2013-08-04Merge pull request #3046 from FernetMenta/pvrguideRainer Hochecker
pvr: try SwtichChannel when selecting a channel via EPG
2013-08-04Merge pull request #3047 from CharlieMarshall/patch-1Martijn Kaijser
Correct typo
2013-08-04Correct typoCharlie Marshall
2013-08-04pvr: try SwtichChannel when selecting a channel via EPGxbmc
2013-08-03Merge pull request #3045 from FernetMenta/resfixjmarshallnz
renderers: fix choosing best resolution
2013-08-04renderers: fix choosing best resolutionRainer Hochecker
2013-08-04CGUIFontTTFBase: Use real function names for log instead of hardcodedKarlson2k
2013-08-04CGUIFontTTFBase: don't use "printf" for errorsKarlson2k
2013-08-04CGUIFontTTFBase::RenderCharacter don't try to render character if character ↵Karlson2k
bitmap is empty
2013-08-04CGUIFontTTFBase: make "spacing_between_characters_in_texture" constKarlson2k
2013-08-04CGUIFontTTFBase::CacheCharacter: correctly process empty glyphs (spaces)Karlson2k
Empty glyphs (spaces) has zero width and if empty glyph is first cached letter than texture isn't allocated and function complains about "no texture".
2013-08-04GUIFontTTF: move m_textureScale calculation to right placesKarlson2k
2013-08-04CGUIFontTTFBase::CacheCharacter: free allocated glyph on errorKarlson2k
2013-08-04CGUIFontTTFGL::ReallocTexture log warning when allocated texture smaller ↵Karlson2k
than requested
2013-08-04CGUIFontTTFDX::ReallocTexture: Don't try to copy from empty textureKarlson2k
2013-08-04CGUIFontTTFGL::Begin: prevent crash on unallocated textureKarlson2k
2013-08-04GUIFontTTFDX: prevent crash on unallocated texture or unavailable Direct3D ↵Karlson2k
device
2013-08-03Merge pull request #3041 from Memphiz/rm_framemovejmarshallnz
[gui] - remove FrameMove from GUIDialog as it is not needed anymore
2013-08-03Merge pull request #3040 from FernetMenta/pvr3dRainer Hochecker
fixing pvr after stereoscopic pull