aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-08dvdplayer: don't use OpenDefaultStreams() if something else dictateJoakim Plate
2013-04-08Improved code legibility.Juan Font
2013-04-08Avoid fps detection when probing the format if we will trust codec fps during...Juan Font
2013-04-08AE: ALSA: Try to get a minimum of 4 periods per bufferAnssi Hannula
2013-04-08AE: ALSA: Try to get 200ms buffer even if we did not get 50ms periodsizeAnssi Hannula
2013-04-08AE: Fix menu sounds by decreasing buffer(max 200 ms) and periodSize(50 ms)fritsch
2013-04-08AE: Revisit Device Opening. Try to set periodSize of 100 ms and BufferSize of...fritsch
2013-04-08changed, assert(0) is nasty, this could just be a bad audio packetdavilla
2013-04-08Add support for new video codecs Latest firmware has a start_x.elf with suppo...popcornmix
2013-04-08AE: possible segfault after suspend / resume (m_sink might be gone)fritsch
2013-04-08[Fix] xbmcvfs.exists to support check dir existence. fix #13789ulion
2013-04-08[Fix] ACTION_GESTURE_NOTIFY should not trigger video osd.ulion
2013-04-08[Fix] MouseStat use button.x/button.y for mouse button event.ulion
2013-04-08[Fix] Change from DarwinCFStringRefToString to DarwinCFStringRefToUTF8String.ulion
2013-04-08Remove all direct calls to CFStringGetCString and CFStringGetCStringPtrTobias Hieta
2013-04-08[Fix] work with non-ascii filter word which can not be seperated by space.ulion
2013-04-08fixed memory leak on minimized due to missing deletion of unused textures (fi...wsoltys
2013-04-08fxied - upnp: not all paths were /'d at the endS. Davilla
2013-04-08fix typo in ccdba4eAlasdair Campbell
2013-04-08upnp: use a better way to retain original directory ordering, fixes #14235Alasdair Campbell
2013-04-08upnp: hide unplayable items in fiels view fixes #13526Alasdair Campbell
2013-04-08upnp: missing info for music videos, fixes #14239 thanks to PulferAlasdair Campbell
2013-04-08[gtest] Fix compile: missing include fileGarrett Brown
2013-04-08[ASF Tag] Fix parsing of the artist tag. More precisely: fall back to the bui...ace20022
2013-04-08[ASF Tag] Fix parsing of the year tag, it's stored as string.ace20022
2013-04-08fixed: Some (live) streams no longer played since the Curl seek fix (fixes #1...arnova
2013-04-08fixed: We can only obtain the aspect & duration this way when the Process() t...arnova
2013-04-08Fixed: CAddon::HasSettings() was broken after a call to CAddon::SaveSettings(...Garrett Brown
2013-04-08Only add to preDeps when it's not in there.ulion
2013-04-08fixed: addoninstaller unguarded null pointer after b0825b1a212849e52fca27409e...Voyager1
2013-04-08fixed: prevent infinite loop in add-on dependency checksspiff
2013-04-08[dvdplayer] fix deadlock when trying to go to disc menuVoyager1
2013-04-08[airplay] - fix the playtime - itunes is very picky about the formatting hereMemphiz
2013-04-08[CA/AE] - make the devicelist change callback more robust - should fix crashe...Memphiz
2013-04-08[atv2] - fix learned remote buttons for fwd and rewind ios 6.1 (atv2 5.2) - a...Memphiz
2013-04-08Bump version to 12.2-PREMartijn Kaijser
2013-03-17[ios] fix versions12.1-FrodoS. Davilla
2013-03-17Bump version to Frodo 12.1Martijn Kaijser
2013-03-17[IOS] Fix popen crash during xbmc starting up, it not work ios and may crash.ulion
2013-03-17[AE] Initialize member vars.ace20022
2013-03-17Add missing audiochannels rule to PlayerSelectionRule.cpp. fixes #13536Lee Pollock
2013-03-14rss: fix xbmc.org feedCory Fields
2013-03-14fix copy-constructor of Buffer, which fixes xbmcvfs.read() (fixes #14183)montellese
2013-03-12Merge pull request #2429 from alanwww1/transifex-frodo-updatedavilla
2013-03-12[lang] fixed: revert Serbian non cyrilic changes as they are wrong therealanwww1
2013-03-12Fix code generate problem with binary string.ulion
2013-03-12[cec] and let's init m_queryThread to NULL so we won't crash on exit when CEC...Lars Op den Kamp
2013-03-12[cec] extra guards around m_queryThreadLars Op den Kamp
2013-03-11[win32] add boost/shared_array.hpp needed since 92c7bf0e682a63baee3cd81a36468...montellese
2013-03-11[fix] build issue with std::min on some platforms.Jim Carroll