| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move JPEGSource.{cpp,h} into libstagefright. | Andreas Huber | 2009-09-11 | 1 | -0/+58 |
| * | Merge change 24643 into eclair | Android (Google) Code Review | 2009-09-10 | 1 | -2/+3 |
| |\ |
|
| | * | fix [2112575] stuck on DequeueCondition for a surface that doesn't exist anymore | Mathias Agopian | 2009-09-10 | 1 | -2/+3 |
| * | | Merge change 24642 into eclair | Android (Google) Code Review | 2009-09-10 | 1 | -4/+12 |
| |\ \
| |/ |
|
| | * | make sure conditions will return when the status of a surface is not NO_ERROR | Mathias Agopian | 2009-09-10 | 1 | -4/+12 |
| * | | Process: Add support for using scheduler policies instead of cgroups. | San Mehat | 2009-09-10 | 1 | -0/+5 |
| * | | Media MIME types now have corresponding constants in MediaDefs.h, new codec e... | Andreas Huber | 2009-09-10 | 2 | -1/+72 |
| |/ |
|
| * | Minor API change in MPEG4Writer, support for amr output into MPEG4 containers. | Andreas Huber | 2009-09-09 | 1 | -3/+3 |
| * | Added a .amr file extractor (for AMR-NB and AMR-WB content). | Andreas Huber | 2009-09-09 | 2 | -3/+57 |
| * | Merge change 24179 into eclair | Android (Google) Code Review | 2009-09-09 | 1 | -0/+1 |
| |\ |
|
| | * | Support encoding amr-wb content in stagefright. | Andreas Huber | 2009-09-08 | 1 | -0/+1 |
| * | | Merge change 24335 into eclair | Android (Google) Code Review | 2009-09-09 | 1 | -0/+3 |
| |\ \ |
|
| | * | | use broadcast() instead of signal() when signaling the condition-variable Thr... | Mathias Agopian | 2009-09-09 | 1 | -0/+3 |
| * | | | Fix issue 1992233: DTMF tones on Sholes is really long. | Eric Laurent | 2009-09-08 | 1 | -1/+2 |
| |/ / |
|
| * | | Merge changes 24119,24120 into eclair | Android (Google) Code Review | 2009-09-08 | 8 | -178/+352 |
| |\ \ |
|
| | * | | fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properly | Mathias Agopian | 2009-09-07 | 8 | -178/+352 |
| | |/ |
|
| * | | Add basic metadata retrieval support for midi, ogg, etc. | James Dong | 2009-09-08 | 2 | -0/+34 |
| |/ |
|
| * | Merge change 23835 into eclair | Android (Google) Code Review | 2009-09-03 | 1 | -10/+11 |
| |\ |
|
| | * | When encountering a .nomedia file, notify the MediaScannerClient, | Marco Nelissen | 2009-09-03 | 1 | -10/+11 |
| * | | Setting the component role appears to be mandatory now for all mime types. | Andreas Huber | 2009-09-02 | 1 | -0/+2 |
| * | | Some work to make audio encoding work. | Andreas Huber | 2009-09-02 | 2 | -1/+6 |
| |/ |
|
| * | Squashed commit of the following: | Andreas Huber | 2009-09-01 | 1 | -1/+1 |
| * | Squashed commit of the following: | Andreas Huber | 2009-08-27 | 3 | -262/+3 |
| * | 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 |