summaryrefslogtreecommitdiffstats
path: root/include/media
Commit message (Expand)AuthorAgeFilesLines
...
| | * Enable OpenCORE on master - part 1Ravi K Yenduri2009-03-311-1/+2
| * | donut snapshotJean-Baptiste Queru2009-07-218-23/+135
| * | donut snapshotJean-Baptiste Queru2009-05-203-21/+70
| |/
| * Automated import from //branches/cupcake/...@142889,142889Eric Laurent2009-03-261-0/+1
| * auto import from //branches/cupcake_rel/...@141571The Android Open Source Project2009-03-193-0/+3
* | Another software color conversion implementation, this time OMX_QCOM_COLOR_Fo...Andreas Huber2009-09-151-0/+1
* | Merge change 25128 into eclairAndroid (Google) Code Review2009-09-151-0/+10
|\ \
| * | Support CbYCrY -> RGB565 color conversion in IOMXRenderer.Andreas Huber2009-09-151-0/+10
* | | Added an API IOMX::createRendererFromJavaSurface.Andreas Huber2009-09-151-2/+11
|/ /
* | 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
* | Merge change 24179 into eclairAndroid (Google) Code Review2009-09-091-0/+1
|\ \
| * | Support encoding amr-wb content in stagefright.Andreas Huber2009-09-081-0/+1
* | | Fix issue 1992233: DTMF tones on Sholes is really long.Eric Laurent2009-09-081-1/+2
* | | Add basic metadata retrieval support for midi, ogg, etc.James Dong2009-09-082-0/+34
|/ /
* | Merge change 23835 into eclairAndroid (Google) Code Review2009-09-031-10/+11
|\ \
| * | When encountering a .nomedia file, notify the MediaScannerClient,Marco Nelissen2009-09-031-10/+11
* | | 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-273-262/+3
* | Merge change 22897 into eclairAndroid (Google) Code Review2009-08-271-0/+1
|\ \
| * | Fix issue 2045911: Camera Shutter tone does not play correctly while listenin...Eric Laurent2009-08-271-0/+1
* | | 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-1715-68/+302
* | DO NOT MERGE, ALready merged to master.Sahil Sachdeva2009-08-141-0/+1
* | Expose a variation of the createRenderer API that works on a plain Surface.Andreas Huber2009-08-101-0/+11
* | Deprecate/remove now unused socketpair ipc communication in favour of exclusi...Andreas Huber2009-08-102-36/+0
* | Fix issue 2001214: AudioFlinger and AudioPolicyService interfaces should not ...Eric Laurent2009-08-073-24/+24
* | 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-314-53/+27
* | Remove hardcoded maximum frame rate limit from the frameworkJames Dong2009-07-301-4/+0
* | 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
* | Fix issue 2001517: AudioTrack compatibility issue.Eric Laurent2009-07-271-23/+23
* | Fix issue 1795088 Improve audio routing codeEric Laurent2009-07-236-119/+513
* | Added native metadata support.niko2009-07-223-6/+142
* | Added method to get metadata out of the player.niko2009-07-172-2/+18
* | Fixes to make libstagefright build for the simulator.Marco Nelissen2009-07-161-0/+2
* | New test player stub to load mock native players.Nicolas Catania2009-07-161-1/+7
* | Squashed commit of the following:Andreas Huber2009-07-1635-2/+2540