summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/AwesomePlayer.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* Part of fix for double spins & faster startupJeff Tinker2012-05-311-8/+12
* Only mark the audio player as started if it did so successfully.Andreas Huber2012-05-221-2/+2
* Switch audio tracks at runtimeJames Dong2012-05-141-10/+91
* stagefright: add tracing to AwesomePlayer.Jamie Gennis2012-05-111-1/+30
* Revert our seek behaviour to SEEK_CLOSEST_SYNC instead of SEEK_CLOSEST.Andreas Huber2012-05-031-1/+1
* Removed mutex lock in addTextSource, and rename to addTextSource_lEdwin Wong2012-05-021-3/+2
* Impl for supporting two video scaling modesJames Dong2012-05-011-0/+26
* Handle the case when there is no timed text trackJames Dong2012-04-261-22/+29
* Add support for deep audio buffersEric Laurent2012-04-201-1/+12
* Fix for multiple audio/timed track feature implementation - part oneJames Dong2012-04-161-37/+102
* Add external timed text source using a passed file descriptorJames Dong2012-04-131-1/+1
* Fix a bug in MediaPlayer's addExternalSource().Insun Kang2012-03-161-16/+3
* Defines MediaPlayer APIs to support multiple audio/video/timedtextInsun Kang2012-03-151-44/+101
* Merge "Fix videos app bandwidth accounting for 4G streaming"Jeff Tinker2012-03-081-0/+2
|\
| * Fix videos app bandwidth accounting for 4G streamingJeff Tinker2012-02-141-0/+2
* | Merge "Moves TimedTextDriver.h into include/media/stagefright/timedtext."James Dong2012-02-281-2/+1
|\ \
| * | Moves TimedTextDriver.h into include/media/stagefright/timedtext.Insun Kang2012-02-271-2/+1
| |/
* | fix libgui header locationMathias Agopian2012-02-271-2/+0
|/
* Playback rate on MediaPlayerJean-Michel Trivi2012-02-131-0/+8
* Change the signature of method addTextSource() in AwesomePlayerJames Dong2012-02-091-1/+1
* Experiment with seeking to closest frame instead of closest syncframeAndreas Huber2012-02-091-1/+1
* First step of refactoring 'timedtext' code.Insun Kang2012-01-311-17/+17
* Separate sniffing from session initializationJames Dong2012-01-121-10/+11
* am 05985a2e: am c15cf3d2: Merge "stagefright: limit audio gap for looped play...Eric Laurent2012-01-111-0/+4
|\
| * stagefright: limit audio gap for looped playbackEric Laurent2012-01-091-0/+4