summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/include
Commit message (Expand)AuthorAgeFilesLines
* Support some .avi files containing H.264 video, log warnings if audio/video u...Andreas Huber2011-09-211-0/+1
* Remove an O(n^2) algorithm in MPEG4Extractor.cpp to speed up seeks in long st...Andreas Huber2011-09-191-2/+4
* In order to recover from video lagging behind audio, drop avc framesAndreas Huber2011-09-161-0/+1
* Support .avi tracks that have a sample size of 1, i.e. samples != chunksAndreas Huber2011-09-131-1/+10
* Guard the audio notifications with a separate lock to avoid deadlocks during ...Andreas Huber2011-09-011-2/+2
* Return an error to the client instead of asserting if decoder instantiation f...Andreas Huber2011-08-291-3/+3
* Some decoders require more gentle treatmentJames Dong2011-08-181-0/+3
* Make sure we have all the sample table metadata before declaring a track valid.Andreas Huber2011-08-171-0/+2
* Network traffic accounting for chromium stack support in mediaserver.Ashish Sharma2011-08-051-1/+2
* Retry datasource fetches a few times before giving up (NuCachedSource2).Andreas Huber2011-07-222-0/+8
* Merge "Use unsigned char to store table of contents retrieved from XING heade...Gloria Wang2011-07-151-1/+1
|\
| * Use unsigned char to store table of contents retrieved from XING header.Gloria Wang2011-07-151-1/+1
* | Refetch playlists according to the HLS specs, varying delay if playlists unch...Andreas Huber2011-07-151-3/+13
|/
* If audio startup fails while executing MediaPlayer::start() do NOT post an errorAndreas Huber2011-07-141-1/+1
* Merge "Remove legacy http support from stagefright, chromium is the new hotne...Andreas Huber2011-07-143-205/+2
|\
| * Remove legacy http support from stagefright, chromium is the new hotness.Andreas Huber2011-07-133-205/+2
* | Merge "OMX CallbackDispatcher uses C++ Thread not pthread"Glenn Kasten2011-07-141-0/+1
|\ \
| * | OMX CallbackDispatcher uses C++ Thread not pthreadGlenn Kasten2011-07-121-0/+1
| |/
* | Remove old-style software decoders.Andreas Huber2011-07-131-73/+0
|/
* Merge "- Retrieve is_drm in MediaMetadataRetriever. - Add one more column in ...Gloria Wang2011-07-061-1/+0
|\
| * - Retrieve is_drm in MediaMetadataRetriever.Gloria Wang2011-07-011-1/+0
* | Merge "Charge network traffic to the uid of the process using the MediaPlayer."Andreas Huber2011-07-015-2/+24
|\ \
| * | Charge network traffic to the uid of the process using the MediaPlayer.Andreas Huber2011-07-015-2/+24
| |/
* | Merge "Revert "Fix for b/4165024: Serious Memory leak when playing a WV prote...Edwin Wong2011-07-011-5/+0
|\ \ | |/ |/|
| * Revert "Fix for b/4165024: Serious Memory leak when playing a WV protected st...Jeff Tinker2011-07-011-5/+0
* | Merge "Fix for b/4165024: Serious Memory leak when playing a WV protected str...Jeff Tinker2011-06-281-0/+5
|\ \ | |/
| * Fix for b/4165024: Serious Memory leak when playing a WV protected streaming ...Jeff Tinker2011-06-271-0/+5
* | Fix the new color converter to respect the destination crop rect.Andreas Huber2011-06-271-0/+1
|/
* Stagefright: add support for gralloc OMX_UseBuffer.Anu Sundararajan2011-06-231-1/+3
* Parse the individual segment's duration as a floating point number which is nowAndreas Huber2011-06-211-0/+4
* Make dumpsys(media.player) more useful by having AwesomePlayer populate it.Andreas Huber2011-06-081-0/+30
* Do not call getEstimatedBandwidth if the streaming is not HTTP-basedJames Dong2011-06-021-1/+5
* Send estimated bandwidth value as informational event when cache fetcher pausesJames Dong2011-05-315-30/+37
* Merge "Support mpeg1,2 audio and mpeg1,2,4 video content extraction from .ts ...Andreas Huber2011-05-262-5/+10
|\
| * Support mpeg1,2 audio and mpeg1,2,4 video content extraction from .ts streams.Andreas Huber2011-05-252-5/+10
* | Merge "For out of band timed text support (timed text in a separate file)."Gloria Wang2011-05-252-91/+1
|\ \ | |/ |/|
| * For out of band timed text support (timed text in a separate file).Gloria Wang2011-05-252-91/+1
* | Merge "Make sure all references to the decoder plugin are accounted for"Andreas Huber2011-05-242-1/+3
|\ \
| * | Make sure all references to the decoder plugin are accounted forAndreas Huber2011-05-242-1/+3
| |/
* | am c41a17de: am 6e5cdca1: am ef89cc14: Merge "Multi-repository checkin, goes ...Jeffrey Tinker2011-05-241-6/+10
|\ \ | |/ |/|
| * Multi-repository checkin, goes with https://android-git.corp.google.com/g/111038Jeffrey Tinker2011-05-231-6/+10
* | resolved conflicts for merge of a8939e0d to masterJames Dong2011-05-192-0/+25
|\ \ | |/
| * Using widevine:// to stream adaptive bitrate wvm content no longerAndreas Huber2011-05-102-0/+26
| * Add avg bandwidth estimate every 2 seconds - do not merge.James Dong2011-04-281-0/+1
* | Squashed commit of the following:Andreas Huber2011-05-112-0/+314
* | Properly honour any pending seek request when reading the first buffer afterAndreas Huber2011-05-101-0/+1
* | Initial CL for the timed text support:Gloria Wang2011-05-032-16/+117
* | Add setParameter/getParameter to MediaPlayer API.Gloria Wang2011-04-291-0/+3
* | Add extra headers specified in the media player's setDataSource callAndreas Huber2011-04-201-1/+8
* | Make sure a read restarts the prefetcher if necessary.Andreas Huber2011-04-191-1/+3