summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/wifi-display/source/WifiDisplaySource.cpp
Commit message (Expand)AuthorAgeFilesLines
* [wfd] Support a low(er) power state by triggering PAUSE/RESUME.Andreas Huber2012-11-291-27/+119
* Various improvements of wifi display codeAndreas Huber2012-11-131-2/+10
* Various tweaks to wfdAndreas Huber2012-10-311-6/+6
* WFD use of HDCP is now optional.Andreas Huber2012-10-221-59/+37
* Switch audio mode based on dongle's capabilitiesAndreas Huber2012-10-091-8/+91
* Optionally emit LPCM audio instead of using AAC in wifi display codeAndreas Huber2012-10-041-2/+12
* Now back to 30fps, suspend updates if surface flinger didn't send usAndreas Huber2012-10-021-1/+1
* Use incremental updates sent by surface flingerAndreas Huber2012-10-011-1/+1
* Inform DisplayManager that we're running over a secure channel (HDCP)Andreas Huber2012-10-011-1/+6
* Perform an orderly shutdown if possible, force disconnect if necessaryAndreas Huber2012-10-011-4/+50
* Fix shutdown if HDCP was never instantiated.Andreas Huber2012-09-281-3/+5
* Various improvements to a cleaner shutdown of the wifi display connection.Andreas Huber2012-09-281-9/+29
* wfd_presentation_url should not include the port number according to wfd specsAndreas Huber2012-09-271-3/+2
* Cleaner Wifi Display shutdown process, avoid crashing HDCP on exit.Andreas Huber2012-09-271-31/+61
* 720p24 i-frames every 2 secs.Andreas Huber2012-09-261-1/+3
* Make sure we only release the HDCP module once shutdown has completed.Andreas Huber2012-09-261-12/+22
* Fix shutdown and eliminate those annoying "failed to post..." logs.Andreas Huber2012-09-261-1/+4
* Better transport stream timestamp handling.Andreas Huber2012-09-251-2/+1
* Attempt an orderly shutdown of the wifi display connection if possible.Andreas Huber2012-09-241-16/+45
* Remove legacy code and APIs in wifi display related code.Andreas Huber2012-09-211-1/+0
* Code to support RTP retransmission according to rfc4585, rfc4588Andreas Huber2012-09-201-0/+1
* Instantiate HDCP module, add PES_private_data for encrypted streams.Andreas Huber2012-09-191-101/+274
* Now we only support a single client connectionAndreas Huber2012-09-171-122/+114
* Support for RTP/RTCP traffic over TCP sockets in wifi display code.Andreas Huber2012-09-171-27/+64
* Support IDR requests in wifi display, MediaCodec and ACodec.Andreas Huber2012-09-131-0/+3
* Various improvements to cleanly shutdown a wfd session.Andreas Huber2012-09-131-12/+15
* Less verbose logging, lots of references.Andreas Huber2012-09-071-1/+1
* Expose an IRemoteDisplay to trigger wifi display connections setup and feedback.Andreas Huber2012-09-051-2/+21
* Implement the source->sink(!) keep alive the wfd specs mandate...Andreas Huber2012-08-301-11/+86
* Only run the wifi display RTSP server on demand, and only on the wifi directAndreas Huber2012-08-301-7/+41
* Initial checkin of support for acting as a wifi display sourceAndreas Huber2012-08-291-0/+944