summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/wifi-display
Commit message (Expand)AuthorAgeFilesLines
...
* Tune video bitrate to 5 mbps.Dave Burke2012-09-241-1/+1
* Attempt an orderly shutdown of the wifi display connection if possible.Andreas Huber2012-09-243-19/+57
* Remove legacy code and APIs in wifi display related code.Andreas Huber2012-09-217-656/+9
* Tune video bitrate to 2.5 MBPS.Dave Burke2012-09-201-2/+1
* Code to support RTP retransmission according to rfc4585, rfc4588Andreas Huber2012-09-203-35/+174
* Instantiate HDCP module, add PES_private_data for encrypted streams.Andreas Huber2012-09-199-140/+572
* Now we only support a single client connectionAndreas Huber2012-09-172-126/+124
* Support for RTP/RTCP traffic over TCP sockets in wifi display code.Andreas Huber2012-09-177-109/+397
* Support IDR requests in wifi display, MediaCodec and ACodec.Andreas Huber2012-09-135-1/+39
* Better video bandwidth utilization by not lying about the frame rate.Andreas Huber2012-09-133-2/+13
* Various improvements to cleanly shutdown a wfd session.Andreas Huber2012-09-136-49/+86
* Merge "Audio and video bitrate are now configurable through system properties...Andreas Huber2012-09-131-2/+23
|\
| * Audio and video bitrate are now configurable through system propertiesAndreas Huber2012-09-131-2/+23
* | Use proper number of video buffers to be acquired simultaneously fromAndreas Huber2012-09-131-2/+1
|/
* Various improvements to the wifi display implementation.Andreas Huber2012-09-128-66/+447
* Enable audio streaming to a wifi display. Remove startup delay hack.Andreas Huber2012-09-102-11/+4
* Revert max buffers change.Jeff Brown2012-09-091-1/+1
* Less verbose logging, lots of references.Andreas Huber2012-09-073-3/+5
* Make wfd code work with both old and new dongles.Andreas Huber2012-09-072-24/+26
* Expose an IRemoteDisplay to trigger wifi display connections setup and feedback.Andreas Huber2012-09-054-13/+66
* Configure the SurfaceMediaSource to emit the same number of buffersAndreas Huber2012-09-043-21/+21
* Support for acting as a wifi display sink.Andreas Huber2012-09-0410-10/+2342
* Implement the source->sink(!) keep alive the wfd specs mandate...Andreas Huber2012-08-302-12/+95
* Only run the wifi display RTSP server on demand, and only on the wifi directAndreas Huber2012-08-306-17/+69
* Prepare for transmitting audio through AudioSource.Andreas Huber2012-08-301-0/+27
* Transmit frames at a higher frame rate for smoother updates, increaseAndreas Huber2012-08-302-3/+3
* Optionally log the transport stream transmitted to the sink.Andreas Huber2012-08-302-1/+28
* Fix wifi display shutdown deadlock.Andreas Huber2012-08-291-2/+2
* Initial checkin of support for acting as a wifi display sourceAndreas Huber2012-08-2916-2/+4211
* Test to measure UDP roundtrip time between two devices on the same network.Andreas Huber2012-08-286-0/+1822