summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/ACodec.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge "Support VP8 encoder key frame interval and number of temporal layers c...Alex Glaznev2014-04-241-0/+70
|\
| * Support VP8 encoder key frame interval and number ofAlex Glaznev2014-04-241-0/+70
* | ACodec: do not signal kWhatShutdownCompleted on codec errorLajos Molnar2014-04-011-4/+12
* | ACodec: ignore OMX messages to already freed componentLajos Molnar2014-03-281-0/+8
|/
* am bd1f8f0a: am fb28c384: am 1faa4170: stagefright: allow for minUndequeuedBu...Lajos Molnar2014-03-191-3/+4
|\
| * am fb28c384: am 1faa4170: stagefright: allow for minUndequeuedBufs to be one ...Lajos Molnar2014-03-191-3/+4
| |\
| | * am 1faa4170: stagefright: allow for minUndequeuedBufs to be one lessLajos Molnar2014-03-191-3/+4
| | |\
| | | * stagefright: allow for minUndequeuedBufs to be one lessLajos Molnar2014-03-191-3/+4
| * | | am 9cde5172: am b635b0e6: mediaplayer: keep more buffers with the BufferQueueLajos Molnar2014-03-191-21/+26
| |\ \ \ | | |/ /
| | * | am b635b0e6: mediaplayer: keep more buffers with the BufferQueueLajos Molnar2014-03-191-21/+26
| | |\ \ | | | |/
| | | * mediaplayer: keep more buffers with the BufferQueueLajos Molnar2014-03-191-21/+26
| * | | am a671f943: am c69bc40a: Merge "Cap pts gap between adjacent frames to speci...Chong Zhang2014-03-131-1/+21
| |\ \ \ | | |/ /
| | * | am c69bc40a: Merge "Cap pts gap between adjacent frames to specified value" i...Chong Zhang2014-03-131-1/+21
| | |\ \ | | | |/
| | | * Cap pts gap between adjacent frames to specified valueChong Zhang2014-03-111-1/+21
| * | | am 72d09f62: am 2613347d: Merge "Added support to query ACodec whether adapti...Lajos Molnar2014-03-071-0/+5
| |\ \ \ | | |/ /
| | * | am 2613347d: Merge "Added support to query ACodec whether adaptive playback i...Lajos Molnar2014-03-071-0/+5
| | |\ \ | | | |/
| | | * Added support to query ACodec whether adaptive playback is enabled.Robert Shih2014-03-061-0/+5
| * | | am 4dbd814d: am 2338782d: Merge "Fixed misplaced bracket for switch-case bloc...Lajos Molnar2014-03-071-4/+4
| |\ \ \ | | |/ /
| | * | am 2338782d: Merge "Fixed misplaced bracket for switch-case block." into klp-devLajos Molnar2014-03-071-4/+4
| | |\ \ | | | |/
| | | * Fixed misplaced bracket for switch-case block.Robert Shih2014-03-061-4/+4
| * | | am 90903383: [DO NOT MERGE] Support AC3 in stagefrightChangwan Ryu2014-02-041-1/+70
| |\ \ \ | | |/ /
| | * | [DO NOT MERGE] Support AC3 in stagefrightChangwan Ryu2014-02-031-1/+70
* | | | Merge changes I1455bfc6,I90c7e34b,I06e001dfLajos Molnar2014-03-141-78/+152
|\ \ \ \
| * | | | MediaCodec: add getInputFormat() methodLajos Molnar2014-03-101-78/+152
* | | | | mediaplayer: keep more buffers with the BufferQueueLajos Molnar2014-03-111-21/+26
|/ / / /
* | | | Merge "Opus Matroska support in OpenMax"Lajos Molnar2014-03-041-0/+2
|\ \ \ \
| * | | | Opus Matroska support in OpenMaxVignesh Venkatasubramanian2014-03-031-0/+2
* | | | | Merge "support for time lapse/slow motion when using SURFACE source"Chong Zhang2014-02-221-5/+31
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | support for time lapse/slow motion when using SURFACE sourceChong Zhang2014-02-141-5/+31
* | | | | fix the build by fixing more warnings.Andreas Huber2014-02-111-5/+6
* | | | | warnings be gone.Andreas Huber2014-02-111-1/+1
|/ / / /
* | | | Change StagefrightRecorder to use MediaCodecChong Zhang2014-02-051-1/+42
* | | | Merge "Added support to query ACodec whether adaptive playback is enabled."Robert Shih2014-02-031-0/+5
|\ \ \ \
| * | | | Added support to query ACodec whether adaptive playback is enabled.Robert Shih2014-01-291-0/+5
* | | | | Merge "Fixed misplaced bracket for switch-case block."Robert Shih2014-02-031-4/+4
|\ \ \ \ \ | |/ / / /
| * | | | Fixed misplaced bracket for switch-case block.Robert Shih2014-01-241-4/+4
* | | | | am 324d9157: am 5db1e3a6: Merge "correct one logic error in decide whether sh...Lajos Molnar2014-02-031-1/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | am 5db1e3a6: Merge "correct one logic error in decide whether should render o...Lajos Molnar2014-02-031-1/+1
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | correct one logic error in decide whether should render or notJianzheng Zhou2014-02-031-1/+1
| * | | | Support for MPEG2 videoChangwan Ryu2014-01-211-0/+2
| | |_|/ | |/| |
* | | | Cap pts gap between adjacent frames to specified valueChong Zhang2014-01-301-1/+21
| |_|/ |/| |
* | | Only send a format change if the buffer has dataMarco Nelissen2013-11-201-1/+1
* | | am 72afcd5d: am 5ea5b020: Merge "WA: Queue extra buffers on output port durin...Lajos Molnar2013-11-181-0/+28
|\ \ \ | |/ /
| * | WA: Queue extra buffers on output port during reconfig if input EOS-edLajos Molnar2013-11-141-0/+28
| |/
* | am db50cb5f: am caee8747: Merge "configure bitrate and bitrate mode at encode...Andreas Huber2013-11-111-0/+16
|\ \ | |/
| * Merge "configure bitrate and bitrate mode at encoder initialization for VP8/9...Andreas Huber2013-11-121-0/+16
| |\
| | * configure bitrate and bitrate mode at encoder initialization for VP8/9Andreas Huber2013-11-051-0/+16
* | | Merge "Support AC3 in stagefright"Changwan Ryu2013-11-061-1/+70
|\ \ \
| * | | Support AC3 in stagefrightChangwan Ryu2013-11-061-1/+70
* | | | am 2922d230: am 065789f2: Merge "Restore NuPlayer error and EOS handling" int...Lajos Molnar2013-11-041-3/+8
|\ \ \ \ | |/ / / |/| / / | |/ /