1. 2c76649 Merge change Iea6a38c6 into eclair-mr2 by Android (Google) Code Review · 15 years ago
  2. 744043f Update FileSource to also accept a file descriptor and a range. by Andreas Huber · 15 years ago
  3. ea6a38c Squashed commit of the following: by Andreas Huber · 15 years ago
  4. 609acfd am 1aa9f3ca: Merge change I923d7d72 into eclair by Eric Laurent · 15 years ago
  5. 1aa9f3c Merge change I923d7d72 into eclair by Android (Google) Code Review · 15 years ago
  6. 923d7d7 Fix issue 2242614: Wired headset not recognized: bogus "state" in ACTION_HEADSET_PLUG broadcast. by Eric Laurent · 15 years ago
  7. d0f3228 resolved conflicts for merge of c66d53f9 to eclair-mr2 by Andreas Huber · 15 years ago
  8. c8d7c14 Delegate the platform dependent hardware renderer implementation to a shared library provided by the vendor. by Andreas Huber · 15 years ago
  9. dcaa220 DO NOT MERGE: Squashed commit of the following: by Andreas Huber · 15 years ago
  10. fcae6c7 am 67b69292: Merge change I93f500a5 into eclair by Eric Laurent · 15 years ago
  11. 67b6929 Merge change I93f500a5 into eclair by Android (Google) Code Review · 15 years ago
  12. bda7469 Fix issue 2203561: Sholes: audio playing out of earpiece. by Eric Laurent · 15 years ago
  13. 3d2d155 am 7ed0ceeb: Merge change I6869df3a into eclair by Jean-Michel Trivi · 15 years ago
  14. 6869df3 Add new audio sources to support the A1026 recording configurations. by Jean-Michel Trivi · 15 years ago
  15. 6bce6d8 Adds a WAVExtractor for 16-bit signed PCM audio wave files. by Andreas Huber · 15 years ago
  16. c69e751 am ee98c240: Merge change I73680cd9 into eclair by Eric Laurent · 15 years ago
  17. f22a097 Fix 2194140: [Passion] Support Audience chip. by Eric Laurent · 15 years ago
  18. b482ce8 Revive support for video encoding in OMXCodec. by Andreas Huber · 15 years ago
  19. 76a5429 Merge change I155e2ad0 into eclair-mr2 by Android (Google) Code Review · 15 years ago
  20. 155e2ad Re-enable CameraSource. by Andreas Huber · 15 years ago
  21. 7ed70c9 am bf96aaad: Merge change Icf10db28 into eclair by Eric Laurent · 15 years ago
  22. 9a12baf New API to instantiate a MediaExtractor given a URI and optional MIME type. by Andreas Huber · 15 years ago
  23. 57515f3 Moving the individual extractor headers files to the private include directory. by Andreas Huber · 15 years ago
  24. e13526a Prefer software decoders over hardware for thumbnail extraction. by Andreas Huber · 15 years ago
  25. e981c33 Extract video thumbnails from the largest sync sample among the first 20. by Andreas Huber · 15 years ago
  26. f68c168 Some cleanup of OMXCodec code, make sure to ignore 0-length output buffers in the metadata retriever. by Andreas Huber · 15 years ago
  27. 415f3e2 Fix issue 2192181: AudioFlinger must provide separated methods to set VOICE_CALL stream volume and down link audio volume. by Eric Laurent · 15 years ago
  28. f16a0b7 do not merge: The qcom video decoders always output yuv data after adjusting dimensions to be a multiple of 16. by Andreas Huber · 15 years ago
  29. 784202e Reimplement the OMX backend for stagefright. by Andreas Huber · 15 years ago
  30. bd7b43b Separated private from public header files. by Andreas Huber · 15 years ago
  31. 8d87cd9 Fix various compiler warnings accumulated over time. by Andreas Huber · 15 years ago
  32. cfd5557 OMXCodec now notifies the reader of changes in the output format by returning a special result/error code. by Andreas Huber · 15 years ago
  33. fa8de75 Change to a int64_t usecs representation for timestamps and duration throughout stagefright. by Andreas Huber · 15 years ago
  34. 9b8f947 Fixing the build. by Andreas Huber · 15 years ago
  35. 53a76bd Split the ColorConverter off SoftwareRenderer, metadata support in stagefright. by Andreas Huber · 15 years ago
  36. 3f42707 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 · 15 years ago
  37. cd74c0d The vendor is about to check in a fix for this issue, the workaround is no longer needed by Andreas Huber · 15 years ago
  38. 8b432b1 Workaround for avc decoder misreporting output buffer size requirements if the content is not a multiple-16 width/height. by Andreas Huber · 15 years ago
  39. 62443f5 Fix issue 2139634: DTMF tones on Sholes popping, hissing (audio latency too high). by Eric Laurent · 15 years ago
  40. c39d2e3 Music visualizer support hack. by Marco Nelissen · 15 years ago
  41. af141d5 Fix issue 2142613: ToneGenerator: short tones sometimes don't play on sholes or over A2DP. by Eric Laurent · 15 years ago
  42. 4f23457 Another software color conversion implementation, this time OMX_QCOM_COLOR_FormatYVU420SemiPlanar => rgb565. by Andreas Huber · 15 years ago
  43. a4fe2ac Merge change 25128 into eclair by Android (Google) Code Review · 15 years ago
  44. c966a3c Support CbYCrY -> RGB565 color conversion in IOMXRenderer. by Andreas Huber · 15 years ago
  45. 9f9afef Added an API IOMX::createRendererFromJavaSurface. by Andreas Huber · 15 years ago
  46. 6026a51 Move JPEGSource.{cpp,h} into libstagefright. by Andreas Huber · 15 years ago
  47. e6c4096 Media MIME types now have corresponding constants in MediaDefs.h, new codec enumeration API. by Andreas Huber · 15 years ago
  48. 033e6c3 Minor API change in MPEG4Writer, support for amr output into MPEG4 containers. by Andreas Huber · 15 years ago
  49. 5a65a6e Added a .amr file extractor (for AMR-NB and AMR-WB content). by Andreas Huber · 15 years ago
  50. 4e60d7e Merge change 24179 into eclair by Android (Google) Code Review · 15 years ago
  51. 96c08a6 Fix issue 1992233: DTMF tones on Sholes is really long. by Eric Laurent · 15 years ago
  52. ee606e6 Support encoding amr-wb content in stagefright. by Andreas Huber · 15 years ago
  53. 392ff3b Add basic metadata retrieval support for midi, ogg, etc. Bug 2050320 by James Dong · 15 years ago
  54. e1da8be Merge change 23835 into eclair by Android (Google) Code Review · 15 years ago
  55. 8b04661 When encountering a .nomedia file, notify the MediaScannerClient, by Marco Nelissen · 15 years ago
  56. 4c48342 Setting the component role appears to be mandatory now for all mime types. by Andreas Huber · 15 years ago
  57. da050cf2 Some work to make audio encoding work. by Andreas Huber · 15 years ago
  58. 43ad6eaf Squashed commit of the following: by Andreas Huber · 15 years ago
  59. 329577a Squashed commit of the following: by Andreas Huber · 15 years ago
  60. bc86bda Merge change 22897 into eclair by Android (Google) Code Review · 15 years ago
  61. 42978e5 An attempt to fix a deadlock between OMXCodec::start and upstream ::read by Andreas Huber · 15 years ago
  62. 327c27b Fix issue 2045911: Camera Shutter tone does not play correctly while listening to music. by Eric Laurent · 15 years ago
  63. 127fcdc Another quirk, some OMX components fail to properly flush before shutdown and we must do it for them... by Andreas Huber · 15 years ago
  64. b5ceb9e assert => CHECK in stagefright. by Andreas Huber · 15 years ago
  65. 446f44f Keep up with latest changes to overlay handling on that unnamable platform. by Andreas Huber · 15 years ago
  66. 404cc41 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 · 15 years ago
  67. 5c0a913 Dynamically allocate a pair of MemoryHeaps according buffer count/sizes required by the OMX component, respect JPEG compressed size. by Andreas Huber · 15 years ago
  68. 4f5e602 The PV AVC software decoder expects each fragment of a NAL unit to be handed to the decoder unframed. by Andreas Huber · 15 years ago
  69. 09daada Refactored "stagefright" commandline app, split off JPEGSource. by Andreas Huber · 15 years ago
  70. be06d26 Squashed commit of the following: by Andreas Huber · 15 years ago
  71. c9706f0 DO NOT MERGE, ALready merged to master. by Sahil Sachdeva · 15 years ago
  72. ccf8b94 Expose a variation of the createRenderer API that works on a plain Surface. by Andreas Huber · 15 years ago
  73. e9ec12c Deprecate/remove now unused socketpair ipc communication in favour of exclusive binder use. by Andreas Huber · 15 years ago
  74. ddb78e7 Fix issue 2001214: AudioFlinger and AudioPolicyService interfaces should not use pointers as handles to inputs and outputs. by Eric Laurent · 15 years ago
  75. ea03f4a Recording/Export to .mp4/h.263 somewhat works on TI hardware. by Andreas Huber · 15 years ago
  76. 1de1316 The IOMX interface now instantiates IOMXRenderers to hide the details of hardware accelerated blitting. by Andreas Huber · 15 years ago
  77. cbe7c54 Remove hardcoded maximum frame rate limit from the framework bug 1993400 by James Dong · 15 years ago
  78. 970764d 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 · 15 years ago
  79. 8a43277 Squashed commit of the following: by Andreas Huber · 15 years ago
  80. 3026a02 Fix issue 2001517: AudioTrack compatibility issue. by Eric Laurent · 15 years ago
  81. a553c25 Fix issue 1795088 Improve audio routing code by Eric Laurent · 15 years ago
  82. bc72692 Added native metadata support. by niko · 15 years ago
  83. 8994837 Added method to get metadata out of the player. by niko · 15 years ago
  84. 7013c8b Fixes to make libstagefright build for the simulator. by Marco Nelissen · 15 years ago
  85. 8f5fcab New test player stub to load mock native players. by Nicolas Catania · 15 years ago
  86. e46b7be Squashed commit of the following: by Andreas Huber · 15 years ago
  87. b3dfca1 Ignore pause and seek for live streaming. by Ravi K Yenduri · 15 years ago
  88. 5d55c71 Basic plumbing to retrieve metadata from the native player. by Nicolas Catania · 15 years ago
  89. b2c6939 Implemented the metadata changed notification filters. by Nicolas Catania · 15 years ago
  90. fcc5be9 am 88e209dc: Fix issue 1743700: AudioTrack: setPlaybackRate can not set the playback rate to twice of the ouputSR by Eric Laurent · 15 years ago
  91. 88e209d Fix issue 1743700: AudioTrack: setPlaybackRate can not set the playback rate to twice of the ouputSR by Eric Laurent · 15 years ago
  92. 20cb94e Direct api to the native media player. by Nicolas Catania · 15 years ago
  93. cf01aa3 am 1bee98af: Merge change 5100 into donut by Android (Google) Code Review · 15 years ago
  94. b6d90ca Fill in CDMA gaps and clean up ToneGenerator code by David Krause · 15 years ago
  95. 5f80742 am d670b8c6: Merge change 3981 into donut by Android (Google) Code Review · 15 years ago
  96. 32f8277 Removed trailing whitespaces. by Nicolas Catania · 15 years ago
  97. f5b746e am b2df1699: Merge change 1548 into donut by Android (Google) Code Review · 15 years ago
  98. 2bcda90 NJ-1409: (frameworks/base) Support new audio encoding types(AMR and AAC). by Jianhong Jiang · 15 years ago
  99. 3b4062e get rid of utils.h by Mathias Agopian · 15 years ago
  100. c5d0343 am de8268d6: Merge change 2331 into donut by Android (Google) Code Review · 15 years ago