summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/ACodec.cpp
Commit message (Expand)AuthorAgeFilesLines
* correct one logic error in decide whether should render or notJianzheng Zhou2014-02-031-1/+1
* Merge "configure bitrate and bitrate mode at encoder initialization for VP8/9...Andreas Huber2013-11-121-0/+16
|\
| * configure bitrate and bitrate mode at encoder initialization for VP8/9Andreas Huber2013-11-051-0/+16
* | Restore NuPlayer error and EOS handlingLajos Molnar2013-10-301-3/+8
|/
* Merge "MediaCodec: avoid codec EOS if flushing during port reconfiguration" i...Lajos Molnar2013-10-041-4/+3
|\
| * MediaCodec: avoid codec EOS if flushing during port reconfigurationLajos Molnar2013-10-021-4/+3
* | stagefright: enable adaptive playback based on codec format keyLajos Molnar2013-10-031-1/+41
|/
* Use changed MediaCodec.PARAMETER_KEY_VIDEO_BITRATE valueLajos Molnar2013-09-171-1/+1
* ACodec: fix flush/resume for decoder-output-meta-data modeLajos Molnar2013-09-121-2/+5
* You can now opt-in to having the video decoder push blank buffers to theAndreas Huber2013-08-141-1/+9
* Merge "Optionally repeat the previously submitted frame to the encoder" into ...Andreas Huber2013-08-131-1/+26
|\
| * Optionally repeat the previously submitted frame to the encoderAndreas Huber2013-08-131-1/+26
* | Support for "request-sync" parameter in ACodecAndreas Huber2013-08-121-3/+18
|/
* IOMX: add updateGraphicBufferInMeta method for metadata modeLajos Molnar2013-08-061-6/+11
* Merge "stagefright: set scaling mode for blank frames in ACodec"Dima Zavin2013-07-181-0/+8
|\
| * stagefright: set scaling mode for blank frames in ACodecDima Zavin2013-07-181-0/+8
* | Support "suspension" of a video encoder in "surface-input" mode.Andreas Huber2013-07-171-0/+13
|/
* Merge "Adds VP9 decoding support for stagefright."Lajos Molnar2013-06-251-3/+6
|\
| * Adds VP9 decoding support for stagefright.hkuang2013-06-241-3/+6
* | stagefright: support for video decoder metadata modeLajos Molnar2013-06-211-15/+186
|/
* am f8af99b7: am 0662f7b6: Merge "stagefright: synchronously change nativewind...Lajos Molnar2013-06-121-13/+18
|\
| * stagefright: synchronously change nativewindow cropLajos Molnar2013-06-111-13/+18
| * stagefright: Fix port-reconfiguration & output-buffer-filled race conditionLajos Molnar2013-05-311-6/+4
| * Don't render buffers that have size 0Marco Nelissen2013-05-101-1/+2
| * Support MediaCodec::getOutputFormat for encodersAndreas Huber2013-04-301-83/+185
| * A flush of a video decoder connected to a native window must reclaimAndreas Huber2013-04-191-0/+40
| * Apparently the mp3 decoder glitches if it was configured with the wrongAndreas Huber2013-04-171-0/+13
| * Merge "Fix MediaCodec.flush()" into jb-mr2-devMarco Nelissen2013-04-121-1/+4
| |\
| | * Fix MediaCodec.flush()Marco Nelissen2013-04-121-1/+4
| * | Merge "ACodec now signals an error if the mediaserver died while it is in" in...Andreas Huber2013-04-121-8/+49
| |\ \
| | * | ACodec now signals an error if the mediaserver died while it is inAndreas Huber2013-04-111-8/+49
| | |/
| * | The framework really doesn't need to know the specifics of the codecAndreas Huber2013-04-111-8/+0
| |/
| * Make sure resume() and flush() are handled appropriately even if the codecMarco Nelissen2013-04-041-0/+15
| * Make sure resume() and flush() are handled appropriately even if the codecAndreas Huber2013-03-281-0/+16
| * Correct MediaCodec + Surface behaviorAndy McFadden2013-03-051-15/+24
| * Implement Surface input to MediaCodec.Andy McFadden2013-03-041-0/+72
| * Allow for dynamic reconfiguration of the video bitrate usedAndreas Huber2013-02-071-0/+48
| * ACodec Fix.SeungBeom Kim2013-01-281-1/+2
| * Report buffer size even when using hardware buffersMarco Nelissen2012-12-181-5/+4
| * Respect sample aspect ratio in NuPlayer.Andreas Huber2012-12-051-4/+10
| * am 296cb9dd: am 0dbe5a93: Added optional intra macroblock refresh support for...James Dong2012-11-291-1/+49
| |\
| | * Added optional intra macroblock refresh support for encodingJames Dong2012-11-281-1/+49
| * | Clear the sticky EOS flags when transitioning to LOADED stateAndreas Huber2012-11-291-5/+5
| * | Add GSM 6.10 decoderMarco Nelissen2012-11-161-0/+2
| |/
| * Properly signal an error if codec configuration goes wrong.Andreas Huber2012-11-141-1/+6
| * Make video encoders' bitrate mode (constant, variable, ...) configurableAndreas Huber2012-11-011-5/+21
| * Tell the encoder to emit SPS/PPS before IDR frames in wifi display code.Andreas Huber2012-09-281-0/+29
| * Various improvements to a cleaner shutdown of the wifi display connection.Andreas Huber2012-09-281-0/+3
| * Support IDR requests in wifi display, MediaCodec and ACodec.Andreas Huber2012-09-131-0/+41
| * Initial checkin of support for acting as a wifi display sourceAndreas Huber2012-08-291-5/+62