| Commit message (Expand) | Author | Age | Files | Lines |
| * | Some cleanup of OMXCodec code, make sure to ignore 0-length output buffers in... | Andreas Huber | 2009-10-21 | 1 | -1/+0 |
| * | Reimplement the OMX backend for stagefright. | Andreas Huber | 2009-10-16 | 2 | -20/+20 |
| * | Separated private from public header files. | Andreas Huber | 2009-10-13 | 9 | -584/+3 |
| * | Fix various compiler warnings accumulated over time. | Andreas Huber | 2009-10-13 | 1 | -5/+5 |
| * | OMXCodec now notifies the reader of changes in the output format by returning... | Andreas Huber | 2009-10-13 | 3 | -0/+7 |
| * | Change to a int64_t usecs representation for timestamps and duration througho... | Andreas Huber | 2009-10-12 | 1 | -8/+11 |
| * | Fixing the build. | Andreas Huber | 2009-10-09 | 1 | -0/+2 |
| * | Split the ColorConverter off SoftwareRenderer, metadata support in stagefright. | Andreas Huber | 2009-10-08 | 2 | -9/+67 |
| * | Some decoders will return an error on OMX_EmptyThisBuffer to indicate that th... | Andreas Huber | 2009-10-08 | 1 | -2/+2 |
| * | The vendor is about to check in a fix for this issue, the workaround is no lo... | Andreas Huber | 2009-10-08 | 1 | -1/+0 |
| * | Workaround for avc decoder misreporting output buffer size requirements if th... | Andreas Huber | 2009-10-07 | 1 | -0/+1 |
| * | Fix issue 2139634: DTMF tones on Sholes popping, hissing (audio latency too h... | Eric Laurent | 2009-10-06 | 1 | -0/+1 |
| * | Music visualizer support hack. | Marco Nelissen | 2009-10-06 | 2 | -0/+5 |
| * | Fix issue 2142613: ToneGenerator: short tones sometimes don't play on sholes ... | Eric Laurent | 2009-09-24 | 1 | -1/+2 |
| * | Another software color conversion implementation, this time OMX_QCOM_COLOR_Fo... | Andreas Huber | 2009-09-15 | 1 | -0/+1 |
| * | Merge change 25128 into eclair | Android (Google) Code Review | 2009-09-15 | 1 | -0/+10 |
| |\ |
|
| | * | Support CbYCrY -> RGB565 color conversion in IOMXRenderer. | Andreas Huber | 2009-09-15 | 1 | -0/+10 |
| * | | Added an API IOMX::createRendererFromJavaSurface. | Andreas Huber | 2009-09-15 | 1 | -2/+11 |
| |/ |
|
| * | Move JPEGSource.{cpp,h} into libstagefright. | Andreas Huber | 2009-09-11 | 1 | -0/+58 |
| * | 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 |
| * | | Fix issue 1992233: DTMF tones on Sholes is really long. | Eric Laurent | 2009-09-08 | 1 | -1/+2 |
| * | | 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 |
| * | 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 |
| * | Dynamically allocate a pair of MemoryHeaps according buffer count/sizes requi... | Andreas Huber | 2009-08-20 | 2 | -1/+5 |
| * | 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 |
| * | Squashed commit of the following: | Andreas Huber | 2009-08-17 | 15 | -68/+302 |
| * | DO NOT MERGE, ALready merged to master. | Sahil Sachdeva | 2009-08-14 | 1 | -0/+1 |
| * | Expose a variation of the createRenderer API that works on a plain Surface. | Andreas Huber | 2009-08-10 | 1 | -0/+11 |
| * | Deprecate/remove now unused socketpair ipc communication in favour of exclusi... | Andreas Huber | 2009-08-10 | 2 | -36/+0 |
| * | Fix issue 2001214: AudioFlinger and AudioPolicyService interfaces should not ... | Eric Laurent | 2009-08-07 | 3 | -24/+24 |
| * | 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 | 4 | -53/+27 |
| * | Remove hardcoded maximum frame rate limit from the framework | James Dong | 2009-07-30 | 1 | -4/+0 |