aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-02-11Merge pull request #2219 from ulion/bump_darwin_samba_3_6_12Memphiz
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-11Merge pull request #2206 from popcornmix/fix_video_fifo_asshuceke
[rbp] Fix for broken ASS subtitles.
2013-02-11Merge pull request #2222 from ace20022/jsonrpc2Sascha Montellese
[json-rpc] fix Player.GetProperties' result "currentaudiostream" if there is no audio stream
2013-02-11Fix 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-11bump samba for darwin from 3.6.0 to 3.6.12ulion
2013-02-11Revert "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-10changed, refactor CSoftAEStream::GetDelay, CSoftAEStream::GetCacheTime and ↵davilla
CSoftAEStream::GetCacheTotal to be similar
2013-02-10fixed, CSoftAEStream::GetCacheTime was calculated wrongdavilla
2013-02-11bluray: factor out overlay functions to reduce code duplicationJoakim Plate
2013-02-11dvdplayer: Always make sure first image after open is outputJoakim Plate
This solves some still frame issues with blurays
2013-02-11dvdplayer: a disabled stream could be re-selected for bluray and dvdJoakim Plate
2013-02-11bluray: support BDJ menusJoakim Plate
2013-02-11bluray: support still framesJoakim Plate
2013-02-11overlays: support ARGB image overlaysJoakim Plate
2013-02-11dvdplayer: don't use OpenDefaultStreams() if something else dictateJoakim Plate
This works for both dvd and bluray navigation
2013-02-11fix compile on VS2010 - strtof is C++11, so use strtod and cast.Jonathan Marshall
2013-02-11use empty() rather than size() for determining the emptyness of the ↵Jonathan Marshall
transform stack
2013-02-11don'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-10Merge pull request #1712 from jmarshallnz/scrub_that_sliderjmarshallnz
Use floats for percentages in sliders
2013-02-11allow slider actions (volume/seek sliders) to have the precision of floats, ↵Jonathan Marshall
rather than being constrained to integral percentages
2013-02-11set, get, and store the percentage in the slider control as a floatJonathan Marshall
2013-02-10[WIN32] fixed a possible infinity loop during network enumeration.wsoltys
2013-02-10Merge pull request #2217 from MartijnKaijser/fix_13102jmarshallnz
name adding sources more user friendly. fixes #13102
2013-02-10Merge pull request #2193 from OpenELEC/git-version-changesMartijn Kaijser
configure.in: change check for 'VERSION' file:
2013-02-10name adding sources more user friendly. fixes #13102Martijn Kaijser
2013-02-10Merge pull request #2216 from LucasG2000/masterjmarshallnz
Corrected order parameters in Control.setAnimations
2013-02-11allows SetVolume builtin to take a floatJonathan Marshall
2013-02-10Corrected parameters order in Control.setAnimationsLucasG2000
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-10Merge pull request #2214 from fritsch/pa-fixJoakim Plate
AE: Fix resume after song change with Pulseaudio
2013-02-10AE: Pulse Audio fix resume between song change without crossfadefritsch
2013-02-10[osx/ios/atv2] - sync xcode projects for webdav writesupportMemphiz
2013-02-10[osx] - add hint to XQuartz to readme for trouble free compilation on ML ↵Memphiz
(10.8.x)
2013-02-10Merge pull request #2146 from MartijnKaijser/12584Martijn Kaijser
[visualizations] fix crash in goom fixes #12584
2013-02-10Merge pull request #2176 from ronie/python-sortmethoddavilla
[python] add missing sort methods
2013-02-10Merge pull request #2212 from asmaloney/compare_derefJoakim Plate
Fix comparison which should be a dereference
2013-02-10Merge pull request #2210 from asmaloney/fclose_fileJoakim Plate
Close file properly on error
2013-02-10Merge pull request #2209 from asmaloney/pixel_format_copy_pasteJoakim Plate
Copy-paste error results in skipping RENDER_FMT_YUV420P16
2013-02-10Merge pull request #2207 from asmaloney/for_loop_check_orderJoakim Plate
Index should be checked before indexing m_dlls
2013-02-10Merge pull request #2211 from asmaloney/copy_paste_conditionalMartijn Kaijser
Fix a copy-paste error in conditional
2013-02-10Fix a copy-paste error in conditionalAndy Maloney
2013-02-10Fix comparison which should be a dereferenceAndy Maloney
2013-02-10Close file properly on errorAndy Maloney
2013-02-10Copy-paste error results in skipping RENDER_FMT_YUV420P16Andy Maloney
2013-02-10Index should be checked before indexing m_dllsAndy Maloney
2013-02-10Merge pull request #2205 from koying/mirrorChris Browet
FIX: don't crash on buggy keymap xml
2013-02-10FIX: don't crash on buggy keymap xmlChris "Koying" Browet
2013-02-10Merge pull request #2199 from ulion/http_proxy_typeMartijn Kaijser
add gui setting for set proxy types curl supported, so we can support socks4/4a/5/5 with remote dns
2013-02-10Merge pull request #1567 from koying/masterChris Browet
ADD: filesystems: Write-enabled WEBDAV