summaryrefslogtreecommitdiffstats
path: root/media/libstagefright
Commit message (Expand)AuthorAgeFilesLines
* libstagefright: Compile MP3 & AAC decoders in 32bit ARM ModeJames Wylder2010-12-092-0/+4
* Fix thumbnail extraction for extractors that don't have a preference.Andreas Huber2010-12-081-1/+4
* Better buffer status management and verification in OMXCodec.Andreas Huber2010-12-081-38/+56
* Merge "API Support for both synchronous and queued commands, optionally assoc...Andreas Huber2010-12-073-55/+220
|\
| * API Support for both synchronous and queued commands, optionally associated m...Andreas Huber2010-12-063-55/+220
* | Merge "Remove check if the target video resolution is not supported by Camera...James Dong2010-12-061-17/+16
|\ \ | |/ |/|
| * Remove check if the target video resolution is not supported by CameraSourceJames Dong2010-12-051-17/+16
* | Squashed commit of the following:Andreas Huber2010-12-0615-837/+1032
|/
* Prepare for publishing MediaMetadataRetriever as public APIJames Dong2010-12-032-8/+25
* If camera source uses the metadata, we must use HW encoderJames Dong2010-12-022-2/+2
* Merge "Squashed commit of the following:"Andreas Huber2010-12-026-14/+80
|\
| * Squashed commit of the following:Andreas Huber2010-12-026-14/+80
* | am 80639875: am d4c5478a: Merge "Be conservative in estimating the file size ...James Dong2010-12-021-1/+4
|\ \ | |/ |/|
| * am d4c5478a: Merge "Be conservative in estimating the file size limit." into ...James Dong2010-12-021-1/+4
| |\
| | * Be conservative in estimating the file size limit.James Dong2010-11-301-1/+4
| * | am 30c81844: Merge "DO NOT MERGE Support for "chunked" HTTP transfer encoding...Andreas Huber2010-11-304-13/+142
| |\ \ | | |/
| | * Merge "DO NOT MERGE Support for "chunked" HTTP transfer encoding." into ginge...Andreas Huber2010-11-304-13/+142
| | |\
| | | * DO NOT MERGE Support for "chunked" HTTP transfer encoding.Andreas Huber2010-11-304-13/+142
| * | | am a41c1e1d: Merge "DO NOT MERGE Upgrade to the latest version of libwebm to ...Andreas Huber2010-11-303-3533/+5067
| |\ \ \ | | |/ /
| | * | Merge "DO NOT MERGE Upgrade to the latest version of libwebm to fix YouTube w...Andreas Huber2010-11-303-3533/+5067
| | |\ \ | | | |/ | | |/|
| | | * DO NOT MERGE Upgrade to the latest version of libwebm to fix YouTube webm pla...Andreas Huber2010-11-303-3533/+5067
| * | | am 567b2bd1: Merge "After seeking display the first new video frame right awa...Andreas Huber2010-11-301-0/+6
| |\ \ \ | | |/ /
| | * | After seeking display the first new video frame right away without concern fo...Andreas Huber2010-11-301-0/+6
| * | | am b690e55d: Merge "DO NOT MERGE - Instead of asserting that ISurface success...Andreas Huber2010-11-305-57/+120
| |\ \ \ | | |/ /
| | * | DO NOT MERGE - Instead of asserting that ISurface successfully registered buf...Andreas Huber2010-11-305-57/+120
| | |/
* | | Merge "Support streaming data across binder boundaries."Andreas Huber2010-11-242-4/+225
|\ \ \
| * | | Support streaming data across binder boundaries.Andreas Huber2010-11-232-4/+225
* | | | Do not getConfig on video encoder on output portJames Dong2010-11-231-26/+28
|/ / /
* | | am 3e18dfab: am 4da48ec8: Merge "Notify the playback status to DRM agents bef...Gloria Wang2010-11-221-7/+12
|\ \ \ | |/ /
| * | am 4da48ec8: Merge "Notify the playback status to DRM agents before the playb...Gloria Wang2010-11-221-7/+12
| |\ \
| | * | Notify the playback status to DRM agents before the playback startsGloria Wang2010-11-221-7/+12
* | | | Merge "Squashed commit of the following:"Andreas Huber2010-11-2212-678/+513
|\ \ \ \
| * | | | Squashed commit of the following:Andreas Huber2010-11-2212-678/+513
* | | | | Fixed an issue in SampleTable where the table index was incorrectly wrapped a...James Dong2010-11-211-1/+3
|/ / / /
* | | | am 716f60ce: resolved conflicts for merge of e2ec61b2 to gingerbread-plus-aospJean-Baptiste Queru2010-11-191-4/+5
|\ \ \ \ | |/ / /
| * | | resolved conflicts for merge of e2ec61b2 to gingerbread-plus-aospJean-Baptiste Queru2010-11-191-4/+5
| |\ \ \ | | |/ /
| | * | StagefrightMediaScanner: Call endFile() for MIDI and OGG files.Hiroshi Takekawa2010-11-191-8/+10
| * | | am 14ac9546: Merge "build failed with g++ v. 4.4.5 err msg: frameworks/base/m...Jean-Baptiste Queru2010-11-191-1/+1
| |\ \ \ | | |/ /
| | * | build failed with g++ v. 4.4.5Matthias Bady2010-11-181-1/+1
* | | | Merge "Removed uncessary FILE structure pointer for I/O"James Dong2010-11-195-54/+70
|\ \ \ \
| * | | | Removed uncessary FILE structure pointer for I/OJames Dong2010-11-195-54/+70
* | | | | Merge "Fix an artifact of going from off_t to off64_t"Andreas Huber2010-11-191-1/+1
|\ \ \ \ \
| * | | | | Fix an artifact of going from off_t to off64_tAndreas Huber2010-11-191-1/+1
| |/ / / /
* | | | | Squashed commit of the following:Andreas Huber2010-11-197-168/+27
|/ / / /
* | | | Merge "64-bit file size/offset support for media framework"James Dong2010-11-1835-215/+221
|\ \ \ \
| * | | | 64-bit file size/offset support for media frameworkJames Dong2010-11-1835-215/+221
* | | | | Set the external display usage bit in Stagefright.Jamie Gennis2010-11-182-2/+2
* | | | | Log H.264 profile/level in OMXCodecAndreas Huber2010-11-181-1/+1
|/ / / /
* | | | Support for "chunked" HTTP transfer encoding.Andreas Huber2010-11-184-21/+136
* | | | Merge "Add getUri() for streaming"Gloria Wang2010-11-184-0/+9
|\ \ \ \