aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-27Merge pull request #4607 from koying/fixdroidstoragecrashjmarshallnz
FIX: [droid] crash when stat'ing /mnt/secure/asec on some devices (fixes #15148)
2014-04-27[tests] fix HttpHeader testJonathan Marshall
2014-04-27[tests] fix CharsetConverter.utf8To_UTF32LE test on osxJonathan Marshall
2014-04-27[osx] fix make build on osxJonathan Marshall
2014-04-26[gui] don't show the 'remote path not found' message on directory failure ↵Jonathan Marshall
unless it's a share. closes #15091, #15133.
2014-04-26[musicdb] joins against album and song artist views should be LEFT, as some ↵Jonathan Marshall
songs/albums have no artist. fixes #15149
2014-04-26Merge pull request #4575 from koying/fixdroidcolorjmarshallnz
FIX: [droid] missing color in labels
2014-04-26Merge pull request #4591 from amet/subs_fixesjmarshallnz
Subs search fixes
2014-04-26Merge pull request #4572 from arnova/rar_subsjmarshallnz
fixed: Downloading subs for rars was broken
2014-04-26Merge pull request #4579 from jmarshallnz/display_path_to_deletejmarshallnz
when deleting files, make sure we display the path
2014-04-26Merge pull request #4580 from jmarshallnz/anim_length_fixjmarshallnz
[guilib] animation length was calculated incorrectly from effects
2014-04-26Merge pull request #4583 from fritsch/xbmc-upstreamjmarshallnz
ffmpeg: Backport c94305ae23318c8956a30485cd5642829f4f16a9 to fix #15085
2014-04-26Merge pull request #4581 from FernetMenta/epgjmarshallnz
pvr: fix duplicate EPG IDs if EPG is not stored in database
2014-04-26Merge pull request #4593 from FernetMenta/dxvajmarshallnz
dxva-hd: fix past/future frames and a/v sync
2014-04-26Merge pull request #4589 from FernetMenta/aefixesjmarshallnz
ActiveAE: fix idling of engine due to high number of samples in sink buf...
2014-04-26Merge pull request #4587 from fritsch/xbmc-upstreamjmarshallnz
AlarmClock: Show correct string for shutdown timer
2014-04-26Merge pull request #4576 from koying/fixamcartjmarshallnz
FIX: [mediacodec] ART is not happy with non-existent values in map
2014-04-26Merge pull request #4598 from jmarshallnz/plugins_run_as_pluginsjmarshallnz
[plugins] ensure we lookup the add-on as a plugin before trying any other extension point
2014-04-26Merge pull request #4590 from tamland/nav-sound-fixjmarshallnz
Fix: navigation sounds from user config directory are never loaded
2014-04-26[musicdb] fix incorrect use of ComputeCRC, causing playcounts to not update. ↵Jonathan Marshall
Thanks to amet
2014-04-21DVDCodecs: Amlogic: Handle conditions in which amcodec should be opened ↵Brandon McAnsh
during Open() DVDCodecs: Amlogic: Use mpeg2 video codec for mpeg2's * AM Video Codec cannot properly handle the still-frames within DVDs Signed-off-by: Brandon McAnsh <brandonm@matricom.net> DVDFactoryCodec: Remove throttling of mpeg2 to libmpeg2 for amlogic * Thanks to @kszaq, am-mpeg2 can handle all mpeg2's however it can't handle the still frames (which is caught above it). * Testing .VOB isn't setting hint.stills to true so will need to address this in separate patch Signed-off-by: Brandon McAnsh <brandonm@matricom.net> DVDFactoryCodec: Further conditionalize HAS_LIBAMCODEC opening Signed-off-by: Brandon McAnsh <brandonm@matricom.net> DVDFactoryCodec: Amlogic: Force rmvb to ffmpeg Signed-off-by: Brandon McAnsh <brandonm@matricom.net> DVD: Amcodec: Handle conditions in which amcodec should be using during open * Instead of before Signed-off-by: Brandon McAnsh <brandonm@matricom.net>
2014-04-19fix incorrect release versionMartijn Kaijser
2014-04-18[release] version bump to 13.0 rc1Martijn Kaijser
2014-04-18Merge pull request #4578 from davilla/fix-mediacodecGotham_beta4Trent Nelson
[droid] fixed stutter under MediaCodec. We need to wait a little longer before we think the frame is late
2014-04-18[lang] removed duplicated Vietnamese languagetxtranslation
2014-04-18[lang] update of skin.confluence language filestxtranslation
2014-04-18[lang] update of core language filestxtranslation
2014-04-18[lang] update of internal addon language filestxtranslation
2014-04-18Merge pull request #4574 from FernetMenta/aefixesTrent Nelson
ActiveAE: recreate sink buffers if frame size has changed
2014-04-18Merge pull request #4573 from jmarshallnz/dxva_yuv_range_fixjmarshallnz
[dxvahd] attempt to fix colour range
2014-04-18Merge pull request #4546 from t-nelson/curl_no_more_than_two_in_multijmarshallnz
Curl multi-session fixes
2014-04-18Merge pull request #4158 from stefansaraev/mountjmarshallnz
udevprovider fixes
2014-04-18Merge pull request #4518 from astiob/convert_quadjmarshallnz
Clean up convert_quad slightly and fix subtitle corruption with new libass
2014-04-18fix album rating wasn't saved in the databaseJonathan Marshall
2014-04-16Merge pull request #4569 from koying/fixamcreleasebufferTrent Nelson
FIX: [mediacodec] properly release output buffer if AddProcessor is not called
2014-04-16Merge pull request #4567 from koying/fixamcbuffersTrent Nelson
FIX: [mediacodec] make sure the output buffer is released from the SurfaceView queue
2014-04-16Merge pull request #4557 from arnova/nginx_filesizeTrent Nelson
Nginx filesize was broken for some configs
2014-04-16Merge pull request #4547 from jesshaas/curl-socket-errorTrent Nelson
Add EINTR check to select in CCurlFile::FillBuffer. Fixes bug#15019
2014-04-16Merge pull request #4564 from koying/fixmediakeysTrent Nelson
FIX: [keyboard;droid] add mappable media keys for rewind and fastforward
2014-04-16Merge pull request #4568 from MartijnKaijser/fix_pydoc2Trent Nelson
[pydocs] update xbmc.PlaySFX example after 770091c
2014-04-16Merge pull request #4527 from Jalle19/fix-timeline-navigationTrent Nelson
[epg] Fix navigating to the sidebar with cursor keys
2014-04-16Merge pull request #4550 from koying/fixstfinbufsizeTrent Nelson
FIX: [stagefright] adjust input mediabuffer size
2014-04-16Merge pull request #4549 from koying/fixamcinitcolorTrent Nelson
FIX: [mediacodec] fixup initial output format for software rendering
2014-04-16gitignore: Add libstagefrightICS/MakefileBrandon McAnsh
Signed-off-by: Brandon McAnsh <brandonm@matricom.net>
2014-04-15Merge pull request #4554 from stefansaraev/webserverTrent Nelson
dont show kaitoast error when compiled with --disable-webserver
2014-04-15Merge pull request #4556 from MartijnKaijser/pydoc_fix1Trent Nelson
[pydocs] fix pydocs line ending and add additional information regarding...
2014-04-15Merge pull request #4537 from bkuhls/uclibcTrent Nelson
[uClibc] Fix compilation on arm
2014-04-15Merge pull request #4558 from koying/revertTrent Nelson
Revert "FIX: [mediacodec] reset if we are out of input buffers"
2014-04-15Merge pull request #4553 from stefansaraev/upnp-settingsTrent Nelson
[settings]: fix upnp category visibility when built with --disable-upnp
2014-04-15Merge pull request #4559 from koying/fixdroidpassthroughTrent Nelson
FIX: [droid] allow all boxes to enable passthrough (frodo way)