summaryrefslogtreecommitdiffstats
path: root/media/libmediaplayerservice/nuplayer/NuPlayerDecoder.cpp
Commit message (Expand)AuthorAgeFilesLines
* Nuplayer: Flush the decoder if seamless format change is supportedLi Sun2016-03-081-3/+20
* NuPlayerDecoder: add synchronous call pause() to ensure decoder will not requ...Wei Jia2015-12-191-1/+0
* nuplayer: Do not drop corrupt EOS frameShalaj Jain2015-12-191-8/+6
* Merge tag 'android-6.0.1_r3' of https://android.googlesource.com/platform/fra...Steve Kondik2015-12-071-1/+4
|\
| * NuPlayerDecoder: report error in case of audio sink open error.Eric Laurent2015-10-141-1/+4
* | stagefright: Act V: I am become death, the destroyer of worldsSteve Kondik2015-11-241-0/+2
* | Merge branch 'LA.BF64.1.2.2_rb4.7' of git://codeaurora.org/platform/framework...Steve Kondik2015-11-161-0/+8
|\ \
| * \ Merge "nuplayer: Drop frames with DATACORRUPT flag"Linux Build Service Account2015-11-031-0/+8
| |\ \
| | * | nuplayer: Drop frames with DATACORRUPT flagShalaj Jain2015-10-261-0/+8
* | | | Merge branch 'LA.BF64.1.2.2_rb4.6' of git://codeaurora.org/platform/framework...Steve Kondik2015-11-041-1/+8
|\ \ \ \ | |/ / /
| * | | NuPlayer: Decoder: Check for valid codec on resumeHaynes Mathew George2015-10-251-1/+8
| |/ /
* | | RTSP: add default implementations in NuPlayer for rtsp changesLi Sun2015-10-291-0/+1
* | | libstagefright: Extended media support via FFMPEGSteve Kondik2015-10-281-1/+9
|/ /
* | nuplayer: handle error from MediaCodec in Decoder handleAnOutputBufferShalaj Jain2015-10-091-0/+5
* | httplive: refactor for HLS customizationLi Sun2015-10-061-0/+3
* | stagefright: Stability fixesShalaj Jain2015-10-061-1/+3
* | NuPlayer : send the correct streaming info while opening audio sinkPreetam Singh Ranawat2015-10-061-1/+1
* | audio: add support for wma-pro wma-lossless decodingSathishKumar Mani2015-10-061-1/+1
* | AVCustomizations: Enable 16 and 24 bit PCM offload.Preetam Singh Ranawat2015-10-061-0/+1
* | audio: add support for AMRWB+Sharad Sangle2015-10-061-2/+5
|/
* libmediaplayerservice: propagate caller pid to MediaCodec.Ronghua Wu2015-07-211-2/+5
* nuplayer: use codec->setSurface when possible to avoid seekingLajos Molnar2015-07-131-0/+56
* NuPlayer: Enhance dumpsys statisticsPraveen Chavan2015-06-101-11/+31
* NuPlayer: Add audio deep buffer configurationAndy Hung2015-06-031-3/+9
* Merge "libmediaplayerservice: try to open audio sink in offload mode in error...Ronghua Wu2015-05-221-0/+1
|\
| * libmediaplayerservice: try to open audio sink in offload mode in error.Ronghua Wu2015-05-221-0/+1
* | mediaplayer: handle decoder error when NuPlayerDecoder gets a NULL buffer fro...Wei Jia2015-05-181-0/+5
|/
* stagefright: remove NativeWindowWrapperLajos Molnar2015-04-301-15/+10
* DO NOT MERGE libmediaplayerservice: set priority and operating rate for the c...Ronghua Wu2015-04-271-0/+8
* HLS: make disconnect faster to prevent ANRChong Zhang2015-04-231-1/+1
* NuPlayer: queue a deferred scan sources when flushing during scanChong Zhang2015-04-171-13/+13
* fix NuPlayerDecoder discontinuity handling with async modeChong Zhang2015-04-151-4/+0
* mediaplayer: support async mode for widevine legacy modeLajos Molnar2015-04-101-14/+6
* mediaplayer: use async mode in NuPlayerMarco Nelissen2015-04-101-113/+144
* NuPlayer: play out pending frames on discontinuityChong Zhang2015-03-101-46/+81
* media: switch to new AMessage handlingLajos Molnar2015-03-051-2/+2
* Revert "Fix NuPlayer::Decoder input buffer loss upon seamless format change"Robert Shih2015-03-041-3/+6
* Fix NuPlayer::Decoder input buffer loss upon seamless format changeRobert Shih2015-02-201-6/+3
* Wrong format used in seamless checkjoakim johansson2015-01-301-4/+4
* NuPlayerRenderer: Update mAnchorMaxMediaUs when anchor time is changed to fix...Wei Jia2014-12-051-0/+1
* Fix NuPlayer assertion on failure to create AudioTrackAndy Hung2014-12-031-18/+9
* notify seek complete upon first video output frameChong Zhang2014-12-011-1/+24
* tunnel NuPlayer source and decoder inputChong Zhang2014-11-201-729/+434
* NuPlayer: tunnel decoder with renderer for data buffer passing.Wei Jia2014-11-141-20/+99
* Merge "send available codec buffer count with codec notification" into lmp-devChong Zhang2014-10-031-4/+12
|\
| * send available codec buffer count with codec notificationChong Zhang2014-10-021-4/+12
* | Merge "NuPlayerDecoder: postpone input message processing when it's not deque...Wei Jia2014-10-021-7/+28
|\ \ | |/ |/|
| * NuPlayerDecoder: postpone input message processing when it's not dequeued.Wei Jia2014-10-021-7/+28
* | NuPlayer: Fix flush mode decoder error handlingAndy Hung2014-10-011-3/+7
|/
* Merge "NuPlayer: Fix decoder error handling" into lmp-devAndy Hung2014-09-251-8/+26
|\