aboutsummaryrefslogtreecommitdiff
path: root/cast/standalone_receiver
AgeCommit message (Expand)Author
2021-07-03Rename Device to ReceiverAbraham Corea Diaz
2021-07-01[Cast Streaming] Add codec negotiation over RPCJordan Bayles
2021-06-30Rename ServiceInfo to ReceiverInfoAbraham Corea Diaz
2021-06-24Fix GN check issuesJordan Bayles
2021-06-10[Cast Streaming] Improve remoting in ReceiverSession APIJordan Bayles
2021-05-28[Open Screen] Allow deprecated ffmpeg initialization.mark a. foltz
2021-05-27Cleanup some documentationJordan Bayles
2021-04-21Cleanup TODOs from @miuJordan Bayles
2021-04-02Revert "[Cast] Rename Negotiate/OnNegotiated methods"Jordan Bayles
2021-04-01Remove OperationLoopbtolsch
2021-03-31[Cast] Rename Negotiate/OnNegotiated methodsJordan Bayles
2021-03-30[Cast] Fix Standalone Sender/ReceiverJordan Bayles
2021-03-22Fix standalone receiver publishingbtolsch
2021-03-18Add device capabilities to standalone receiverbtolsch
2020-12-16Fix some places that became microseconds but are supposed to be millis.Yuri Wiitala
2020-11-20Allow Cast Standalone Receiver to bind to loopback device.Yuri Wiitala
2020-11-09Standalone Receiver: Integration with ApplicationAgent.Yuri Wiitala
2020-10-26Add StringPrintf() wrapper utility.Yuri Wiitala
2020-10-20[Cast Streaming] Remove deprecated ConfiguredReceiver fieldsJordan Bayles
2020-10-15Allow loopback for discoveryJordan Bayles
2020-10-09Add build flag for self-signed certsJordan Bayles
2020-10-02Add more trace logging to standalone_ implsJordan Bayles
2020-10-01Delete unused private key der.Jordan Bayles
2020-10-01Duplicate sources for standalone_receiver e2eJordan Bayles
2020-09-29Add friendly, model name command line argsJordan Bayles
2020-09-26Fixup standalone_{receiver, sender}Jordan Bayles
2020-09-25Fix standalone build with libsJordan Bayles
2020-09-25Cleanup Receiver, ReceiverSession APIsJordan Bayles
2020-09-23Remove duplicate cert code, refactorJordan Bayles
2020-09-21[Cast Streaming] Implement CastAgent for standalone senderJordan Bayles
2020-09-09Remove unused private DER keyJordan Bayles
2020-09-01Remove string_view from message portJordan Bayles
2020-08-26Cast Standalone Receiver: Start CastAgent and Discovery within a Task.Yuri Wiitala
2020-08-18Cast Streaming: Provide a reason code when destroying Receivers.Yuri Wiitala
2020-06-03Move std::chrono using statements to util/Jordan Bayles
2020-05-21Add basic functional tests for the CastAgentJordan Bayles
2020-05-18Time and clock::duration cleanupsJordan Bayles
2020-05-08Some minor code cleanup, TODO removal.Jordan Bayles
2020-05-08Move SerialDeletePtr to platform/apiRyan Keane
2020-05-07Rename util/logging.h to avoid collisionsJordan Bayles
2020-04-29Improve executable debugging optionsJordan Bayles
2020-04-22Move CastSocket components to public/ dirsbtolsch
2020-04-16Rename CastSocket::SendMessage to Sendbtolsch
2020-04-06Discovery: Multiple Network Interfaces Part 1Ryan Keane
2020-04-02Add cast socket messages to the standalone receiverJordan Bayles
2020-03-27Discovery: Split ServiceInfo fieldsRyan Keane
2020-03-27Add discovery to standalone receiverJordan Bayles
2020-03-25Cast Streaming apps: Limit FFMPEG decode threads to 8.Yuri Wiitala
2020-03-24Add CastAgent classJordan Bayles
2020-03-13Cast Streaming Standalone Sender (3 of 3): main.ccYuri Wiitala