aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-18Merge pull request #3103 from ulion/fix_proxy_port_readingSascha Montellese
[Fix] Read proxy port setting using GetInt(). Fix #14310
2013-08-18Stop GUI_MSG_SETFOCUS floodstupid-boy
2013-08-18Merge pull request #3100 from ulion/fix_pil_loadMartijn Kaijser
Fix load of python module PIL egg.
2013-08-18[Confluence] fix position OSD buttonsronie
2013-08-18Merge pull request #3119 from jimfcarroll/documentation-fixesJim Carroll
Documentation fixes
2013-08-18A few more typo and format fixes in the API documentation.Jim Carroll
2013-08-18Merge pull request #3099 from Voyager1/fix-res-selectionVoyager1
[fix] Prevent auto-selection of interlaced resolution when matching FPS
2013-08-18fix interlaced rez selection if current is not interlacedVoyager1
2013-08-18fixed: restore ability to calibrate resolution pixel ratioJoakim Plate
Was broken by 3d merge
2013-08-18Merge pull request #3104 from fritsch/readrate-avsettingPeter Frühberger
Use advancedsetting to speed up ReadRate of players
2013-08-18Complete (re)cleanup of the API documentation of Control.h. Also remove an ↵Jim Carroll
extraneous 'n' from the API documentation in Window.h.
2013-08-18Use advancedsetting to speed up ReadRate in playersfritsch
2013-08-18Merge pull request #3108 from popcornmix/dvddisplaytimehuceke
[rbp/omxplayer] Handle displaytime more like dvdplayer
2013-08-18[rbp/omxplayer] Handle displaytime more like dvdplayerpopcornmix
We had various glitches when mixing seeking and trickplay with online streams or dvd content. This tries to match more closely what dvdplayer does and fixes some seek/trickplay jumping issues
2013-08-18Merge pull request #3109 from popcornmix/contiguousaudiohuceke
[rbp/omxplayer] Fix check for contiguous audio buffers
2013-08-18Merge pull request #3110 from popcornmix/volumelosshuceke
[rbp/omxplayer] Avoid loss of volume messages
2013-08-17Fixed some warnings when compiling using -O2Jim Carroll
2013-08-17Fix documentation indentation for Dialog::browseJim Carroll
2013-08-17Merge pull request #3118 from fritsch/pvr-fix-timeline-crashPeter Frühberger
PVR: Fix stopping when station timeline is open and user presses stop
2013-08-17Fix the documentation formatting for the rest of the API.Jim Carroll
2013-08-17Add missing documentation for the base class of the Control hierarchy.Jim Carroll
2013-08-17Add missing documentation for InfoTagVideoJim Carroll
2013-08-17Add the missing documentation for InfoTagMusicJim Carroll
2013-08-17PVR: Fix stopping when station timeline is open and user presses stopfritsch
2013-08-17[OverlayRenderGL] Fix corrupt pixels in graphical subspopcornmix
On Pi you can see a corrupt line of pixels on bottom and right edges of subtitle bounding box. This is due to using a subregion of a texture (due to the power of two rounding) and not ensuring the texture coordinates are inside the valid pixels. The easy solution is to use NPOT when available (always on GLES) and then the clamping works (as well as saving memory).
2013-08-17[win32] ignore skins.nsiMartijn Kaijser
2013-08-17GUIWindowSystemInfo optimizationstupid-boy
2013-08-16droid: fixed, useless verbose logging on new events and multiple input ↵davilla
events handling (seen with game controllers)
2013-08-17[win32] also package Touched skin into xbt file when buildingMartijn Kaijser
2013-08-17[win32] wipe addons from install folder empty on installMartijn Kaijser
2013-08-17[win32] make touched skin install optionalMartijn Kaijser
2013-08-16[win32]cosmetic: clean up the pvr addon names in the installerMartijn Kaijser
2013-08-16[win32] exclude non win32 addons on packagingMartijn Kaijser
2013-08-16[Fix] Extract PIL egg into site-packages' subdir to fix loadulion
2013-08-15[pgs/subs] - fix pgs subs vanishing to early by initialising the ↵Memphiz
pkt_timebase which was introduced in ffmpeg bump and which is used internally for calculating the pts of the pgs subs now
2013-08-15[AirPlay] - fixed typo in getting the airplay volume control setting - thx ↵Memphiz
to ulion for pointing it out
2013-08-15[rbp/omxplayer] Avoid loss of volume messagespopcornmix
There seems to be a race condition where the volume request arrives as the omx audio pipeline is being created. Restructure the volume messages to apply the initial volume as pipeline is being created, and add missing locks. This also reduces the differences between OMXPlayer and DVDPlayer
2013-08-15[rbp/omxplayer] Fix check for contiguous audio bufferspopcornmix
The check for contiguous audio buffers is not sufficient in #3022 causes problems with AAC audio
2013-08-15Merge pull request #3105 from ulion/osx_kick_screensaver_fixMemphiz
[OSX] Kickout screensaver if it's running. Fix #14271
2013-08-15Fix http directory item detection for items with querystringulion
2013-08-15[OSX] Kickout screensaver if it's runningulion
2013-08-15Small CGUIControl optimizationstupid-boy
2013-08-15[Fix] Read proxy port setting using GetInt().ulion
2013-08-14[ffmpeg] - backport "Fix compilation on ARM with android gcc 4.7" from ↵Memphiz
ffmpeg - fixes compilation on gcc 4.8 with ndk r9
2013-08-14Fix load of PIL egg by include its source files.ulion
2013-08-13[depends] - fix compilation of python26 when compiling for android on osx hostMemphiz
2013-08-13Merge pull request #3090 from night199uk/musicfixesnight199uk
[musicdb] Music DB fixes for a few of the recently reported issues
2013-08-13[musicdb] don't clean music library on scan (fix for deleting music when ↵night199uk
source is offline)
2013-08-13[musicdb] fix for duplicates when mixing musicbrainz & non-musicbrainz artistsnight199uk
2013-08-12Revert "[jenkins] - use a new method to determine the branch name by ↵Memphiz
ignoring the pr ref_spec - thx to theuni for figuring that out" This reverts commit afb5a6998c0c0a191e88ae53671df79fc00d55b2. It resulted in "undefined" branch name. Stick with the old method until someone decides its not working for all cases. Sry TheUni - but theory proved wrong ... ;)