1. 68ddfc7 Merge change I1314e737 into eclair-mr2 by Android (Google) Code Review · 17 years ago
  2. 733b772 AwesomePlayer now renders either remote (IOMXRenderer) or locally depending on what kind of decoder was instantiated. Split off color conversion code into its own shared library. by Andreas Huber · 17 years ago
  3. 587423f The software AVCDecoder now properly seeks as requested. by Andreas Huber · 17 years ago
  4. b841f14 Initial checkin of software AMR NB encoder based on PV source code. by Andreas Huber · 17 years ago
  5. 6b91407 Propagate duration from input to output only if available, support multiple full frames of audio per input buffer in AMR/AAC decoders. by Andreas Huber · 17 years ago
  6. 72124cf Removing an unused header file and a stale forward declaration. Also handling one more nalType as a no-op. by Andreas Huber · 17 years ago
  7. 08411b7 remote destructors are not synchronously executed by the binder... by Andreas Huber · 17 years ago
  8. fd4a8e0 Fix seek-on-startup behaviour in AwesomePlayer. by Andreas Huber · 17 years ago
  9. e864763 Merge change Ia67d5388 into eclair-mr2 by Android (Google) Code Review · 17 years ago
  10. 4844ac5 remote destructors are not synchronously executed by the binder... by Andreas Huber · 17 years ago
  11. 3ce1395 Merge change I595c2d60 into eclair-mr2 by Android (Google) Code Review · 17 years ago
  12. 0a2b8e6 am 14f89404: Fix media player decode function. Bug 2317821. by Dave Sparks · 17 years ago
  13. 3869dcb am 86ed86d2: Merge change I0f73439a into eclair by Jean-Michel Trivi · 17 years ago
  14. 609f1a0 Initial checkin of software AVC video decoder based on PV source code. by Andreas Huber · 17 years ago
  15. df08a81 Merge change If0d04246 into eclair-mr2 by Android (Google) Code Review · 17 years ago
  16. 20352a3 Merge change I3c01bb62 into eclair-mr2 by Android (Google) Code Review · 17 years ago
  17. 29340b0 Adding copyright headers to recently introduced decoder source files. by Andreas Huber · 17 years ago
  18. 4f1efc0 Initial check in of AMR (NB and WB) decoders based on PV source code. by Andreas Huber · 17 years ago
  19. ab0f94d Don't count empty buffers when computing the frame rate. by Andreas Huber · 17 years ago
  20. 8eb8011 Fix media player decode function. Bug 2317821. by Dave Sparks · 17 years ago
  21. c54176a Make sure to use the hand-tweaked-assembly version of the relevant mp3 code if building for ARM. by Andreas Huber · 17 years ago
  22. 35dd257 Merge change Ib16e5543 into eclair-mr2 by Android (Google) Code Review · 17 years ago
  23. edf4e6f Merge change I8f658214 into eclair-mr2 by Android (Google) Code Review · 17 years ago
  24. 48643f3 Partially fix bug 2111240 Detect docking / undocking event by reporting by Jean-Michel Trivi · 17 years ago
  25. d912f46 Note to self: Don't reverse the arguments to fseek(o)... by Andreas Huber · 17 years ago
  26. ebd0d94 Minor tweaks to the mp3 and aac software decoders, propagate duration to output format. by Andreas Huber · 17 years ago
  27. 5419629 Fix the mp3 audio extractor that would occasionally return an invalid frame directly after a seek. by Andreas Huber · 17 years ago
  28. d9618f2 Initial checkin of stagefright MP3 audio decoder based on PV source code. by Andreas Huber · 17 years ago
  29. 92616b5 Fixing the build, only instantiate the software aac decoder in full stagefright builds. by Andreas Huber · 17 years ago
  30. c4fbba6 Merge change I9c6e1f90 into eclair-mr2 by Android (Google) Code Review · 17 years ago
  31. a410d5a am 6d42d806: Merge change I9cc489a2 into eclair by Eric Laurent · 17 years ago
  32. f44de51 Initial check in of stagefright software AAC decoder based on PV source code. by Andreas Huber · 17 years ago
  33. bf697e3 Change OMXCodec::Create to return an sp<MediaSource> instead of an sp<OMXCodec>, this is more general and does not sacrifice any functionality as the remaining OMXCodec APIs are not meant to be public anyway. by Andreas Huber · 17 years ago
  34. 148b266 Fix issue 2304669: VoiceIME: starting and canceling voice IME yields persistent "error 8" state on future attempts and breaks voice search. by Eric Laurent · 17 years ago
  35. f0fb96c Enable proper cleanup of OMX nodes managed through stagefright. by Andreas Huber · 17 years ago
  36. adf7d77 Merge change I6c84d731 into eclair-mr2 by Android (Google) Code Review · 17 years ago
  37. 15478f3 Two more uses of strlcpy that break the sim build. Now fixed. by Andreas Huber · 17 years ago
  38. 0ef4756 Apparently strlcpy is not part of a standard linux distribution... Unbreaking the sim build. by Andreas Huber · 17 years ago
  39. 97494da I accidentally broke this code while refactoring MediaScanner. This is the fix. by Andreas Huber · 17 years ago
  40. 572e6a5 Merge change I74bf38a0 into eclair-mr2 by Android (Google) Code Review · 17 years ago
  41. 413f523 Refactor MediaScanner. Some steps on the way towards being able to build the tree without OpenCore. by Andreas Huber · 17 years ago
  42. e3ec3ce Squashed commit of the following: by Andreas Huber · 17 years ago
  43. 981594f Media/ToneGenerator: Change tone format for TONE_CDMA_ANSWER by Naveen Kalla · 17 years ago
  44. 8908d61 Merge change Ib904c2a4 into eclair-mr2 by Android (Google) Code Review · 17 years ago
  45. 1d711f6 Remove old hack A/V sync hack that is no longer needed. by Dave Sparks · 17 years ago
  46. c297fcc A small sample tool to encode pcm audio data to amr, decode it again and play it. Some changes to OMXCodec to properly configure the AMR decoder(s). by Andreas Huber · 17 years ago
  47. a7c816c am 16cc72bd: Fix simulator build. by Dave Sparks · 17 years ago
  48. 827f300 am 8424ec32: Merge change I0f9a53d4 into eclair by Dave Sparks · 17 years ago
  49. f311c55 Fix simulator build. by Dave Sparks · 17 years ago
  50. ec4dde7 Set metadata retriever thread group to the caller's group. by Dave Sparks · 17 years ago
  51. e5d6df4 Some playable/decodable streams have been found in the wild that violate this assertion, let's be lenient for now. by Andreas Huber · 17 years ago
  52. f83d9a7 Merge change I24b0a95d into eclair-mr2 by Android (Google) Code Review · 17 years ago
  53. 738c431 Make sure the decoder's input buffers are large enough to hold the largest input data. Verify that the setting actually sticks. by Andreas Huber · 17 years ago
  54. 650773d The original delay after which we dropped a frame was too aggressive. 40ms lateness seems more appropriate (about 25fps). by Andreas Huber · 17 years ago
  55. bfa6b2d Squashed commit of the following: by Andreas Huber · 17 years ago
  56. bf89c09 am e7800946: Merge change I49f02be9 into eclair by Eric Laurent · 17 years ago
  57. 4ddf30b Merge change I49f02be9 into eclair by Android (Google) Code Review · 17 years ago
  58. 6100d2d Issue 2265163: Audio still reported routed through earpiece on sholes by Eric Laurent · 17 years ago
  59. 70453d7 am f854e077: (-s ours) Merge change I8134d6ed into eclair by Andreas Huber · 17 years ago
  60. 2f5925e DO NOT MERGE: Instead of inserting semi-random delays after submission to surface flinger, delay releasing buffers to the next display time to avoid flickering. by Andreas Huber · 17 years ago
  61. f78933f Merge change Iea6a38c6 into eclair-mr2 by Android (Google) Code Review · 17 years ago
  62. c77a293 Merge change Ib64ea2dd into eclair-mr2 by Android (Google) Code Review · 17 years ago
  63. be11f39 Improvements to TimedEventQueue. by Andreas Huber · 17 years ago
  64. 03475f5 Update FileSource to also accept a file descriptor and a range. by Andreas Huber · 17 years ago
  65. 30ab662 Squashed commit of the following: by Andreas Huber · 17 years ago
  66. 057eacf am fddfb9ae: Merge change Iad79689a into eclair by Eric Laurent · 17 years ago
  67. 86b48a8 am 1aa9f3ca: Merge change I923d7d72 into eclair by Eric Laurent · 17 years ago
  68. 583892d Merge change Iad79689a into eclair by Android (Google) Code Review · 17 years ago
  69. 1aaa563 Merge change I923d7d72 into eclair by Android (Google) Code Review · 17 years ago
  70. 0f2d1e2 Fix issue 2242614: Wired headset not recognized: bogus "state" in ACTION_HEADSET_PLUG broadcast. by Eric Laurent · 17 years ago
  71. 53f45f0 resolved conflicts for merge of c66d53f9 to eclair-mr2 by Andreas Huber · 17 years ago
  72. 1dfc99f Delegate the platform dependent hardware renderer implementation to a shared library provided by the vendor. by Andreas Huber · 17 years ago
  73. 2b58424 Improvements for issue 2197683: English IME key-press latency is noticeably higher on passion than sholes by Eric Laurent · 17 years ago
  74. ca4bea0 Make MediaPlayerImpl less verbose by default. by Andreas Huber · 17 years ago
  75. 7eb443d am cfe45c77: Merge change I96c4d4b3 into eclair by Andreas Huber · 17 years ago
  76. a75e9fb Fix for random audio output failures, properly dup() the file descriptor in IMediaPlayer::setDataSource to assume ownership as the caller will otherwise close it. by Andreas Huber · 17 years ago
  77. 7323249 Merge change I3e1bdd38 into eclair-mr2 by Android (Google) Code Review · 17 years ago
  78. 5bb42b7 Merge change I9a50fdf4 into eclair-mr2 by Android (Google) Code Review · 17 years ago
  79. 84ec55b am fde273ba: Merge change Ic997acac into eclair by Andreas Huber · 17 years ago
  80. fa70cad Handle OMX_StateInvalid in emergency shutdown properly (by ignoring it and hoping for the best) instead of asserting. by Andreas Huber · 17 years ago
  81. 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
  82. 6fceb86 am 05eca1d4: (-s ours) Merge change Ie80e2381 into eclair by Andreas Huber · 17 years ago
  83. 022ad46 am 818a9cf8: Merge change Ia4eedace into eclair by Andreas Huber · 17 years ago
  84. 5b65c70 DO NOT MERGE: Squashed commit of the following: by Andreas Huber · 17 years ago
  85. d899d73 Now that UseBuffer on this component is fixed, let's use it. by Andreas Huber · 17 years ago
  86. 1c02bfb am 67b69292: Merge change I93f500a5 into eclair by Eric Laurent · 17 years ago
  87. dee7f83 Merge change I93f500a5 into eclair by Android (Google) Code Review · 17 years ago
  88. 34f1d8e Fix issue 2203561: Sholes: audio playing out of earpiece. by Eric Laurent · 17 years ago
  89. 308d4ae am 7ed0ceeb: Merge change I6869df3a into eclair by Jean-Michel Trivi · 17 years ago
  90. 2c814ad Merge change I6bce6d87 into eclair-mr2 by Android (Google) Code Review · 17 years ago
  91. 01b8bbb Merge change I313953dc into eclair-mr2 by Android (Google) Code Review · 17 years ago
  92. 08994dc Merge change I6f6bf3d8 into eclair-mr2 by Android (Google) Code Review · 17 years ago
  93. af2abc8 Merge change I5126e183 into eclair-mr2 by Android (Google) Code Review · 17 years ago
  94. d763b95 Add new audio sources to support the A1026 recording configurations. by Jean-Michel Trivi · 17 years ago
  95. 0dba737 Adds a WAVExtractor for 16-bit signed PCM audio wave files. by Andreas Huber · 17 years ago
  96. 1f9ad1d Support raw audio sources in MediaPlayerImpl. by Andreas Huber · 17 years ago
  97. 125ef26 Support raw audio sources in stagefright commandline tool. by Andreas Huber · 17 years ago
  98. c0bbcf3 Fix MP3Extractor duration overflows... by Andreas Huber · 17 years ago
  99. 202ff50 am 338ccf43: Merge change Id2906ad8 into eclair by Andreas Huber · 17 years ago
  100. c6c6237 Fix video flickering by propagating the NO_CACHING flag from the master to MemoryHeapPMem. by Andreas Huber · 17 years ago