summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/StagefrightMetadataRetriever.cpp
Commit message (Expand)AuthorAgeFilesLines
* StagefrightMetadataRetriever: handle error returned from convertMetaDataToMes...Wei Jia2015-09-181-1/+4
* fix build: use proper fmt in StagefrightMetadataRetriever.cpp logLajos Molnar2015-06-121-1/+1
* stagefright: Decode video thumbnail using MediaCodecPraveen Chavan2015-06-121-108/+197
* Merge "Unhide the android.media.[Media]DataSource interface."Chris Watkins2015-04-161-14/+27
|\
| * Unhide the android.media.[Media]DataSource interface.Chris Watkins2015-04-151-14/+27
* | stagefright: metadata retriever changes for capture fpsChong Zhang2015-04-131-0/+6
|/
* Use CharacterEncodingDetector in metadataretrieverMarco Nelissen2014-09-021-16/+43
* libstagefright: 64-bit compile warningsMark Salyzyn2014-06-261-3/+5
* am 2a8270e6: am c323737d: Merge "Offer a type-safe album art interface."Elliott Hughes2014-06-121-9/+3
|\
| * Offer a type-safe album art interface.Elliott Hughes2014-06-111-9/+3
* | resolved conflicts for merge of 566be7c3 to masterNarayan Kamath2014-02-111-3/+4
|\ \ | |/
| * Make frameworks/av 64-bit compatibleKévin PETIT2014-02-111-3/+4
| * Avoid memory leaks when handling metadata stringsDavid Williams2012-11-201-1/+1
| * Allow OMXCodec to specify an output color format for OMX decoder componentJames Dong2012-09-101-1/+36
* | FINAL ATTEMPT: HTTP services are now provided from JAVA and made available to...Andreas Huber2014-02-041-2/+5
* | Avoid memory leaks when handling metadata stringsDavid Williams2012-11-201-1/+1
* | Allow OMXCodec to specify an output color format for OMX decoder componentJames Dong2012-09-101-1/+36
|/
* Allows MediaMetadataRetriever to retrieve video rotation angleJames Dong2012-07-311-0/+7
* Instead of asserting, turn an unsupported colorspace conversion into aAndreas Huber2012-05-151-10/+17
* Better error logging during meta data retrieval. Fixed the stagefrightAndreas Huber2012-04-111-0/+3
* Move away from MediaDebug and use ADebug insteadJames Dong2012-02-101-3/+3
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-3/+3
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-1/+1
* am 510180f1: am 08e42967: Merge "Add support for retrieving location informat...James Dong2011-11-111-0/+1
|\
| * Add support for retrieving location information in mp4/3gpp filesJames Dong2011-11-101-0/+1
* | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-17/+17
|/
* Stop metadata retriever from dereferencing a NULL pointer ifAndreas Huber2011-09-061-2/+14
* - Retrieve is_drm in MediaMetadataRetriever.Gloria Wang2011-07-011-0/+5
* Extract embedded cover art (aka poster frame) in mp4 filesJames Dong2011-05-261-1/+13
* Initial CL for the timed text support:Gloria Wang2011-05-031-0/+14
* If the media extractor specifies an invalid thumbnail time, default to the fi...Andreas Huber2011-04-111-1/+2
* Merge "Support passing headers to MediaMetadataRetriever's setDataSource API"Andreas Huber2011-03-211-2/+3
|\
| * Support passing headers to MediaMetadataRetriever's setDataSource APIAndreas Huber2011-03-211-2/+3
* | Scale the thumbnail if display dimension is different from the actual buffer ...James Dong2011-03-201-1/+9
|/
* Added more metadata published by the MediaMetaDataRetrieverAndreas Huber2011-03-041-0/+49
* Bug 3447027 Limit previews for DRM videoGlenn Kasten2011-02-281-0/+6
* Publish MediaMetadataRetriever.java as public APIJames Dong2011-01-121-17/+0
* Add support for the "compilation" tag in mp3, mp4 and ogg, and also addMarco Nelissen2011-01-071-0/+1
* Colorconverter may not support some src/dst bitmap configurations.Andreas Huber2011-01-061-1/+8
* Remove captureFrame from MediaMetadataRetriever.java classJames Dong2011-01-041-1/+1
* Fix thumbnail extraction for extractors that don't have a preference.Andreas Huber2010-12-081-1/+4
* Prepare for publishing MediaMetadataRetriever as public APIJames Dong2010-12-031-7/+24
* Squashed commit of the following:Andreas Huber2010-11-221-9/+20
* Support extracting thumbnail from rotated video tracksJames Dong2010-11-081-0/+6
* For thumbnail extraction make sure we instantiate a decoder that allows acces...Andreas Huber2010-10-181-1/+1
* On this particular device the hardware video decoder spits out buffers that d...Andreas Huber2010-10-071-0/+14
* Support for media extraction from .mkv/.mka Matroska files in stagefright.Andreas Huber2010-05-201-0/+18
* Better handling of codec initialization failure in the player and thumbnail e...Andreas Huber2010-05-201-2/+5
* Fix the media metadata retriever (tests). The native constants must match tho...Andreas Huber2010-03-121-0/+18
* HTTPStream and HTTPDataSource now support cancellation of the connection proc...Andreas Huber2010-03-121-1/+0