1. dd172fc Media server death nodification by James Dong · 15 years ago
  2. 97419ed Merge "Squashed commit of the following:" by Andreas Huber · 15 years ago
  3. c2b0037 Merge "Fix a few issues with determining the closest sample to a given time in the MPEG4 sampletable implementation." by Andreas Huber · 15 years ago
  4. 2e26e79 Merge "Squashed commit of the following:" by Andreas Huber · 15 years ago
  5. da76c64 Fix a few issues with determining the closest sample to a given time in the MPEG4 sampletable implementation. by Andreas Huber · 15 years ago
  6. 4e202e7 Squashed commit of the following: by Andreas Huber · 15 years ago
  7. e8a0849 Squashed commit of the following: by Andreas Huber · 15 years ago
  8. b03fd8c Workaround for some hardware decoders not properly signaling end-of-output-stream properly. by Andreas Huber · 15 years ago
  9. 7be6407 Support for determining the mime type of media via metadata extraction. by Andreas Huber · 15 years ago
  10. bd4bc59 More metadata support. by Andreas Huber · 15 years ago
  11. d244d6a Merge "Properly respect NALLengthSize in the AVC Configuration header to determine how many bits encode the nal unit size." by Andreas Huber · 15 years ago
  12. 6064017 Properly respect NALLengthSize in the AVC Configuration header to determine how many bits encode the nal unit size. by Andreas Huber · 15 years ago
  13. a2631c8 Merge "b/2353646 Fix music visualizations to also work with audiotrack callbacks, which stagefright uses. This slightly changes the way the data is stored, since before we were relying on the buffers being written always being at least 4K, whereas the callbacks are generally for smaller amounts of data. Now we append all the data to a big circular buffer, then return chunks of that buffer for visualization. When there are multiple things playing at the same time, this will give the wrong result, but (1) that was the case before as well, and (2) will be fixed once we start visualizing the mixer output instead of the mixer inputs." by Marco Nelissen · 15 years ago
  14. 54a4b5e Make sure to release the buffer we're not using in case of an error. by Andreas Huber · 15 years ago
  15. 7ee8ac9 b/2353646 by Marco Nelissen · 15 years ago
  16. fc9ba09 Squashed commit of the following: by Andreas Huber · 15 years ago
  17. 58e1f78 Merge "The mp3 decoder should not assert that decoding was successful but return an error instead." by Andreas Huber · 15 years ago
  18. cd231c8 The mp3 decoder should not assert that decoding was successful but return an error instead. by Andreas Huber · 15 years ago
  19. db74495 Fix an uninitialized read detected by valgrind. The array to be copied is statically sized and not a c-string. by Andreas Huber · 15 years ago
  20. 67e5a4f Reorganize some of the stagefright implementation related to metadata. by Andreas Huber · 15 years ago
  21. 23d7a43 Quick and dirty implementation to follow http redirects in stagefright. by Andreas Huber · 15 years ago
  22. fcac337 Merge "Protect against possible temporary objects going away before we get at their data." by Andreas Huber · 15 years ago
  23. a66a27e Protect against possible temporary objects going away before we get at their data. by Andreas Huber · 15 years ago
  24. a400af7 Merge "I must have broken raw-audio decoding in the recent past, this fixes it." by Andreas Huber · 15 years ago
  25. 717826e I must have broken raw-audio decoding in the recent past, this fixes it. by Andreas Huber · 15 years ago
  26. f1350fd Use stagefright for http streaming if the right property is set. by Andreas Huber · 15 years ago
  27. b8f92e8 Merge "Make metadata support through stagefright property dependent until it's ready." by Andreas Huber · 15 years ago
  28. 82c1623 Merge "Fix mpeg4/h.263 software decoder." by Andreas Huber · 15 years ago
  29. 065c05e Make metadata support through stagefright property dependent until it's ready. by Andreas Huber · 15 years ago
  30. cb110cc Fix mpeg4/h.263 software decoder. by Andreas Huber · 15 years ago
  31. c60bc4a Fix avc software decoder to properly handle SEI nalType and access unit delimiter. by Andreas Huber · 15 years ago
  32. 3e9549e am f31f365a: am eb5ffc23: Merge change Id8e98194 into eclair by Eric Laurent · 15 years ago
  33. 368f574 am eb5ffc23: Merge change Id8e98194 into eclair by Eric Laurent · 15 years ago
  34. 7ddd450 Fix issues 2333450 and 2333559: by Eric Laurent · 15 years ago
  35. a17e2b9 Add missing shared libraries in linker commands. Currently these libraries are by Doug Kwan · 15 years ago
  36. 01d48d2 am 122fe7e1: am 4d0e827d: Attempt to fix simular build break. Missing header file stdlib.h for free, malloc, etc by James Dong · 15 years ago
  37. 274316d am 4d0e827d: Attempt to fix simular build break. Missing header file stdlib.h for free, malloc, etc by James Dong · 15 years ago
  38. 2d3b209 Attempt to fix simular build break. by James Dong · 15 years ago
  39. f9918ed am 2473eb4a: am 4e4795c8: Fix a memory corruption problem in software M4v/H263 decoder due to out-of-scope local variable by James Dong · 15 years ago
  40. b82db25 am 4e4795c8: Fix a memory corruption problem in software M4v/H263 decoder due to out-of-scope local variable by James Dong · 15 years ago
  41. fd1fe13 Fix a memory corruption problem in software M4v/H263 decoder due to out-of-scope local variable by James Dong · 15 years ago
  42. ba87192 am 254e0025: am 791c626a: Merge change Ibac388a3 into eclair-mr2 by Gloria Wang · 15 years ago
  43. 3e1e0d7 am 791c626a: Merge change Ibac388a3 into eclair-mr2 by Gloria Wang · 15 years ago
  44. 9801564 Merge change Ibac388a3 into eclair-mr2 by Android (Google) Code Review · 15 years ago
  45. 8b77fa8 am 5614c2c6: am 02f5b544: Initial checkins of the mpeg4 and h263 software decoders based on PV by James Dong · 15 years ago
  46. ac6e656 Add support for XING header by Gloria Wang · 15 years ago
  47. 3bcbcd0 Attempt to fix the simulator build by including stdlib.h for NULL. by Andreas Huber · 15 years ago
  48. 3e78376 Merge change I2278137e by Android (Google) Code Review · 15 years ago
  49. 47945ea Disable HTTP playback and metadata support in stagefright, use PV instead. by Andreas Huber · 15 years ago
  50. be37c3c am 02f5b544: Initial checkins of the mpeg4 and h263 software decoders based on PV by James Dong · 15 years ago
  51. 3306cfe Initial checkins of the mpeg4 and h263 software decoders based on PV by James Dong · 15 years ago
  52. 76189d5 am b5c6be6d: am 082e5171: Merge change I895fb7d7 into eclair-mr2 by Andreas Huber · 15 years ago
  53. 4176013 am 082e5171: Merge change I895fb7d7 into eclair-mr2 by Andreas Huber · 15 years ago
  54. 134ee6a Squashed commit of the following: by Andreas Huber · 15 years ago
  55. 2e9bf90 am d9344791: am d980e656: Merge change Ic7e91eee into eclair-mr2 by Andreas Huber · 15 years ago
  56. 7422517 am e065696c: am ae77561b: Merge change I7f11a67a into eclair-mr2 by Andreas Huber · 15 years ago
  57. 91da03b am d980e656: Merge change Ic7e91eee into eclair-mr2 by Andreas Huber · 15 years ago
  58. 8ae1d0b Add a new API to support determining the roles of an OMX component specified by name. Remove unneeded OMXSoftwareCodecsPlugin. by Andreas Huber · 15 years ago
  59. 7e97608 am ae77561b: Merge change I7f11a67a into eclair-mr2 by Andreas Huber · 15 years ago
  60. 1af80bc Properly integrate the software codecs into the OMXCodec::Create hierarchy of available components. by Andreas Huber · 15 years ago
  61. d56e3f6 Merge commit 'goog/eclair-plus-aosp' by Android Git Automerger · 15 years ago
  62. 917a243 am 08e2106a: am 67f1db1c: Merge change Ib1f5ee41 into eclair-mr2 by Andreas Huber · 15 years ago
  63. e335789 am 67f1db1c: Merge change Ib1f5ee41 into eclair-mr2 by Andreas Huber · 15 years ago
  64. 6aff64c am dc7294d9: am 19553241: Merge change I1314e737 into eclair-mr2 by Andreas Huber · 15 years ago
  65. 46b51aa am 354cf967: am 0483f1c1: Merge change Ib5ae1c87 into eclair-mr2 by Andreas Huber · 15 years ago
  66. c1689e4 It's important that seek requests are only specified in the initial call to MediaSource::read and are not repeated in subsequent calls. by Andreas Huber · 15 years ago
  67. 8235824 am 19553241: Merge change I1314e737 into eclair-mr2 by Andreas Huber · 15 years ago
  68. 48d911b am 0483f1c1: Merge change Ib5ae1c87 into eclair-mr2 by Andreas Huber · 15 years ago
  69. 68ddfc7 Merge change I1314e737 into eclair-mr2 by Android (Google) Code Review · 15 years ago
  70. 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 · 15 years ago
  71. 587423f The software AVCDecoder now properly seeks as requested. by Andreas Huber · 15 years ago
  72. c671443 am 28fdcf93: am 08945576: Merge change I9ac0777e into eclair-mr2 by Andreas Huber · 15 years ago
  73. 4f26fed am 08945576: Merge change I9ac0777e into eclair-mr2 by Andreas Huber · 15 years ago
  74. b841f14 Initial checkin of software AMR NB encoder based on PV source code. by Andreas Huber · 15 years ago
  75. af96221 am e86a37c6: am 8eac1637: Merge change I85adf5e5 into eclair-mr2 by Andreas Huber · 15 years ago
  76. c9546b4 am 8eac1637: Merge change I85adf5e5 into eclair-mr2 by Andreas Huber · 15 years ago
  77. 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 · 15 years ago
  78. a60d430 am ea113f30: am d8729c59: Removing an unused header file and a stale forward declaration. Also handling one more nalType as a no-op. by Andreas Huber · 15 years ago
  79. 847df83 am d8729c59: Removing an unused header file and a stale forward declaration. Also handling one more nalType as a no-op. by Andreas Huber · 15 years ago
  80. 72124cf Removing an unused header file and a stale forward declaration. Also handling one more nalType as a no-op. by Andreas Huber · 15 years ago
  81. e763733 am 554647e9: am 6ddcf01a: remote destructors are not synchronously executed by the binder... by Andreas Huber · 15 years ago
  82. aee87d9 am 63b3a29d: am c1d5c921: Fix seek-on-startup behaviour in AwesomePlayer. by Andreas Huber · 15 years ago
  83. d9e2cb5 am 9ec965e4: am b78599b7: Merge change Ia67d5388 into eclair-mr2 by Andreas Huber · 15 years ago
  84. 0070109 am 6ddcf01a: remote destructors are not synchronously executed by the binder... by Andreas Huber · 15 years ago
  85. 8f6ca20 am c1d5c921: Fix seek-on-startup behaviour in AwesomePlayer. by Andreas Huber · 15 years ago
  86. d97d801 am b78599b7: Merge change Ia67d5388 into eclair-mr2 by Andreas Huber · 15 years ago
  87. 08411b7 remote destructors are not synchronously executed by the binder... by Andreas Huber · 15 years ago
  88. fd4a8e0 Fix seek-on-startup behaviour in AwesomePlayer. by Andreas Huber · 15 years ago
  89. 3570bcd am fd672a8a: am fd499830: Merge change I595c2d60 into eclair-mr2 by Andreas Huber · 15 years ago
  90. e864763 Merge change Ia67d5388 into eclair-mr2 by Android (Google) Code Review · 15 years ago
  91. 1fa72e7 am fd499830: Merge change I595c2d60 into eclair-mr2 by Andreas Huber · 15 years ago
  92. 4844ac5 remote destructors are not synchronously executed by the binder... by Andreas Huber · 15 years ago
  93. 3ce1395 Merge change I595c2d60 into eclair-mr2 by Android (Google) Code Review · 15 years ago
  94. 5646429 am f63779b3: am 9472b35b: am 14f89404: Fix media player decode function. Bug 2317821. by Dave Sparks · 15 years ago
  95. cef5f48 am 9472b35b: am 14f89404: Fix media player decode function. Bug 2317821. by Dave Sparks · 15 years ago
  96. 0a2b8e6 am 14f89404: Fix media player decode function. Bug 2317821. by Dave Sparks · 15 years ago
  97. c5e1bae am 899858a3: am 6608bd0d: am 86ed86d2: Merge change I0f73439a into eclair by Jean-Michel Trivi · 15 years ago
  98. 5740d1a am 6608bd0d: am 86ed86d2: Merge change I0f73439a into eclair by Jean-Michel Trivi · 15 years ago
  99. 3869dcb am 86ed86d2: Merge change I0f73439a into eclair by Jean-Michel Trivi · 15 years ago
  100. 609f1a0 Initial checkin of software AVC video decoder based on PV source code. by Andreas Huber · 15 years ago