summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/MediaCodec.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update OMX messages for 64 bitAndy Hung2014-06-121-2/+2
* warnings be gone.Andreas Huber2014-04-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
* | Work around decoder slownessMarco Nelissen2013-09-031-0/+2
* | 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
|/
* mediacodec: Return an error on getOutputFormat if there is no output format yetMartin Storsjo2012-08-071-1/+2
* Fixed sample video corrupted in MediaCodec mode.Edwin Wong2012-07-131-4/+4
* Increase AAC software decoder's buffer count. Refactor how clientsAndreas Huber2012-05-111-9/+9
* Properly connect/disconnect to/from the native window in MediaCodec.Andreas Huber2012-05-101-10/+49
* Submit codec specific data automaticallyAndreas Huber2012-05-081-0/+72
* Allow propagation of error information and description from the CryptoPlugin toAndreas Huber2012-04-191-7/+26
* New API to support submitting encrypted buffers to the decoder.Andreas Huber2012-04-061-20/+69
* New Crypto services talking to the new crypto "HAL".Andreas Huber2012-04-031-98/+61
* Provisional support for secure decryption of media streams.Andreas Huber2012-03-261-2/+110
* Separate the notion of "stop" from that of "release", i.e.Andreas Huber2012-02-281-4/+42
* Merge "Make sure we return input/output buffers to the codec not just while"Andreas Huber2012-02-241-2/+2
|\
| * Make sure we return input/output buffers to the codec not just whileAndreas Huber2012-02-241-2/+2
* | Small fix to MediaCodecAndreas Huber2012-02-241-3/+2
|/
* Add new APIs AMessage::(set|find)Buffer to make it safer to passAndreas Huber2012-02-221-9/+4
* Implementation of a java media codec interface and associated tools.Andreas Huber2012-02-221-0/+1185