Commit Graph

76 Commits

Author SHA1 Message Date
ryan durand
0f0464a30e Updating copyright for Engine Runtime.
#rnx
#rb none


#ROBOMERGE-OWNER: ryan.durand
#ROBOMERGE-AUTHOR: ryan.durand
#ROBOMERGE-SOURCE: CL 10869210 via CL 10869511 via CL 10869900
#ROBOMERGE-BOT: (v613-10869866)

[CL 10870549 by ryan durand in Main branch]
2019-12-26 14:45:42 -05:00
jens petersam
8c194948a9 Integration of recent Electra player changes
#rb Thomas.Engel
#rnx


#ROBOMERGE-SOURCE: CL 10733273 via CL 10733297 via CL 10733302 via CL 10733307
#ROBOMERGE-BOT: (v610-10636431)

[CL 10733442 by jens petersam in Main branch]
2019-12-16 09:39:55 -05:00
thomas engel
6a9a57e1e8 Introducing a tighter active period for FMediaTicker thread & new optional feature to destroy players after closing
#rb none
[FYI] jens.petersam


#ROBOMERGE-SOURCE: CL 10428635 via CL 10428671 via CL 10428696
#ROBOMERGE-BOT: (v594-10333955)

[CL 10428702 by thomas engel in Main branch]
2019-11-25 15:45:38 -05:00
thomas engel
0aba6a9f23 Update of Electra and MediaFramework (includes Android platform support & QoS changes)
#rb none
[FYI] chris.adams, achim.moller, jens.petersam


#ROBOMERGE-SOURCE: CL 9739263 via CL 9739269 via CL 9739272
#ROBOMERGE-BOT: (v542-9736015)

[CL 9739273 by thomas engel in Main branch]
2019-10-21 19:36:09 -04:00
thomas engel
3754b04cfa mediaplayer: integration of updates for 10.40 release (output buffer handling for Switch and XB1 reworked; Electra player update; minor PS4 player updates reg. looping)
#rb jens.petersam
#rnx


#ROBOMERGE-OWNER: thomas.engel
#ROBOMERGE-AUTHOR: thomas.engel
#ROBOMERGE-SOURCE: CL 8577251 via CL 8577252 via CL 8616344
#ROBOMERGE-BOT: (v409-8614070)

[CL 8628129 by thomas engel in Main branch]
2019-09-10 17:50:03 -04:00
Chris Gagnon
2e87118a18 Copying //UE4/Dev-Editor to Dev-Main (//UE4/Dev-Main) Interim 4.24.
#rb none

[CL 8614014 by Chris Gagnon in Main branch]
2019-09-10 11:35:20 -04:00
thomas engel
693f09449f Fixed Switch media decoder track selection behavior, end of stream detection, random failure of duration computation, limited output queue depth to ease memory pressure & switched audio output to use more appropriate "unsynced" mode (and edits still function with dev-main code)
#rb none

[CL 8000729 by thomas engel in Main branch]
2019-08-13 15:03:44 -04:00
peter sauerbrei
741aa6a983 merge in the video player memory fix for IOS
#rb thomas.engel


#ROBOMERGE-SOURCE: CL 7887368 via CL 7887369 via CL 7892279 via CL 7892471 via CL 7916672
#ROBOMERGE-BOT: (v389-7813075)

[CL 7916878 by peter sauerbrei in Main branch]
2019-08-08 23:50:29 -04:00
patrick boutot
b2d803dcf3 Added support for Apple ProRes and HAP wmf decoder.
Correctly register Apple ProRes Media to wmf codec manager.
#rb patrick.boutot, simon.therriault
#jira UEENT-1961
#author nicola.cerone

#ROBOMERGE-SOURCE: CL 7111006 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v367-6836689)

[CL 7111073 by patrick boutot in Main branch]
2019-06-20 16:03:36 -04:00
tony wong
405feb64eb MediaFramework: Compile fix.
#JIRA: none


#ROBOMERGE-SOURCE: CL 6820417 via CL 6820425 via CL 6823124
#ROBOMERGE-BOT: (v365-6733468)

[CL 6823328 by tony wong in Main branch]
2019-06-03 20:54:48 -04:00
tony wong
ff116d8221 MediaFramework: Fixed multi threaded access to sink in MediaClock.
[at]Rex.Hill
#rb Rex.Hill


#ROBOMERGE-SOURCE: CL 6815368 via CL 6815374 via CL 6821899
#ROBOMERGE-BOT: (v365-6733468)

