1. 84ec55b am fde273ba: Merge change Ic997acac into eclair by Andreas Huber · 17 years ago
  2. dae04ca Make AudioPlayer a little less verbose, defer starting audio playback until after the first video frame has been decoded (if there's video at all). by Andreas Huber · 17 years ago
  3. 6fceb86 am 05eca1d4: (-s ours) Merge change Ie80e2381 into eclair by Andreas Huber · 17 years ago
  4. 022ad46 am 818a9cf8: Merge change Ia4eedace into eclair by Andreas Huber · 17 years ago
  5. 5b65c70 DO NOT MERGE: Squashed commit of the following: by Andreas Huber · 17 years ago
  6. d899d73 Now that UseBuffer on this component is fixed, let's use it. by Andreas Huber · 17 years ago
  7. 1c02bfb am 67b69292: Merge change I93f500a5 into eclair by Eric Laurent · 17 years ago
  8. dee7f83 Merge change I93f500a5 into eclair by Android (Google) Code Review · 17 years ago
  9. 34f1d8e Fix issue 2203561: Sholes: audio playing out of earpiece. by Eric Laurent · 17 years ago
  10. 308d4ae am 7ed0ceeb: Merge change I6869df3a into eclair by Jean-Michel Trivi · 17 years ago
  11. 2c814ad Merge change I6bce6d87 into eclair-mr2 by Android (Google) Code Review · 17 years ago
  12. 01b8bbb Merge change I313953dc into eclair-mr2 by Android (Google) Code Review · 17 years ago
  13. 08994dc Merge change I6f6bf3d8 into eclair-mr2 by Android (Google) Code Review · 17 years ago
  14. af2abc8 Merge change I5126e183 into eclair-mr2 by Android (Google) Code Review · 17 years ago
  15. d763b95 Add new audio sources to support the A1026 recording configurations. by Jean-Michel Trivi · 17 years ago
  16. 0dba737 Adds a WAVExtractor for 16-bit signed PCM audio wave files. by Andreas Huber · 17 years ago
  17. 1f9ad1d Support raw audio sources in MediaPlayerImpl. by Andreas Huber · 17 years ago
  18. 125ef26 Support raw audio sources in stagefright commandline tool. by Andreas Huber · 17 years ago
  19. c0bbcf3 Fix MP3Extractor duration overflows... by Andreas Huber · 17 years ago
  20. 202ff50 am 338ccf43: Merge change Id2906ad8 into eclair by Andreas Huber · 17 years ago
  21. c6c6237 Fix video flickering by propagating the NO_CACHING flag from the master to MemoryHeapPMem. by Andreas Huber · 17 years ago
  22. 672635d am 8637759a: Merge change I36d0184e into eclair by Mathias Agopian · 17 years ago
  23. 967441e Merge change I36d0184e into eclair by Android (Google) Code Review · 17 years ago
  24. 9416be4 fix[2228133] pixelflinger ignores the "vertical stride" leading to artifacts when playing back video by Mathias Agopian · 17 years ago
  25. 076667f am 1d9246e8: Merge change Id095e180 into eclair by Marco Nelissen · 17 years ago
  26. 7ddc400 Merge change Id095e180 into eclair by Android (Google) Code Review · 17 years ago
  27. 6741eb8 Make sure the visualization stops immediately when sound stops, instead of continuing for a fraction of a second. by Marco Nelissen · 17 years ago
  28. 5dce5d8 am ee98c240: Merge change I73680cd9 into eclair by Eric Laurent · 17 years ago
  29. 90b75fb Fix 2194140: [Passion] Support Audience chip. by Eric Laurent · 17 years ago
  30. 8d8380c am 3a814141: Merge change Iee0486e2 into eclair by Gloria Wang · 17 years ago
  31. dac6a31 Dump media recorder PID in dumpsys media.player, and fix minor bugs. by Gloria Wang · 17 years ago
  32. df6b612 Merge change Ib482ce88 into eclair-mr2 by Android (Google) Code Review · 17 years ago
  33. 888f72a Revive support for video encoding in OMXCodec. by Andreas Huber · 17 years ago
  34. b439827 Merge change Ic5e3d73f into eclair-mr2 by Android (Google) Code Review · 17 years ago
  35. 23e246f LOG_ASSERT needs a message. by Patrick Scott · 17 years ago
  36. 4ee1540 am e8543418: Merge change I7c0d20a7 into eclair by Dave Sparks · 17 years ago
  37. 548403b am 54620b1a: Merge change I6e50a8c6 into eclair by Andreas Huber · 17 years ago
  38. 636df89 Merge change I155e2ad0 into eclair-mr2 by Android (Google) Code Review · 17 years ago
  39. be5c74f Re-enable CameraSource. by Andreas Huber · 17 years ago
  40. 1eea7f5 Use a simple replacement for String8 that allocates its storage beforehand to avoid reentering the heap while we're examining it (leak checker). by Andreas Huber · 17 years ago
  41. f9ae38f Merge change I7c0d20a7 into eclair by Android (Google) Code Review · 17 years ago
  42. 41fbe93 Run the metadataretriever at background priority. Bug 2187133. by Dave Sparks · 17 years ago
  43. d6703ab When freeing an OMX node, attempt to transition it from its current state all the way to "Loaded" in order to properly free any allocated buffers. by Andreas Huber · 17 years ago
  44. 17d58a8 Revert "Now that the underlying bug is fixed we can continue using OMX_UseBuffer for this decoder's input buffers." by Andreas Huber · 17 years ago
  45. fe44b7a am bf96aaad: Merge change Icf10db28 into eclair by Eric Laurent · 17 years ago
  46. 88e5ad9 Merge change Icf10db28 into eclair by Android (Google) Code Review · 17 years ago
  47. 34769bc New API to instantiate a MediaExtractor given a URI and optional MIME type. by Andreas Huber · 17 years ago
  48. 66326a5 Moving the individual extractor headers files to the private include directory. by Andreas Huber · 17 years ago
  49. 47bed1a Make stagefright a little less verbose. Fix heap corruption for real. by Andreas Huber · 17 years ago
  50. 48ac161 Merge change Ie13526ad into eclair-mr2 by Android (Google) Code Review · 17 years ago
  51. ba229b3 Prefer software decoders over hardware for thumbnail extraction. by Andreas Huber · 17 years ago
  52. 7b70cfc Merge change Icb64cd2c into eclair-mr2 by Android (Google) Code Review · 17 years ago
  53. 09d88b0 am dd28d563: Fix 2209967 Tonegenerator: mutex not release in startTone() upon timeout waiting for the stop sequence to complete. by Eric Laurent · 17 years ago
  54. a9a4390 Fix 2209967 Tonegenerator: mutex not release in startTone() upon timeout waiting for the stop sequence to complete. by Eric Laurent · 17 years ago
  55. 7e04dcf Extract video thumbnails from the largest sync sample among the first 20. by Andreas Huber · 17 years ago
  56. 521bad4 am b0e6a9a0: Merge change I7a03b074 into eclair by Andreas Huber · 17 years ago
  57. 2d6d6e9 Still don't know why the heap gets corrupted, but not deleting the OMXNodeInstance appears to prevent this from happening. by Andreas Huber · 17 years ago
  58. 9705595 am ca404dfb: (-s ours) Merge change Ie3ffb526 into eclair by Andreas Huber · 17 years ago
  59. 4926a47 Now that the underlying bug is fixed we can continue using OMX_UseBuffer for this decoder's input buffers. by Andreas Huber · 17 years ago
  60. c6323f9 Some cleanup of OMXCodec code, make sure to ignore 0-length output buffers in the metadata retriever. by Andreas Huber · 17 years ago
  61. 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
  62. 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
  63. 12658b7 Avoid signaling a format change to the client if its insubstantial. by Andreas Huber · 17 years ago
  64. a58568b Fixing the build by renaming private "string.h" header file. by Andreas Huber · 17 years ago
  65. b90ca5b resolved conflicts for merge of f585be7f to eclair-mr2 by Andreas Huber · 17 years ago
  66. a3b2850 Merge change I11ebbfd9 into eclair by Android (Google) Code Review · 17 years ago
  67. af6757c A few more testcases for the vendor to reproduce issues with their decoder. Not part of the shipping image. by Andreas Huber · 17 years ago
  68. b02ee76 am 7bb7e992: Merge change Ia8ac904d into eclair by Mathias Agopian · 17 years ago
  69. 318ad9c Reimplement the OMX backend for stagefright. by Andreas Huber · 17 years ago
  70. 7b9d6a9 fix [2182249] [MR1] valgrind error in surface flinger by Mathias Agopian · 17 years ago
  71. 89e69da Separated private from public header files. by Andreas Huber · 17 years ago
  72. 549aa37 Fix various compiler warnings accumulated over time. by Andreas Huber · 17 years ago
  73. 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
  74. 0bf3921 Proper chunk size computation for Layer II/III V2 and V2.5, skip optional ID3 tag. by Andreas Huber · 17 years ago
  75. 48c948b Change to a int64_t usecs representation for timestamps and duration throughout stagefright. by Andreas Huber · 17 years ago
  76. d3eaeef Fixing the build. by Andreas Huber · 17 years ago
  77. 2a4a7d5 Split the ColorConverter off SoftwareRenderer, metadata support in stagefright. by Andreas Huber · 17 years ago
  78. 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
  79. 479eded Merge change I729c3938 into eclair-mr2 by Android (Google) Code Review · 17 years ago
  80. 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
  81. fcf6723 Insert a small delay after submitting to surface flinger and before returning the buffer to the decoder. by Andreas Huber · 17 years ago
  82. 733c088 am a2de8e31: Merge change Ie05f07df into eclair by Mathias Agopian · 17 years ago
  83. 68174b1 fix [2170319] gmail bulk operation checkbox latency on passion by Mathias Agopian · 17 years ago
  84. 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
  85. 23e1ce7 Merge change I4961c959 into eclair by Android (Google) Code Review · 17 years ago
  86. d46758b fix [2152536] ANR in browser by Mathias Agopian · 17 years ago
  87. e33e00e Fix issue 2139634: DTMF tones on Sholes popping, hissing (audio latency too high). by Eric Laurent · 17 years ago
  88. 5bffa09 fix [2168531] have software-only gralloc buffer side-step the HAL by Mathias Agopian · 17 years ago
  89. 9d64a06 fix [2167050] glTexImage2D code path buggy in SurfaceFlinger by Mathias Agopian · 17 years ago
  90. 10dbb8e Music visualizer support hack. by Marco Nelissen · 17 years ago
  91. defd1bd Attempt to fix [2152536] ANR in browser by Mathias Agopian · 17 years ago
  92. fdf23c7 Remove audio latency fudge factor 96 msec. by Jianhong Jiang · 17 years ago
  93. a569aeb Fix some metadata retriever issues: by James Dong · 17 years ago
  94. 824b6a4 Fix issue 2142613: ToneGenerator: short tones sometimes don't play on sholes or over A2DP. by Eric Laurent · 17 years ago
  95. cdc9847 Merge change 25528 into eclair by Android (Google) Code Review · 17 years ago
  96. 5228dd1 Another stagefright test-case and ignore end-of-stream notifications while we're flushing. by Andreas Huber · 17 years ago
  97. 9e3ebf8 add basic time stats for surfaces lock time by Mathias Agopian · 17 years ago
  98. 56a9496 Merge change 25158 into eclair by Android (Google) Code Review · 17 years ago
  99. 4265a83 Another software color conversion implementation, this time OMX_QCOM_COLOR_FormatYVU420SemiPlanar => rgb565. by Andreas Huber · 17 years ago
  100. 269091d The 8k chipset qcom decoders require that the input buffers be allocated using OMX_AllocateBuffer rather than OMX_UseBuffer for now. by Andreas Huber · 17 years ago