summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Implementation of stagefright-enabled MediaPlayerService::decode functionalityAndreas Huber2010-02-105-20/+104
* Merge "Defer actual work of setDataSource given a URI to the prepare phase in...Andreas Huber2010-02-092-24/+109
|\
| * Defer actual work of setDataSource given a URI to the prepare phase in order ...Andreas Huber2010-02-092-24/+109
* | If the codec's input buffer size is too small to accomodate the buffer read f...Andreas Huber2010-02-091-2/+10
|/
* Support the disc number and custom genre tags for mp4.Marco Nelissen2010-02-091-3/+33
* Merge "A little less verbosity in stagefright and special treatment for the e...Andreas Huber2010-02-093-5/+8
|\
| * A little less verbosity in stagefright and special treatment for the error st...Andreas Huber2010-02-093-5/+8
* | Merge "During shutdown, don't loop forever on a state transition to OMX_State...Andreas Huber2010-02-091-2/+8
|\ \ | |/ |/|
| * During shutdown, don't loop forever on a state transition to OMX_StateInvalid.Andreas Huber2010-02-081-2/+8
* | Use bswap_16 instead of swap16, because swap16 is not available in glibcMarco Nelissen2010-02-091-2/+2
* | ID3v1 tag's strings are ISO8859, not UTF-8, so do the proper conversion when ...Andreas Huber2010-02-081-3/+7
* | Merge "Properly implement asynchronous preparation of media playback."Andreas Huber2010-02-085-56/+108
|\ \
| * | Properly implement asynchronous preparation of media playback.Andreas Huber2010-02-085-56/+108
* | | Merge "Skip the endianness marker when converting UCS-2 to UTF-8, since it en...Marco Nelissen2010-02-081-1/+21
|\ \ \
| * | | Skip the endianness marker when converting UCS-2 to UTF-8, since itMarco Nelissen2010-02-081-1/+21
* | | | Merge "Use Tremor for sim-eng, and Tremolo for other targets."Gloria Wang2010-02-082-2/+17
|\ \ \ \ | |/ / / |/| | |
| * | | Use Tremor for sim-eng, and Tremolo for other targets.Gloria Wang2010-02-082-2/+17
| |/ /
* | | Add support for the TPOS/TPA (disc number) id3 tag.Marco Nelissen2010-02-085-0/+5
|/ /
* | Merge "Fix for 2224736. Sometimes mSeeking is reset without calling setSeekTo...Gloria Wang2010-02-081-2/+2
|\ \ | |/ |/|
| * Fix for 2224736. Sometimes mSeeking is reset without calling setSeekTo first.Gloria Wang2010-02-041-2/+2
* | Revert "Replace Tremor with Tremolo (an ARM optimised version of the Tremor l...Gloria Wang2010-02-052-2/+2
* | Merge "Replace Tremor with Tremolo (an ARM optimised version of the Tremor li...Gloria Wang2010-02-052-2/+2
|\ \
| * | Replace Tremor with Tremolo (an ARM optimised version of the Tremor library f...Gloria Wang2010-02-042-2/+2
| |/
* | am 0af04493: am 31bfdf69: reconcile main tree with open-source eclairThe Android Open Source Project2010-02-050-0/+0
|\ \
| * \ am 31bfdf69: reconcile main tree with open-source eclairThe Android Open Source Project2010-02-050-0/+0
| |\ \
| | * \ reconcile main tree with open-source eclairThe Android Open Source Project2010-02-050-0/+0
| | |\ \
| | | * \ reconcile android-2.1_r1 snapshotThe Android Open Source Project2010-01-290-0/+0
| | | |\ \
| | | | * | android-2.1_r1 snapshotThe Android Open Source Project2010-01-1210-116/+210
* | | | | | Merge "When the extractor is not able to be created successfully, don't crash"James Dong2010-02-053-1/+14
|\ \ \ \ \ \
| * | | | | | When the extractor is not able to be created successfully, don't crashJames Dong2010-02-043-1/+14
* | | | | | | Merge "Camcorder profile Java API support - Use Enum for Quality instead of i...James Dong2010-02-041-2/+2
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Camcorder profile Java API supportJames Dong2010-02-041-2/+2
| |/ / / / /
* | | | | | Stop using the PV software decoders and use ours (based on PV code) instead e...Andreas Huber2010-02-044-34/+20
|/ / / / /
* | | | | Merge "Defer creating the video renderer until we see the first video frame."Andreas Huber2010-02-031-14/+16
|\ \ \ \ \
| * | | | | Defer creating the video renderer until we see the first video frame.Andreas Huber2010-02-031-14/+16
* | | | | | Previous change broke A/V sync, this is a better change to eliminate negative...Andreas Huber2010-02-031-3/+7
|/ / / / /
* | | | | Fix a deadlock caused by the AudioPlayer notifying the observer that the stre...Andreas Huber2010-02-034-52/+73
* | | | | fix [2133133] Software OpenGL ES Lighting is buggy (GL Gears washed out bug)Mathias Agopian2010-02-031-2/+2
* | | | | AudioPlayer didn't properly account for the latency when calculating the curr...Andreas Huber2010-02-031-2/+7
* | | | | Merge "implement [2396050] Add ETC1 texture support to AGL"Mathias Agopian2010-02-021-1/+6
|\ \ \ \ \
| * | | | | implement [2396050] Add ETC1 texture support to AGLMathias Agopian2010-02-021-1/+6
* | | | | | Workaround for misbehaving HTTP servers that terminate header lines with a si...Andreas Huber2010-02-021-4/+23
* | | | | | Merge "Don't use a HEAD request to determine redirects, instead do a regular ...Andreas Huber2010-02-023-13/+16
|\ \ \ \ \ \
| * | | | | | Don't use a HEAD request to determine redirects, instead do a regular GET (si...Andreas Huber2010-02-023-13/+16
| |/ / / / /
* | | | | | Properly report the duration of a recording into .mp4 files.Andreas Huber2010-02-021-7/+14
|/ / / / /
* | | | | Properly advertise the content length of the HTTP stream if available.Andreas Huber2010-02-024-35/+58
* | | | | Merge "Initial check-in for xml-based encoder capabilities retrieval - Change...James Dong2010-02-013-6/+986
|\ \ \ \ \
| * | | | | Initial check-in for xml-based encoder capabilities retrievalJames Dong2010-02-013-6/+986
* | | | | | Merge "Use physical memory for software rendering to take a fast path through...Andreas Huber2010-02-011-1/+10
|\ \ \ \ \ \
| * | | | | | Use physical memory for software rendering to take a fast path through surfac...Andreas Huber2010-02-011-1/+10
| |/ / / / /