aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-08dvdplayer: don't use OpenDefaultStreams() if something else dictateJoakim Plate
This works for both dvd and bluray navigation
2013-04-08Improved code legibility.Juan Font
2013-04-08Avoid fps detection when probing the format if we will trust codec fps ↵Juan Font
during playback.
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 ↵fritsch
of 800 ms
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 ↵popcornmix
support for additional codecs. These are MJPEG, VP6, VP8 and Ogg Theora. They are software GPU accelerated and should be good for SD resolutions. This update should be harmless with firmware that doesn't support the new codecs - they will fail to open and behave as before.
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
This adds a new util function DarwinCFStringToString that handles errors and tries to first get the pointer otherwise copies the string into a std::string. It also makes sure to use CFStringGetSystemEncoding() everywhere so we don't get in trouble for using a hardcoded encoding.
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 ↵wsoltys
(fixes parts of #14245)
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 ↵ace20022
built in artist method if there's no "author" field in the tag.
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 ↵arnova
#14224)
2013-04-08fixed: We can only obtain the aspect & duration this way when the Process() ↵arnova
thread is running
2013-04-08Fixed: CAddon::HasSettings() was broken after a call to ↵Garrett Brown
CAddon::SaveSettings() on creation of user settings
2013-04-08Only add to preDeps when it's not in there.ulion
2013-04-08fixed: addoninstaller unguarded null pointer after ↵Voyager1
b0825b1a212849e52fca27409ea87e81591f7cf4
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 ↵Memphiz
crashes during shutdown on some system constellations (where removing the callback seems to also triggers the callback at the same time)
2013-04-08[atv2] - fix learned remote buttons for fwd and rewind ios 6.1 (atv2 5.2) - ↵Memphiz
apple changed the values for those for filling a gap in the enum i guess. Also those 2 buttons are repeatable - so handle them right for not firing 2 messages for one keypress (press, release)
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
http://feeds.xbmc.org has been created so that we can prevent this in the future. It is now a CNAME using the "MyBrand" feature at feedburner, which is up and running again after the latest news entry. With this set, we change we can modify the feed at any time in the future.
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
[lang] fixed: revert Serbian non cyrilic changes as they are wrong there
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 ↵Lars Op den Kamp
CEC has been disabled
2013-03-12[cec] extra guards around m_queryThreadLars Op den Kamp
2013-03-11[win32] add boost/shared_array.hpp needed since ↵montellese
92c7bf0e682a63baee3cd81a36468a346b16d5a8
2013-03-11[fix] build issue with std::min on some platforms.Jim Carroll