summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/MediaCodec.cpp
Commit message (Expand)AuthorAgeFilesLines
* stagefright: don't use ALooperRoster mutex for reply handlingLajos Molnar2015-03-101-19/+19
* media: switch to new AMessage handlingLajos Molnar2015-03-051-28/+28
* am e5760862: am bcd22f0f: am 0662f5b0: Merge "stagefright: add fallback for n...Lajos Molnar2015-02-061-3/+8
|\
| * am bcd22f0f: am 0662f5b0: Merge "stagefright: add fallback for native flex-YU...Lajos Molnar2015-02-061-3/+8
| |\
| | * stagefright: add fallback for native flex-YUV supportLajos Molnar2015-02-041-3/+8
* | | am e91c3dd0: am 6a025acb: am ec0472ba: Merge "Move AString\'s StringPrintf ou...Elliott Hughes2015-02-041-2/+2
|\ \ \ | |/ /
| * | am 6a025acb: am ec0472ba: Merge "Move AString\'s StringPrintf out of the way."Elliott Hughes2015-02-041-2/+2
| |\ \ | | |/ | |/|
| | * Move AString's StringPrintf out of the way.Elliott Hughes2015-02-041-2/+2
* | | am 644afb88: am 9fc2f470: am 8140a2b7: stagefright: report crop rectangle as ...Lajos Molnar2015-01-071-5/+7
|\ \ \ | |/ /
| * | stagefright: report crop rectangle as codec resolution if existsLajos Molnar2015-01-061-5/+7
* | | am b438123f: am 9574c274: am 5d2c5fcb: Merge "MediaCodec: resume codec if sta...Chong Zhang2014-11-261-0/+2
|\ \ \ | |/ /
| * | MediaCodec: resume codec if state is FLUSHED in async modeChong Zhang2014-11-261-0/+2
* | | 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