| Commit message (Expand) | Author | Age | Files | Lines |
* | DRM framework support: | Gloria Wang | 2010-10-25 | 10 | -41/+793 |
* | Fix compilation errors in libmedia, libstagefright. | Rene Bolldorf | 2010-08-17 | 2 | -4/+4 |
* | fix inaccurate copyrights | Jean-Baptiste Queru | 2010-07-29 | 3 | -3/+3 |
* | move native services under services/ | Mathias Agopian | 2010-07-22 | 1 | -2/+2 |
* | am 39e876ad: Merge "When filling the cache, we always time out waiting for a ... | James Dong | 2010-06-17 | 1 | -1/+3 |
|\ |
|
| * | Merge "When filling the cache, we always time out waiting for a condition tha... | James Dong | 2010-06-16 | 1 | -1/+3 |
| |\ |
|
| | * | When filling the cache, we always time out waiting for a condition that won't... | James Dong | 2010-06-16 | 1 | -1/+3 |
* | | | am 3242cc27: Merge "TimedEventQueue is apparently important for glitch-free m... | Dave Sparks | 2010-06-17 | 1 | -0/+3 |
|\ \ \
| |/ / |
|
| * | | TimedEventQueue is apparently important for glitch-free media playback, and so | Marco Nelissen | 2010-06-16 | 1 | -0/+3 |
| |/ |
|
* | | am 2e3761ba: Merge "Changes to the prefetcher to allow for bursts of data to ... | Andreas Huber | 2010-06-03 | 1 | -12/+50 |
|\ \
| |/ |
|
| * | Changes to the prefetcher to allow for bursts of data to be transferred, hope... | Andreas Huber | 2010-06-03 | 1 | -12/+50 |
* | | am 2723e092: Merge "Better handling of codec initialization failure in the pl... | Andreas Huber | 2010-05-20 | 3 | -5/+20 |
|\ \
| |/ |
|
| * | Better handling of codec initialization failure in the player and thumbnail e... | Andreas Huber | 2010-05-20 | 3 | -5/+20 |
* | | am eb9128f9: Fix sampleTable instantiation, this makes sure that the sample t... | Andreas Huber | 2010-05-14 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Fix sampleTable instantiation, this makes sure that the sample table refers t... | Andreas Huber | 2010-05-14 | 1 | -1/+2 |
* | | merge from open-source master | The Android Open Source Project | 2010-05-14 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Merge "Accept media files by file extension in case insensitive manner." | Jean-Baptiste Queru | 2010-05-14 | 1 | -1/+1 |
| |\ |
|
| | * | Accept media files by file extension in case insensitive manner. | Atsushi Eno | 2010-03-19 | 1 | -1/+1 |
* | | | Return a runtime error instead of asserting if the AACDecoder is passed an un... | Andreas Huber | 2010-05-13 | 2 | -3/+10 |
* | | | Merge "Support for customizable socket-read timeouts through the HTTP respons... | Andreas Huber | 2010-05-11 | 3 | -4/+33 |
|\ \ \ |
|
| * | | | Support for customizable socket-read timeouts through the HTTP response. | Andreas Huber | 2010-05-11 | 3 | -4/+33 |
* | | | | Better seek handling and proper reset of the vorbis decoder after a discontin... | Andreas Huber | 2010-05-11 | 2 | -9/+22 |
|/ / / |
|
* | | | A new OggExtractor/VorbisDecoder combo to support approximate seeking. | Andreas Huber | 2010-05-07 | 14 | -371/+964 |
* | | | Merge "Disable vorbis seek when streaming from localhost." into froyo | Andreas Huber | 2010-05-06 | 8 | -5/+106 |
|\ \ \ |
|
| * | | | Disable vorbis seek when streaming from localhost. | Andreas Huber | 2010-05-06 | 8 | -5/+106 |
* | | | | For issue #2651381, allow library prelinking. | Dan Bornstein | 2010-05-05 | 5 | -10/+0 |
|/ / / |
|
* | | | Support for Ogg Vorbis decoding in stagefright. | Andreas Huber | 2010-05-04 | 7 | -7/+413 |
* | | | Switch to use software MP3 decoder | James Dong | 2010-04-26 | 1 | -1/+1 |
* | | | Apparently select() does not immediately return if one of the masked socket d... | Andreas Huber | 2010-04-20 | 2 | -27/+14 |
* | | | Don't coalesce more than 250ms worth of encoded data into a single codec inpu... | Andreas Huber | 2010-04-20 | 1 | -2/+12 |
* | | | Use PV_PLAYER to handle RTSP streaming | James Dong | 2010-04-14 | 1 | -0/+5 |
* | | | Snif more 3GPP file types according to http://www.ftyps.com/3gpp.html | James Dong | 2010-04-13 | 1 | -0/+2 |
* | | | Merge "Better diagnostics in the stagefright commandline tool, support for pl... | Andreas Huber | 2010-04-13 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Better diagnostics in the stagefright commandline tool, support for playing s... | Andreas Huber | 2010-04-13 | 1 | -1/+1 |
* | | | | Merge "Don't set encoder component role while we query decoders" into froyo | James Dong | 2010-04-13 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Don't set encoder component role while we query decoders | James Dong | 2010-04-13 | 1 | -1/+1 |
* | | | | | Fix for 2581725. Keep the last frame after resume(), and delete it | Gloria Wang | 2010-04-13 | 1 | -2/+14 |
| |/ / /
|/| | | |
|
* | | | | Distinguish QCELP audio from mpeg4 audio, ignore QCELP audio tracks since we ... | Andreas Huber | 2010-04-12 | 5 | -11/+50 |
* | | | | Fix a race condition in TimedEventQueue, an event may be cancelled while we'r... | Andreas Huber | 2010-04-12 | 2 | -9/+36 |
|/ / / |
|
* | | | Merge "Fix a case where the aac hardware decoder is in a transition state and... | Andreas Huber | 2010-04-12 | 1 | -1/+7 |
|\ \ \ |
|
| * | | | Fix a case where the aac hardware decoder is in a transition state and refuse... | Andreas Huber | 2010-04-12 | 1 | -1/+7 |
* | | | | Merge "Ignore corrupt aac audio frames and substitute silence." into froyo | Andreas Huber | 2010-04-12 | 1 | -12/+19 |
|\ \ \ \ |
|
| * | | | | Ignore corrupt aac audio frames and substitute silence. | Andreas Huber | 2010-04-12 | 1 | -12/+19 |
| |/ / / |
|
* | | | | Start sending out buffering updates earlier (after preparation has completed)... | Andreas Huber | 2010-04-12 | 1 | -2/+4 |
|/ / / |
|
* | | | Merge "Support for ID3 V2.4 tags." into froyo | Andreas Huber | 2010-04-09 | 2 | -24/+118 |
|\ \ \ |
|
| * | | | Support for ID3 V2.4 tags. | Andreas Huber | 2010-04-08 | 2 | -24/+118 |
* | | | | Refactor connection/redirection code, support redirects on reconnection. | Andreas Huber | 2010-04-08 | 1 | -140/+96 |
* | | | | Increase the size of the pages used in CachingDataSource (total amount of mem... | Andreas Huber | 2010-04-08 | 3 | -5/+24 |
|/ / / |
|
* | | | Report the requested seek time while seek is in progress. | Andreas Huber | 2010-04-07 | 1 | -2/+5 |
* | | | Partial revert of previous change to improve hardware AAC decoder performance... | Andreas Huber | 2010-04-06 | 1 | -20/+0 |