summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Better seek handling and proper reset of the vorbis decoder after a discontin...Andreas Huber2010-05-112-9/+22
* A new OggExtractor/VorbisDecoder combo to support approximate seeking.Andreas Huber2010-05-0714-371/+964
* Merge "Disable vorbis seek when streaming from localhost." into froyoAndreas Huber2010-05-068-5/+106
|\
| * Disable vorbis seek when streaming from localhost.Andreas Huber2010-05-068-5/+106
* | For issue #2651381, allow library prelinking.Dan Bornstein2010-05-055-10/+0
|/
* Support for Ogg Vorbis decoding in stagefright.Andreas Huber2010-05-047-7/+413
* Switch to use software MP3 decoderJames Dong2010-04-261-1/+1
* Apparently select() does not immediately return if one of the masked socket d...Andreas Huber2010-04-202-27/+14
* Don't coalesce more than 250ms worth of encoded data into a single codec inpu...Andreas Huber2010-04-201-2/+12
* Use PV_PLAYER to handle RTSP streamingJames Dong2010-04-141-0/+5
* Snif more 3GPP file types according to http://www.ftyps.com/3gpp.htmlJames Dong2010-04-131-0/+2
* Merge "Better diagnostics in the stagefright commandline tool, support for pl...Andreas Huber2010-04-131-1/+1
|\
| * Better diagnostics in the stagefright commandline tool, support for playing s...Andreas Huber2010-04-131-1/+1
* | Merge "Don't set encoder component role while we query decoders" into froyoJames Dong2010-04-131-1/+1
|\ \
| * | Don't set encoder component role while we query decodersJames Dong2010-04-131-1/+1
* | | Fix for 2581725. Keep the last frame after resume(), and delete itGloria Wang2010-04-131-2/+14
| |/ |/|
* | Distinguish QCELP audio from mpeg4 audio, ignore QCELP audio tracks since we ...Andreas Huber2010-04-125-11/+50
* | Fix a race condition in TimedEventQueue, an event may be cancelled while we'r...Andreas Huber2010-04-122-9/+36
|/
* Merge "Fix a case where the aac hardware decoder is in a transition state and...Andreas Huber2010-04-121-1/+7
|\
| * Fix a case where the aac hardware decoder is in a transition state and refuse...Andreas Huber2010-04-121-1/+7
* | Merge "Ignore corrupt aac audio frames and substitute silence." into froyoAndreas Huber2010-04-121-12/+19
|\ \
| * | Ignore corrupt aac audio frames and substitute silence.Andreas Huber2010-04-121-12/+19
| |/
* | Start sending out buffering updates earlier (after preparation has completed)...Andreas Huber2010-04-121-2/+4
|/
* Merge "Support for ID3 V2.4 tags." into froyoAndreas Huber2010-04-092-24/+118
|\
| * Support for ID3 V2.4 tags.Andreas Huber2010-04-082-24/+118
* | Refactor connection/redirection code, support redirects on reconnection.Andreas Huber2010-04-081-140/+96
* | Increase the size of the pages used in CachingDataSource (total amount of mem...Andreas Huber2010-04-083-5/+24
|/
* Report the requested seek time while seek is in progress.Andreas Huber2010-04-071-2/+5
* Partial revert of previous change to improve hardware AAC decoder performance...Andreas Huber2010-04-061-20/+0
* Merge "Coalesce multiple encoded AAC frames into a single input buffer on thi...Andreas Huber2010-04-021-41/+108
|\
| * Coalesce multiple encoded AAC frames into a single input buffer on this parti...Andreas Huber2010-04-021-41/+108
* | Merge "Support another kind of iso mpeg4 file." into froyoAndreas Huber2010-04-021-1/+1
|\ \ | |/ |/|
| * Support another kind of iso mpeg4 file.Andreas Huber2010-04-011-1/+1
* | Use local lock for most MediaMetadataRetriever methods. Bug 2560834.Dave Sparks2010-04-011-0/+7
* | Update AMR codec.Dave Sparks2010-04-011-1/+1
|/
* Merge "Skip any number of leading ID3v2 tags (instead of just the first), als...Andreas Huber2010-03-311-51/+31
|\
| * Skip any number of leading ID3v2 tags (instead of just the first), also simpl...Andreas Huber2010-03-311-51/+31
* | Merge "Properly send a MEDIA_SEEK_COMPLETE notification for a seek request wh...Andreas Huber2010-03-312-2/+19
|\ \
| * | Properly send a MEDIA_SEEK_COMPLETE notification for a seek request while pau...Andreas Huber2010-03-312-2/+19
| |/
* | Merge "Properly fill in the component name for the software decoders." into f...Andreas Huber2010-03-305-0/+10
|\ \ | |/ |/|
| * Properly fill in the component name for the software decoders.Andreas Huber2010-03-305-0/+10
* | Timeout on socket recv calls after 5secs, retry connection also if server une...Andreas Huber2010-03-302-4/+35
|/
* Limit the total amount of ID3 metadata to something (un-)reasonable: 3MB.Andreas Huber2010-03-291-0/+7
* Merge "Fix a bug where the TimedEventQueue mistakenly accesses a bogus event ...Andreas Huber2010-03-291-4/+27
|\
| * Fix a bug where the TimedEventQueue mistakenly accesses a bogus event if the ...Andreas Huber2010-03-291-4/+27
* | Finer-grained locking in AwesomePlayer, position and duration are now protect...Andreas Huber2010-03-262-18/+21
|/
* Merge "QueryCodecs now returns the names of the software codecs (non-OpenMax)...Andreas Huber2010-03-241-0/+17
|\
| * QueryCodecs now returns the names of the software codecs (non-OpenMax) as well.Andreas Huber2010-03-241-0/+17
* | Enable early termination of the prefetcher's preparation phase.Andreas Huber2010-03-244-4/+37
|/
* Clear the local prefetcher strong reference before signalling that prepare() ...Andreas Huber2010-03-231-0/+2