summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/wifi-display
Commit message (Expand)AuthorAgeFilesLines
...
| * Perform an orderly shutdown if possible, force disconnect if necessaryAndreas Huber2012-10-013-7/+71
| * Make sure we still handle shutdown-related message even if we'reAndreas Huber2012-10-011-20/+7
| * Merge "Even cleaner shutdown." into jb-mr1-devDave Burke2012-09-305-25/+38
| |\
| | * Even cleaner shutdown.Andreas Huber2012-09-285-25/+38
| * | Fix shutdown if HDCP was never instantiated.Andreas Huber2012-09-281-3/+5
| |/
| * Tell the encoder to emit SPS/PPS before IDR frames in wifi display code.Andreas Huber2012-09-282-1/+12
| * Various improvements to a cleaner shutdown of the wifi display connection.Andreas Huber2012-09-2810-172/+285
| * wfd_presentation_url should not include the port number according to wfd specsAndreas Huber2012-09-271-3/+2
| * Merge "Cleaner Wifi Display shutdown process, avoid crashing HDCP on exit." i...Andreas Huber2012-09-274-54/+89
| |\
| | * Cleaner Wifi Display shutdown process, avoid crashing HDCP on exit.Andreas Huber2012-09-274-54/+89
| * | Merge "Prepend SPS/PPS manually before encryption in HDCP mode. This is" into...Andreas Huber2012-09-274-10/+57
| |\ \ | | |/
| | * Prepend SPS/PPS manually before encryption in HDCP mode. This isAndreas Huber2012-09-274-10/+57
| * | Tune WFD audio bitrate (did some listening tests).Dave Burke2012-09-271-1/+1
| |/
| * Tune iframe interval to 1sec.Dave Burke2012-09-261-1/+1
| * 720p24 i-frames every 2 secs.Andreas Huber2012-09-263-4/+6
| * Make sure we only release the HDCP module once shutdown has completed.Andreas Huber2012-09-264-14/+49
| * Merge "Fix shutdown and eliminate those annoying "failed to post..." logs." i...Andreas Huber2012-09-261-1/+4
| |\
| | * Fix shutdown and eliminate those annoying "failed to post..." logs.Andreas Huber2012-09-261-1/+4
| * | Logic to include HDCP specific PES extra header data was backwards.Andreas Huber2012-09-261-2/+2
| |/
| * Better transport stream timestamp handling.Andreas Huber2012-09-254-111/+210
| * Add some more logging, reduce startup delay to 1 sec.Andreas Huber2012-09-252-2/+6
| * 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-048-10/+1551
| * 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