| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix setDataSource method in FLACPlayer for new interface. | Steve Kondik | 2010-06-23 | 2 | -4/+7 |
* | Fix FLAC decoder lock contention. | Glenn Maynard | 2010-06-23 | 2 | -6/+17 |
* | Add FLAC support to the media framework | Kenny Root | 2010-06-23 | 5 | -2/+679 |
* | 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 |
* | | TimedEventQueue is apparently important for glitch-free media playback, and so | Marco Nelissen | 2010-06-16 | 1 | -0/+3 |
|/ |
|
* | Merge "Changes to the prefetcher to allow for bursts of data to be transferre... | 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 |
* | | Fix a Javadoc to clarify when setAudioStreamType() should be called. | James Dong | 2010-06-03 | 1 | -2/+6 |
|/ |
|
* | Added the runtime parameters for the mediarecorder stress test. | Yu Shan Emily Lau | 2010-05-25 | 3 | -20/+126 |
* | Better handling of codec initialization failure in the player and thumbnail e... | Andreas Huber | 2010-05-20 | 3 | -5/+20 |
* | Fix sampleTable instantiation, this makes sure that the sample table refers t... | Andreas Huber | 2010-05-14 | 1 | -1/+2 |
* | Return a runtime error instead of asserting if the AACDecoder is passed an un... | Andreas Huber | 2010-05-13 | 2 | -3/+10 |
* | Merge "Hide two audio focus methods." into froyo | Xavier Ducrohet | 2010-05-11 | 1 | -0/+2 |
|\ |
|
| * | Hide two audio focus methods. | Xavier Ducrohet | 2010-05-11 | 1 | -0/+2 |
* | | Don't clear the _data column in the audio_meta table, since it isn't | Marco Nelissen | 2010-05-11 | 1 | -2/+5 |
|/ |
|
* | 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 |
* | | Merge "Better seek handling and proper reset of the vorbis decoder after a di... | Andreas Huber | 2010-05-11 | 2 | -9/+22 |
|\ \ |
|
| * | | Better seek handling and proper reset of the vorbis decoder after a discontin... | Andreas Huber | 2010-05-11 | 2 | -9/+22 |
| |/ |
|
* | | Update javadoc in android.media.AudioManager to not hide the | Jean-Michel Trivi | 2010-05-11 | 1 | -9/+15 |
* | | Fix bug 2670395 and 2599698 | Jean-Michel Trivi | 2010-05-11 | 2 | -22/+25 |
|/ |
|
* | 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 |
* | Fix bug 2619062 Music is routed to Phone speaker, though it is | Jean-Michel Trivi | 2010-04-23 | 1 | -2/+17 |
* | Merge "Apparently select() does not immediately return if one of the masked s... | Andreas Huber | 2010-04-20 | 2 | -27/+14 |
|\ |
|
| * | Apparently select() does not immediately return if one of the masked socket d... | Andreas Huber | 2010-04-20 | 2 | -27/+14 |
* | | Update AudioService to reflect phone state changes with AudioFocus. | Jean-Michel Trivi | 2010-04-20 | 1 | -29/+52 |
|/ |
|
* | Merge "Don't coalesce more than 250ms worth of encoded data into a single cod... | Andreas Huber | 2010-04-20 | 1 | -2/+12 |
|\ |
|
| * | Don't coalesce more than 250ms worth of encoded data into a single codec inpu... | Andreas Huber | 2010-04-20 | 1 | -2/+12 |
* | | Merge "When updating existing entries in the media database, don't update the... | Marco Nelissen | 2010-04-20 | 1 | -2/+6 |
|\ \ |
|
| * | | When updating existing entries in the media database, don't update | Marco Nelissen | 2010-04-20 | 1 | -2/+6 |
| |/ |
|
* | | Fix issue 2602879: camera shutter sound not playing. | Eric Laurent | 2010-04-20 | 1 | -0/+6 |
* | | Fix issue 2604270 Device auto connects to Car Dock (Media profile) after und... | Eric Laurent | 2010-04-20 | 1 | -0/+3 |
|/ |
|
* | Fix issue 2592680: Saved ringer volume forced to 0 when receiving a call in s... | Eric Laurent | 2010-04-14 | 1 | -17/+9 |
* | Merge "Fix issue 2589563: Able to set ringer volume to 0 outside of silent mo... | Eric Laurent | 2010-04-14 | 1 | -0/+3 |
|\ |
|
| * | Fix issue 2589563: Able to set ringer volume to 0 outside of silent mode. | Eric Laurent | 2010-04-14 | 1 | -0/+3 |
* | | 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 |
* | | | Merge "Fix bug 2578813 Delay pausing music and routing audio for car docks" i... | Jean-Michel Trivi | 2010-04-13 | 1 | -11/+56 |
|\ \ \ |
|
| * | | | Fix bug 2578813 Delay pausing music and routing audio for car docks | Jean-Michel Trivi | 2010-04-13 | 1 | -11/+56 |
* | | | | Fix for 2581725. Keep the last frame after resume(), and delete it | Gloria Wang | 2010-04-13 | 1 | -2/+14 |
|/ / / |
|