summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/AwesomePlayer.cpp
Commit message (Expand)AuthorAgeFilesLines
* AwesomePlayer: use PTS for queueBufferLajos Molnar2014-05-011-7/+10
* Smooth out AwesomePlayerLajos Molnar2014-05-011-4/+22
* AwesomePlayer: improve scheduling of video event to hit PTSLajos Molnar2014-05-011-3/+7
* warnings be gone.Andreas Huber2014-04-111-2/+3
* Make frameworks/av 64-bit compatibleKévin PETIT2014-02-111-14/+15
* Avoid jumps to faulty position after seeksRoger1 Jonsson2013-12-181-1/+4
* AwesomePlayer: correct stream type for offloadEric Laurent2013-11-141-1/+7
* Merge "AwesomePlayer: Improve performance on high-fps clips" into klp-devLajos Molnar2013-11-131-1/+36
|\
| * AwesomePlayer: Improve performance on high-fps clipsLajos Molnar2013-11-121-1/+36
* | am 27ae268a: am 00cb884f: Merge "StageFright: Removes hacks for Nvidia MPEG2 ...Adam Hampson2013-11-131-2/+1
|\ \ | |/ |/|
| * am 00cb884f: Merge "StageFright: Removes hacks for Nvidia MPEG2 decoder" into...Adam Hampson2013-11-131-2/+1
| |\
| | * StageFright: Removes hacks for Nvidia MPEG2 decoderSuresh Choudhary2013-08-091-2/+1
* | | AwesomePlayer: ensure STARTED message works after resetLajos Molnar2013-10-281-0/+5
* | | Make sure we get to discover that the cache is sufficiently full againAndreas Huber2013-10-171-1/+1
* | | AwesomePlayer: fix concurrent pause and teardownEric Laurent2013-10-151-0/+6
* | | AwesomePlayer: do not send events when paused.Eric Laurent2013-10-081-1/+7
* | | MediaTimeProvider support fixesLajos Molnar2013-09-301-3/+17
* | | Merge "Prevent onPrepared callback from being called twice" into klp-devMarco Nelissen2013-09-281-17/+19
|\ \ \
| * | | Prevent onPrepared callback from being called twiceMarco Nelissen2013-09-271-17/+19
* | | | fix playback position after switching to offloadEric Laurent2013-09-271-0/+7
|/ / /
* | | Set PREPARING flag after setDataSource_l()Chong Zhang2013-08-281-1/+1
* | | Add MEDIA_STARTED/PAUSED/STOPPED events to media playersLajos Molnar2013-08-151-0/+22
* | | Merge "Fix typo in AwesomePlayer"Andreas Huber2013-07-291-1/+1
|\ \ \
| * | | Fix typo in AwesomePlayerSungsoo Lim2013-07-101-1/+1
* | | | stagefright: offload playback supportRichard Fitzgerald2013-07-261-42/+202
|/ / /
* | | am 046d9c8d: am 06197925: am 267363ee: Merge "Prevent Media Server crash whil...Jean-Baptiste Queru2013-07-081-1/+1
|\ \ \ | |/ /
| * | am 267363ee: Merge "Prevent Media Server crash while the AwesomePlayer getBit...Jean-Baptiste Queru2013-07-081-1/+1
| |\ \ | | |/ | |/|
| | * Prevent Media Server crash while the AwesomePlayer getBitrate return true wit...hovanchen2013-07-031-1/+1
| * | Refactoring: Rename SurfaceTextureClient to SurfaceMathias Agopian2013-02-151-2/+2
| * | Return error code if setting scaling mode failsMarco Nelissen2013-02-051-0/+1
| * | Rename ISurfaceTexture and SurfaceTextureAndy McFadden2012-12-181-4/+4
| * | Don't attempt to seek audio and video separately.Andreas Huber2012-10-231-9/+17
| * | Added some extra failure logging messagesJames Dong2012-10-171-0/+1
| * | [WVDRM] Fix for stuttering on low bandwidthJeff Tinker2012-10-011-11/+7
| * | Add getError and setError to propagate error code from WVMMediaExtractor up t...Edwin Wong2012-09-111-1/+5
* | | libstagefright: Check for duration > 0 to avoid divide-by-zero exceptionAjay Dudani2013-05-281-1/+1
* | | Refactoring: Rename SurfaceTextureClient to SurfaceMathias Agopian2013-02-151-2/+2
* | | Return error code if setting scaling mode failsMarco Nelissen2013-02-051-0/+1
* | | Rename ISurfaceTexture and SurfaceTextureAndy McFadden2012-12-181-4/+4
| |/ |/|
* | Don't attempt to seek audio and video separately.Andreas Huber2012-10-231-9/+17
* | Added some extra failure logging messagesJames Dong2012-10-171-0/+1
* | [WVDRM] Fix for stuttering on low bandwidthJeff Tinker2012-10-011-11/+7
* | Add getError and setError to propagate error code from WVMMediaExtractor up t...Edwin Wong2012-09-111-1/+5
|/
* Send current bandwidth info event when buffering occursJeffrey Tinker2012-08-231-3/+8
* Don't log streaming url.James Dong2012-08-171-6/+2
* Added a callback to signal when the rendering of the video frame just occurredJames Dong2012-07-201-0/+7
* Ensure MEDIA_INFO_BUFFERING_END is always sentMarco Nelissen2012-07-201-2/+3
* Update ANativeWindow client code for syncJamie Gennis2012-06-211-1/+1
* Fix track selection code in AwesomePlayerInsun Kang2012-06-151-1/+1
* Fix one of the potential ANR issues from AwesomePlayerJames Dong2012-06-121-1/+7