summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/wifi-display/source/Converter.cpp
Commit message (Expand)AuthorAgeFilesLines
* libstagefright: wfd: don't use intra macroblock refresh mode on omap4Ziyan2016-11-061-0/+2
* stagefright: warnings be gone, some are now errors, use clangLajos Molnar2015-04-171-1/+1
* media: switch to new AMessage handlingLajos Molnar2015-03-051-8/+7
* MediaBuffer: ABuffer will release MediaBuffer when it's destructed.Wei Jia2014-09-191-36/+13
* Use changed MediaCodec.PARAMETER_KEY_VIDEO_BITRATE valueLajos Molnar2013-09-171-1/+1
* Minor tweaks to DirectRenderer and ConverterAndreas Huber2013-07-191-24/+115
* Converter now takes the desired _output_ format instead of theAndreas Huber2013-06-121-28/+19
* wifi-display: add support for metadata mode on encoder outputChong Zhang2013-05-171-6/+45
* Fix miracast source code to ignore the encoder output format changeAndreas Huber2013-05-011-0/+7
* Adapt frame rate instead of keeping that constant and tweaking bitrateAndreas Huber2013-03-261-17/+5
* In "special" mode we now establish a UDP RTCP channel in addition to theAndreas Huber2013-03-251-0/+17
* Attempt to recover from network stalls by dropping frames on the source side.Andreas Huber2013-03-131-0/+18
* Refactoring: Rename SurfaceTextureClient to SurfaceMathias Agopian2013-02-151-1/+1
* Allow for dynamic reconfiguration of the video bitrate usedAndreas Huber2013-02-071-0/+14
* Properly release any MediaBuffer references associated with theAndreas Huber2012-12-201-19/+41
* 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-131-6/+40
* Make video encoders' bitrate mode (constant, variable, ...) configurableAndreas Huber2012-11-011-0/+3
* Various tweaks to wfdAndreas Huber2012-10-311-1/+1
* Increase bitrate now that other issues have been resolved.Dave Burke2012-10-261-1/+1
* Optionally emit LPCM audio instead of using AAC in wifi display codeAndreas Huber2012-10-041-9/+145
* Drop video bitrate to 2.5mbps.Dave Burke2012-10-031-1/+1
* Better power savings with wifi display code.Andreas Huber2012-10-031-6/+33
* Increase polling frequency again temporarily to fix A/V issuesAndreas Huber2012-10-031-14/+15
* Enable silence detection and don't driver the audio encoderAndreas Huber2012-10-021-12/+68
* Now back to 30fps, suspend updates if surface flinger didn't send usAndreas Huber2012-10-021-1/+1
* Increase converter polling interval.Andreas Huber2012-10-021-1/+1
* Take advantage of the hardware encoder's ability to prepend SPS/PPSAndreas Huber2012-10-021-1/+1
* Use incremental updates sent by surface flingerAndreas Huber2012-10-011-1/+1
* Even cleaner shutdown.Andreas Huber2012-09-281-4/+0
* Tell the encoder to emit SPS/PPS before IDR frames in wifi display code.Andreas Huber2012-09-281-0/+8
* Various improvements to a cleaner shutdown of the wifi display connection.Andreas Huber2012-09-281-30/+75
* 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-261-2/+2
* Add some more logging, reduce startup delay to 1 sec.Andreas Huber2012-09-251-0/+4
* Tune video bitrate to 5 mbps.Dave Burke2012-09-241-1/+1
* Tune video bitrate to 2.5 MBPS.Dave Burke2012-09-201-2/+1
* Support IDR requests in wifi display, MediaCodec and ACodec.Andreas Huber2012-09-131-0/+21
* Better video bandwidth utilization by not lying about the frame rate.Andreas Huber2012-09-131-1/+1
* Various improvements to cleanly shutdown a wfd session.Andreas Huber2012-09-131-0/+4
* Audio and video bitrate are now configurable through system propertiesAndreas Huber2012-09-131-2/+23
* Various improvements to the wifi display implementation.Andreas Huber2012-09-121-1/+1
* Configure the SurfaceMediaSource to emit the same number of buffersAndreas Huber2012-09-041-0/+4
* Transmit frames at a higher frame rate for smoother updates, increaseAndreas Huber2012-08-301-2/+2
* Initial checkin of support for acting as a wifi display sourceAndreas Huber2012-08-291-0/+281