summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Instead of instantiating StagefrightMetadataRetriever directly, instantiate a...Andreas Huber2010-03-101-8/+12
* Use a more descriptive user-agent string (similar to PV's before) in stagefri...Andreas Huber2010-03-081-5/+11
* Merge "The audio track was accidentally not participating in the prefetch sin...Andreas Huber2010-03-083-13/+24
|\
| * The audio track was accidentally not participating in the prefetch since it w...Andreas Huber2010-03-083-13/+24
* | Merge "Apparently a MemoryHeapPMem must be slap()ed for SurfaceFlinger to use...Andreas Huber2010-03-081-1/+3
|\ \ | |/ |/|
| * Apparently a MemoryHeapPMem must be slap()ed for SurfaceFlinger to use the co...Andreas Huber2010-03-081-1/+3
* | Increase the amount of data buffered at preparation time. Make sure to start ...Andreas Huber2010-03-082-24/+21
* | The prefetched source was unnecessarily holding a lock while receiving data f...Andreas Huber2010-03-081-5/+18
|/
* Merge "Fix issue 2428563: Camera rendered inoperable by voice call interrupti...Eric Laurent2010-03-051-3/+7
|\
| * Fix issue 2428563: Camera rendered inoperable by voice call interruption.Eric Laurent2010-03-051-3/+7
* | Merge "Instead of allocating the decoder instances in response to a call to s...Andreas Huber2010-03-052-35/+70
|\ \
| * | Instead of allocating the decoder instances in response to a call to setDataS...Andreas Huber2010-03-052-35/+70
| |/
* | NPR's audio streams start with a 30sec segment whose mp3 headers are subtly d...Andreas Huber2010-03-041-3/+5
|/
* Fix build. I screwed up a merge.Dave Sparks2010-03-021-1/+1
* Add locking to signal in AudioCache::notify(). Bug 2317844.Dave Sparks2010-03-021-1/+2
* Issue 2071329: audio track is shorter than video track for video capture on s...Eric Laurent2010-03-023-2/+38
* Ensure that the audio codec instance is actually going away before we attempt...Andreas Huber2010-03-011-0/+11
* Merge "Don't allow MediaRecorder.setParameter() to be invoked in the followin...James Dong2010-02-261-0/+9
|\
| * Don't allow MediaRecorder.setParameter() to be invoked in the following states:James Dong2010-02-251-0/+9
* | When we're in the 'playback complete' state, don't consider pausingMarco Nelissen2010-02-261-1/+1
* | Merge "The PV aac software decoder screws up if playing a mono-AACplus stream...Andreas Huber2010-02-261-6/+8
|\ \
| * | The PV aac software decoder screws up if playing a mono-AACplus stream unless...Andreas Huber2010-02-261-6/+8
* | | Merge "Support vendor MPEG4 test content with apparently malformed chunks in ...Andreas Huber2010-02-251-9/+18
|\ \ \ | |_|/ |/| |
| * | Support vendor MPEG4 test content with apparently malformed chunks in them.Andreas Huber2010-02-251-9/+18
| |/
* | Merge "Add some space and total memory amount to the memory dump from the med...James Dong2010-02-251-1/+3
|\ \
| * | Add some space and total memory amount to the memory dump from the media serv...James Dong2010-02-251-1/+3
| |/
* | Merge "Image encoding settings java API through xml configuration file"James Dong2010-02-251-0/+24
|\ \ | |/ |/|
| * Image encoding settings java API through xml configuration fileJames Dong2010-02-241-0/+24
* | Recover from a certain mp3 decoder error instead of signalling an error and t...Andreas Huber2010-02-241-6/+17
* | Propagate errors all the way through the MediaSources and send either MEDIA_P...Andreas Huber2010-02-236-10/+39
* | Return runtime errors instead of asserting in MPEG4 file format validation, a...Andreas Huber2010-02-232-26/+87
* | Properly unload the renderer shared library after the renderer goes away.Andreas Huber2010-02-221-5/+38
* | This hardware video decoder lies about its required input buffer sizes alloca...Andreas Huber2010-02-221-2/+12
|/
* am 8978547f: am f5fe3949: Fix issue 2459650.Eric Laurent2010-02-221-1/+3
|\
| * Fix issue 2459650.Eric Laurent2010-02-221-1/+3
* | Merge "Make sure that the event callback thread is Java capable in the simula...Marco Nelissen2010-02-192-0/+24
|\ \
| * | Make sure that the event callback thread is Java capable in the simulator.Marco Nelissen2010-02-192-0/+24
* | | Merge "Implement legacy behaviour for MediaPlayer's behaviour of starting fro...Andreas Huber2010-02-193-6/+25
|\ \ \
| * | | Implement legacy behaviour for MediaPlayer's behaviour of starting from the s...Andreas Huber2010-02-183-6/+25
| |/ /
* | | Fix a race condition in the prefetcher, the source may be shutdown while we'r...Andreas Huber2010-02-181-11/+7
|/ /
* | Merge "Range check in MediaScanner::processDirectory"Kenny Root2010-02-181-1/+1
|\ \
| * | Range check in MediaScanner::processDirectoryKenny Root2010-02-181-1/+1
* | | Merge "Store AudioTrack return value for error condition"Kenny Root2010-02-181-2/+2
|\ \ \
| * | | Store AudioTrack return value for error conditionKenny Root2010-02-181-2/+2
| |/ /
* | | We are cancelling this event during reset, but the event may have already bee...Andreas Huber2010-02-171-0/+12
|/ /
* | Disable the TI AMR hardware decoder for audio decoding until its issues are r...Andreas Huber2010-02-171-1/+0
* | Merge "If we never triggered a range request but know the content length make...Andreas Huber2010-02-162-2/+17
|\ \
| * | If we never triggered a range request but know the content length make sure t...Andreas Huber2010-02-162-2/+17
* | | Merge "Don't hold the prefetcher mutex while prefetching a single source, the...Andreas Huber2010-02-161-30/+36
|\ \ \
| * | | Don't hold the prefetcher mutex while prefetching a single source, the lock p...Andreas Huber2010-02-161-30/+36
| |/ /