Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-18 | Merge pull request #3103 from ulion/fix_proxy_port_reading | Sascha Montellese | |
[Fix] Read proxy port setting using GetInt(). Fix #14310 | |||
2013-08-18 | Stop GUI_MSG_SETFOCUS flood | stupid-boy | |
2013-08-18 | Merge pull request #3100 from ulion/fix_pil_load | Martijn Kaijser | |
Fix load of python module PIL egg. | |||
2013-08-18 | [Confluence] fix position OSD buttons | ronie | |
2013-08-18 | Merge pull request #3119 from jimfcarroll/documentation-fixes | Jim Carroll | |
Documentation fixes | |||
2013-08-18 | A few more typo and format fixes in the API documentation. | Jim Carroll | |
2013-08-18 | Merge pull request #3099 from Voyager1/fix-res-selection | Voyager1 | |
[fix] Prevent auto-selection of interlaced resolution when matching FPS | |||
2013-08-18 | fix interlaced rez selection if current is not interlaced | Voyager1 | |
2013-08-18 | fixed: restore ability to calibrate resolution pixel ratio | Joakim Plate | |
Was broken by 3d merge | |||
2013-08-18 | Merge pull request #3104 from fritsch/readrate-avsetting | Peter Frühberger | |
Use advancedsetting to speed up ReadRate of players | |||
2013-08-18 | Complete (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-18 | Use advancedsetting to speed up ReadRate in players | fritsch | |
2013-08-18 | Merge pull request #3108 from popcornmix/dvddisplaytime | huceke | |
[rbp/omxplayer] Handle displaytime more like dvdplayer | |||
2013-08-18 | [rbp/omxplayer] Handle displaytime more like dvdplayer | popcornmix | |
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-18 | Merge pull request #3109 from popcornmix/contiguousaudio | huceke | |
[rbp/omxplayer] Fix check for contiguous audio buffers | |||
2013-08-18 | Merge pull request #3110 from popcornmix/volumeloss | huceke | |
[rbp/omxplayer] Avoid loss of volume messages | |||
2013-08-17 | Fixed some warnings when compiling using -O2 | Jim Carroll | |
2013-08-17 | Fix documentation indentation for Dialog::browse | Jim Carroll | |
2013-08-17 | Merge pull request #3118 from fritsch/pvr-fix-timeline-crash | Peter Frühberger | |
PVR: Fix stopping when station timeline is open and user presses stop | |||
2013-08-17 | Fix the documentation formatting for the rest of the API. | Jim Carroll | |
2013-08-17 | Add missing documentation for the base class of the Control hierarchy. | Jim Carroll | |
2013-08-17 | Add missing documentation for InfoTagVideo | Jim Carroll | |
2013-08-17 | Add the missing documentation for InfoTagMusic | Jim Carroll | |
2013-08-17 | PVR: Fix stopping when station timeline is open and user presses stop | fritsch | |
2013-08-17 | [OverlayRenderGL] Fix corrupt pixels in graphical subs | popcornmix | |
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.nsi | Martijn Kaijser | |
2013-08-17 | GUIWindowSystemInfo optimization | stupid-boy | |
2013-08-16 | droid: 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 building | Martijn Kaijser | |
2013-08-17 | [win32] wipe addons from install folder empty on install | Martijn Kaijser | |
2013-08-17 | [win32] make touched skin install optional | Martijn Kaijser | |
2013-08-16 | [win32]cosmetic: clean up the pvr addon names in the installer | Martijn Kaijser | |
2013-08-16 | [win32] exclude non win32 addons on packaging | Martijn Kaijser | |
2013-08-16 | [Fix] Extract PIL egg into site-packages' subdir to fix load | ulion | |
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 messages | popcornmix | |
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 buffers | popcornmix | |
The check for contiguous audio buffers is not sufficient in #3022 causes problems with AAC audio | |||
2013-08-15 | Merge pull request #3105 from ulion/osx_kick_screensaver_fix | Memphiz | |
[OSX] Kickout screensaver if it's running. Fix #14271 | |||
2013-08-15 | Fix http directory item detection for items with querystring | ulion | |
2013-08-15 | [OSX] Kickout screensaver if it's running | ulion | |
2013-08-15 | Small CGUIControl optimization | stupid-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-14 | Fix load of PIL egg by include its source files. | ulion | |
2013-08-13 | [depends] - fix compilation of python26 when compiling for android on osx host | Memphiz | |
2013-08-13 | Merge pull request #3090 from night199uk/musicfixes | night199uk | |
[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 artists | night199uk | |
2013-08-12 | Revert "[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 ... ;) |