summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/wifi-display
Commit message (Expand)AuthorAgeFilesLines
* Optionally emit LPCM audio instead of using AAC in wifi display codeAndreas Huber2012-10-047-27/+200
* Merge "Enable hdcp for WiFi display" into jb-mr1-devJames Dong2012-10-031-1/+1
|\
| * Enable hdcp for WiFi displayJames Dong2012-10-031-1/+1
* | Drop video bitrate to 2.5mbps.Dave Burke2012-10-031-1/+1
* | Better power savings with wifi display code.Andreas Huber2012-10-032-6/+35
* | Increase polling frequency again temporarily to fix A/V issuesAndreas Huber2012-10-032-14/+24
|/
* Enable silence detection and don't driver the audio encoderAndreas Huber2012-10-022-12/+77
* Now back to 30fps, suspend updates if surface flinger didn't send usAndreas Huber2012-10-026-30/+106
* More power savings: No need to keep a history of outgoing packetsAndreas Huber2012-10-022-2/+9
* Increase converter polling interval.Andreas Huber2012-10-021-1/+1
* Take advantage of the hardware encoder's ability to prepend SPS/PPSAndreas Huber2012-10-025-18/+12
* Use incremental updates sent by surface flingerAndreas Huber2012-10-013-7/+5
* Merge "ALooper::GetNowUs() now relies on systemTime instead of gettimeofday."...Andreas Huber2012-10-012-5/+13
|\
| * ALooper::GetNowUs() now relies on systemTime instead of gettimeofday.Andreas Huber2012-10-012-5/+13
* | 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-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
|/