summaryrefslogtreecommitdiffstats
path: root/media/libmediaplayerservice/nuplayer
Commit message (Expand)AuthorAgeFilesLines
* Merge "[media][nuplayer] Remove debug message EWOULDBLOCK" into lmp-devPhil Burk2014-09-091-1/+0
|\
| * [media][nuplayer] Remove debug message EWOULDBLOCKPhil Burk2014-09-091-1/+0
* | Merge " NuPlayer::Renderer::onPause() - Converted CHECK(!mPaused) to a warnin...Rachad2014-09-091-2/+4
|\ \ | |/ |/|
| * NuPlayer::Renderer::onPause() - Converted CHECK(!mPaused) to a warning.Rachad2014-09-091-2/+4
* | Merge "NuPlayer: check mSource before deferencing it." into lmp-devWei Jia2014-09-091-1/+2
|\ \ | |/ |/|
| * NuPlayer: check mSource before deferencing it.Wei Jia2014-09-091-1/+2
* | Merge "[audio][nuplayer] Aggregate buffers to reduce power." into lmp-devPhil Burk2014-09-082-4/+94
|\ \
| * | [audio][nuplayer] Aggregate buffers to reduce power.Phil Burk2014-09-082-4/+94
* | | Merge "NuPlayerDriver: put player in paused state when reaching EOS." into lm...Wei Jia2014-09-081-2/+2
|\ \ \ | |_|/ |/| |
| * | NuPlayerDriver: put player in paused state when reaching EOS.Wei Jia2014-09-051-2/+2
* | | Merge "GenericSource: refactor track selection for dedicated looper" into lmp...Robert Shih2014-09-052-16/+189
|\ \ \ | |/ / |/| |
| * | GenericSource: refactor track selection for dedicated looperRobert Shih2014-09-032-16/+189
* | | Merge "NuPlayer: Restrict seek on video texture changes" into lmp-devAndy Hung2014-09-051-1/+7
|\ \ \
| * | | NuPlayer: Restrict seek on video texture changesAndy Hung2014-09-051-1/+7
* | | | Merge "NuPlayer: Discard seeks when source and decoders are NULL" into lmp-devAndy Hung2014-09-052-1/+9
|\ \ \ \ | |/ / /
| * | | NuPlayer: Discard seeks when source and decoders are NULLAndy Hung2014-09-042-1/+9
* | | | Split CEA-608 Closed caption into 4 tracks CC1~CC4Chong Zhang2014-09-033-67/+134
|/ / /
* | | Merge "NuPlayer: add seek operation when change video texture surface." into ...Wei Jia2014-09-032-0/+5
|\ \ \ | |_|/ |/| |
| * | NuPlayer: add seek operation when change video texture surface.Wei Jia2014-09-032-0/+5
| |/
* | Merge "render one video frame after flush even when we're paused" into lmp-devChong Zhang2014-09-032-15/+29
|\ \ | |/ |/|
| * render one video frame after flush even when we're pausedChong Zhang2014-09-032-15/+29
* | Merge "NuPlayerRenderer: stop feeding AudioSink when paused." into lmp-devWei Jia2014-09-022-6/+7
|\ \
| * | NuPlayerRenderer: stop feeding AudioSink when paused.Wei Jia2014-08-292-6/+7
| |/
* | Merge "GenericSource: set DRM playback status." into lmp-devRonghua Wu2014-08-304-0/+93
|\ \
| * | GenericSource: set DRM playback status.Ronghua Wu2014-08-294-0/+93
* | | MediaCodec: set state to UNINITIALIZED when receiving fatal error.Wei Jia2014-08-291-0/+2
| |/ |/|
* | Merge "AudioPlayback: delay the post of EOS based on pending playout." into l...Ronghua Wu2014-08-272-22/+19
|\ \
| * | AudioPlayback: delay the post of EOS based on pending playout.Ronghua Wu2014-08-272-22/+19
| |/
* | Merge "NuPlayer: set controlledByApp to true when creating Surface." into lmp...Wei Jia2014-08-271-1/+1
|\ \
| * | NuPlayer: set controlledByApp to true when creating Surface.Wei Jia2014-08-261-1/+1
| |/
* | Merge "Fix SoundPool lockup" into lmp-devMarco Nelissen2014-08-261-6/+8
|\ \
| * | Fix SoundPool lockupMarco Nelissen2014-08-261-6/+8
| |/
* | Merge "do string compare with mime immediately after we get the value" into l...Chong Zhang2014-08-261-2/+6
|\ \ | |/ |/|
| * do string compare with mime immediately after we get the valueChong Zhang2014-08-261-2/+6
* | NuPlayer: remember and resubmit CSDs after flushLajos Molnar2014-08-234-21/+117
* | Merge "wait for flush to finish before returning setSurface" into lmp-devChong Zhang2014-08-233-0/+29
|\ \
| * | wait for flush to finish before returning setSurfaceChong Zhang2014-08-223-0/+29
* | | Merge "add buffering update to GenericSource" into lmp-devChong Zhang2014-08-224-6/+112
|\ \ \ | |/ / |/| |
| * | add buffering update to GenericSourceChong Zhang2014-08-224-6/+112
* | | Merge "ACodec: handle errors related to native window." into lmp-devWei Jia2014-08-221-2/+5
|\ \ \
| * | | ACodec: handle errors related to native window.Wei Jia2014-08-221-2/+5
* | | | Merge "NuPlayerDriver: fix current position for stop and pause." into lmp-devWei Jia2014-08-222-17/+44
|\ \ \ \
| * | | | NuPlayerDriver: fix current position for stop and pause.Wei Jia2014-08-222-17/+44
* | | | | Merge "move cache prefill to GenericSource's message handler" into lmp-devChong Zhang2014-08-222-28/+135
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | move cache prefill to GenericSource's message handlerChong Zhang2014-08-212-28/+135
| | |_|/ | |/| |
* | | | Merge "Fix SoundPool and MediaPlayerService buffer overflow" into lmp-devAndy Hung2014-08-221-7/+29
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix SoundPool and MediaPlayerService buffer overflowAndy Hung2014-08-211-7/+29
* | | | NuPlayerDriver: include lapsed time when reporting current position.Wei Jia2014-08-202-1/+12
* | | | Merge "Fix typo in comment" into lmp-devMarco Nelissen2014-08-201-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix typo in commentMarco Nelissen2014-08-201-1/+1