summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* ALooper::GetNowUs() now relies on systemTime instead of gettimeofday.Andreas Huber2012-10-019-70/+32
* Optionally have SurfaceMediaSource return absolute timestampsAndreas Huber2012-10-011-3/+10
* Perform an orderly shutdown if possible, force disconnect if necessaryAndreas Huber2012-10-013-7/+71
* Remove double negatives from SurfaceMediaSourceAndreas Huber2012-10-011-7/+10
* 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
* | Merge "Enable write side of MonoPipe to be shutdown" into jb-mr1-devGlenn Kasten2012-09-301-2/+13
|\ \
| * | Enable write side of MonoPipe to be shutdownGlenn Kasten2012-09-281-2/+13
* | | 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-283-1/+41
|/
* Various improvements to a cleaner shutdown of the wifi display connection.Andreas Huber2012-09-2812-172/+320
* 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-277-54/+105
|\
| * Cleaner Wifi Display shutdown process, avoid crashing HDCP on exit.Andreas Huber2012-09-277-54/+105
* | 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
|/
* Implement android.media.AudioManager.getProperty()Glenn Kasten2012-09-252-1/+43
* 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
* Merge "Check clock_gettime(CLOCK_MONOTONIC) for failure" into jb-mr1-devGlenn Kasten2012-09-241-0/+3
|\
| * Check clock_gettime(CLOCK_MONOTONIC) for failureGlenn Kasten2012-09-241-0/+3
* | Attempt an orderly shutdown of the wifi display connection if possible.Andreas Huber2012-09-243-19/+57
|/
* Merge "Bug fix: MediaPlayer's deselectTrack() for subtitle." into jb-mr1-devJames Dong2012-09-232-3/+18
|\
| * Bug fix: MediaPlayer's deselectTrack() for subtitle.Insun Kang2012-09-202-3/+18
* | Remove legacy code and APIs in wifi display related code.Andreas Huber2012-09-2110-710/+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
* | HDCP module binderizedAndreas Huber2012-09-196-2/+41
|/
* Merge "Fix THD with max user EQ preset volume again" into jb-mr1-devEric Laurent2012-09-182-93/+79
|\
| * Fix THD with max user EQ preset volume againEric Laurent2012-09-172-93/+79
* | 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
* | Fixed a native crash due to deref of a NULL pointerJames Dong2012-09-141-1/+2
|/
* Make a small correction in terms of GOP structure in the recorded videoJames Dong2012-09-141-1/+1
* Merge "Allow OMXCodec to specify an output color format for OMX decoder compo...James Dong2012-09-142-7/+64
|\
| * Allow OMXCodec to specify an output color format for OMX decoder componentJames Dong2012-09-102-7/+64
* | Support IDR requests in wifi display, MediaCodec and ACodec.Andreas Huber2012-09-137-1/+92
* | 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
|\ \