aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-01[curl] Accept all supported content encodings by defaultCraig Andrews
By setting CURLOPT_ACCEPT_ENCODING to "" by default, curl will request all supported content encodings. Users can still use the "Encoding" protocol option to override this behavior; setting "Encoding" to "" will cause CURLOPT_ACCEPT_ENCODING to not be set, resulting in curl not accepting any content encoding (matching the default behavior before).
2019-03-01Merge pull request #15506 from Memphiz/refreshrate_onstartMemphiz
[GraphicsContext] - add setting for only adjusting refresh rate on start
2019-03-01Merge pull request #15641 from peak3d/flipMarkus Pfau
[Android] Don't flip GLES if window was destroyed
2019-03-01[GraphicsContext] - add a setting to adjust refreshrate/resolution only on ↵Memphiz
playback start
2019-03-01Merge pull request #15510 from DaVukovic/fedoraCristiano Silva
[docs/README.Fedora] fixes and updates
2019-03-01[Android] Don't flip GLES if window was destroyedpeak3d
2019-03-01Merge pull request #15491 from vpeter4/wakeonaccessMartijn Kaijser
wake on access: fix crash on startup
2019-03-01Merge pull request #15537 from ronie/skin-fixesMartijn Kaijser
[skins] improvement & cosmetics
2019-03-01Merge pull request #15605 from hugegreenbug/masterMartijn Kaijser
Fixes a crash when a file's embedded art is invalid
2019-03-01Merge pull request #15614 from rmrector/die-die-my-musicvidMartijn Kaijser
[videodb]fix: Return empty InfoTag when looking up non-existent music video
2019-03-01Merge pull request #15615 from tylerszabo/year_1601_moviesMartijn Kaijser
[database] Verify date parsing when querying videos by year
2019-03-01Merge pull request #15635 from DaveTBlake/albumartistMBIDmatchMartijn Kaijser
[Music]Fix collaboration album tag processing MBID matching
2019-03-01Merge pull request #15633 from notspiff/various_fixesMartijn Kaijser
Various fixes
2019-03-01Merge pull request #15634 from linknetx/pvr-recordingKai Sommerfeld
[PVR] - Recording edit context menu visible when not supported
2019-03-01[PVR] Fix crash on channel switch when no pvr client is enabled.Kai Sommerfeld
2019-03-01[PVR] - Recording edit context menu still visible when not supported by backendlinknetx
2019-03-01fixed: put add-on instance creation/destruction in a critical sectionArne Morten Kvarving
if not, unloading/loading of so files leads to calls to no longer existent function pointers.
2019-03-01fixed: do not try to list empty directory in directory providerArne Morten Kvarving
2019-03-01various uninited variable usageArne Morten Kvarving
according to valgrind.
2019-02-28Merge pull request #15518 from kszaq/gles_unpackMartijn Kaijser
[GLES] Improve subtitle rendering
2019-02-28Merge pull request #15636 from peak3d/eosMartijn Kaijser
[Android] send BUFFER_FLAG_END_OF_STREAM to MediaCodec if EOF was detected
2019-02-28[Android] send BUFFER_EOF to MediaCdec if EOF was detectedpeak3d
2019-02-28Merge pull request #15631 from fritsch/androidextendedflushMartijn Kaijser
AESinkAudioTrack: Trace flush on deinitialize
2019-02-28Merge pull request #15622 from peak3d/eosMarkus Pfau
[Android] rework intermediate stream start / flush
2019-02-28Fix album artist name and Musicbrainz id tag matching fallback processing ↵DaveTBlake
when ALBUMARTISTS tag not provided
2019-02-28Merge pull request #15582 from DaveTBlake/PlayStopNoNextDave Blake
[Fix]Stop playback when next from last item in current playlist
2019-02-28[Android] SignalEndOfStream / start with I-Frame for h264 / h256peak3d
2019-02-28Merge pull request #14488 from FernetMenta/pauseKai Sommerfeld
VideoPlayer: set demuxer speed other than pause and normal
2019-02-28AESinkAudioTrack: Trace flush on deinitializefritsch
2019-02-27Merge pull request #15630 from Rechi/fix/windowsIncludeRechi
[fix] guard windows specific include
2019-02-27[fix] guard windows specific includeRechi
2019-02-27Merge pull request #15625 from peak3d/headplugMarkus Pfau
[Android] Check if ActiveAE is available if HEADSET_PLUG intent arrives
2019-02-26Merge pull request #15598 from rmrector/aspect-of-posterRyan Rector
Assign video library NFO thumb without aspect as poster
2019-02-26Merge pull request #15624 from ksooo/pvr-fix-listitemsKai Sommerfeld
[PVR][guiinfo] Fix/add support for ListItem.ParentalRating, VideoPlay…
2019-02-26[Android] Check if ActiveAE is available if HEAD_PLUGGED intent arrivespeak3d
2019-02-26[PVR][guiinfo] Fix/add support for ListItem.ParentalRating, ↵Kai Sommerfeld
VideoPlayer.Premiered, ListItem.Rating, VideoPlayer.Rating for PVR items.
2019-02-26fixed: We should always update stream details from player (fixes #15584)arnova
2019-02-26Merge pull request #15619 from peak3d/refclockMarkus Pfau
Fix refclock calculation
2019-02-26Fix refclock calculationpeak3d
2019-02-26Fix TCP buffer parsing to find JSON statements to correctly ignore escaped ↵DaveTBlake
quotes, and brackets when inside quote pairs.
2019-02-25[database] Verify date parsing when querying videos by yearTyler Szabo
2019-02-25[videodb]fix: Return empty InfoTag when looking up non-existent musicvideoRyan Rector
2019-02-25[lang][skin.estouchy] updated language files from TransifexAttila Jakosa
2019-02-25[lang][skin.estuary] updated language files from TransifexAttila Jakosa
2019-02-24Fixes a crash when a file's embedded art is invalidHugh N. Greenberg
2019-02-24Merge pull request #15602 from Rechi/cleanup/yajlRechi
[cleanup] remove yajl leftovers after 15017d865b
2019-02-24[cleanup] remove yajl leftovers after 15017d865bRechi
2019-02-24Merge pull request #15600 from Rechi/fix/dangling-elseRechi
silence dangling else warnings
2019-02-24silence dangling else warningsRechi
2019-02-23Set NFO thumb without aspect as posterRyan Rector
Small adjustment to #12612 to keep backward-compatibility with NFOs exported from Kodi 11 Eden scrapers.