[CL 6822067 by tony wong in Main branch]
2019-06-03 20:43:41 -04:00
rui figueira
2608962254 UMediaSoundComponent now queries the used IMediaPlayer instance for how it should handle audio dropouts.
#rnx
[FYI] Andriy.Tylychko, Stuart.Hill, Josie.Yang
[CODEREVIEW] Aaron.Mcleran, Joe.Barnes, Rex.Hill, Ethan.Geller, Rob.Gay


#ROBOMERGE-SOURCE: CL 6179099 via CL 6179100 via CL 6180397

[CL 6180411 by rui figueira in Main branch]
2019-04-30 13:40:02 -04:00
Chris Gagnon
80918bea22 Merging //UE4/Dev-Main to Dev-Editor (//UE4/Dev-Editor)
#rb none

[CL 5110714 by Chris Gagnon in Dev-Editor branch]
2019-02-21 13:05:30 -05:00
rex hill
619ad0a411 Media ticker thread cleanup
- Avoid repeated memory allocations each tick with TickablesCopy array
- Avoid creating extra copies of TWeakPtr
- Fixed race condition that could lead to the thread to stop ticking
- Fixed 5ms delay and extra tick during shutdown
- Wait for infinite time instead of Timespan value

#rb jason.stasik
#jira UE-70177


#ROBOMERGE-SOURCE: CL 5012053 via CL 5012057 via CL 5014027

[CL 5039613 by rex hill in Main branch]
2019-02-18 13:11:34 -05:00
Rex Hill
d78c16f347 MediaTicker updated to not sleep for 5 ms on shutdown
#rb none

[CL 4963072 by Rex Hill in Dev-Editor branch]
2019-02-11 13:53:18 -05:00
Chris Gagnon
a48e767b94 Merging //UE4/Dev-Main to Dev-Editor (//UE4/Dev-Editor)
#rb none

[CL 4835066 by Chris Gagnon in Dev-Editor branch]
2019-01-29 16:15:19 -05:00
Ryan Vance
d5aa052fe5 Copying //UE4/Dev-VR to Dev-Main (//UE4/Dev-Main) Souce CL: 4824152
#lockdown: Nick.Penwarden
#rb Integration

[CL 4824851 by Ryan Vance in Main branch]
2019-01-28 16:31:25 -05:00
JeanMichel Dignard
fb979d921b Copying //UE4/Dev-Enterprise @ cl 4784880 to Dev-Main (//UE4/Dev-Main)
#rb none
#lockdown Nick.Penwarden

[CL 4784913 by JeanMichel Dignard in Main branch]
2019-01-23 14:28:06 -05:00
Chris Gagnon
1dd3e0189f Merging //UE4/Dev-Main to Dev-Editor (//UE4/Dev-Editor)
#rb none

[CL 4730305 by Chris Gagnon in Dev-Editor branch]
2019-01-15 18:47:22 -05:00
Francis Hurteau
57c677da93 Copying //UE4/Dev-Enterprise@4705006 to Dev-Main (//UE4/Dev-Main)
#rb none
#lockdown Nick.Penwarden

[CL 4705151 by Francis Hurteau in Main branch]
2019-01-10 17:26:53 -05:00
Chris Gagnon
8fc25ea18e Merging //UE4/Dev-Main to Dev-Editor (//UE4/Dev-Editor)
#rb none

[CL 4676797 by Chris Gagnon in Dev-Editor branch]
2019-01-02 14:54:39 -05:00
Ben Marsh
7598af0532 Update copyright notices to 2019.
#rb none
#lockdown Nick.Penwarden

[CL 4662404 by Ben Marsh in Main branch]
2018-12-14 13:41:00 -05:00
Matt Kuhlenschmidt
46e3285149 Merging //UE4/Dev-Main to Dev-Editor (//UE4/Dev-Editor)
#rb none

[CL 4543237 by Matt Kuhlenschmidt in Dev-Editor branch]
2018-11-06 10:00:36 -05:00
nicola cerone
b64a85672b Fix Image Write not supported message.
#rb patrick.boutot
#jira UE-65780

#ROBOMERGE-SOURCE: CL 4511141 in //UE4/Release-4.21/...
#ROBOMERGE-BOT: RELEASE (Release-4.21 -> Release-Staging-4.21)

[CL 4511142 by nicola cerone in Staging-4.21 branch]
2018-10-26 09:35:51 -04:00
Marc Audy
af90b7bcd4 Copying //UE4/Fortnite-Staging to Dev-Main (//UE4/Dev-Main) @ 4395008
#rb
#rnx
#lockdown Nick.Penwarden

[CL 4395058 by Marc Audy in Main branch]
2018-09-25 10:11:35 -04:00