summaryrefslogtreecommitdiffstats
path: root/include/media/stagefright/ACodec.h
Commit message (Expand)AuthorAgeFilesLines
* Added support to query ACodec whether adaptive playback is enabled.Robert Shih2014-03-061-0/+3
* WA: Queue extra buffers on output port during reconfig if input EOS-edLajos Molnar2013-11-141-0/+2
* configure bitrate and bitrate mode at encoder initialization for VP8/9Andreas Huber2013-11-051-0/+1
* You can now opt-in to having the video decoder push blank buffers to theAndreas Huber2013-08-141-1/+2
* Optionally repeat the previously submitted frame to the encoderAndreas Huber2013-08-131-0/+2
* stagefright: support for video decoder metadata modeLajos Molnar2013-06-211-0/+9
* am f8af99b7: am 0662f7b6: Merge "stagefright: synchronously change nativewind...Lajos Molnar2013-06-121-1/+1
|\
| * stagefright: synchronously change nativewindow cropLajos Molnar2013-06-111-1/+1
| * A flush of a video decoder connected to a native window must reclaimAndreas Huber2013-04-191-1/+5
| * ACodec now signals an error if the mediaserver died while it is inAndreas Huber2013-04-111-0/+2
| * Correct MediaCodec + Surface behaviorAndy McFadden2013-03-051-0/+3
| * Implement Surface input to MediaCodec.Andy McFadden2013-03-041-0/+6
| * Allow for dynamic reconfiguration of the video bitrate usedAndreas Huber2013-02-071-0/+4
| * Added optional intra macroblock refresh support for encodingJames Dong2012-11-281-0/+1
| * Make video encoders' bitrate mode (constant, variable, ...) configurableAndreas Huber2012-11-011-1/+4
| * Support IDR requests in wifi display, MediaCodec and ACodec.Andreas Huber2012-09-131-0/+5
| * Initial checkin of support for acting as a wifi display sourceAndreas Huber2012-08-291-0/+11
* | wifi-display: add support for metadata mode on encoder outputChong Zhang2013-05-171-1/+1
* | A flush of a video decoder connected to a native window must reclaimAndreas Huber2013-04-191-1/+5
* | ACodec now signals an error if the mediaserver died while it is inAndreas Huber2013-04-111-0/+2
* | Correct MediaCodec + Surface behaviorAndy McFadden2013-03-051-0/+3
* | Implement Surface input to MediaCodec.Andy McFadden2013-03-041-0/+6
* | Allow for dynamic reconfiguration of the video bitrate usedAndreas Huber2013-02-071-0/+4
* | Added optional intra macroblock refresh support for encodingJames Dong2012-11-281-0/+1
* | Make video encoders' bitrate mode (constant, variable, ...) configurableAndreas Huber2012-11-011-1/+4
* | Support IDR requests in wifi display, MediaCodec and ACodec.Andreas Huber2012-09-131-0/+5
* | Initial checkin of support for acting as a wifi display sourceAndreas Huber2012-08-291-0/+11
|/
* Tell surface flinger that we want to protect output buffers from beingAndreas Huber2012-05-221-0/+2
* Increase AAC software decoder's buffer count. Refactor how clientsAndreas Huber2012-05-111-0/+17
* OMX IL wrapper for FLAC encoderJean-Michel Trivi2012-05-091-0/+3
* Respect channel mask in ACodec and NuPlayer.Andreas Huber2012-05-031-2/+6
* Fix mono gapless playback for decoders that output stereoMarco Nelissen2012-04-301-0/+4
* Add Fraunhofer AAC encoder with AAC-ELD support.Dave Burke2012-04-251-1/+1
* Provisional support for secure decryption of media streams.Andreas Huber2012-03-261-1/+7
* Instead of hardcoding OMX component names in our code, supportAndreas Huber2012-03-011-0/+1
* Separate the notion of "stop" from that of "release", i.e.Andreas Huber2012-02-281-1/+9
* Implementation of a java media codec interface and associated tools.Andreas Huber2012-02-221-6/+37
* If an error occurs that prevents us from reallocating buffers during a format...Andreas Huber2011-11-281-0/+2
* Support AMR, G.711 and vorbis audio in ACodec and friends.Andreas Huber2011-09-281-0/+6
* Propagate error signalled by the source all the way to the output EOS notific...Andreas Huber2011-09-261-0/+1
* Turn an another assertion into a runtime error in ACodec's implementationAndreas Huber2011-09-121-0/+2
* Error handling in ACodec and Nuplayer.Andreas Huber2011-08-161-2/+1
* Fix missing AOSP copyright headers for a bunch of media framework filesJames Dong2011-03-171-0/+16
* Improvements/fixes to ACodec.Andreas Huber2011-02-041-1/+1
* NuPlayer now properly sends MEDIA_SET_VIDEOSIZE notifications.Andreas Huber2011-01-101-0/+4
* Properly announce decoder output format changes, make sure AMessage::dup does.Andreas Huber2010-12-161-5/+6
* Initial support for a true streaming player for mpeg2 transport streams.Andreas Huber2010-12-151-0/+152