summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/wifi-display/source
Commit message (Expand)AuthorAgeFilesLines
...
* Merge "Disable our fancy logic to respect both sink and source's native forma...Andreas Huber2013-03-071-10/+2
|\
| * Disable our fancy logic to respect both sink and source's native formatsAndreas Huber2013-03-071-10/+2
* | The transport stream HDCP descriptor belongs in the program_info sectionAndreas Huber2013-03-072-20/+50
|/
* Squashed commit of the following:Andreas Huber2013-03-058-1445/+105
* Refactoring: Rename SurfaceTextureClient to SurfaceMathias Agopian2013-02-151-1/+1
* Allow for dynamic reconfiguration of the video bitrate usedAndreas Huber2013-02-072-0/+16
* Merge "Revive the code to support TCP interleaved transport"Andreas Huber2013-02-053-19/+34
|\
| * Revive the code to support TCP interleaved transportAndreas Huber2013-02-013-19/+34
* | Remove a few unused header includes from PlaybackSession.cppJames Dong2013-02-011-4/+0
|/
* Plumbing to reflect minor changes in the HDCP module API that allow forAndreas Huber2013-01-301-1/+1
* Squashed commit of the following:Andreas Huber2013-01-295-112/+226
* Properly release any MediaBuffer references associated with theAndreas Huber2012-12-202-19/+42
* Rename ISurfaceTexture and SurfaceTextureAndy McFadden2012-12-183-4/+4
* Merge "[wfd] Support a low(er) power state by triggering PAUSE/RESUME." into ...Andreas Huber2012-11-296-30/+223
|\
| * [wfd] Support a low(er) power state by triggering PAUSE/RESUME.Andreas Huber2012-11-296-30/+223
* | Enable retransmission of UDP packets in case we want to use itAndreas Huber2012-11-291-1/+1
|/
* Reduce the frequency of IDR frames and add intra-fresh mode support for WiFi ...James Dong2012-11-281-1/+18
* Various improvements of wifi display codeAndreas Huber2012-11-1311-299/+317
* Make video encoders' bitrate mode (constant, variable, ...) configurableAndreas Huber2012-11-011-0/+3
* Various tweaks to wfdAndreas Huber2012-10-318-877/+1492
* Increase bitrate now that other issues have been resolved.Dave Burke2012-10-261-1/+1
* Disable silence suppression (causes issues with dongles).Dave Burke2012-10-261-2/+1
* WFD use of HDCP is now optional.Andreas Huber2012-10-222-66/+40
* Switch audio mode based on dongle's capabilitiesAndreas Huber2012-10-092-8/+93
* 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-289-169/+282
* 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
|\ \ | |/