aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-05-02[cydia] - remote iconpack script - iconpack is not needed anymore - ↵Memphiz
http://mirrors.xbmc.org/apt/pre-release/ios/CydiaIcon.png is used for it - should be replaced with media/iOS/rounded/AppIcon57x57.png
2014-05-02[droid] new launcher icons + fetch launcher icons from media dirChris Koying Browet
2014-05-02[linux] make use of new iconsda-anda
2014-05-02[upnp] make use of new icons and add additional sizesda-anda
2014-05-02[osx] new icons + create icon from the iconsetJonathan Marshall
2014-05-02[webinterface] new faviconda-anda
2014-05-02new icons for media folderda-anda
2014-05-02[bookmark] fix resume bookmark from a plugin:// of stack:// items, thanks to ↵Jonathan Marshall
kit500
2014-05-02[gui] fix incorrect parsing of relative <width> and <height> tagsJonathan Marshall
2014-05-02Merge pull request #4614 from Montellese/upnp_player_loggingSascha Montellese
upnp: add some potentially useful logging to CUPnPPlayer::PlayFile()
2014-05-02Merge pull request #4616 from kit500/masterjmarshallnz
fix resume behavior for plugins with stack
2014-05-02Merge pull request #4601 from jmarshallnz/play_media_sort_orderjmarshallnz
[builtins] PlayMedia() should use a sort order appropriate for the items
2014-05-02Merge pull request #4615 from bombizombi/masterjmarshallnz
Fix for OSD auto hide not working
2014-05-02Merge pull request #4619 from fritsch/aefixesjmarshallnz
ActiveAE: correct time of buffered samples by resample ratio
2014-05-02Merge pull request #4626 from Voyager1/fix-trac15163jmarshallnz
[fix] only check video playlist status to determine fullscreen playback
2014-05-02Merge pull request #4624 from FernetMenta/paplayerjmarshallnz
paplayer: dvdplayercodec - check if seek is possible before trying to se...
2014-04-29Merge pull request #4539 from Matricom/amcodecdavilla
DVDCodecs: Condense and update HAS_LIBAMCODEC
2014-04-27Merge pull request #4602 from opdenkamp/pvrgothamGotham_rc1jmarshallnz
[PVR] bump add-ons
2014-04-27Merge pull request #4594 from FernetMenta/paplayerjmarshallnz
paplayer: proper handling of non seekable streams
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