summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/MediaCodec.cpp
Commit message (Expand)AuthorAgeFilesLines
* MediaCodec: resume codec if state is FLUSHED in async modeChong Zhang2014-11-261-0/+2
* Merge "MediaCodec: Prevent stop() in the UNINITIALIZED state" into lmp-mr1-devAndy Hung2014-11-111-2/+5
|\
| * MediaCodec: Prevent stop() in the UNINITIALIZED stateAndy Hung2014-11-041-2/+5
* | Pass resolution to Crypto plugin on format changeJeff Tinker2014-11-031-0/+10
|/
* Stagefright: MediaCodec: shutdown allocated codec on errorPraveen Chavan2014-10-211-2/+6
* MediaCodec: fix onError and onInputBufferAvailableLajos Molnar2014-10-091-9/+15
* send available codec buffer count with codec notificationChong Zhang2014-10-021-2/+15
* stagefright: return encrypted input buffer for secure codecsLajos Molnar2014-09-231-1/+6
* MediaCodec: Fix deallocated pointer reference when calling reset()Andy Hung2014-09-221-3/+3
* fix failure in MediaCodecTest#testExceptionChong Zhang2014-09-101-1/+14
* MediaCodec: set state to UNINITIALIZED when receiving fatal error.Wei Jia2014-08-291-2/+4
* MediaCodec: handle errors during flushing.Wei Jia2014-08-221-6/+10
* Merge "handle error during flush in MediaPlayer.reset()" into lmp-devMarco Nelissen2014-08-191-3/+8
|\
| * handle error during flush in MediaPlayer.reset()Marco Nelissen2014-08-201-3/+8
* | stagefright: Fix race condition between MediaCodec and SoftwareRendererRonghua Wu2014-08-151-29/+9
|/
* Merge "Clarify and implement MediaCodec status codes" into lmp-devAndy Hung2014-08-071-36/+78
|\
| * Clarify and implement MediaCodec status codesAndy Hung2014-08-071-36/+78
* | stagefright: rework media codec list and infosLajos Molnar2014-08-071-8/+8
|/
* stagefright: MediaCodec async operations.Lajos Molnar2014-07-301-17/+33
* stagefright: add flexible YUV supportLajos Molnar2014-07-251-0/+12
* update battery stats for video/audioChong Zhang2014-07-221-6/+109
* stagefright: add MediaCodec.reset()Lajos Molnar2014-07-151-0/+43
* MediaCodec: change onError cb to return CodecExceptionChong Zhang2014-07-111-4/+8
* MediaCodec async callbacksChong Zhang2014-07-111-91/+173
* stagefright: add indexed buffer and format getters to MediaCodecLajos Molnar2014-07-111-5/+60
* stagefright: update MediaCodec to use CodecBase instead of ACodecLajos Molnar2014-07-071-17/+18
* libstagefright: 64-bit compile warningsMark Salyzyn2014-06-261-1/+1
* ACodec: remove PTS log spamLajos Molnar2014-05-151-1/+1
* Update OMX messages for 64 bitAndy Hung2014-05-141-2/+2
* MediaCodec: add renderAndReleaseOutputBuffer() method with timestampLajos Molnar2014-05-081-1/+28
* MediaCodec: move to UNINITIALIZED state on codec errorLajos Molnar2014-03-311-0/+2
* MediaCodec: add getInputFormat() methodLajos Molnar2014-03-101-3/+25
* warnings be gone.Andreas Huber2014-02-111-1/+1
* correct one logic error in decide whether should render or notJianzheng Zhou2014-02-031-1/+1
* am 065789f2: Merge "Restore NuPlayer error and EOS handling" into klp-devLajos Molnar2013-11-041-1/+2
|\
| * Restore NuPlayer error and EOS handlingLajos Molnar2013-10-301-1/+2
* | am 6c63fe0f: am ab70649e: Merge "MediaCodec: Pass the crop rect to SoftwareRe...Lajos Molnar2013-09-251-0/+6
|\ \ | |/ |/|
| * MediaCodec: Pass the crop rect to SoftwareRendererMartin Storsjo2013-09-251-0/+6
| * Don't render buffers that have size 0Marco Nelissen2013-05-101-1/+1
| * Support MediaCodec::getOutputFormat for encodersAndreas Huber2013-04-301-2/+76
| * 3rd time's the charm, right? Fix another instance where MediaCodec wouldAndreas Huber2013-04-191-26/+28
| * Make sure MediaCodec::stop() and MediaCodec::release() still returnAndreas Huber2013-04-181-1/+23
| * Correct MediaCodec + Surface behaviorAndy McFadden2013-03-051-6/+14
| * Implement Surface input to MediaCodec.Andy McFadden2013-03-041-0/+101
| * Refactoring: Rename SurfaceTextureClient to SurfaceMathias Agopian2013-02-151-3/+3
| * Allow for dynamic reconfiguration of the video bitrate usedAndreas Huber2013-02-071-0/+31
| * MediaCodec: Add a method for getting the component nameMartin Storsjo2012-11-191-4/+40
| * Better power savings with wifi display code.Andreas Huber2012-10-031-0/+43
| * Support IDR requests in wifi display, MediaCodec and ACodec.Andreas Huber2012-09-131-0/+12
* | Better workaround for slow decoders.Marco Nelissen2013-09-041-4/+19