aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-01-07[osx/ios] - bump curl version to 7.21.6 - this fixes issues with some ↵Memphiz
redirected urls (e.x. used by youtube) - HTTP 302 requests
2012-01-07[AirPlay] - send same user-agent as atv2 doesMemphiz
2012-01-07[AirPlay] - add more debug printoutsMemphiz
2012-01-07[AirPlay] - fix airplay when using iOS 5 clients. Some more reverse ↵Memphiz
engineering. - Apple uses AirTunes DRM for Server verification. In that case when closing the AirTunes stream we don't want to stop the player because the AirPlay video would stop instantly too
2012-01-07added system/librtmp.dll to .gitignore. libcurl brings this additional library.WiSo
2012-01-07[WIN32] bump libcurl to 7.21.6 to be in line with Linux and "future" OSXWiSo
2012-01-07[WIN32] fixed again: CLog doesn't need \nWiSo
2012-01-07Merge pull request #612 from wsoltys/airplaywsoltys
added IsZCdaemonRunning() to zeroconf to test availability of the daemon
2012-01-07[WIN32] cosmeticsWiSo
2012-01-07fix compile error on Linux after c8fb08f00589838e36cece6a5ce8122296cb601eRainer Hochecker
2012-01-07vdpau: draw black bars over corrupted top and bottom lines after deinterlacingRainer Hochecker
2012-01-06Merge pull request #613 from FernetMenta/mainline2Rainer Hochecker
critical fix for vdpau
2012-01-06[WIN] resize to stay fullscreen when using Windows 7 shortcuts ↵CrystalP
shift+windows+left/right in fullscreen mode
2012-01-06Merge pull request #594 from CrystalP/fix-cdtextcrashCrystalP
[WIN] fix crash when ejecting an audio CD
2012-01-06cosmeticCrystalP
2012-01-06Fix crash when ejecting a cd with cdtext.CrystalP
The memory for the cdtext information was allocated by xbmc but the libcdio routine was called for the cleanup. Different runtimes, heaps caused the crash. Used the opportunity to remove the dependency on the libcdio cdtext_t structure in internal use, and switched from c strings to CStdString.
2012-01-06changed: put resume bookmark at end of list in bookmark dialogspiff
2012-01-06fixed: video bookmarks not working properly for playable plugin:// itemsspiff
2012-01-06vdpau: fix segfault on recoveryxbmc
2012-01-06changed: we don't want or need \n in CLog (thanks davilla)WiSo
2012-01-06changed: replaced some OutputDebugStrings by CLog to have something in the ↵WiSo
logfile.
2012-01-06changed: only save the favourites if something changedvdrfan
2012-01-06changed: remove previously added favourites on addon uninstall (closes #12420)vdrfan
2012-01-06fixed: addon repository is not automatically fetched after installationvdrfan
2012-01-06[WIN32] implemented IsZCdaemonRunning() for win32WiSo
2012-01-06added IsZCdaemonRunning() to zeroconf to allow testing if the zeroconf ↵WiSo
daemon is running. returns true per default.
2012-01-05Merge pull request #610 from NEOhidra/masterMatthias Kortstiege
updated: Bulgarian translation (addon.xml files)
2012-01-06updated: Bulgarian translation (addon.xml files)NEOhidra
2012-01-05fixed Linux compiler errorWiSo
2012-01-05Make ExecuteAutorun work with multiple drivesCrystalP
2012-01-05fixed: mark playlist items as playable via listitem property 'IsPlayable' - ↵vdrfan
fixes issue with plugin:// URLs within playlists (closes #12415)
2012-01-05[nfs] - reuse already mounted contexts - this prevents the mounting of ↵Memphiz
already mounted exports when using pathsubstitution for thumbnails which has a different export then the movies export. This also speedsup scraping and thumbnail fetching when using path substitution in that constellation. It also might fix issues with WHS NFS Server which seems to just don't want all that mount spam
2012-01-05__attribute__ need to be followed by a keyword inside double parenthesesFneufneu
it fix build with clang
2012-01-05[WIN] restore previous windowed position when going fullscreen->windowed, or ↵CrystalP
center on screen if transitioning on a different screen than last time in windowed mode
2012-01-05[WIN] support to go fullscreen on the current screenCrystalP
If the window is overlapping two screens, go fullscreen on the monitor that has the largest area of intersection with the window.
2012-01-05Support for going fullscreen on current screen rather than always on primaryCrystalP
Needs an implementation in the platform WinSystem class to take effect.
2012-01-04Merge pull request #605 from dteirney/libcmythDavid Teirney
libcmyth fix for negative program length due to overflow during cast
2012-01-04[osx/ios] - fix airtunes when used from iTunes on a IPv6 enabled macMemphiz
2012-01-04[osx] fixed crash, channelMap can be null in some casesdavilla
2012-01-04cosmetics: langinfo has a incorrect Central Europe region setting(commit for ↵amet
ronie)
2012-01-04[metadata.tvdb.com] added imdb url nfo support (version 1.2.4)vdrfan
2012-01-04fixed: check for font files in special://home/spiff
2012-01-04Fixed overflow error with long long being cast to a long resulting in a ↵David Teirney
negative number on occasion. Typically this seems to have effected the program length of recordings. Thanks to Charles Barnwell from the MVPMC community for the patch.
2012-01-04[osx] changed from doing coreaudio reinit during display settings change ↵S. Davilla
from player into audio renderer
2012-01-03fixed: compilation failure with --disable-webserverelupus
Fixes issues mentioned @c5d1073a6c07d4fa49dfbed20a3e556351208e83
2012-01-03[osx] fixed, passthough audio can get borked when switching display ↵S. Davilla
settings, seems something in coreaudio gets messed up and we must reselect the audio stream in re-init coreaudio
2012-01-03[osx] changed, add more debug info via callbacksS. Davilla
2012-01-03fixed: added missing KEY_OK, KEY_ESC, KEY_INFO to devinput lircmapvdrfan
2012-01-03fixed: typo in MCE_via_iMON lircmapvdrfan
2012-01-03cleanup: removed old/unused codevdrfan