aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-22[jenkins] - fixed approach for detecting the current branch once and for all ↵Memphiz
(works for attached and detached heads and also for pull requests)
2013-08-22fixup broken build when enabling amlplayerdavilla
2013-08-22Merge pull request #3095 from FernetMenta/aefixesRainer Hochecker
AE: various fixes
2013-08-22AESinkALSA: limit maximum periodSize to bufferSize / 3 on the sink (fixes ↵fritsch
flac 5.1 96 khz via LPCM)
2013-08-22ActiveAE: do not set fading flag on a passthrough streamRainer Hochecker
2013-08-22ActiveAE: only request two channels when transcoding to AC3Rainer Hochecker
2013-08-22AE: fix setting audio mode, needs revisit after new audio settings have been ↵unknown
implemented
2013-08-22ActiveAE: load settings prior to opening a streamunknown
2013-08-22ActiveAE: check for valid ac3 sampling rates, fixes no sound for flac 96khz ↵Rainer Hochecker
when transcoding
2013-08-22[WASAPI] fixed: wrong multiplicator (thanks Voyager1).wsoltys
2013-08-22[WASAPI] fixed: use the more accurate GetDelay() for Drain().wsoltys
2013-08-22[WASAPI] fixed: return the right channel layoutwsoltys
2013-08-22ActiveAE: Fix refcounting with vizfritsch
2013-08-22AESinkOSS: Missed one reuse of format.m_dataFormat in ↵fritsch
4c536e960dfa5610bd62968feff1eebaada17c6d
2013-08-22AESinkOSS: Set required format for passthroughfritsch
2013-08-22AESinkOSS: Make sink usable in blocking modefritsch
2013-08-22ActiveAE: make sure GetDalay returns no negative valuesunknown
2013-08-22AESinkOSS: Implement Drain()fritsch
2013-08-22ActiveAE: fix volume amplificationunknown
2013-08-22AE: adapt limiter to planar formatsunknown
2013-08-22ActiveAE: do not pause stream when flushing itunknown
2013-08-22AE: WASAPI - fix GetDelayunknown
2013-08-22ActiveAE: faster flushing of streamunknown
2013-08-22dvdplayer: flush audio on close stream in case of nowaitunknown
2013-08-22ActiveAE: check for error during playbackunknown
2013-08-22ActiveAE: flush engine on flush stream if only one stream is activeunknown
2013-08-22ActiveAE: engage transcode for stereo if upmix is selectedunknown
2013-08-22AE: WASAPI - fix AddPackets for the case of provided frames are less than ↵unknown
buffer size
2013-08-22AudioEngine: Add AE_IS_PLANAR(x) macrofritsch
2013-08-22AE: add planar formats to end of enum, some other code relies on the orderunknown
2013-08-21[osx] - sync version to alpha7Memphiz
2013-08-21[airplay] - always force internal dvdplayer for airplaying, fixes non ↵Memphiz
working airplay if user has configured external player
2013-08-21Merge pull request #3116 from popcornmix/gfxsubcorruptpopcornmix
[OverlayRenderGL] Fix corrupt pixels in graphical subs
2013-08-21Merge pull request #3114 from stupid-boy/GUILabelControlMartijn Kaijser
GUILabelControl optimization
2013-08-21GUILabelControl optimizationstupid-boy
2013-08-21Merge pull request #3126 from cptspiff/fix_multiaddonArne Morten Kvarving
updated addon helpers
2013-08-20[cmake] fix tgz package and set zip as default cpack_generatorwsnipex
2013-08-20[cmake] add lto support againwsnipex
2013-08-20move to addon helpers. fits better and avoids duplication for win32spiff
2013-08-20[WIN32] removed prepare_addon_environment(). this is done in the prepare-env ↵wsoltys
step now.
2013-08-20[WIN32] added xbmc_find_path to find paths recursivelywsoltys
2013-08-20[WIN32] added a xbmc-config.cmake.win32 for windowswsoltys
2013-08-20updated addon helpersspiff
in particular, we now handle buildsystems which output several add-ons properly. real life case; screensavers.rsxs
2013-08-19Merge pull request #3115 from stupid-boy/GUIWindowSystemInfoMartijn Kaijser
GUIWindowSystemInfo optimization
2013-08-19fixed: cosmeticswsoltys
2013-08-19fixed: PrepareSQL in ViewDatabase.cpp was missing an argument.wsoltys
2013-08-19Merge pull request #2950 from ulion/http_directory_querystring_fixulion
Fix http directory item detection for items with querystring
2013-08-19epg timeline: Fix crash when no epgjanbar
Program terminated with signal 11, Segmentation fault. #0 EPG::CGUIEPGGridContainer::SelectItemFromPoint (this=this@entry=0x3286970, point=..., justGrid=justGrid@entry=false) at GUIEPGGridContainer.cpp:1317 1317 if (!m_gridIndex[channel + m_channelOffset][block + m_blockOffset].item)
2013-08-19Merge pull request #3094 from koying/fixstagefrightChris Browet
Various libstagefright fixes
2013-08-19Merge pull request #3091 from stupid-boy/GUIControlMartijn Kaijser
Small CGUIControl optimization