summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/MediaCodec.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | am 745602d8: Merge "MediaCodec: Prevent stop() in the UNINITIALIZED state" in...Andy Hung2014-11-121-2/+5
|\ \ \ | |/ /
| * | 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
* | | | am 6e0da022: am e0e8223c: am 1cf9ad1a: Merge "Pass resolution to Crypto plugi...Jeff Tinker2014-11-061-0/+10
|\ \ \ \ | |/ / /
| * | | Pass resolution to Crypto plugin on format changeJeff Tinker2014-11-031-0/+10
| |/ /
* | | am ccaf667e: am ffe39811: am 8274b049: am cd3fc4e3: am 6ce19d24: Merge "Stage...Lajos Molnar2014-10-221-2/+6
|\ \ \ | |/ /
| * | Stagefright: MediaCodec: shutdown allocated codec on errorPraveen Chavan2014-10-211-2/+6
| |/
* | am 8250b497: am 392730f7: am 6f559515: am a4c3d8f0: Merge "MediaCodec: fix on...Lajos Molnar2014-10-101-9/+15
|\ \ | |/
| * MediaCodec: fix onError and onInputBufferAvailableLajos Molnar2014-10-091-9/+15
* | am 9b68037c: am f0d98899: am aaa527fb: Merge "send available codec buffer cou...Chong Zhang2014-10-031-2/+15
|\ \ | |/
| * send available codec buffer count with codec notificationChong Zhang2014-10-021-2/+15
* | am 3e072400: am f74023f0: Merge "stagefright: return encrypted input buffer f...Lajos Molnar2014-09-251-1/+6
|\ \ | |/
| * stagefright: return encrypted input buffer for secure codecsLajos Molnar2014-09-231-1/+6
* | stagefright: Fix MediaCodec::init() AString name usage.Andy Hung2014-09-231-2/+2
* | am d20940ee: am d7f77cd7: Merge "MediaCodec: Fix deallocated pointer referenc...Andy Hung2014-09-231-3/+3
|\ \ | |/
| * MediaCodec: Fix deallocated pointer reference when calling reset()Andy Hung2014-09-221-3/+3
* | am f2745669: am 74848665: Merge "fix failure in MediaCodecTest#testException"...Chong Zhang2014-09-111-1/+14
|\ \ | |/
| * fix failure in MediaCodecTest#testExceptionChong Zhang2014-09-101-1/+14
* | am f910a3df: am c9d62de7: Merge "MediaCodec: set state to UNINITIALIZED when ...Wei Jia2014-09-021-2/+4
|\ \ | |/
| * MediaCodec: set state to UNINITIALIZED when receiving fatal error.Wei Jia2014-08-291-2/+4
* | am 211aae92: am 848726d8: Merge "MediaCodec: handle errors during flushing." ...Wei Jia2014-08-251-6/+10
|\ \ | |/
| * MediaCodec: handle errors during flushing.Wei Jia2014-08-221-6/+10
* | stagefright: MediaFilter and SimpleFilter(s)David Smith2014-08-221-1/+11
|/
* 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