aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-04-01Merge pull request #9514 from arnova/redact_fileitemMartijn Kaijser
changed: Redact username/pass inCFileItemList::RemoveDiscCache()
2016-04-01Merge pull request #9513 from OpenELEC/ffmpeg3-imxPeter Frühberger
[FFMPE3] rename legacy and now dropped codec id's
2016-04-01changed: Redact username/pass inCFileItemList::RemoveDiscCache() + drop user ↵arnova
log in SFTPFile
2016-04-01[FFMPE3] rename legacy and now dropped codec id'sStephan Raue
2016-04-01VideoReferenceClock: ModernizationKolja Lampe
2016-04-01[droid] implement video reference clockChris "Koying" Browet
2016-04-01IOS: update videoplayer.pauseafterrefreshchange to ↵fritsch
videoscreen.delayrefreshchange
2016-04-01CID 77505: Array compared against 0 (NO_EFFECT).ace20022
array_null: Comparing an array to null is not useful: "false", since the test will always evaluate as true.
2016-04-01Set DirectoryFactory::FileItem::bFolder to true to avoid expensive mime type ↵mapfau
lookup
2016-04-01Merge pull request #9494 from MaxKellermann/includes1Martijn Kaijser
Include cleanup in VideoPlayer, workaround for utils/RegExp.h
2016-03-31VideoPlayer: include cleanupMax Kellermann
Reduce header dependencies.
2016-03-31utils/Regexp: include stdlib.h before pcre.hMax Kellermann
Including pcre.h inside the namespace breaks the system headers, because pcre.h includes stdlib.h, and thus all stdlib.h definitions now live in that namespace. This did not break because Kodi's include order just happened to include stdlib.h before util/Regexp.h. By including stdlib.h manually right before opening the "PCRE" namespace, we work around this systematic problem. However, this workaround is fragile, and moving pcre.h into a namespace is still an ugly kludge. At least this makes some obvious problems go away, and allows us to clean up include dependencies/ordering.
2016-03-31VideoPlayer: drop outdated comment in DVDClockRainer Hochecker
2016-03-31paplayer: fix DVD_NOPTS_VALUE, return appropriate type on SeekRainer Hochecker
2016-03-31Merge pull request #9503 from FernetMenta/vplayerRainer Hochecker
VideoPlayer - cleanup
2016-03-31Merge pull request #9491 from fritsch/ffmpeg-3Peter Frühberger
FFmpeg: Bump to 3.0
2016-03-31Merge pull request #9411 from tamland/addon_recntly_updatedtamland
[addons] recently updated directory
2016-03-31[pvr] - adapt redefinition of DVD_NOPTS_VALUERainer Hochecker
2016-03-31VideoPlayer: drop obsolete method GetRenderResolutionRainer Hochecker
2016-03-31VideoPlayer: rendering cleanup, we do not render to screen or displayRainer Hochecker
2016-03-31Merge pull request #9444 from tamland/pvr_addon_db_hacktamland
remove pvr clients from addon repository table
2016-03-31Texture: Use 16 byte alignmentfritsch
2016-03-31FFmpeg 3.0 Transition: warn when external supplied buffers are not properly ↵fritsch
aligned Background: when ffmpeg is build with asm intrinsics memory adresses need proper alignment
2016-03-31IOS: explicitely disable videotoolbox (for now)fritsch
2016-03-31FFmpeg 3.0 Transition: Use 16 byte alignmentfritsch
2016-03-31FFmpeg 3.0 Transition: Alter changed mips compile paramsfritsch
2016-03-31FFmpeg 3.0 Transition: duration is int64_t now too - workaround can be droppedfritsch
2016-03-31FFmpegVideoDecoder: Trash entire classfritsch
2016-03-31FFmpeg 3.0 Transition: DVDOverlayCodecFFmpeg - use linesize and data directlyfritsch
2016-03-31FFmpeg: windows bumpAnton Fedchin
2016-03-31FFmpeg 3.0 Transition: Use AVPicture to AVFrame transitionfritsch
2016-03-31FFmpeg 3.0 Transition: Use av_packet_unref instead of av_free_packetfritsch
2016-03-31Demuxers / Codec: Request dcadec instead of libdcadecfritsch
2016-03-31FFmpeg: Replace libdcadec with internal hd aware dca decoderfritsch
2016-03-31FFMPEG: Bump depends version to 3.0 branchfritsch
2016-03-31Merge pull request #9333 from Tolriq/recordings_json_radioDave Blake
Add missing JSON support for recordings channel types.
2016-03-31Add missing JSON support for recordings channel types.Tolriq
2016-03-31Merge pull request #9371 from tamland/listprovider_info_dialogtamland
add info dialog support for directory providers
2016-03-31cleanup: move context menu dependency out of BaseContainer to ↵Thomas Amland
DirectoryProvider similar to info and select
2016-03-31[listprovider] add info dialog supportThomas Amland
2016-03-31cleanup and simplify video/music info dialog controller logicThomas Amland
2016-03-31[listprovider] make InfoTagType enum class. conflicts with namespace namesThomas Amland
2016-03-31Merge pull request #9470 from fetzerch/cmake_uacChristian Fetzer
[binary addons] Fix patch.exe usage on Windows
2016-03-30[binary addons] Bump patch.exe dependencyChristian Fetzer
Download a version of patch.exe that works with UAC and does not require admin permissions.
2016-03-30Merge pull request #9461 from DaveTBlake/SelectiveScrapingDave Blake
Music artist scraping more selectively to reduce traffic to online metadata sites.
2016-03-30Provide more selective scraping of online info for music artists.DaveTBlake
Check albumartistonly flag to only scrape song_artists when these artists are being shown. Initialise m_bClean so that "Query Info for all" works even when having not done a library update since last after power-up. Get scraping working for artists selected in custom nodes by role or in smart playlists Remove HasAlbumInfo, better to use GetContent and IsAlbum for decisions about album and artist scraping action availability.
2016-03-30Merge pull request #9486 from tamland/recursive_enablingtamland
[addons] enable dependencies when enabling addon
2016-03-30Merge pull request #9493 from tamland/fix_addon_enabling2tamland
[addons] fix edge cases part 2
2016-03-30Merge pull request #9479 from fritsch/coded_framePeter Frühberger
EncoderFFmpeg: Do not use deprecated attribute coded_frame
2016-03-30Merge pull request #9497 from FernetMenta/pvr2Rainer Hochecker
[pvr] - fix ignore client