Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-01 | Merge pull request #9514 from arnova/redact_fileitem | Martijn Kaijser | |
changed: Redact username/pass inCFileItemList::RemoveDiscCache() | |||
2016-04-01 | Merge pull request #9513 from OpenELEC/ffmpeg3-imx | Peter Frühberger | |
[FFMPE3] rename legacy and now dropped codec id's | |||
2016-04-01 | changed: Redact username/pass inCFileItemList::RemoveDiscCache() + drop user ↵ | arnova | |
log in SFTPFile | |||
2016-04-01 | [FFMPE3] rename legacy and now dropped codec id's | Stephan Raue | |
2016-04-01 | VideoReferenceClock: Modernization | Kolja Lampe | |
2016-04-01 | [droid] implement video reference clock | Chris "Koying" Browet | |
2016-04-01 | IOS: update videoplayer.pauseafterrefreshchange to ↵ | fritsch | |
videoscreen.delayrefreshchange | |||
2016-04-01 | CID 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-01 | Set DirectoryFactory::FileItem::bFolder to true to avoid expensive mime type ↵ | mapfau | |
lookup | |||
2016-04-01 | Merge pull request #9494 from MaxKellermann/includes1 | Martijn Kaijser | |
Include cleanup in VideoPlayer, workaround for utils/RegExp.h | |||
2016-03-31 | VideoPlayer: include cleanup | Max Kellermann | |
Reduce header dependencies. | |||
2016-03-31 | utils/Regexp: include stdlib.h before pcre.h | Max 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-31 | VideoPlayer: drop outdated comment in DVDClock | Rainer Hochecker | |
2016-03-31 | paplayer: fix DVD_NOPTS_VALUE, return appropriate type on Seek | Rainer Hochecker | |
2016-03-31 | Merge pull request #9503 from FernetMenta/vplayer | Rainer Hochecker | |
VideoPlayer - cleanup | |||
2016-03-31 | Merge pull request #9491 from fritsch/ffmpeg-3 | Peter Frühberger | |
FFmpeg: Bump to 3.0 | |||
2016-03-31 | Merge pull request #9411 from tamland/addon_recntly_updated | tamland | |
[addons] recently updated directory | |||
2016-03-31 | [pvr] - adapt redefinition of DVD_NOPTS_VALUE | Rainer Hochecker | |
2016-03-31 | VideoPlayer: drop obsolete method GetRenderResolution | Rainer Hochecker | |
2016-03-31 | VideoPlayer: rendering cleanup, we do not render to screen or display | Rainer Hochecker | |
2016-03-31 | Merge pull request #9444 from tamland/pvr_addon_db_hack | tamland | |
remove pvr clients from addon repository table | |||
2016-03-31 | Texture: Use 16 byte alignment | fritsch | |
2016-03-31 | FFmpeg 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-31 | IOS: explicitely disable videotoolbox (for now) | fritsch | |
2016-03-31 | FFmpeg 3.0 Transition: Use 16 byte alignment | fritsch | |
2016-03-31 | FFmpeg 3.0 Transition: Alter changed mips compile params | fritsch | |
2016-03-31 | FFmpeg 3.0 Transition: duration is int64_t now too - workaround can be dropped | fritsch | |
2016-03-31 | FFmpegVideoDecoder: Trash entire class | fritsch | |
2016-03-31 | FFmpeg 3.0 Transition: DVDOverlayCodecFFmpeg - use linesize and data directly | fritsch | |
2016-03-31 | FFmpeg: windows bump | Anton Fedchin | |
2016-03-31 | FFmpeg 3.0 Transition: Use AVPicture to AVFrame transition | fritsch | |
2016-03-31 | FFmpeg 3.0 Transition: Use av_packet_unref instead of av_free_packet | fritsch | |
2016-03-31 | Demuxers / Codec: Request dcadec instead of libdcadec | fritsch | |
2016-03-31 | FFmpeg: Replace libdcadec with internal hd aware dca decoder | fritsch | |
2016-03-31 | FFMPEG: Bump depends version to 3.0 branch | fritsch | |
2016-03-31 | Merge pull request #9333 from Tolriq/recordings_json_radio | Dave Blake | |
Add missing JSON support for recordings channel types. | |||
2016-03-31 | Add missing JSON support for recordings channel types. | Tolriq | |
2016-03-31 | Merge pull request #9371 from tamland/listprovider_info_dialog | tamland | |
add info dialog support for directory providers | |||
2016-03-31 | cleanup: move context menu dependency out of BaseContainer to ↵ | Thomas Amland | |
DirectoryProvider similar to info and select | |||
2016-03-31 | [listprovider] add info dialog support | Thomas Amland | |
2016-03-31 | cleanup and simplify video/music info dialog controller logic | Thomas Amland | |
2016-03-31 | [listprovider] make InfoTagType enum class. conflicts with namespace names | Thomas Amland | |
2016-03-31 | Merge pull request #9470 from fetzerch/cmake_uac | Christian Fetzer | |
[binary addons] Fix patch.exe usage on Windows | |||
2016-03-30 | [binary addons] Bump patch.exe dependency | Christian Fetzer | |
Download a version of patch.exe that works with UAC and does not require admin permissions. | |||
2016-03-30 | Merge pull request #9461 from DaveTBlake/SelectiveScraping | Dave Blake | |
Music artist scraping more selectively to reduce traffic to online metadata sites. | |||
2016-03-30 | Provide 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-30 | Merge pull request #9486 from tamland/recursive_enabling | tamland | |
[addons] enable dependencies when enabling addon | |||
2016-03-30 | Merge pull request #9493 from tamland/fix_addon_enabling2 | tamland | |
[addons] fix edge cases part 2 | |||
2016-03-30 | Merge pull request #9479 from fritsch/coded_frame | Peter Frühberger | |
EncoderFFmpeg: Do not use deprecated attribute coded_frame | |||
2016-03-30 | Merge pull request #9497 from FernetMenta/pvr2 | Rainer Hochecker | |
[pvr] - fix ignore client |