summaryrefslogtreecommitdiffstats
path: root/media/libstagefright
Commit message (Expand)AuthorAgeFilesLines
...
| * | Stagefright: MediaCodec: shutdown allocated codec on errorPraveen Chavan2014-10-211-2/+6
| |/
* | Merge "Don't signal an error at the end of a short file" into lmp-mr1-devMarco Nelissen2014-10-211-21/+10
|\ \
| * | Don't signal an error at the end of a short fileMarco Nelissen2014-10-161-21/+10
* | | am ea405328: am c40da54b: Merge "Fix freed memory references" into lmp-devLajos Molnar2014-10-161-3/+8
|\ \ \ | |/ / |/| / | |/
| * Merge "Fix freed memory references" into lmp-devLajos Molnar2014-10-161-3/+8
| |\
| | * Fix freed memory referencesMarco Nelissen2014-10-161-3/+8
* | | am e86f4be5: am 447898bc: Merge "ACodec: only check crop rect on output port"...Lajos Molnar2014-10-141-2/+10
|\ \ \ | |/ /
| * | Merge "ACodec: only check crop rect on output port" into lmp-devLajos Molnar2014-10-141-2/+10
| |\ \
| | * | ACodec: only check crop rect on output portLajos Molnar2014-10-071-2/+10
* | | | am 48be19a4: am 2edda09a: stagefright: fix surface input handling of software...Lajos Molnar2014-10-1410-349/+456
|\ \ \ \ | |/ / /
| * | | stagefright: fix surface input handling of software encodersLajos Molnar2014-10-1310-349/+456
* | | | am 9195b11b: am 512e9792: stagefright: support passing GraphicBuffer in metad...Lajos Molnar2014-10-144-21/+75
|\ \ \ \ | |/ / /
| * | | stagefright: support passing GraphicBuffer in metadata bufferLajos Molnar2014-10-134-21/+75
* | | | am 1195142c: am 801a3ff8: Merge "handle case OMX_AUDIO_CodingG711 in ACodec::...Chong Zhang2014-10-132-1/+34
|\ \ \ \ | |/ / /
| * | | Merge "handle case OMX_AUDIO_CodingG711 in ACodec::getPortFormat" into lmp-devChong Zhang2014-10-132-1/+34
| |\ \ \
| | * | | handle case OMX_AUDIO_CodingG711 in ACodec::getPortFormatChong Zhang2014-10-132-1/+34
| | | |/ | | |/|
* | | | am e39c1929: am 7225187b: Merge "ACodec: process deferred messages when enter...Wei Jia2014-10-131-0/+2
|\ \ \ \ | |/ / /
| * | | Merge "ACodec: process deferred messages when entering Loaded state." into lm...Wei Jia2014-10-131-0/+2
| |\ \ \ | | |/ / | |/| |
| | * | ACodec: process deferred messages when entering Loaded state.Wei Jia2014-10-101-0/+2
* | | | am ee3f39f6: am 380757ba: Merge "Revert "handle case OMX_AUDIO_CodingG711 in ...Guang Zhu2014-10-131-21/+0
|\ \ \ \ | |/ / /
| * | | Merge "Revert "handle case OMX_AUDIO_CodingG711 in ACodec::getPortFormat"" in...Guang Zhu2014-10-131-21/+0
| |\ \ \
| | * | | Revert "handle case OMX_AUDIO_CodingG711 in ACodec::getPortFormat"Guang Zhu2014-10-131-21/+0
* | | | | am 92ab9962: am aec1dbfd: Merge "handle case OMX_AUDIO_CodingG711 in ACodec::...Chong Zhang2014-10-111-0/+21
|\ \ \ \ \ | |/ / / /
| * | | | Merge "handle case OMX_AUDIO_CodingG711 in ACodec::getPortFormat" into lmp-devChong Zhang2014-10-101-0/+21
| |\ \ \ \ | | |/ / /
| | * | | handle case OMX_AUDIO_CodingG711 in ACodec::getPortFormatChong Zhang2014-10-091-0/+21
| | | |/ | | |/|
* | | | am 6f559515: am a4c3d8f0: Merge "MediaCodec: fix onError and onInputBufferAva...Lajos Molnar2014-10-101-9/+15
|\ \ \ \ | |/ / /
| * | | MediaCodec: fix onError and onInputBufferAvailableLajos Molnar2014-10-091-9/+15
| |/ /
* | | libstagefright: compile errorsMark Salyzyn2014-10-085-1/+10
|/ /
* | Merge "Recover from errors" into lmp-devMarco Nelissen2014-10-071-5/+14
|\ \
| * | Recover from errorsMarco Nelissen2014-10-061-5/+14
* | | Merge "stagefright: do not allocate output buffers for tunneled playback" int...Rachad2014-10-071-1/+28
|\ \ \ | |_|/ |/| |
| * | stagefright: do not allocate output buffers for tunneled playbackRachad2014-09-281-1/+28
* | | MediaRecorder: only dequeue available buffers from MediaCodecChong Zhang2014-10-031-5/+14
| |/ |/|
* | Merge "stagefright: fix fake-stride handling for H263 SW decoder" into lmp-devRonghua Wu2014-10-032-3/+11
|\ \
| * | stagefright: fix fake-stride handling for H263 SW decoderRonghua Wu2014-10-022-3/+11
* | | Merge "send available codec buffer count with codec notification" into lmp-devChong Zhang2014-10-031-2/+15
|\ \ \
| * | | send available codec buffer count with codec notificationChong Zhang2014-10-021-2/+15
* | | | mediarecorder: set level if setting default profileLajos Molnar2014-10-021-0/+53
* | | | stagefright: move math templates into AUtils.hLajos Molnar2014-10-012-5/+141
|/ / /
* | | Merge "add AAC audio decoder params for PCM limiter enable" into lmp-devChong Zhang2014-10-012-2/+14
|\ \ \
| * | | add AAC audio decoder params for PCM limiter enableChong Zhang2014-10-012-2/+14
* | | | Merge "GenericSource: support disconnect before NuCachedSource2 is created" i...Robert Shih2014-10-011-7/+22
|\ \ \ \
| * | | | GenericSource: support disconnect before NuCachedSource2 is createdRobert Shih2014-10-011-7/+22
* | | | | Merge "NuCachedSource2: fix disconnect process" into lmp-devRobert Shih2014-10-011-0/+8
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | NuCachedSource2: fix disconnect processRobert Shih2014-09-301-0/+8
| |/ / /
* | | | Check if info for uri is availableMarco Nelissen2014-09-301-0/+4
|/ / /
* | | Fix SoftAAC2 flushMarco Nelissen2014-09-251-4/+8
* | | Merge "NuPlayer: Fix decoder error handling" into lmp-devAndy Hung2014-09-251-1/+1
|\ \ \
| * | | NuPlayer: Fix decoder error handlingAndy Hung2014-09-241-1/+1
| |/ /
* | | stagefright: Advertise 16x16 alignment requirement for PV codecsLajos Molnar2014-09-241-6/+6