| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge change 22897 into eclair | Android (Google) Code Review | 2009-08-27 | 1 | -0/+1 |
|\ |
|
| * | Fix issue 2045911: Camera Shutter tone does not play correctly while listenin... | Eric Laurent | 2009-08-27 | 1 | -0/+1 |
* | | An attempt to fix a deadlock between OMXCodec::start and upstream ::read | Andreas Huber | 2009-08-27 | 1 | -0/+1 |
* | | Another quirk, some OMX components fail to properly flush before shutdown and... | Andreas Huber | 2009-08-26 | 1 | -0/+1 |
|/ |
|
* | assert => CHECK in stagefright. | Andreas Huber | 2009-08-26 | 1 | -0/+2 |
* | Keep up with latest changes to overlay handling on that unnamable platform. | Andreas Huber | 2009-08-26 | 2 | -0/+2 |
* | Calculate specular lighting correctly | Martin Storsjo | 2009-08-25 | 1 | -0/+1 |
* | Make sure not to ask for more buffers when we know that there won't be any, a... | Andreas Huber | 2009-08-25 | 1 | -1/+8 |
* | Merge change 22092 into eclair | Android (Google) Code Review | 2009-08-20 | 2 | -1/+5 |
|\ |
|
| * | Dynamically allocate a pair of MemoryHeaps according buffer count/sizes requi... | Andreas Huber | 2009-08-20 | 2 | -1/+5 |
* | | Add offset handling in MemoryHeapBase class | Benny Wong | 2009-08-20 | 1 | -2/+2 |
|/ |
|
* | fix a bug that caused the PixelFormat viewed by Surface to be wrong. | Mathias Agopian | 2009-08-19 | 1 | -0/+3 |
* | The PV AVC software decoder expects each fragment of a NAL unit to be handed ... | Andreas Huber | 2009-08-19 | 3 | -19/+19 |
* | Refactored "stagefright" commandline app, split off JPEGSource. | Andreas Huber | 2009-08-18 | 1 | -0/+1 |
* | Support for marshalling pointers / intptr_t in Parcel. | Andreas Huber | 2009-08-17 | 2 | -0/+13 |
* | really be more friendly with C | Mathias Agopian | 2009-08-17 | 1 | -8/+8 |
* | Squashed commit of the following: | Andreas Huber | 2009-08-17 | 15 | -68/+302 |
* | Merge change 21401 into eclair | Android (Google) Code Review | 2009-08-14 | 1 | -17/+35 |
|\ |
|
| * | make sure to update a surface's usage bits when it changes, instead of only t... | Mathias Agopian | 2009-08-14 | 1 | -17/+35 |
* | | DO NOT MERGE, ALready merged to master. | Sahil Sachdeva | 2009-08-14 | 1 | -0/+1 |
|/ |
|
* | be more friendly with C | Mathias Agopian | 2009-08-13 | 2 | -17/+17 |
* | Surface::GPU and Surface::HARDWARE are now deprecated; they will be set autom... | Mathias Agopian | 2009-08-13 | 1 | -2/+0 |
* | ui: make native_window_set_usage be a static inline | Dima Zavin | 2009-08-13 | 1 | -1/+1 |
* | Modified the camera HAL interface to use the same generic callback architectu... | Benny Wong | 2009-08-13 | 2 | -74/+82 |
* | am b8546001: Merge change 20878 into donut | Dianne Hackborn | 2009-08-12 | 1 | -0/+12 |
|\ |
|
| * | Fix issue #2048263: More debugging information | Dianne Hackborn | 2009-08-11 | 1 | -0/+12 |
* | | second take, hopefully this time it doesn't break one of the builds: "Surface... | Mathias Agopian | 2009-08-11 | 4 | -4/+47 |
* | | Revert "SurfaceFlinger will now allocate buffers based on the usage specified... | Fred Quintana | 2009-08-11 | 4 | -47/+4 |
* | | SurfaceFlinger will now allocate buffers based on the usage specified by the ... | Mathias Agopian | 2009-08-11 | 4 | -4/+47 |
* | | Expose a variation of the createRenderer API that works on a plain Surface. | Andreas Huber | 2009-08-10 | 2 | -2/+13 |
* | | Deprecate/remove now unused socketpair ipc communication in favour of exclusi... | Andreas Huber | 2009-08-10 | 2 | -36/+0 |
* | | Merge changes 20497,20498,20499 | Android (Google) Code Review | 2009-08-07 | 1 | -0/+2 |
|\ \ |
|
| * | | added EGLUtils::strerror | Mathias Agopian | 2009-08-07 | 1 | -0/+2 |
* | | | Fix issue 2001214: AudioFlinger and AudioPolicyService interfaces should not ... | Eric Laurent | 2009-08-07 | 3 | -24/+24 |
|/ / |
|
* | | Merge changes 20345,20346,20347 | Android (Google) Code Review | 2009-08-06 | 2 | -1/+53 |
|\ \ |
|
| * | | added two EGL helpers for selecting a config matching a certain pixelformat o... | Mathias Agopian | 2009-08-06 | 1 | -0/+51 |
| * | | added NATIVE_WINDOW_FORMAT attribute to android_native_window_t | Mathias Agopian | 2009-08-06 | 1 | -1/+2 |
* | | | EventHub: pass the name of each input device up to Java | Iliyan Malchev | 2009-08-06 | 1 | -1/+1 |
|/ / |
|
* | | Merge change 9649 | Android (Google) Code Review | 2009-08-05 | 1 | -1/+4 |
|\ \ |
|
| * | | Finish implementation of multiple pointer support for MotionEvent. | Dianne Hackborn | 2009-08-04 | 1 | -1/+4 |
* | | | Recording/Export to .mp4/h.263 somewhat works on TI hardware. | Andreas Huber | 2009-08-05 | 1 | -0/+4 |
|/ / |
|
* | | The IOMX interface now instantiates IOMXRenderers to hide the details of hard... | Andreas Huber | 2009-07-31 | 5 | -53/+29 |
* | | Merge change 9287 | Android (Google) Code Review | 2009-07-30 | 3 | -1/+21 |
|\ \ |
|
| * | | fixed some issues with the software renderer when surfaces are made current. | Mathias Agopian | 2009-07-30 | 3 | -1/+21 |
* | | | am 25dff70f: Merge change 9039 into donut | Android (Google) Code Review | 2009-07-30 | 1 | -2/+4 |
|\ \ \
| | |/
| |/| |
|
| * | | Fix #2018814: System cannot correctly render assets with "wrap_content" attri... | Dianne Hackborn | 2009-07-29 | 1 | -2/+4 |
* | | | Merge change 9070 | Android (Google) Code Review | 2009-07-30 | 1 | -0/+6 |
|\ \ \ |
|
| * | | | Adding resizeInput and setAttributes for overlay | Benny Wong | 2009-07-29 | 1 | -0/+6 |
| | |/
| |/| |
|
* | | | Remove hardcoded maximum frame rate limit from the framework | James Dong | 2009-07-30 | 1 | -4/+0 |
|/ / |
|
* | | While other OMX nodes appear to now have switched to using microseconds to ti... | Andreas Huber | 2009-07-28 | 1 | -1/+2 |