summaryrefslogtreecommitdiffstats
path: root/include/media
Commit message (Expand)AuthorAgeFilesLines
* audioflinger: Nasty hack for adjusting BCM FM volumeSteve Kondik2010-11-291-1/+3
* Media Player fix for pause after system suspend/resumeSunita Nadampalli2010-11-211-1/+3
* Fix spelling error in Omit FM code when HAVE_FM_RADIO - Change I99fde73bRobert Burns2010-11-081-1/+1
* Revert "Revert "audio: Omit FM code when HAVE_FM_RADIO is not set""Steve Kondik2010-11-073-2/+27
* Revert "audio: Omit FM code when HAVE_FM_RADIO is not set"Steve Kondik2010-11-073-35/+2
* audio: Omit FM code when HAVE_FM_RADIO is not setMichael Webster2010-11-033-2/+35
* Revert "frameworks/base: Add rendering statistics to Stagefright"Steve Kondik2010-10-251-3/+0
* Merge "frameworks/base: Add rendering statistics to Stagefright" into froyoSteve Kondik2010-10-141-0/+3
|\
| * frameworks/base: Add rendering statistics to StagefrightJuan Escamilla2010-10-101-0/+3
* | support FM Radio audio routing in audio flingerxinyu2010-10-123-3/+15
|/
* Revert "Revert "Squashed commit of the following:""cyanogen2010-09-221-0/+4
* Revert "Squashed commit of the following:"mtwebster2010-09-211-4/+0
* camera: Add autofocus support to the media recorderSteve Kondik2010-09-064-0/+4
* Merge branch 'froyo' of git://android.git.kernel.org/platform/frameworks/base...Steve Kondik2010-08-091-0/+4
|\
| * Merge branch 'froyo' of git://android.git.kernel.org/platform/frameworks/base...The Android Open Source Project2010-07-292-2/+2
| |\
| * | Squashed commit of the following:Andreas Huber2010-07-291-0/+4
* | | libmedia: Add support to set camera parametersMohan Kandra2010-08-054-0/+4
* | | Merge branch 'froyo' of git://android.git.kernel.org/platform/frameworks/base...Steve Kondik2010-07-302-2/+2
|\ \ \ | | |/ | |/|
| * | fix inaccurate copyrightsJean-Baptiste Queru2010-07-292-2/+2
| |/
* | Unhide encoder profiles, add "front" profile.Steve Kondik2010-07-251-2/+3
* | frameworks/base: compilation changesPriya Komarlingam2010-07-181-3/+3
* | Add FLAC support to the media frameworkKenny Root2010-06-231-0/+1
|/
* Support for customizable socket-read timeouts through the HTTP response.Andreas Huber2010-05-111-0/+1
* A new OggExtractor/VorbisDecoder combo to support approximate seeking.Andreas Huber2010-05-073-1/+8
* Disable vorbis seek when streaming from localhost.Andreas Huber2010-05-063-4/+13
* Support for Ogg Vorbis decoding in stagefright.Andreas Huber2010-05-041-0/+1
* Distinguish QCELP audio from mpeg4 audio, ignore QCELP audio tracks since we ...Andreas Huber2010-04-121-0/+1
* Refactor connection/redirection code, support redirects on reconnection.Andreas Huber2010-04-081-3/+2
* Increase the size of the pages used in CachingDataSource (total amount of mem...Andreas Huber2010-04-081-1/+1
* Coalesce multiple encoded AAC frames into a single input buffer on this parti...Andreas Huber2010-04-021-10/+13
* Public API changes for CameraProfile and CamcorderProfile classesJames Dong2010-04-011-2/+2
* While streaming media data, upon a socket-read error, try reconnecting to the...Andreas Huber2010-03-171-1/+7
* Properly handle errors during the codec configuration phase, attempt to rever...Andreas Huber2010-03-161-1/+3
* Fix the media metadata retriever (tests). The native constants must match tho...Andreas Huber2010-03-122-2/+8
* HTTPStream and HTTPDataSource now support cancellation of the connection proc...Andreas Huber2010-03-121-5/+18
* Reduce buffer sizes related to HTTP media data transfer in order to reduce th...Andreas Huber2010-03-101-1/+1
* Instead of instantiating StagefrightMetadataRetriever directly, instantiate a...Andreas Huber2010-03-101-2/+2
* The audio track was accidentally not participating in the prefetch since it w...Andreas Huber2010-03-081-1/+1
* Issue 2071329: audio track is shorter than video track for video capture on s...Eric Laurent2010-03-023-0/+12
* Merge "Image encoding settings java API through xml configuration file"James Dong2010-02-251-0/+17
|\
| * Image encoding settings java API through xml configuration fileJames Dong2010-02-241-0/+17
* | Propagate errors all the way through the MediaSources and send either MEDIA_P...Andreas Huber2010-02-232-1/+3
* | This hardware video decoder lies about its required input buffer sizes alloca...Andreas Huber2010-02-221-0/+1
|/
* New API on java's MediaPlayer to suspend/resume a session.Andreas Huber2010-02-123-0/+7
* Merge "Add support for "album artist" tag."Marco Nelissen2010-02-112-0/+2
|\
| * Add support for "album artist" tag.Marco Nelissen2010-02-112-0/+2
* | split libsurfaceflinger_client and libcamera_client out of libuiMathias Agopian2010-02-113-3/+5
|/
* Implementation of stagefright-enabled MediaPlayerService::decode functionalityAndreas Huber2010-02-102-5/+5
* Add support for the TPOS/TPA (disc number) id3 tag.Marco Nelissen2010-02-082-0/+2
* Camcorder profile Java API supportJames Dong2010-02-041-2/+2