aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-20ADDON: revert announcement interface, not thread safeRainer Hochecker
2016-04-20Fix kodi's global doxygen with add of missing macrosAlwin Esch
2016-04-20[ffmpeg] Use avsubtitle_free to free subtitle resourcesJonas Karlman
2016-04-20[ffmpeg] Reset extradata_size when freeing extradataJonas Karlman
2016-04-20[ffmpeg] Free ffmpeg resources early instead of waiting for destructorJonas Karlman
2016-04-20[omx] Handle extradata the same way as CDVDAudioCodecFFmpegJonas Karlman
2016-04-20[ffmpeg] Call av_packet_unref after av_read_frameJonas Karlman
2016-04-20[ffmpeg] Use avcodec_free_context to close and free codec contexJonas Karlman
2016-04-20[ffmpeg] Remove unused variables in encoderJonas Karlman
2016-04-20[ffmpeg] Use av_frame_free to free framesJonas Karlman
2016-04-20[ffmpeg] Skip null check for calls to av_freep, av_frame_free and swr_freeJonas Karlman
2016-04-19[ios] - fix missing song metadata in control center when music is scanned int...Memphiz
2016-04-19add default icon for roles noderonie
2016-04-19fixed: Wrong uses of StringUtils::StartWith() for paths etc. + cleanuparnova
2016-04-19Merge pull request #9556 from MaxKellermann/cleanup1Rainer Hochecker
2016-04-19Merge pull request #9627 from phil65/python_additionsPhilipp Temminghoff
2016-04-19GUIMediaWindow: include cleanupMax Kellermann
2016-04-19music/MusicDatabase: use vector::emplace_back() instead of push_back()Max Kellermann
2016-04-19video/VideoDatabase: use vector::emplace_back() instead of push_back()Max Kellermann
2016-04-19addon/AddonManager: use move operatorMax Kellermann
2016-04-19LangInfo: use vector::emplace_back() instead of push_back()Max Kellermann
2016-04-19addons/Skin: pass "const char *" to CStartupWindowMax Kellermann
2016-04-19addons/Skin: use vector::emplace_back() instead of push_back()Max Kellermann
2016-04-19BackgroundInfoLoader: use CFileItemList::IsEmpty() instead of Size()==0Max Kellermann
2016-04-19FileItem: use move operatorMax Kellermann
2016-04-19Merge pull request #9434 from DaveTBlake/RolesNodeDave Blake
2016-04-19Merge pull request #9625 from DaveTBlake/FixArtistTagRobustDave Blake
2016-04-19Merge pull request #9636 from ksooo/epg-load-performanceKai Sommerfeld
2016-04-18Improve handling of mis-matching numbers of Musicbrainz (Album) Artist Ids an...DaveTBlake
2016-04-18Merge pull request #9646 from FernetMenta/loggingRainer Hochecker
2016-04-18ffmpeg: reduce log spamRainer Hochecker
2016-04-18Merge pull request #9550 from phate89/ratingandvotes_labelphate89
2016-04-17Merge pull request #9619 from mapfau/whitelist_dllloaderRainer Hochecker
2016-04-17Merge pull request #9641 from wiromare/fix-debuginfo-posyRainer Hochecker
2016-04-17Merge pull request #9644 from Paxxi/openssl_fixMartijn Kaijser
2016-04-17New build of openssl that's not linked against debug vcruntimePär Björklund
2016-04-17Add core processing to support a Roles node that shows all the artist roles a...DaveTBlake
2016-04-17CDebugRenderer: fix debug info overlays alignmentwiromare
2016-04-17CAddonDatabase: only include addons from enabled and valid repositories when ...Thomas Amland
2016-04-17CAddonDatabase: invert enable check and include checksum to ensure invalid ve...Thomas Amland
2016-04-17CAddonDatabase: clear internal tables on addon syncThomas Amland
2016-04-17CAddonDatabase: refactor add/delete repository methodsThomas Amland
2016-04-17Merge pull request #9616 from tamland/fix_android_app_sourcetamland
2016-04-17Merge pull request #9638 from fritsch/1358574Rainer Hochecker
2016-04-17CID 1358574: Divide using a doublefritsch
2016-04-16[addons] Fix Coverty issue (DEADCODE)Garrett Brown
2016-04-16[controllers] Fix coverty issue (MISMATCHED_ITERATOR)Garrett Brown
2016-04-16[peripherals] Fix Coverty issues (UNINIT_CTOR)Garrett Brown
2016-04-16Remove unused #includesGarrett Brown
2016-04-16[PVR] EPG data import performance tuning.Kai Sommerfeld