1. a826028 Merge "Make sure to release the renderer before shutting down the hardware codec, qcom's hardware decoder will otherwise crash." by Andreas Huber · 16 years ago
  2. b9280d5 Make sure to release the renderer before shutting down the hardware codec, qcom's hardware decoder will otherwise crash. by Andreas Huber · 16 years ago
  3. a2a05bf Add an orientation parameter for overlay, so we can do camera preview in portrait mode. by Chih-Chung Chang · 16 years ago
  4. 1b55817 Merge "Fix circular dependency between StagefrightPlayer and AwesomePlayer that prevented proper cleanup." by Andreas Huber · 16 years ago
  5. b49676a Special-case .wmv and .wma metadata retrieval and playback to use PV if available. by Andreas Huber · 16 years ago
  6. 0726045 Fix circular dependency between StagefrightPlayer and AwesomePlayer that prevented proper cleanup. by Andreas Huber · 16 years ago
  7. 570a3cb Fix no-copy-overhead OMXCodec implementation to actually work. by Andreas Huber · 16 years ago
  8. dfaddcc Merge "Adds support for 8-bit (unsigned) PCM wave files." by Andreas Huber · 16 years ago
  9. f99f049 Adds support for 8-bit (unsigned) PCM wave files. by Andreas Huber · 16 years ago
  10. dcd7303 Merge "Support for 'iTunes-style' metadata in .mp4 and .3gp files." by Andreas Huber · 16 years ago
  11. 0cdfa68 Merge "Create base class for audio policy manager." by Eric Laurent · 16 years ago
  12. 72b8c5a Support for 'iTunes-style' metadata in .mp4 and .3gp files. by Andreas Huber · 16 years ago
  13. 08e7eb9 Fix trailing garbage after UCS-2 encoded strings in ID3 V2. by Andreas Huber · 16 years ago
  14. 83e5850 Support for ID3 version 1 (and 1.1) tags in .mp3 files. by Andreas Huber · 16 years ago
  15. 5cb4241 Merge "Avoid unnecessary buffer copying if at all possible, detect if running in the mediaserver process." by Andreas Huber · 16 years ago
  16. 0dd4f49 Merge "Media server death nodification" by James Dong · 16 years ago
  17. 7eaa9c9 Avoid unnecessary buffer copying if at all possible, detect if running in the mediaserver process. by Andreas Huber · 16 years ago
  18. a2ce857 Merge "Squashed commit of the following:" by Andreas Huber · 16 years ago
  19. 8fd10b7 Merge "Remove totally unused code from OMX.cpp" by Andreas Huber · 16 years ago
  20. c57b679 Squashed commit of the following: by Andreas Huber · 16 years ago
  21. 81dbf71 Remove totally unused code from OMX.cpp by Andreas Huber · 16 years ago
  22. 12b6894 Merge "Upgrade for the stagefright commandline tool to support extracting thumbnails and to optionally prefer software codecs." by Andreas Huber · 16 years ago
  23. a76e5dd Merge "Make sure the seek test attempts to seek on the very first iteration, as this appears to be a special case that decoders frequently get wrong." by Andreas Huber · 16 years ago
  24. dd172fc Media server death nodification by James Dong · 16 years ago
  25. 97419ed Merge "Squashed commit of the following:" by Andreas Huber · 16 years ago
  26. c2b0037 Merge "Fix a few issues with determining the closest sample to a given time in the MPEG4 sampletable implementation." by Andreas Huber · 16 years ago
  27. 2e26e79 Merge "Squashed commit of the following:" by Andreas Huber · 16 years ago
  28. da76c64 Fix a few issues with determining the closest sample to a given time in the MPEG4 sampletable implementation. by Andreas Huber · 16 years ago
  29. 4e202e7 Squashed commit of the following: by Andreas Huber · 16 years ago
  30. e8a0849 Squashed commit of the following: by Andreas Huber · 16 years ago
  31. b03fd8c Workaround for some hardware decoders not properly signaling end-of-output-stream properly. by Andreas Huber · 16 years ago
  32. 5c1e358 Upgrade for the stagefright commandline tool to support extracting thumbnails and to optionally prefer software codecs. by Andreas Huber · 16 years ago
  33. ab13003 Make sure the seek test attempts to seek on the very first iteration, as this appears to be a special case that decoders frequently get wrong. by Andreas Huber · 16 years ago
  34. 7be6407 Support for determining the mime type of media via metadata extraction. by Andreas Huber · 16 years ago
  35. bd4bc59 More metadata support. by Andreas Huber · 16 years ago
  36. 492e666 Create base class for audio policy manager. by Eric Laurent · 16 years ago
  37. d244d6a Merge "Properly respect NALLengthSize in the AVC Configuration header to determine how many bits encode the nal unit size." by Andreas Huber · 16 years ago
  38. 6064017 Properly respect NALLengthSize in the AVC Configuration header to determine how many bits encode the nal unit size. by Andreas Huber · 16 years ago
  39. 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 · 16 years ago
  40. 54a4b5e Make sure to release the buffer we're not using in case of an error. by Andreas Huber · 16 years ago
  41. 7ee8ac9 b/2353646 by Marco Nelissen · 16 years ago
  42. fc9ba09 Squashed commit of the following: by Andreas Huber · 16 years ago
  43. 58e1f78 Merge "The mp3 decoder should not assert that decoding was successful but return an error instead." by Andreas Huber · 16 years ago
  44. cd231c8 The mp3 decoder should not assert that decoding was successful but return an error instead. by Andreas Huber · 16 years ago
  45. db74495 Fix an uninitialized read detected by valgrind. The array to be copied is statically sized and not a c-string. by Andreas Huber · 16 years ago
  46. 67e5a4f Reorganize some of the stagefright implementation related to metadata. by Andreas Huber · 16 years ago
  47. 23d7a43 Quick and dirty implementation to follow http redirects in stagefright. by Andreas Huber · 16 years ago
  48. fcac337 Merge "Protect against possible temporary objects going away before we get at their data." by Andreas Huber · 16 years ago
  49. a66a27e Protect against possible temporary objects going away before we get at their data. by Andreas Huber · 16 years ago
  50. a400af7 Merge "I must have broken raw-audio decoding in the recent past, this fixes it." by Andreas Huber · 16 years ago
  51. 717826e I must have broken raw-audio decoding in the recent past, this fixes it. by Andreas Huber · 16 years ago
  52. f1350fd Use stagefright for http streaming if the right property is set. by Andreas Huber · 16 years ago
  53. b8f92e8 Merge "Make metadata support through stagefright property dependent until it's ready." by Andreas Huber · 16 years ago
  54. 82c1623 Merge "Fix mpeg4/h.263 software decoder." by Andreas Huber · 16 years ago
  55. 065c05e Make metadata support through stagefright property dependent until it's ready. by Andreas Huber · 16 years ago
  56. cb110cc Fix mpeg4/h.263 software decoder. by Andreas Huber · 16 years ago
  57. c60bc4a Fix avc software decoder to properly handle SEI nalType and access unit delimiter. by Andreas Huber · 16 years ago
  58. 3e9549e am f31f365a: am eb5ffc23: Merge change Id8e98194 into eclair by Eric Laurent · 16 years ago
  59. 368f574 am eb5ffc23: Merge change Id8e98194 into eclair by Eric Laurent · 16 years ago
  60. 7ddd450 Fix issues 2333450 and 2333559: by Eric Laurent · 16 years ago
  61. a17e2b9 Add missing shared libraries in linker commands. Currently these libraries are by Doug Kwan · 16 years ago
  62. 01d48d2 am 122fe7e1: am 4d0e827d: Attempt to fix simular build break. Missing header file stdlib.h for free, malloc, etc by James Dong · 16 years ago
  63. 274316d am 4d0e827d: Attempt to fix simular build break. Missing header file stdlib.h for free, malloc, etc by James Dong · 16 years ago
  64. 2d3b209 Attempt to fix simular build break. by James Dong · 16 years ago
  65. 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 · 16 years ago
  66. b82db25 am 4e4795c8: Fix a memory corruption problem in software M4v/H263 decoder due to out-of-scope local variable by James Dong · 16 years ago
  67. fd1fe13 Fix a memory corruption problem in software M4v/H263 decoder due to out-of-scope local variable by James Dong · 16 years ago
  68. ba87192 am 254e0025: am 791c626a: Merge change Ibac388a3 into eclair-mr2 by Gloria Wang · 16 years ago
  69. 3e1e0d7 am 791c626a: Merge change Ibac388a3 into eclair-mr2 by Gloria Wang · 16 years ago
  70. 9801564 Merge change Ibac388a3 into eclair-mr2 by Android (Google) Code Review · 16 years ago
  71. 8b77fa8 am 5614c2c6: am 02f5b544: Initial checkins of the mpeg4 and h263 software decoders based on PV by James Dong · 16 years ago
  72. ac6e656 Add support for XING header by Gloria Wang · 16 years ago
  73. 3bcbcd0 Attempt to fix the simulator build by including stdlib.h for NULL. by Andreas Huber · 16 years ago
  74. 3e78376 Merge change I2278137e by Android (Google) Code Review · 16 years ago
  75. 47945ea Disable HTTP playback and metadata support in stagefright, use PV instead. by Andreas Huber · 16 years ago
  76. be37c3c am 02f5b544: Initial checkins of the mpeg4 and h263 software decoders based on PV by James Dong · 16 years ago
  77. 3306cfe Initial checkins of the mpeg4 and h263 software decoders based on PV by James Dong · 16 years ago
  78. 76189d5 am b5c6be6d: am 082e5171: Merge change I895fb7d7 into eclair-mr2 by Andreas Huber · 16 years ago
  79. 4176013 am 082e5171: Merge change I895fb7d7 into eclair-mr2 by Andreas Huber · 16 years ago
  80. 134ee6a Squashed commit of the following: by Andreas Huber · 16 years ago
  81. 2e9bf90 am d9344791: am d980e656: Merge change Ic7e91eee into eclair-mr2 by Andreas Huber · 16 years ago
  82. 7422517 am e065696c: am ae77561b: Merge change I7f11a67a into eclair-mr2 by Andreas Huber · 16 years ago
  83. 91da03b am d980e656: Merge change Ic7e91eee into eclair-mr2 by Andreas Huber · 16 years ago
  84. 8ae1d0b Add a new API to support determining the roles of an OMX component specified by name. Remove unneeded OMXSoftwareCodecsPlugin. by Andreas Huber · 16 years ago
  85. 7e97608 am ae77561b: Merge change I7f11a67a into eclair-mr2 by Andreas Huber · 16 years ago
  86. 1af80bc Properly integrate the software codecs into the OMXCodec::Create hierarchy of available components. by Andreas Huber · 16 years ago
  87. d56e3f6 Merge commit 'goog/eclair-plus-aosp' by Android Git Automerger · 16 years ago
  88. 917a243 am 08e2106a: am 67f1db1c: Merge change Ib1f5ee41 into eclair-mr2 by Andreas Huber · 16 years ago
  89. e335789 am 67f1db1c: Merge change Ib1f5ee41 into eclair-mr2 by Andreas Huber · 16 years ago
  90. 6aff64c am dc7294d9: am 19553241: Merge change I1314e737 into eclair-mr2 by Andreas Huber · 16 years ago
  91. 46b51aa am 354cf967: am 0483f1c1: Merge change Ib5ae1c87 into eclair-mr2 by Andreas Huber · 16 years ago
  92. 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 · 16 years ago
  93. 8235824 am 19553241: Merge change I1314e737 into eclair-mr2 by Andreas Huber · 16 years ago
  94. 48d911b am 0483f1c1: Merge change Ib5ae1c87 into eclair-mr2 by Andreas Huber · 16 years ago
  95. 68ddfc7 Merge change I1314e737 into eclair-mr2 by Android (Google) Code Review · 16 years ago
  96. 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 · 16 years ago
  97. 587423f The software AVCDecoder now properly seeks as requested. by Andreas Huber · 16 years ago
  98. c671443 am 28fdcf93: am 08945576: Merge change I9ac0777e into eclair-mr2 by Andreas Huber · 16 years ago
  99. 4f26fed am 08945576: Merge change I9ac0777e into eclair-mr2 by Andreas Huber · 16 years ago
  100. b841f14 Initial checkin of software AMR NB encoder based on PV source code. by Andreas Huber · 16 years ago