summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Fix setDataSource method in FLACPlayer for new interface.Steve Kondik2010-06-232-4/+7
* Fix FLAC decoder lock contention.Glenn Maynard2010-06-232-6/+17
* Add FLAC support to the media frameworkKenny Root2010-06-235-2/+679
* Merge "When filling the cache, we always time out waiting for a condition tha...James Dong2010-06-161-1/+3
|\
| * When filling the cache, we always time out waiting for a condition that won't...James Dong2010-06-161-1/+3
* | TimedEventQueue is apparently important for glitch-free media playback, and soMarco Nelissen2010-06-161-0/+3
|/
* Merge "Changes to the prefetcher to allow for bursts of data to be transferre...Andreas Huber2010-06-031-12/+50
|\
| * Changes to the prefetcher to allow for bursts of data to be transferred, hope...Andreas Huber2010-06-031-12/+50
* | Fix a Javadoc to clarify when setAudioStreamType() should be called.James Dong2010-06-031-2/+6
|/
* Added the runtime parameters for the mediarecorder stress test.Yu Shan Emily Lau2010-05-253-20/+126
* Better handling of codec initialization failure in the player and thumbnail e...Andreas Huber2010-05-203-5/+20
* Fix sampleTable instantiation, this makes sure that the sample table refers t...Andreas Huber2010-05-141-1/+2
* Return a runtime error instead of asserting if the AACDecoder is passed an un...Andreas Huber2010-05-132-3/+10
* Merge "Hide two audio focus methods." into froyoXavier Ducrohet2010-05-111-0/+2
|\
| * Hide two audio focus methods.Xavier Ducrohet2010-05-111-0/+2
* | Don't clear the _data column in the audio_meta table, since it isn'tMarco Nelissen2010-05-111-2/+5
|/
* Merge "Support for customizable socket-read timeouts through the HTTP respons...Andreas Huber2010-05-113-4/+33
|\
| * Support for customizable socket-read timeouts through the HTTP response.Andreas Huber2010-05-113-4/+33
* | Merge "Better seek handling and proper reset of the vorbis decoder after a di...Andreas Huber2010-05-112-9/+22
|\ \
| * | Better seek handling and proper reset of the vorbis decoder after a discontin...Andreas Huber2010-05-112-9/+22
| |/
* | Update javadoc in android.media.AudioManager to not hide theJean-Michel Trivi2010-05-111-9/+15
* | Fix bug 2670395 and 2599698Jean-Michel Trivi2010-05-112-22/+25
|/
* 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
* Fix bug 2619062 Music is routed to Phone speaker, though it isJean-Michel Trivi2010-04-231-2/+17
* Merge "Apparently select() does not immediately return if one of the masked s...Andreas Huber2010-04-202-27/+14
|\
| * Apparently select() does not immediately return if one of the masked socket d...Andreas Huber2010-04-202-27/+14
* | Update AudioService to reflect phone state changes with AudioFocus.Jean-Michel Trivi2010-04-201-29/+52
|/
* Merge "Don't coalesce more than 250ms worth of encoded data into a single cod...Andreas Huber2010-04-201-2/+12
|\
| * Don't coalesce more than 250ms worth of encoded data into a single codec inpu...Andreas Huber2010-04-201-2/+12
* | Merge "When updating existing entries in the media database, don't update the...Marco Nelissen2010-04-201-2/+6
|\ \
| * | When updating existing entries in the media database, don't updateMarco Nelissen2010-04-201-2/+6
| |/
* | Fix issue 2602879: camera shutter sound not playing.Eric Laurent2010-04-201-0/+6
* | Fix issue 2604270 Device auto connects to Car Dock (Media profile) after und...Eric Laurent2010-04-201-0/+3
|/
* Fix issue 2592680: Saved ringer volume forced to 0 when receiving a call in s...Eric Laurent2010-04-141-17/+9
* Merge "Fix issue 2589563: Able to set ringer volume to 0 outside of silent mo...Eric Laurent2010-04-141-0/+3
|\
| * Fix issue 2589563: Able to set ringer volume to 0 outside of silent mode.Eric Laurent2010-04-141-0/+3
* | 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
* | | Merge "Fix bug 2578813 Delay pausing music and routing audio for car docks" i...Jean-Michel Trivi2010-04-131-11/+56
|\ \ \
| * | | Fix bug 2578813 Delay pausing music and routing audio for car docksJean-Michel Trivi2010-04-131-11/+56
* | | | Fix for 2581725. Keep the last frame after resume(), and delete itGloria Wang2010-04-131-2/+14
|/ / /