- 86b48a8 am 1aa9f3ca: Merge change I923d7d72 into eclair by Eric Laurent · 17 years ago
- 1aaa563 Merge change I923d7d72 into eclair by Android (Google) Code Review · 17 years ago
- 0f2d1e2 Fix issue 2242614: Wired headset not recognized: bogus "state" in ACTION_HEADSET_PLUG broadcast. by Eric Laurent · 17 years ago
- 53f45f0 resolved conflicts for merge of c66d53f9 to eclair-mr2 by Andreas Huber · 17 years ago
- 1dfc99f Delegate the platform dependent hardware renderer implementation to a shared library provided by the vendor. by Andreas Huber · 17 years ago
- 5b65c70 DO NOT MERGE: Squashed commit of the following: by Andreas Huber · 17 years ago
- 1c02bfb am 67b69292: Merge change I93f500a5 into eclair by Eric Laurent · 17 years ago
- dee7f83 Merge change I93f500a5 into eclair by Android (Google) Code Review · 17 years ago
- 34f1d8e Fix issue 2203561: Sholes: audio playing out of earpiece. by Eric Laurent · 17 years ago
- 308d4ae am 7ed0ceeb: Merge change I6869df3a into eclair by Jean-Michel Trivi · 17 years ago
- d763b95 Add new audio sources to support the A1026 recording configurations. by Jean-Michel Trivi · 17 years ago
- 0dba737 Adds a WAVExtractor for 16-bit signed PCM audio wave files. by Andreas Huber · 17 years ago
- 672635d am 8637759a: Merge change I36d0184e into eclair by Mathias Agopian · 17 years ago
- 967441e Merge change I36d0184e into eclair by Android (Google) Code Review · 17 years ago
- 9416be4 fix[2228133] pixelflinger ignores the "vertical stride" leading to artifacts when playing back video by Mathias Agopian · 17 years ago
- 5dce5d8 am ee98c240: Merge change I73680cd9 into eclair by Eric Laurent · 17 years ago
- 90b75fb Fix 2194140: [Passion] Support Audience chip. by Eric Laurent · 17 years ago
- 888f72a Revive support for video encoding in OMXCodec. by Andreas Huber · 17 years ago
- 636df89 Merge change I155e2ad0 into eclair-mr2 by Android (Google) Code Review · 17 years ago
- be5c74f Re-enable CameraSource. by Andreas Huber · 17 years ago
- fe44b7a am bf96aaad: Merge change Icf10db28 into eclair by Eric Laurent · 17 years ago
- 34769bc New API to instantiate a MediaExtractor given a URI and optional MIME type. by Andreas Huber · 17 years ago
- 66326a5 Moving the individual extractor headers files to the private include directory. by Andreas Huber · 17 years ago
- ba229b3 Prefer software decoders over hardware for thumbnail extraction. by Andreas Huber · 17 years ago
- 7e04dcf Extract video thumbnails from the largest sync sample among the first 20. by Andreas Huber · 17 years ago
- c6323f9 Some cleanup of OMXCodec code, make sure to ignore 0-length output buffers in the metadata retriever. by Andreas Huber · 17 years ago
- f0ee6f4 Fix issue 2192181: AudioFlinger must provide separated methods to set VOICE_CALL stream volume and down link audio volume. by Eric Laurent · 17 years ago
- 66d1e82 do not merge: The qcom video decoders always output yuv data after adjusting dimensions to be a multiple of 16. by Andreas Huber · 17 years ago
- b02ee76 am 7bb7e992: Merge change Ia8ac904d into eclair by Mathias Agopian · 17 years ago
- 318ad9c Reimplement the OMX backend for stagefright. by Andreas Huber · 17 years ago
- 7b9d6a9 fix [2182249] [MR1] valgrind error in surface flinger by Mathias Agopian · 17 years ago
- 89e69da Separated private from public header files. by Andreas Huber · 17 years ago
- 549aa37 Fix various compiler warnings accumulated over time. by Andreas Huber · 17 years ago
- 7f281f8 OMXCodec now notifies the reader of changes in the output format by returning a special result/error code. by Andreas Huber · 17 years ago
- 48c948b Change to a int64_t usecs representation for timestamps and duration throughout stagefright. by Andreas Huber · 17 years ago
- d3eaeef Fixing the build. by Andreas Huber · 17 years ago
- 2a4a7d5 Split the ColorConverter off SoftwareRenderer, metadata support in stagefright. by Andreas Huber · 17 years ago
- 36efa03 Some decoders will return an error on OMX_EmptyThisBuffer to indicate that they don't support the media format, deal with this. by Andreas Huber · 17 years ago
- 9749025 The vendor is about to check in a fix for this issue, the workaround is no longer needed by Andreas Huber · 17 years ago
- 733c088 am a2de8e31: Merge change Ie05f07df into eclair by Mathias Agopian · 17 years ago
- 68174b1 fix [2170319] gmail bulk operation checkbox latency on passion by Mathias Agopian · 17 years ago
- ec430b1 Workaround for avc decoder misreporting output buffer size requirements if the content is not a multiple-16 width/height. by Andreas Huber · 17 years ago
- 23e1ce7 Merge change I4961c959 into eclair by Android (Google) Code Review · 17 years ago
- d46758b fix [2152536] ANR in browser by Mathias Agopian · 17 years ago
- e33e00e Fix issue 2139634: DTMF tones on Sholes popping, hissing (audio latency too high). by Eric Laurent · 17 years ago
- 5bffa09 fix [2168531] have software-only gralloc buffer side-step the HAL by Mathias Agopian · 17 years ago
- 9d64a06 fix [2167050] glTexImage2D code path buggy in SurfaceFlinger by Mathias Agopian · 17 years ago
- 10dbb8e Music visualizer support hack. by Marco Nelissen · 17 years ago
- defd1bd Attempt to fix [2152536] ANR in browser by Mathias Agopian · 17 years ago
- 824b6a4 Fix issue 2142613: ToneGenerator: short tones sometimes don't play on sholes or over A2DP. by Eric Laurent · 17 years ago
- 9e3ebf8 add basic time stats for surfaces lock time by Mathias Agopian · 17 years ago
- 4265a83 Another software color conversion implementation, this time OMX_QCOM_COLOR_FormatYVU420SemiPlanar => rgb565. by Andreas Huber · 17 years ago
- 430209e Merge change 25128 into eclair by Android (Google) Code Review · 17 years ago
- 10f75b8 Support CbYCrY -> RGB565 color conversion in IOMXRenderer. by Andreas Huber · 17 years ago
- 1b84df1 Added an API IOMX::createRendererFromJavaSurface. by Andreas Huber · 17 years ago
- 5a37cc5 make sure to update the tail pointer when undoing a dequeue by Mathias Agopian · 17 years ago
- 777893a Move JPEGSource.{cpp,h} into libstagefright. by Andreas Huber · 17 years ago
- 11c043f Merge change 24643 into eclair by Android (Google) Code Review · 17 years ago
- 997161b Merge change 24642 into eclair by Android (Google) Code Review · 17 years ago
- 4fc61bf fix [2112575] stuck on DequeueCondition for a surface that doesn't exist anymore by Mathias Agopian · 17 years ago
- 3dbf98c make sure conditions will return when the status of a surface is not NO_ERROR by Mathias Agopian · 17 years ago
- 18291bc Media MIME types now have corresponding constants in MediaDefs.h, new codec enumeration API. by Andreas Huber · 17 years ago
- 25b1309 Minor API change in MPEG4Writer, support for amr output into MPEG4 containers. by Andreas Huber · 17 years ago
- f75978f Added a .amr file extractor (for AMR-NB and AMR-WB content). by Andreas Huber · 17 years ago
- 03480f8 Merge change 24179 into eclair by Android (Google) Code Review · 17 years ago
- 85fa14d Fix issue 1992233: DTMF tones on Sholes is really long. by Eric Laurent · 17 years ago
- ee73471 Merge changes 24119,24120 into eclair by Android (Google) Code Review · 17 years ago
- 456db75 Support encoding amr-wb content in stagefright. by Andreas Huber · 17 years ago
- 148c1a2 Add basic metadata retrieval support for midi, ogg, etc. Bug 2050320 by James Dong · 17 years ago
- 81e2a52 fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properly by Mathias Agopian · 17 years ago
- 365928e Merge change 23835 into eclair by Android (Google) Code Review · 17 years ago
- f482a41 When encountering a .nomedia file, notify the MediaScannerClient, by Marco Nelissen · 17 years ago
- 7a6b9e2 Setting the component role appears to be mandatory now for all mime types. by Andreas Huber · 17 years ago
- e5adbee Some work to make audio encoding work. by Andreas Huber · 17 years ago
- 37940ee Squashed commit of the following: by Andreas Huber · 17 years ago
- e0f0b08 Squashed commit of the following: by Andreas Huber · 17 years ago
- 63d88ff Merge change 22897 into eclair by Android (Google) Code Review · 17 years ago
- 284f513 An attempt to fix a deadlock between OMXCodec::start and upstream ::read by Andreas Huber · 17 years ago
- a9c322e Fix issue 2045911: Camera Shutter tone does not play correctly while listening to music. by Eric Laurent · 17 years ago
- 8297ced Another quirk, some OMX components fail to properly flush before shutdown and we must do it for them... by Andreas Huber · 17 years ago
- 0c89199 assert => CHECK in stagefright. by Andreas Huber · 17 years ago
- ea7d156 Keep up with latest changes to overlay handling on that unnamable platform. by Andreas Huber · 17 years ago
- 4e3d248 Calculate specular lighting correctly by Martin Storsjo · 17 years ago
- 1beb760 Make sure not to ask for more buffers when we know that there won't be any, added a quirk for the aac decoder. by Andreas Huber · 17 years ago
- 7530e9c Dynamically allocate a pair of MemoryHeaps according buffer count/sizes required by the OMX component, respect JPEG compressed size. by Andreas Huber · 17 years ago
- dbc0344 The PV AVC software decoder expects each fragment of a NAL unit to be handed to the decoder unframed. by Andreas Huber · 17 years ago
- 2d7d46f Refactored "stagefright" commandline app, split off JPEGSource. by Andreas Huber · 17 years ago
- 693d271 Squashed commit of the following: by Andreas Huber · 17 years ago
- 59ecb64 DO NOT MERGE, ALready merged to master. by Sahil Sachdeva · 17 years ago
- 806a5fc be more friendly with C by Mathias Agopian · 17 years ago
- f4148b5 Expose a variation of the createRenderer API that works on a plain Surface. by Andreas Huber · 17 years ago
- 408b8e1 Deprecate/remove now unused socketpair ipc communication in favour of exclusive binder use. by Andreas Huber · 17 years ago
- fa2877b Fix issue 2001214: AudioFlinger and AudioPolicyService interfaces should not use pointers as handles to inputs and outputs. by Eric Laurent · 17 years ago
- bf37f33 Recording/Export to .mp4/h.263 somewhat works on TI hardware. by Andreas Huber · 17 years ago
- 8b938cd The IOMX interface now instantiates IOMXRenderers to hide the details of hardware accelerated blitting. by Andreas Huber · 17 years ago
- 81573ec Remove hardcoded maximum frame rate limit from the framework bug 1993400 by James Dong · 17 years ago
- cfb3bc7 While other OMX nodes appear to now have switched to using microseconds to timestamp buffers, at least the TI AAC and MP3 decoders still use milliseconds. by Andreas Huber · 17 years ago
- 0024245 Squashed commit of the following: by Andreas Huber · 17 years ago
- 9a92037 Fix issue 2001517: AudioTrack compatibility issue. by Eric Laurent · 17 years ago
- c2f1f07 Fix issue 1795088 Improve audio routing code by Eric Laurent · 17 years ago