summaryrefslogtreecommitdiffstats
path: root/media/libstagefright
Commit message (Expand)AuthorAgeFilesLines
* Support widevine:// URLs in NuMediaExtractor / java MediaExtractor.Andreas Huber2012-04-173-17/+59
* Merge "Change NuMediaExtractor's API to support different kinds of data sourc...Andreas Huber2012-04-162-3/+47
|\
| * Change NuMediaExtractor's API to support different kinds of data sources.Andreas Huber2012-04-132-3/+47
* | Merge "Make mediascanner use filedescriptors instead of paths"Marco Nelissen2012-04-131-1/+14
|\ \
| * | Make mediascanner use filedescriptors instead of pathsMarco Nelissen2012-04-131-1/+14
| |/
* | To return default track info even if there's no metadata for aInsun Kang2012-04-131-9/+8
* | Merge "Add external timed text source using a passed file descriptor"James Dong2012-04-132-11/+22
|\ \ | |/ |/|
| * Add external timed text source using a passed file descriptorJames Dong2012-04-132-11/+22
* | Merge "Add support for a new AAC decoder library."Dave Burke2012-04-113-172/+770
|\ \
| * | Add support for a new AAC decoder library.Dave Burke2012-04-023-172/+770
* | | Merge "Changes to add support for H263-1999/2000 formats for streaming"Andreas Huber2012-04-111-5/+7
|\ \ \
| * | | Changes to add support for H263-1999/2000 formats for streamingAndreas Huber2012-04-111-5/+7
* | | | Better error logging during meta data retrieval. Fixed the stagefrightAndreas Huber2012-04-112-0/+5
* | | | Merge "Cache the file size in favour of extraneous seek requests."Andreas Huber2012-04-111-7/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Cache the file size in favour of extraneous seek requests.Andreas Huber2012-04-111-7/+5
| | |/ | |/|
* | | Merge "Refactored SurfaceMediaSource"Mathias Agopian2012-04-102-644/+151
|\ \ \ | |/ / |/| |
| * | Refactored SurfaceMediaSourceDaniel Lam2012-04-092-644/+151
* | | New API to support submitting encrypted buffers to the decoder.Andreas Huber2012-04-061-20/+69
|/ /
* | Merge "Trust the Cues element"Andreas Huber2012-04-051-44/+22
|\ \
| * | Trust the Cues elementJohann2012-04-041-44/+22
* | | Merge "Fix a bug: WOULD_BLOCK handling in TimedTextPlayer."Andreas Huber2012-04-052-1/+25
|\ \ \ | |/ / |/| |
| * | Fix a bug: WOULD_BLOCK handling in TimedTextPlayer.Insun Kang2012-04-042-1/+25
* | | Send video width and height to mediascannerMarco Nelissen2012-04-041-0/+2
* | | Merge "fix crash with cues at the beginning of the file"Andreas Huber2012-04-031-9/+4
|\ \ \
| * | | fix crash with cues at the beginning of the fileJohann2012-04-031-9/+4
* | | | New Crypto services talking to the new crypto "HAL".Andreas Huber2012-04-031-98/+61
|/ / /
* | | Merge "Use Cues to seek Matroska files"Andreas Huber2012-04-031-13/+97
|\ \ \
| * | | Use Cues to seek Matroska filesJohann2012-04-021-13/+97
| |/ /
* | | Add a few more APIs to MediaCodecList.Andreas Huber2012-04-022-43/+137
|/ /
* | reduce IPCs in BufferQueueMathias Agopian2012-03-291-0/+1
|/
* Implementation of a raw audio "decoder".Andreas Huber2012-03-297-0/+317
* Add ABuffer support to SkipCutBufferMarco Nelissen2012-03-292-7/+44
* AV Android make files changesJames Dong2012-03-2824-45/+44
* stagefright: compile without chromium for pdk buildsColin Cross2012-03-262-5/+10
* Merge "Provisional support for secure decryption of media streams."Andreas Huber2012-03-268-26/+293
|\
| * Provisional support for secure decryption of media streams.Andreas Huber2012-03-268-26/+293
* | Removed code related to simulator build in TimedEventQueue to get rid of the ...James Dong2012-03-261-21/+0
|/
* Remove JNI in LOCAL_C_INCLUDE from non-JNI related Android.mk files.James Dong2012-03-249-11/+0
* Fix the file mimetype reported by the mpeg4 extractor.Andreas Huber2012-03-232-2/+3
* Support gapless playback for mp3 and m4aMarco Nelissen2012-03-225-6/+191
* Merge "Add MetaData::dumpToLog"Marco Nelissen2012-03-211-0/+59
|\
| * Add MetaData::dumpToLogMarco Nelissen2012-03-211-0/+59
* | Merge "Parse gapless info from mp4 files"Marco Nelissen2012-03-212-0/+49
|\ \
| * | Parse gapless info from mp4 filesMarco Nelissen2012-03-212-0/+49
| |/
* | Merge "Handling end times of subtitles."James Dong2012-03-207-20/+46
|\ \ | |/ |/|
| * Handling end times of subtitles.Insun Kang2012-03-217-20/+46
* | Merge "Move COM tag parsing to constructor"Marco Nelissen2012-03-201-27/+31
|\ \
| * | Move COM tag parsing to constructorMarco Nelissen2012-03-201-27/+31
* | | Merge "Parse mp3 encoder padding/delay"Marco Nelissen2012-03-205-17/+109
|\ \ \ | |/ /
| * | Parse mp3 encoder padding/delayMarco Nelissen2012-03-205-17/+109