summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge "SurfaceTexture: enable RGB external textures"Jamie Gennis2011-07-251-5/+0
|\
| * SurfaceTexture: enable RGB external texturesJamie Gennis2011-07-221-5/+0
* | Merge "Add support for creating a Surface from a a SurfaceTexture."Ted Bonkenburg2011-07-251-2/+5
|\ \
| * | Add support for creating a Surface from a a SurfaceTexture.Ted Bonkenburg2011-07-221-2/+5
* | | Merge "Do not wait forever for output buffers in OMXCodec.cpp and error out i...James Dong2011-07-241-0/+1
|\ \ \
| * | | Do not wait forever for output buffers in OMXCodec.cpp and error out in case ...James Dong2011-07-151-0/+1
* | | | Merge "QueryCodecs() signature change"Jean-Michel Trivi2011-07-241-0/+7
|\ \ \ \
| * | | | QueryCodecs() signature changeJean-Michel Trivi2011-07-221-0/+7
* | | | | Merge "Connect MediaRecorder Native to SurfaceMediaSource"Pannag Sanketi2011-07-224-3/+21
|\ \ \ \ \
| * | | | | Connect MediaRecorder Native to SurfaceMediaSourcePannag Sanketi2011-07-224-3/+21
| | |_|_|/ | |/| | |
* | | | | SurfaceTexture: add the abandon method.Jamie Gennis2011-07-223-3/+21
* | | | | SurfaceMediaSource: remove getAllocator methodJamie Gennis2011-07-221-7/+0
|/ / / /
* | | | Merge changes I799532f7,I5cffa6ebJamie Gennis2011-07-223-12/+1
|\ \ \ \
| * | | | SurfaceTexture: fix a commentJamie Gennis2011-07-211-2/+1
| * | | | SurfaceTexture: remove getAllocatorJamie Gennis2011-07-212-10/+0
* | | | | Merge "Renaming SurfaceEncoder to SurfaceMediaSource"Pannag Sanketi2011-07-221-18/+17
|\ \ \ \ \
| * | | | | Renaming SurfaceEncoder to SurfaceMediaSourcePannag Sanketi2011-07-211-18/+17
* | | | | | Merge "Adding SurfaceEncoder for encoding FilterFrames"Pannag Sanketi2011-07-224-6/+367
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Adding SurfaceEncoder for encoding FilterFramesPannag Sanketi2011-07-214-6/+367
* | | | | | Retry datasource fetches a few times before giving up (NuCachedSource2).Andreas Huber2011-07-221-0/+5
|/ / / / /
* | | | | Adding AndoirdOpaque Colorformat to OMXPannag Sanketi2011-07-211-202/+209
|/ / / /
* | | | Merge "fix for issue 4142219 Don't hard code platform-specific limitations-j...Hong Teng2011-07-211-1/+45
|\ \ \ \ | |_|_|/ |/| | |
| * | | fix for issue 4142219Hong Teng2011-07-201-1/+45
| |/ /
* | | Merge "clean-up. get rid ofunused code and members in Surface[Control].cpp"Mathias Agopian2011-07-203-36/+4
|\ \ \
| * | | clean-up. get rid ofunused code and members in Surface[Control].cppMathias Agopian2011-07-203-36/+4
| |/ /
* | | Merge "Untangle MediaScanner error handling. Bug: 5056917"Jeff Brown2011-07-202-15/+31
|\ \ \
| * | | Untangle MediaScanner error handling.Jeff Brown2011-07-202-15/+31
| |/ /
* | | Merge "Audio framework: support for audio pre processing"Eric Laurent2011-07-203-8/+10
|\ \ \
| * | | Audio framework: support for audio pre processingEric Laurent2011-07-183-8/+10
* | | | Remove unimplemented memory pool.Jeff Brown2011-07-201-71/+0
| |/ / |/| |
* | | implement: "Add an ANativeWindow API for SurfaceFlinger to suggest an optimal...Mathias Agopian2011-07-193-2/+20
* | | Add set_scaling_mode() to ANativeWindow.Mathias Agopian2011-07-193-3/+24
* | | Merge "MediaPlayer: add ANativeWindow (dis)connect calls"Jamie Gennis2011-07-181-0/+6
|\ \ \
| * | | MediaPlayer: add ANativeWindow (dis)connect callsJamie Gennis2011-07-141-0/+6
* | | | Merge "move lock/unlock implementaion outside of Surface into SurfaceTextureC...Mathias Agopian2011-07-182-95/+52
|\ \ \ \
| * | | | move lock/unlock implementaion outside of Surface into SurfaceTextureClientMathias Agopian2011-07-152-95/+52
| | |/ / | |/| |
* | | | Merge "Add option to query hardware decoders only"Jean-Michel Trivi2011-07-181-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Add option to query hardware decoders onlyJean-Michel Trivi2011-07-181-1/+1
* | | | Merge "CPU statistics library"Glenn Kasten2011-07-153-0/+194
|\ \ \ \ | |_|_|/ |/| | |
| * | | CPU statistics libraryGlenn Kasten2011-07-153-0/+194
* | | | Merge changes Id9aa1003,I8c154189Jamie Gennis2011-07-143-3/+42
|\ \ \ \ | | |_|/ | |/| |
| * | | SurfaceTexture: make (dis)connect into an IPCJamie Gennis2011-07-143-3/+42
* | | | Merge "Support profile and level query for SW video decoders"James Dong2011-07-142-5/+5
|\ \ \ \
| * | | | Support profile and level query for SW video decodersJames Dong2011-07-112-5/+5
| |/ / /
* | | | Merge "Remove legacy http support from stagefright, chromium is the new hotne...Andreas Huber2011-07-141-61/+0
|\ \ \ \
| * | | | Remove legacy http support from stagefright, chromium is the new hotness.Andreas Huber2011-07-131-61/+0
* | | | | Remove some #ifdef HAVE_ANDROID_OS that were needed for the simulator buildMike Lockwood2011-07-131-115/+0
|/ / / /
* | | | Enable signalling of a stream discontinuity involving a format-changeAndreas Huber2011-07-131-0/+11
| |_|/ |/| |
* | | Make MetadataBufferType.h C-friendlyJames Dong2011-07-121-0/+7
* | | Merge "EGL: fix the ANativeWindow size/fmt override"Jamie Gennis2011-07-111-1/+4
|\ \ \