summaryrefslogtreecommitdiffstats
path: root/include/media/stagefright
Commit message (Expand)AuthorAgeFilesLines
* do not merge: The qcom video decoders always output yuv data after adjusting ...Andreas Huber2009-10-201-0/+1
* Another software color conversion implementation, this time OMX_QCOM_COLOR_Fo...Andreas Huber2009-09-151-0/+1
* Support CbYCrY -> RGB565 color conversion in IOMXRenderer.Andreas Huber2009-09-151-0/+10
* Move JPEGSource.{cpp,h} into libstagefright.Andreas Huber2009-09-111-0/+58
* Media MIME types now have corresponding constants in MediaDefs.h, new codec e...Andreas Huber2009-09-102-1/+72
* Minor API change in MPEG4Writer, support for amr output into MPEG4 containers.Andreas Huber2009-09-091-3/+3
* Added a .amr file extractor (for AMR-NB and AMR-WB content).Andreas Huber2009-09-092-3/+57
* Support encoding amr-wb content in stagefright.Andreas Huber2009-09-081-0/+1
* Setting the component role appears to be mandatory now for all mime types.Andreas Huber2009-09-021-0/+2
* Some work to make audio encoding work.Andreas Huber2009-09-022-1/+6
* Squashed commit of the following:Andreas Huber2009-09-011-1/+1
* Squashed commit of the following:Andreas Huber2009-08-272-246/+0
* An attempt to fix a deadlock between OMXCodec::start and upstream ::readAndreas Huber2009-08-271-0/+1
* Another quirk, some OMX components fail to properly flush before shutdown and...Andreas Huber2009-08-261-0/+1
* assert => CHECK in stagefright.Andreas Huber2009-08-261-0/+2
* Keep up with latest changes to overlay handling on that unnamable platform.Andreas Huber2009-08-262-0/+2
* Make sure not to ask for more buffers when we know that there won't be any, a...Andreas Huber2009-08-251-1/+8
* Dynamically allocate a pair of MemoryHeaps according buffer count/sizes requi...Andreas Huber2009-08-202-1/+5
* The PV AVC software decoder expects each fragment of a NAL unit to be handed ...Andreas Huber2009-08-193-19/+19
* Refactored "stagefright" commandline app, split off JPEGSource.Andreas Huber2009-08-181-0/+1
* Squashed commit of the following:Andreas Huber2009-08-1714-64/+287
* Deprecate/remove now unused socketpair ipc communication in favour of exclusi...Andreas Huber2009-08-101-18/+0
* Recording/Export to .mp4/h.263 somewhat works on TI hardware.Andreas Huber2009-08-051-0/+4
* The IOMX interface now instantiates IOMXRenderers to hide the details of hard...Andreas Huber2009-07-313-53/+3
* While other OMX nodes appear to now have switched to using microseconds to ti...Andreas Huber2009-07-281-1/+2
* Squashed commit of the following:Andreas Huber2009-07-282-10/+90
* Fixes to make libstagefright build for the simulator.Marco Nelissen2009-07-161-0/+2
* Squashed commit of the following:Andreas Huber2009-07-1632-0/+2346