Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-11 | Merge pull request #2219 from ulion/bump_darwin_samba_3_6_12 | Memphiz | |
bump samba for darwin from 3.6.0 to 3.6.12 Fixes access to samba server running on osx 10.7 and later (was worked around by custom samba package via smbup which is superseeded by this). | |||
2013-02-11 | Merge pull request #2206 from popcornmix/fix_video_fifo_ass | huceke | |
[rbp] Fix for broken ASS subtitles. | |||
2013-02-11 | Merge pull request #2222 from ace20022/jsonrpc2 | Sascha Montellese | |
[json-rpc] fix Player.GetProperties' result "currentaudiostream" if there is no audio stream | |||
2013-02-11 | Fix the result of Player.GetProperties with param "currentaudiostream" for ↵ | ace20022 | |
video without an audio stream (index = -1). | |||
2013-02-11 | [rbp] Fix for broken ASS subtitles. | popcornmix | |
The video fifo patch broke some types of subtitles including ASS. This keeps closer track of when the sleep time would have ended and calls FlipPage at the appropriate time. I've also removed the 500ms in the sleep time calculation as that makes the subs render 500ms late. Not sure what its purpose was. | |||
2013-02-11 | bump samba for darwin from 3.6.0 to 3.6.12 | ulion | |
2013-02-11 | Revert "changed: No need to get FTP filetimes for Exists() calls" | arnova | |
This reverts commit e373cd521e758394b032f756117ec9175d349820. | |||
2013-02-10 | [osx] fixed error in CCoreAudioHardware::FormatsList, which is not actually ↵ | davilla | |
used anywhere :) | |||
2013-02-10 | changed, refactor CSoftAEStream::GetDelay, CSoftAEStream::GetCacheTime and ↵ | davilla | |
CSoftAEStream::GetCacheTotal to be similar | |||
2013-02-10 | fixed, CSoftAEStream::GetCacheTime was calculated wrong | davilla | |
2013-02-11 | bluray: factor out overlay functions to reduce code duplication | Joakim Plate | |
2013-02-11 | dvdplayer: Always make sure first image after open is output | Joakim Plate | |
This solves some still frame issues with blurays | |||
2013-02-11 | dvdplayer: a disabled stream could be re-selected for bluray and dvd | Joakim Plate | |
2013-02-11 | bluray: support BDJ menus | Joakim Plate | |
2013-02-11 | bluray: support still frames | Joakim Plate | |
2013-02-11 | overlays: support ARGB image overlays | Joakim Plate | |
2013-02-11 | dvdplayer: don't use OpenDefaultStreams() if something else dictate | Joakim Plate | |
This works for both dvd and bluray navigation | |||
2013-02-11 | fix compile on VS2010 - strtof is C++11, so use strtod and cast. | Jonathan Marshall | |
2013-02-11 | use empty() rather than size() for determining the emptyness of the ↵ | Jonathan Marshall | |
transform stack | |||
2013-02-11 | don't return the transform stack size from AddGUITransform or ↵ | Jonathan Marshall | |
RemoveTransform - unbalanced transforms is a bug in the code, not something we should be constantly checking for | |||
2013-02-10 | Merge pull request #1712 from jmarshallnz/scrub_that_slider | jmarshallnz | |
Use floats for percentages in sliders | |||
2013-02-11 | allow slider actions (volume/seek sliders) to have the precision of floats, ↵ | Jonathan Marshall | |
rather than being constrained to integral percentages | |||
2013-02-11 | set, get, and store the percentage in the slider control as a float | Jonathan Marshall | |
2013-02-10 | [WIN32] fixed a possible infinity loop during network enumeration. | wsoltys | |
2013-02-10 | Merge pull request #2217 from MartijnKaijser/fix_13102 | jmarshallnz | |
name adding sources more user friendly. fixes #13102 | |||
2013-02-10 | Merge pull request #2193 from OpenELEC/git-version-changes | Martijn Kaijser | |
configure.in: change check for 'VERSION' file: | |||
2013-02-10 | name adding sources more user friendly. fixes #13102 | Martijn Kaijser | |
2013-02-10 | Merge pull request #2216 from LucasG2000/master | jmarshallnz | |
Corrected order parameters in Control.setAnimations | |||
2013-02-11 | allows SetVolume builtin to take a float | Jonathan Marshall | |
2013-02-10 | Corrected parameters order in Control.setAnimations | LucasG2000 | |
The documentation states that setAnimations receives a list of tuples, every tuple being a pair (event, attr), for example: self.button.setAnimations([('focus', 'effect=zoom end=90,247,220,56 time=0',)]) This patch corrects a bug by which the order of the tuple is reversed, breaking Python scripts which send parameters in the order stated by the documentation. | |||
2013-02-10 | Merge pull request #2214 from fritsch/pa-fix | Joakim Plate | |
AE: Fix resume after song change with Pulseaudio | |||
2013-02-10 | AE: Pulse Audio fix resume between song change without crossfade | fritsch | |
2013-02-10 | [osx/ios/atv2] - sync xcode projects for webdav writesupport | Memphiz | |
2013-02-10 | [osx] - add hint to XQuartz to readme for trouble free compilation on ML ↵ | Memphiz | |
(10.8.x) | |||
2013-02-10 | Merge pull request #2146 from MartijnKaijser/12584 | Martijn Kaijser | |
[visualizations] fix crash in goom fixes #12584 | |||
2013-02-10 | Merge pull request #2176 from ronie/python-sortmethod | davilla | |
[python] add missing sort methods | |||
2013-02-10 | Merge pull request #2212 from asmaloney/compare_deref | Joakim Plate | |
Fix comparison which should be a dereference | |||
2013-02-10 | Merge pull request #2210 from asmaloney/fclose_file | Joakim Plate | |
Close file properly on error | |||
2013-02-10 | Merge pull request #2209 from asmaloney/pixel_format_copy_paste | Joakim Plate | |
Copy-paste error results in skipping RENDER_FMT_YUV420P16 | |||
2013-02-10 | Merge pull request #2207 from asmaloney/for_loop_check_order | Joakim Plate | |
Index should be checked before indexing m_dlls | |||
2013-02-10 | Merge pull request #2211 from asmaloney/copy_paste_conditional | Martijn Kaijser | |
Fix a copy-paste error in conditional | |||
2013-02-10 | Fix a copy-paste error in conditional | Andy Maloney | |
2013-02-10 | Fix comparison which should be a dereference | Andy Maloney | |
2013-02-10 | Close file properly on error | Andy Maloney | |
2013-02-10 | Copy-paste error results in skipping RENDER_FMT_YUV420P16 | Andy Maloney | |
2013-02-10 | Index should be checked before indexing m_dlls | Andy Maloney | |
2013-02-10 | Merge pull request #2205 from koying/mirror | Chris Browet | |
FIX: don't crash on buggy keymap xml | |||
2013-02-10 | FIX: don't crash on buggy keymap xml | Chris "Koying" Browet | |
2013-02-10 | Merge pull request #2199 from ulion/http_proxy_type | Martijn Kaijser | |
add gui setting for set proxy types curl supported, so we can support socks4/4a/5/5 with remote dns | |||
2013-02-10 | Merge pull request #1567 from koying/master | Chris Browet | |
ADD: filesystems: Write-enabled WEBDAV |