aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-05-29[rbp] Disable unimplemented settings optionspopcornmix
I've been through the settings carefully and have made any settings that are not implemented on Pi be not-visible. If and when support is added for probing capabilities of the media player then the hiding of unsupported options can be removed. Thanks to montellese for making this configuration so simple.
2013-05-27[warnings] - fixed a bunch of signed/unsigned comparision warningsMemphiz
2013-05-27[ios/atv2] - fix some warnings about signed/unsigned comparisionMemphiz
2013-05-27[ios] - fixed warning about non available selectorMemphiz
2013-05-27[platinum] - fix shadowed local varMemphiz
2013-05-26Merge pull request #2790 from ace20022/lang_stringArne Morten Kvarving
[Fix/Gui] Change the string format operation for language - name.
2013-05-26[Fix/Gui] Change the string format operation for language - name.ace20022
This prevents a possible crash while formatting the lang-name string for presentation in the audio dialog.
2013-05-25dvdplayer: don't call into audio device from non audio threadJoakim Plate
CoreAE has a bug where AddPackets is a blocking operation. This causes DVDAudio to blocked during this time. Since this is called from rendering thread, we end up blocking GUI/video rendering.
2013-05-25Merge pull request #2782 from ace20022/subs_kai_toastJoakim Plate
[GUI/Player] Proper subtitle lang-name string for kai toast
2013-05-25Merge pull request #2757 from FernetMenta/pvrstreamRainer Hochecker
pvr: fix channel switch for addons using other stream
2013-05-25Merge pull request #2731 from FernetMenta/zombieRainer Hochecker
Linux: fix handling of zombie processes
2013-05-24[GUI/Player] Generate a proper subtitle lang-name string for presentation in ↵ace20022
the osd. The format of the displayed subtitle string is same as in the settings dialog.
2013-05-24[AirPlay] - removed some unneeded ifdef guardsMemphiz
2013-05-24[AirPlay] - fix missing ifdef guards for airtunes/airplay on server stopMemphiz
2013-05-23settings: fix dependency defintion of videoscreen.screenmontellese
2013-05-23droid: fix crash on startup on some devicesCory Fields
2013-05-23build: fix Android build, probably othersCory Fields
2013-05-23settings: fix fallback of language region fillermontellese
2013-05-23Merge pull request #2738 from Montellese/fix_videoscreen_settingsSascha Montellese
settings: move dependency handling into CSettingsManager and fix videoscreen settings
2013-05-23[language] - fix swedish short date format - thx to blittanMemphiz
2013-05-23[AirPlay] - added missing ifdef checks for HAS_AIRPLAY and HAS_AIRTUNESMemphiz
2013-05-23ffmpeg: fixup compile error in patchJoakim Plate
2013-05-22ffmpeg: add patch file for vaapi fixJoakim Plate
2013-05-22vaapi: don't unmap non-existing bufferJoakim Plate
Some h264's can end up calling ff_vaapi_render_picture after a seek with no buffer allocated and vaUnmapBuffer will assert on a invalid buffer.
2013-05-21CGUIWindowSettingsCategory: remove wrong early return when updating a ↵montellese
delayed setting
2013-05-21Merge pull request #2717 from MartijnKaijser/settings_infoMartijn Kaijser
[language] add GUI setting descriptions
2013-05-21[language] add UI setting descriptionsMartijn Kaijser
2013-05-21Merge pull request #2763 from Montellese/settings_definition_cleanupSascha Montellese
settings: cleanup of the XML definition syntax
2013-05-21settings: use #define for XML tag parsingmontellese
2013-05-21settings: move <formatlabel> tag into <control> tagmontellese
2013-05-21settings: move <heading> tag into <control> tagmontellese
2013-05-21settings: move <addontype> tag into <constraints> tagmontellese
2013-05-21settings: move <allowempty> tag into <constraints> tagmontellese
2013-05-21settings.xml: remove unneeded <control> tags for action settingsmontellese
2013-05-21settings: move <dependencies> tag out of <control> tagmontellese
2013-05-21Merge pull request #2771 from ulion/remove_not_used_decoding_codeulion
Remove double decoding code introduced by a2f0c6db3500e50052d102e75eaeec7bd5a2b449
2013-05-21Remove double decoding code introduced by ↵ulion
a2f0c6db3500e50052d102e75eaeec7bd5a2b449.
2013-05-20[WIN32] fixed: delete vs created stuff as well on prepare-envwsoltys
2013-05-20[win32] always use IPv4 sockets on WinXP (because it doesn't support ↵montellese
dual-stack IPv4 and IPv6 sockets through IPV6_V6ONLY)
2013-05-20[win32] cosmetic change in WIN32Util.hmontellese
2013-05-19Merge pull request #2768 from Tolriq/rippathjmarshallnz
Add artist level to CD Audio rip path
2013-05-19CGUISliderControl: only switch between selectors on <Enter> if there are ↵montellese
more than one
2013-05-19[fix] show correct string after PR2626Martijn Kaijser
2013-05-19Add artist level to CD Audio rip pathTolriq
PR made as requested in http://forum.xbmc.org/showthread.php?tid=164044
2013-05-19remove duplicate code already executed by CNetworkServices::StartAirPlayServer()montellese
2013-05-19fix log message introduced by da347c4dacb9ef91883af47a19af6153ade5f137montellese
2013-05-19[win32] fix setsockopt calls in CreateTCPServerSocket to support dual-stack ↵montellese
IPv4 and IPv6
2013-05-19restructure CreateTCPServerSocket to check socket validity before using itmontellese
2013-05-19cosmetics: follow coding guidelines in CTCPServermontellese
2013-05-18localization: fix "xbmc/settings/foo.xml" to "system/settings/foo.xml"montellese